]> git.sesse.net Git - vlc/history - modules/demux/mp4/mp4.c
* ALL: changed the prototype of input_AddES() to include enough information so we...
[vlc] / modules / demux / mp4 / mp4.c
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-04-30 Laurent Aimar * mp4: fix playback of some stream with raw audio...
2003-04-25 Laurent Aimar * libmp4: clean up and preliminary work to read mp4...
2003-04-24 Laurent Aimar * mp4: select only first enabled track.
2003-04-22 Laurent Aimar * mp4: fix "mov playlist" handling. (raaah strncpy...
2003-04-22 Laurent Aimar * mp4: preliminary support of "mov playlist(ref) file"
2003-04-22 Laurent Aimar * mp4: more mov fields are parsed.
2003-04-14 Laurent Aimar * all: correctly set p_payload_end when using input_Ne...
2003-04-06 Gildas Bazin* modules/demux/mp4/mp4.c: fixed an off by one error...
2003-03-11 Laurent Aimar * mp4: I have reworked a lot the demuxer. Now it shoul...
2003-02-27 Gildas Bazin* ALL: i18n updates and fixes.
2003-02-07 Laurent Aimar * ffmpeg/audio : removed an old error (anyway it was...
2003-01-28 Sam Hocevar * ALL: fixes for various compilation warnings and...
2003-01-25 Laurent Aimar * all: fixed wrong usage of input_DeletePES.
2003-01-25 Laurent Aimar *mp4: fixed segfault when it fails to start a decoder...
2003-01-25 Laurent Aimar * all : fixed some memory leaks thanks valgrind.
2003-01-08 Laurent Aimar * mp4.c: allowed multiple moov headers by taking the...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2002-12-14 Laurent Aimar * all: with mpeg4 video I changed the way that some...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-28 Laurent Aimar * all: some clean up with WAVEFORMATEX and endian...
2002-11-26 Laurent Aimar * mp4: prevent float exeption with some truncated...
2002-11-19 Laurent Aimar all: Use BITMAPINFOHEADER everywhere (Needed because...
2002-11-17 Laurent Aimar * ffmpeg: disable direct rendering by default. I have...
2002-09-17 Laurent Aimar * all: - fix a memory leak while parsing.
2002-08-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...