- 12 Feb, 2005 1 commit
-
-
gbazin authored
algorithm for http/mms/rtsp by default for now since our algo was designed for local network streaming of MPEG over UDP in mind and doesn't work well in other cases. You can still use the --clock-synchro config option to override this. Hopefully this commit will be reverted once the clock synchro has been re-written.
-
- 19 Dec, 2004 1 commit
-
-
gbazin authored
-
- 16 Dec, 2004 1 commit
-
-
zorglub authored
-
- 11 Dec, 2004 1 commit
-
-
zorglub authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 16 Nov, 2004 1 commit
-
-
hartman authored
fix the playlist autodelete
-
- 13 Nov, 2004 1 commit
-
-
hartman authored
r9296:9299 changes
-
- 27 Oct, 2004 1 commit
-
-
hartman authored
Ross Finlayson (21 august 2004) - fixed support for (Darwin) Pause. Patch from Hussain ( conundrums at gmail dot com )
-
- 18 Oct, 2004 1 commit
-
-
hartman authored
* Detect if kasenna VoD or unicast stream is MPEG4 or not. Set Kasenna flag for live if it is not MPEG-4
-
- 16 Oct, 2004 1 commit
-
-
hartman authored
* livedotcom: added a --rtsp-kasenna option to tell liveMedia to speak Kasenna RTSP dialect for a certain rtsp:// link.
-
- 02 Oct, 2004 1 commit
-
-
hartman authored
-
- 18 Sep, 2004 1 commit
-
-
hartman authored
-
- 19 Aug, 2004 1 commit
-
-
sigmunau authored
api gives proper detection for too small buffer. Thanks to Ross for pointing this out.
-
- 18 Aug, 2004 2 commits
- 20 Jul, 2004 1 commit
-
-
hartman authored
Thanks to James MacLean, Arwed von Merkatz and Ross Finlayson for reporting and fixing the issue.
-
- 07 Jul, 2004 1 commit
-
-
Laurent Aimar authored
-
- 22 Jun, 2004 3 commits
-
-
Laurent Aimar authored
always restarts from the start :(
-
Laurent Aimar authored
-
hartman authored
- take into account !rtpSource (for UDP support)
-
- 17 Jun, 2004 1 commit
-
-
Laurent Aimar authored
for the report.
-
- 05 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-
- 25 May, 2004 1 commit
-
-
Laurent Aimar authored
-
- 27 Apr, 2004 1 commit
-
-
Sam Hocevar authored
-
- 16 Apr, 2004 1 commit
-
-
gbazin authored
-
- 15 Apr, 2004 2 commits
-
-
sigmunau 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.
-
sigmunau authored
-
- 01 Apr, 2004 1 commit
-
-
Laurent Aimar authored
worst until we completly switch to demux2...)
-
- 29 Mar, 2004 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
* livedotcom, mkv: removed all TAB_*.
-
Laurent Aimar authored
from stable, but begin to work. (Tested only with TS). Limitation: no synchro with others stream if any (anyway, it would be a bit stupid to have such stream).
-
- 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
-
- 23 Feb, 2004 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
using weird value after a synch with RTCP.
-
- 22 Feb, 2004 1 commit
-
-
Laurent Aimar authored
-
- 25 Jan, 2004 1 commit
-
-
hartman authored
-
- 04 Dec, 2003 1 commit
-
-
gbazin authored
* modules/demux/livedotcom.cpp: compilation fix.
-
- 27 Nov, 2003 1 commit
-
-
Laurent Aimar authored
-
- 21 Nov, 2003 2 commits
-
-
Laurent Aimar authored
-
gbazin authored
* include/vlc_common.h: include stdlib.h * include/ninput.h, src/input/stream.c, src/input/input.c: new stream_Block() function to read a block_t from the input. es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES(). * modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though.
-
- 20 Nov, 2003 1 commit
-
-
sigmunau authored
* more verbose header parsing code * support for compressed announces if zlib is available (using some code from Mosu from the matroska project) * if the sdp packet contains more than one m= line, pass it to the livedotcom module configure.ac: * link sap with zlib if available modules/demux/livedotcom.c: * accept sdp from the sap module
-