]> git.sesse.net Git - vlc/history - modules/demux/avi/avi.c
* ALL: i18n updates and fixes.
[vlc] / modules / demux / avi / avi.c
2003-02-27 Gildas Bazin* ALL: i18n updates and fixes.
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-01-27 Laurent Aimar mms: another memory leak
2003-01-26 Laurent Aimar * avi : fix play back for some broken avi
2003-01-25 Laurent Aimar * all: fixed wrong usage of input_DeletePES.
2003-01-25 Laurent Aimar * all : fixed some memory leaks thanks valgrind.
2003-01-25 Laurent Aimar* avi: no more segfault when we have 'max buffer alloca...
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-23 Laurent Aimar * don't send audio in fast/slow playing speed unless...
2003-01-20 Laurent Aimar * all: changed some msg_Err into msg_Warn.
2003-01-19 Christophe MassiotRequalified some error messages into warnings.
2003-01-13 Laurent Aimar * mux/avi.c: added index creation.
2003-01-12 Laurent Aimar * avi: partial fix for non interleaved file with incor...
2003-01-11 Laurent Aimar * avi: fix my last fix :)
2003-01-11 Laurent Aimar * asf: prevent some segfault with broken file. (partia...
2003-01-09 Laurent Aimar * avi: read less data at once as it seems to give...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2002-12-27 Sam Hocevar * ./modules/demux/avi/avi.c: replaced a useless aspri...
2002-12-19 Sigmund Augdal Helbergthe avi demux now gives some info about the file being...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-04 Laurent Aimar * all: Fix an other (and last ? ;) endian issue.
2002-12-03 Laurent Aimar * adpcm.c: add adpcm decoding support (Now just ms...
2002-11-17 Laurent Aimar * ffmpeg: disable direct rendering by default. I have...
2002-11-16 Laurent Aimar * avi: fix playing over http (a bug I have introduced).
2002-11-15 Laurent Aimar* modules/demux/util : add a text subtitle demuxer...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-06 Sam Hocevar * ./modules/demux/avi/avi.c, ./modules/demux/avi...
2002-11-05 Gildas Bazin* modules/codec/ffmpeg/*: modified the ffmpeg video...
2002-10-28 Laurent Aimar * avi.c : fix a bug (bad choice in stream to be read)
2002-10-27 Laurent Aimar * all : rewrite demux part (simpler and cleaner)....
2002-10-15 Laurent Aimar * all : begin to rewrite some parts of avi demux,...
2002-09-19 Laurent Aimar * avi.c : fix my last fix about endiannes issues ...
2002-09-18 Laurent Aimar * all: fix endian issue with new definition of VLC_FOU...
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...