- 11 Mar, 2004 13 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
+ access plugins are allowed to return less data than requested (mtu size) so we need to make sure input_Peek()/input_SplitBuffer() will still return the required amount of data. * input/stream.c: + optimized stream_Read().
-
Gildas Bazin authored
+ added --meta-title/author/artist/genre/copyright/description/date/url config options. This allows the user to specify/override metadata information for an input. * include/vlc_meta.h: + vlc_meta_Merge( dest, src ) helper function. * modules/demux/mp4/*: + Fixed a couple of mem-leaks. + Support for "description" metadata.
-
Rocky Bernstein authored
the right way to add. Someone understanding configure.ac (and cygwin) should doublecheck.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
OS builds.
-
Gildas Bazin authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Gildas Bazin authored
-
Sigmund Augdal Helberg authored
* added vlm.h to sources. Should put it in the daily snapshots.
-
- 10 Mar, 2004 9 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
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 3 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
-