]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg
* v4l: updated, now it should grab (and compress if you want) the video.
[vlc] / modules / codec / ffmpeg /
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-24 Derk-Jan Hartman* Added fourcc 'MSS1' which is equivalent to 'WMV2'
2003-03-15 Laurent Aimar * ffmpeg: Use truncated frames if supported by codec...
2003-03-13 Derk-Jan Hartman* extras/MacOSX/vlc.pbproj/project.pbxproj:
2003-03-11 Laurent Aimar * ffmpeg.h: added missing fourcc.
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/codec/ffmpeg/video.c: got rid of ffmpeg_Conve...
2003-02-18 Gildas Bazin* modules/demux/rawdv.c: added support for DV audio...
2003-02-08 Christophe Massiot* Fixed misc typos in strings,
2003-02-07 Laurent Aimar * ffmpeg/audio : removed an old error (anyway it was...
2003-01-25 Laurent Aimar * ffmpeg: fixed memory leaks.
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-11 Laurent Aimar * asf: prevent some segfault with broken file. (partia...
2003-01-08 Laurent Aimar * ffmpeg/video.c: in case of mpeg4 stream search in...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2003-01-02 Gildas Bazin* modules/codec/*: reverted my previous patch that...
2002-12-30 Gildas Bazin* modules/codec/*: make sure all audio decoders set
2002-12-18 Laurent Aimar * video.c: with mpeg4 stream, we try to decode a pictu...
2002-12-18 Sam Hocevar * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change...
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-14 Laurent Aimar * all: with mpeg4 video I changed the way that some...
2002-12-10 Laurent Aimar ffmpeg: adapted to current cvs version. It should...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-06 Laurent Aimar all: fix some minors warnings.
2002-12-06 Laurent Aimar * ffmpeg: sync with latest ffmpeg cvs. As it need...
2002-12-02 Jon Lech Johansen * ALL: Fixed some compiler warnings.
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-11-28 Laurent Aimar * ffmpeg: arg, fix a previous fix for non-latest ffmpe...
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-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-11-19 Gildas Bazin* include/video.h, include/vlc_config.h, src/video_outp...
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-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-10 Laurent Aimar * faad : adapt to newer version.
2002-11-06 Gildas Bazin* modules/codec/spudec/*: modified the spu decoder...
2002-11-05 Gildas Bazin* modules/codec/ffmpeg/*: modified the ffmpeg video...
2002-10-29 Gildas Bazin* modules/codec/ffmpeg/audio.c: compilation fix for...
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-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
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-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-07 Sam Hocevar * added a .cvsignore file.
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...