- 10 Mar, 2004 6 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
this way meta data will be available for stream_outs and muxers. The only 'problem' is that it will be available for sure only after that the first data packet is received by the stream output.
-
Laurent Aimar authored
-
Gildas Bazin authored
+ implemented a --file-cat config option that accepts a coma separated list of file names. This option allows opening splitted files as a single (concatenated) input.
-
Gildas Bazin authored
-
Laurent Aimar authored
* modules/stream_out/display.c: use input_RunDecoder/input_EndDecoder (fixed dead lock and no more duplicated stream in audio/video menu).
-
- 09 Mar, 2004 5 commits
-
-
Gildas Bazin authored
* src/misc/httpd.c: fixed a few memory leaks and coding style changes. * modules/access_output/http.c: a few coding style changes.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Gildas Bazin authored
* modules/control/telnet/vlm.c: include <time.h>.
-
Gildas Bazin authored
-
- 08 Mar, 2004 10 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Benjamin Pracht authored
- *.nib, playlist.* begining of playlist item propieties box (only modification of uro, name and autt hor at this time) - vout.m : remove an unused variable
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/control/telnet/vlm.c: portability fixes.
-
Simon Latapie authored
waiting for suggestions.
-
Sam Hocevar authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
- 07 Mar, 2004 17 commits
-
-
Gildas Bazin authored
* include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if the input elementary stream will be fed in complete frames. * include/vlc_codec.h: added a b_need_packetized field to decoder_t that is used by a decoder to tell if it wants to be fed complete frames. * modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE. * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE; * src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder. * src/input/es_out.c: removed useless stuff.
-
Laurent Aimar authored
-
Olivier Teulière authored
-
Sam Hocevar authored
+ Removed --changelog from the help message. + Output a warning asking to use "svn log" when --changelog is called. * Regenerated SVN changelogs.
-
Laurent Aimar authored
- proper implementation of starting time (edts/elst).
-
Rocky Bernstein authored
-
Laurent Aimar authored
channels. (Badly done but it gives some results ;)
-
Laurent Aimar authored
-
Xavier Martin authored
No commit message
-
Rocky Bernstein authored
-
Cyril Deguet authored
-
Olivier Teulière authored
* skins/utils/var_text.cpp: added $D (duration) and $L (time left) variables
-
Cyril Deguet authored
by the generic windows
-
Cyril Deguet authored
destructor when the font cannot be opened. drawString() now returns NULL if the initialization failed. * all: check if drawString() returns NULL
-
Laurent Aimar authored
* set language if present.
-
Laurent Aimar authored
(key frames).
-
Olivier Teulière authored
- transformed some pointers into references
-
- 06 Mar, 2004 2 commits
-
-
Cyril Deguet authored
-
Laurent Aimar authored
-