- 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 2 commits
-
-
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
-
Laurent Aimar authored
all: removed i_extra_type from es_format_t.
-
- 16 Nov, 2003 1 commit
-
-
gbazin authored
* ALL: final improvements to the decoders/packetizers api. (There are still a few decoders/packetizers left to be converted but this shouldn't take too long). * ALL: small improvements to the encoders api.
-
- 08 Nov, 2003 1 commit
-
-
Laurent Aimar authored
- added X-QT and X-QUICKTIME video support. - first try for seek and position display support. (position is buggy, and seek won't really work as long as wx try to seek each time the slider is moved)
-
- 07 Nov, 2003 4 commits
-
-
gbazin authored
* configure.aci, modules/demux/livedotcom.cpp: win32 compilation fixes.
-
Laurent Aimar authored
- improve a lot pts handling. - added --rtsp-caching. - implemented DEMUX_GET_TIME and declared the input as seekable to make the interface displaying the time. Now I can read rtp stream from VLC using http export for sdp :) (MPEG4 video, MPEG 1/2 video and mp3 audio tested successfully)
-
Laurent Aimar authored
over tcp doesn't really work yet). - fixed bad usage of delete vs delete[] (using --rtsp-tcp still leads to segfault)
-
Laurent Aimar authored
lot of mandatory fields missing, like v, o, and s)
-
- 06 Nov, 2003 1 commit
-
-
Laurent Aimar authored
TODO: - handle PTS (for now, I just use mdate() :) - support TS/PS (hard as it needs a lot of work on TS/PS demuxers). - support X-QT and X-QUICKTIME. (I don't know if it's really used). - implement pause, seek ... - clean up/bugs fixes... - ...
-