]> git.sesse.net Git - vlc/history - src/input/demux.c
Reduce the global verbosity
[vlc] / src / input / demux.c
2005-03-11 Clément StenacReduce the global verbosity
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-11-05 Derk-Jan Hartman* comment correction
2004-10-20 Gildas Bazin* src/input/demux.c: make sure the demux chaining layer...
2004-10-19 Gildas Bazin* src/input/demux.c: rewrote the demuxer chaining layer...
2004-10-01 Gildas Bazin* src/input/demux.c: gee, what a nice bug.
2004-09-02 Gildas Bazin* src/input/demux.c: ignore STREAM_CONTROL_ACCESS contr...
2004-08-25 Laurent Aimar * input: send DEMUX_SET_GROUP.
2004-08-08 Laurent Aimar * demux: another way to break your config file, or...
2004-07-07 Laurent Aimar * demux: stream_DemuxControl: emulate seek.
2004-06-24 Laurent Aimar * demux.c: added new DEMUX_* queries to demux2_vaContr...
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-07 Laurent Aimar * include: removed a few deprecated functions.
2004-06-01 Laurent Aimar * demux: init info field. (Not used yet).
2004-05-30 Laurent Aimar * access,demux: fixed parsing.
2004-04-29 Gildas Bazin* src/input/demux.c, src/misc/objects.c: demux2 has...
2004-03-19 Laurent Aimar * demux: demux2_New -> try to start faster selecting...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Laurent Aimar demux: implementation of demux2_vaControlHelper.
2004-01-31 Laurent Aimar * input: call DEMUX_GET_META and fill playlist and...
2004-01-25 Clément Stenac* String review, round one
2004-01-20 Laurent Aimar * demux: fixed psz_path value in demux_t.
2004-01-17 Gildas Bazin* src/input/demux.c: fixed small mem leak.
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-11-30 Laurent Aimar * es_out: implement ES_OUT_SET_PCR and reset but don...
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-09-13 Laurent Aimar * src/video_output/video_output.c : do not use FIND_...
2003-09-07 Laurent Aimar * input: introduce 'position', 'time', 'length', ...
2003-08-02 Laurent Aimar * all: some helpers functions for pf_demux_control.