]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/ffmpeg.c
* include/configuration.h: added a new flag to the configuration stucture to
[vlc] / modules / codec / ffmpeg / ffmpeg.c
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-18 Gildas Bazin* modules/demux/rawdv.c: added support for DV audio...
2003-02-08 Christophe Massiot* Fixed misc typos in strings,
2002-12-18 Sam Hocevar * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change...
2002-12-10 Laurent Aimar ffmpeg: adapted to current cvs version. It should...
2002-11-28 Laurent Aimar * all: some clean up with WAVEFORMATEX and endian...
2002-11-27 Laurent Aimar * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
2002-11-27 Laurent Aimar * all: added mjpeg support, some clean up in video...
2002-11-18 Laurent Aimar * ffmpeg: set bug detection to auto by default.
2002-11-17 Laurent Aimar * ffmpeg: disable direct rendering by default. I have...
2002-11-10 Laurent Aimar * faad : adapt to newer version.
2002-11-05 Gildas Bazin* modules/codec/ffmpeg/*: modified the ffmpeg video...
2002-10-28 Gildas Bazin* modules/codec/mpeg_video/parser.c: add_module() for...
2002-10-28 Laurent Aimar * all : add audio decoding support in ffmpeg module...
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
2002-10-24 Laurent Aimar * ffmpeg : new way to gather a frame
2002-10-24 Gildas Bazin* src/input/input_ext-dec.c, include/input_ext-dec...
2002-10-20 Laurent Aimar * all: add wmv1/2 codec support.
2002-10-14 Laurent Aimar * araw.c : pseudo pcm decoder
2002-08-26 Sam Hocevar (A few minor pending patches I had around)
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-08-10 Laurent Aimar * modules/codec/faad : an AAC decoder module using...
2002-08-04 Laurent Aimar * add post processing modules.( As defined in MPEG4...
2002-08-04 Sam Hocevar * ./include/vdec_ext-plugins.h: removed this public...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...