- 19 Apr, 2004 1 commit
-
-
Derk-Jan Hartman authored
I'm not aware of any REAL problems with the openGL output please report your experiences.
-
- 18 Apr, 2004 10 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
The locking is still far from perfect and will need some cleanup but this is a step in the right direction.
-
Clément Stenac authored
-
Clément Stenac authored
- The SAP handler now runs in a separate thread. - RTP sessions can be announced with sap (sdp=sap://,name=...) TODO: Make this more configurable - Better SDP generation (the timestamp problem is not resolved) About this, there is a problem : as, for a RTP session, the URI is the complete SDP, if the session is recreated, as the URI has changed, a new item is added to the playlist - Experimental flow control algorithm : It does not follow the "Recommended" implementation, as it needs to count the sessions (to achieve this, we should make this work together with the SAP listener) It is disabled by default (use --sap-flow-control to enable). When it is disabled, sap announcement interval is set by --sap-interval * src/misc/net.c : created net_ReadNonBlock * sap.c : Fixed memory problem
-
Olivier Teulière authored
As it is not perfect yet, a new config option allows to disable transparency effects.
-
Clément Stenac authored
* Fixed layout of the item info dialog
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
that the module could parse cannot be parsed by live.com most are udp announces. We will need to inform Ross about these... (on mbone about 1/3 announces is not recognized by live.com)
-
Derk-Jan Hartman authored
the playlist, so livedotcom will be used. * Added a --sap-parse option, so you can get back the old behaviour.
-
- 17 Apr, 2004 1 commit
-
-
Benjamin Pracht authored
- use net_* functions - use vlc_UrlParse function change sap_session_t structure : it now includes the sdp packet, which isn't regenerated each time it is sent.
-
- 16 Apr, 2004 4 commits
-
-
Felix Paul Kühne authored
* modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi" * modules/gui/wxwindows/wizard.cpp: minor string-corrections * modules/misc/logger.c: more minor string-corrections * modules/misc/sap.c: ditto * src/libvlc.h: ditto * po/de.po: updated german translation
-
Felix Paul Kühne authored
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
* Added openmash targets (not yet enabled, because it doesn't compile yet)
-
- 15 Apr, 2004 12 commits
-
-
Sigmund Augdal Helberg authored
* added a BLOCK_FLAG_END_OF_FRAME flag * reformated comments on block flags modules/demux/livedotcom.cpp * use BLOCK_FLAG_END_OF_FRAME, and only for h261 streams modules/codec/Modules.am,mash.cpp * new h261 video decoder using openmash. Building this plugin is left as an excersise for the reader.
-
Sigmund Augdal Helberg authored
-
Gildas Bazin authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Stephan Assmus authored
-
Stephan Assmus authored
BeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it to INADDR_BROADCAST, which is defined as the same thing on Linux. Hope it's ok, I left the original line as a comment...
-
Stephan Assmus authored
-
- 14 Apr, 2004 5 commits
-
-
Simon Latapie authored
-
Sigmund Augdal Helberg authored
-
Simon Latapie authored
compatible * http.c: a little bug fix ( append vlm command ) * telnet.c: 4 spaces indentation on show command (much more readable) * share/http/vlm/edit.html, index.html, new.html: cleaning, esthetic modifications
-
Gildas Bazin authored
-
Andre Pang authored
successful and VLC_SUCCESS on success, instead of returning void.
-
- 13 Apr, 2004 6 commits
-
-
Gildas Bazin authored
* modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfault anymore if you set the pts of input frames when doing mpeg4 video encoding. So let's use proper PTS now!
-
Sigmund Augdal Helberg authored
* strip html-like tags from subtitles
-
Benjamin Pracht authored
- Add "Add group" and "delete group" buttons in the playlistinfo window - When several items of the playlist are selected, and we change the group, change it for all selected items...
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Laurent Aimar authored
-
- 12 Apr, 2004 1 commit
-
-
Gildas Bazin authored
-