]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/ffmpeg.c
* NEWS: small corrections
[vlc] / modules / codec / ffmpeg / ffmpeg.c
2003-06-15 Derk-Jan Hartman* NEWS: small corrections
2003-06-14 Gildas Bazin* modules/codec/ffmpeg/*: fix for ffmpeg direct renderi...
2003-06-06 Derk-Jan Hartman* All: some spelling corrections and description string...
2003-05-25 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: fixed typo.
2003-05-25 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpe...
2003-05-21 Derk-Jan Hartman* vlc.ebuild: This ebuild should work if we release...
2003-05-10 Derk-Jan Hartman* added VP31 fourcc's.
2003-05-09 Laurent Aimar * ffmpeg: now ffmpeg has a SVQ3 decoder, so use it :)
2003-05-07 Laurent Aimar * ffmpeg: --ffmpeg-truncated is now an int :
2003-05-07 Laurent Aimar * ffmpeg: do not use CODEC_FLAG_TRUNCATED by default...
2003-04-27 Gildas Bazin* modules/codec/ffmpeg/*: added chroma conversion capab...
2003-04-20 Gildas Bazin* configure.ac.in, modules/codec/ffmpeg/ffmpeg.c: fixed...
2003-04-20 Gildas Bazin* configure.ac.in, modules/codec/ffmpeg/*, modules...
2003-04-17 Laurent Aimar * ffmpeg: remove some #ifdef (you need at least libavc...
2003-04-16 Laurent Aimar * modules/packetizer/mpegvideo.c : cut after a complet...
2003-03-24 Derk-Jan Hartman* Added fourcc 'MSS1' which is equivalent to 'WMV2'
2003-03-13 Derk-Jan Hartman* extras/MacOSX/vlc.pbproj/project.pbxproj:
2003-03-11 Laurent Aimar * ffmpeg support mace 3/6 audio codec. (quicktime)
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...