- 28 Nov, 2004 1 commit
-
-
Gildas Bazin authored
* src/misc/vlm.c, modules/demux/playlist/m3u.c, modules/services_discovery/sap.c: portability fixes.
-
- 27 Nov, 2004 1 commit
-
-
Clément Stenac authored
some more size verifications
-
- 21 Nov, 2004 1 commit
-
-
Clément Stenac authored
-
- 20 Nov, 2004 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
* fix bug in SDP parser
-
- 19 Nov, 2004 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
wx: really commit last commit
-
- 17 Nov, 2004 2 commits
-
-
Sigmund Augdal Helberg authored
-
Clément Stenac authored
-
- 10 Nov, 2004 5 commits
-
-
Sigmund Augdal Helberg authored
* support incorrect announces that does not include parameters we don't parse anyway, change the corresponding msesage from Warn to Dbg. * convert UDP to udp, to get the right icon in the playlist * fixed a potential crash given away by gcc's warnings
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
* Fix playlist release bug * Add sdp and rtp as network type items
-
- 09 Nov, 2004 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
- 08 Nov, 2004 1 commit
-
-
Clément Stenac authored
-
- 07 Nov, 2004 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
* Autodelete items played by the SDP demuxer * Added playlist_CopyParents facility, for modules that use ItemToNode
-
- 06 Nov, 2004 3 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
- 22 Oct, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 02 Oct, 2004 1 commit
-
-
Derk-Jan Hartman authored
- added a demuxer for SDP files. this is a temporary submodule to handle SDP files with UDP streams for so long as liveMedia doesn't support these yet.
-
- 10 Aug, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 21 Jul, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 20 Jul, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 16 Jul, 2004 1 commit
-
-
Derk-Jan Hartman authored
* modules/demux/avi/avi.c: Look a bit further into the file for the avi tag. this allows you to play avi in uncompressed .rar (only first part of course).
-
- 26 May, 2004 1 commit
-
-
Derk-Jan Hartman authored
- some code cleanup. Please watch coding style people. * demux/sgimb.c: fix an alloc
-
- 16 May, 2004 1 commit
-
-
Anil Daoud authored
-
- 27 Apr, 2004 1 commit
-
-
Sam Hocevar authored
-
- 18 Apr, 2004 3 commits
-
-
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
-
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.
-
- 16 Apr, 2004 1 commit
-
-
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
-
- 31 Mar, 2004 1 commit
-
-
Gildas Bazin authored
* src/input/input.c: + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...). + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ). * ALL: use input_item_t and INPUT_ADD_INFO when necessary.
-
- 05 Mar, 2004 1 commit
-
-
Carlo Calabrò authored
Found and fixed: - some untranslated macros - some acronyms which were not in capital letters - a couple of VLC Media Player (_m_edia _p_layer, now) - typos here and there - dots missing in some of the long texts - spaces before ? and :, which is correct in french but not in english :) - NT services are now called Windows Services
-
- 03 Mar, 2004 1 commit
-
-
Gildas Bazin authored
* ALL: changed the prototype of module_Need() to accept a "strict" boolean argument. If "strict" is true and a module name is provided then module_Need() will only look for the specified module If "strict" is false, then module_Need() will first look for the specified module and if it wasn't found, will continue with the other modules with the same "capability".
-
- 23 Feb, 2004 1 commit
-
-
Sigmund Augdal Helberg authored
* fixed two memleaks, one of them rather large * fix for http announces that don't start the filename part with '/'
-