]> git.sesse.net Git - vlc/history - modules/demux/mpeg/mpga.c
Improvements to preferences
[vlc] / modules / demux / mpeg / mpga.c
2004-12-11 Clément StenacImprovements to preferences
2004-10-26 Gildas Bazin* modules/demux/mpeg/mpga.c: oops, uninitialized variable.
2004-10-26 Gildas Bazin* modules/demux/mpeg/mpga.c: rewritten using the mpeg...
2004-09-27 Gildas Bazin* modules/demux/mpeg/mpga.c: use the date_*() api for...
2004-07-18 Laurent Aimar * mpga: fixed a memleak+warnings.
2004-07-13 Sigmund Augdal Helbergmpga.c: fixed some memleaks in the probing process
2004-07-07 Sigmund Augdal Helbergyet another fix for unavailable id3tag
2004-06-30 Sigmund Augdal Helbergsegfault fix when id3tag is unavailable
2004-06-27 Laurent Aimar * mpga: improved DEMUX_GET_TIME. It has now a perfect...
2004-06-23 Clément StenacFix id3 and id3tag (using meta)
2004-05-15 Laurent Aimar * mpga: use 1 as starting time (allow to have a valid...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Laurent Aimar * mpga: demux -> demux2.
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-03 Gildas Bazin* modules/demux/mpeg/mpga.c, src/input/stream.c: fixed...
2003-12-27 Cyril Deguetmodules/demux/mpeg/mpga.c: forgot to remove a debugging...
2003-12-27 Cyril Deguet* modules/demux/mpeg/mpga.c: disabled the bitrate detec...
2003-12-22 Sam Hocevar * toolbox:
2003-12-03 Rocky BernsteinAdd a few more fields in the stream info.
2003-11-21 Laurent Aimar * mpga: fixed. (using es_out_Send with PES)
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-13 Laurent Aimar * src/input/input.c: es_out_Add automatically add...
2003-09-13 Laurent Aimar * src/video_output/video_output.c : do not use FIND_...
2003-09-12 Laurent Aimar * include/input_ext-intf.h : added stream_t member...
2003-09-10 Laurent Aimar * all : added mpeg 2.5 support.
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-08-01 Laurent Aimar * mpga: mp3 demuxer written from scratch using ninput.h