]> git.sesse.net Git - vlc/history - src/input/demux.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / demux.c
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.