]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/ffmpeg.h
A bit of headers cleanup
[vlc] / modules / codec / ffmpeg / ffmpeg.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-18 Derk-Jan Hartman* Don't use deprecated functions if libswscaler is...
2006-11-17 Derk-Jan Hartman* Remove the old swscale files, and use the newer libsw...
2006-09-22 Christophe Mutricyi18n fixes pointed by Marian Hikanik
2006-08-21 Gildas Bazin* modules/codec/ffmpeg: experimental muxer using ffmpeg...
2006-03-31 Clément StenacCodecs (except x264). Refs:#438
2006-03-30 Christophe MutricyString review in codec. 1st part. ffmpeg.h to be improv...
2006-03-18 Clément StenacTranscode cropping/padding patch by Udo Richter < udo...
2006-01-12 Antoine CellerierFSF address change.
2005-11-13 Gildas Bazin* modules/codec/ffmpeg: added ffmpeg-skiploopfilter...
2005-07-27 Christophe Massiot * modules/codec/ffmpeg: New --no-sout-ffmpeg-interlace...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Christophe Massiot * modules/codec/ffmpeg: New options to fine-tune advan...
2004-09-26 Gildas Bazin* modules/codec/ffmpeg/*: new --ffmpeg-lowres option...
2004-08-29 Gildas Bazin* codec/ffmpeg/video_filter.c: deinterlace filter.
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-07-28 Gildas Bazin* modules/codec/ffmpeg/*:
2004-04-29 Gildas Bazin* modules/codec/ffmpeg/*:
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-27 Christophe MassiotReview of sout help strings
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small sout_cfg_par...
2004-04-22 Laurent Aimar * ffmpeg: added a ffmpeg-debug option (control libavco...
2004-03-08 Gildas Bazin* ffmpeg/video.c: got rid of the --ffmpeg-truncated...
2004-03-05 Carlo CalabròString review, as promised :)
2004-01-25 Benjamin Prachtstring review
2004-01-08 Gildas Bazin* configure.ac: detect if libavformat is present.
2003-11-26 Gildas Bazin* modules/codec/ffmpeg/*: fixed small memleak in chroma...
2003-11-23 Gildas Bazin* modules/gui/wxwindows/*: added new codecs for stream...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/*: ported the ffmpeg audio and...
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-01 Derk-Jan Hartman* Added a bunch of fourcc's
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-08-15 Laurent Aimar * ffmpeg: added m4cc and M4CC as MPEG4 fourcc.
2003-08-08 Gildas Bazin* modules/codec/ffmpeg/: proper generation of pts in...
2003-07-18 Eric Petit Added 'CDVC' fourcc (another one for DV video)
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-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.h: added missing fourcc.
2003-02-18 Gildas Bazin* modules/demux/rawdv.c: added support for DV audio...
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 * all: added mjpeg support, some clean up in video...
2002-11-05 Gildas Bazin* modules/codec/ffmpeg/*: modified the ffmpeg video...
2002-10-28 Laurent Aimar * all : add audio decoding support in ffmpeg module...
2002-10-24 Laurent Aimar * ffmpeg : new way to gather a frame
2002-10-20 Laurent Aimar * all: add wmv1/2 codec support.
2002-10-14 Laurent Aimar * araw.c : pseudo pcm decoder
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 * ./modules/*: moved plugins to the new tree. Yet...