]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/ffmpeg.c
A bit of headers cleanup
[vlc] / modules / codec / ffmpeg / ffmpeg.c
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-21 Rémi Denis-CourmontFix segmentation fault at ffmpeg startup (fixes #858)
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-11-13 Derk-Jan Hartman* Update wavpack libavcodec version for trunk as well...
2006-10-25 Antoine CellerierAdd GIF decoding support (thanks to FFmpeg once more...
2006-10-21 Jean-Paul SamanFix compiler warning: missing initializer
2006-10-21 Derk-Jan Hartman* copy paste error
2006-10-21 Derk-Jan Hartman* Add 24bit and 32bit PCM stream support to avcodec
2006-10-17 Derk-Jan HartmanEnable ffmpegs TTA decoder, and add a TTA demux to...
2006-10-08 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: add RV20 fourcc.
2006-09-26 Antoine CellerierEnable WavPack decoding in ffmpeg (once they'll increme...
2006-09-23 Dennis van Amerongen* modules/codec/ffmpeg.c: add X264 to the list of suppo...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-09 Antoine CellerierAlso decode VP6 in flash ... this currently decodes...
2006-09-09 Antoine CellerierFFmpeg now has VP5/VP6 decoding (flash uses special...
2006-09-05 Antoine CellerierFFmpeg now has support for VMware's video codec.
2006-08-21 Gildas Bazin* modules/codec/ffmpeg: experimental muxer using ffmpeg...
2006-08-16 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG...
2006-08-06 Jean-Paul SamanOops use VLC_ error messages
2006-08-06 Jean-Paul Samansanity checking
2006-07-29 Christophe Mutricyfix breakqge introduce in [16152]
2006-07-29 Felix Paul Kühne* enabled ffmpeg's beta WMV3/VC1-support
2006-06-21 Derk-Jan Hartman* update the ffmpeg VC-1 fourcc info. Hopefully it...
2006-04-10 Derk-Jan Hartman* Fix ffmpeg libavformat linkage when we don't use...
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-03-01 Derk-Jan Hartman* Add dvcp and dvpp FOURCCs (the PAl versions of QuickT...
2006-01-12 Antoine CellerierFSF address change.
2006-01-04 Clément Stenaccompile fix
2005-12-10 Felix Paul Kühne* added 'M264' as FOURCC for H.263 (used by MS's encoder)
2005-12-09 Gildas Bazin* modules/demux/real.c: re-order cook subpackets and...
2005-12-09 Antoine Celleriersupport for cook audio. Thanks to the ffmpeg people...
2005-12-08 Felix Paul Kühne* added 'x264' as valid FOURCC for H.264, although...
2005-11-30 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: add BMP codec support...
2005-11-13 Gildas Bazin* modules/codec/ffmpeg: added ffmpeg-skiploopfilter...
2005-10-30 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: avoid a strcmp() in...
2005-10-30 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: fixed crash in Libavco...
2005-10-30 Gildas Bazin* modules/demux/mp4/mp4.c: set fmt.video.i_bits_per_pix...
2005-10-18 Antoine Cellerierincrement version check ... (QDM2 won't work before...
2005-10-18 Antoine Celleriercheck for LIBAVCODEC_BUILD >= ((50<<16)+(0<<8)+0) in...
2005-10-18 Antoine Cellerier * add qdm2 support. Thanks to the ffmpeg people for...
2005-09-18 Steve Lhommemisc possible buffer/resource misuse & tidy compilation
2005-09-15 Derk-Jan Hartman* Add FMP4 FourCC. (FFMPEG MPEG-4 encoded)
2005-08-12 Christophe Massiot * modules/control/http.c: Fixed vlc_set_var() and...
2005-08-11 Christophe Massiot * modules/codec/ffmpeg: ffmpeg's av_log() messages...
2005-08-02 Christophe Massiot * modules/codec/ffmpeg: More locking around avcodec_op...
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...
2005-06-08 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, modules/packetizer...
2005-06-07 Christophe Massiot * modules/codec/ffmpeg: More sensible values for ...
2005-05-20 Christophe Massiot * ALL : ported the deinterlace module to video filter2...
2005-05-12 Christophe MutricyALL: Fix a few strings for the prefs.
2005-04-23 Sigmund Augdal Helbergffmpeg.c: fixed build with older ffmpeg. Disables Indeo...
2005-04-20 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: add Miro/Pinnacle...
2005-04-20 Gildas Bazin* modules/codec/ffmpeg: added support for Apple QuickDr...
2005-04-12 Felix Paul Kühne* ALL: removed l10n of various untranslatable strings...
2005-03-07 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_...
2005-03-06 Gildas Bazin* modules/codec/ffmpeg: support for libavcodec's flac...
2005-03-06 Gildas Bazin* modules/demux/mp4, modules/codec/ffmpeg: support...
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-14 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: added RV32 ...
2004-12-13 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: support for PNG/PPM...
2004-12-11 Clément StenacImprovements to preferences
2004-11-28 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: added AMR NB/WB fourccs.
2004-11-13 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: use proper format...
2004-10-15 Gildas Bazin* modules/codec/ffmpeg: fixed a couple of corner cases...
2004-10-10 Gildas Bazin* modules/codec/x264.c: a couple of fixes + use SSE2...
2004-09-26 Gildas Bazin* modules/codec/ffmpeg/*: new --ffmpeg-lowres option...
2004-08-29 Derk-Jan Hartman* added TSCC decoder to our ffmpeg module
2004-08-29 Gildas Bazin* codec/ffmpeg/video_filter.c: deinterlace filter.
2004-08-27 Sam Hocevar * include/vlc_common.h:
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-08-20 Sam Hocevar * modules/codec/ffmpeg/ffmpeg.c modules/stream_out...
2004-08-16 Sigmund Augdal Helbergmodules/codec/ffmpeg/ffmpeg.c: corrected a build number
2004-08-01 Derk-Jan Hartman* fix avcodecbuild# prob with h.261
2004-07-30 Derk-Jan Hartman* check correct build# of libavcodec for SNOW support
2004-07-28 Gildas Bazin* modules/codec/ffmpeg/*:
2004-06-15 Derk-Jan Hartman* G.726 support trough ffmpeg
2004-06-06 Laurent Aimar * all: added VSSH fourcc.
2004-06-03 Laurent Aimar * ffmpeg: added XVIX fourcc (buggy xvid streams)
2004-05-15 Laurent Aimar * all: added avc1 support. Well there is a hack becaus...
2004-04-29 Gildas Bazin* modules/codec/ffmpeg/*:
2004-04-28 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: fixed stupid bug preve...
2004-04-27 Christophe MassiotReview of sout help strings
2004-04-26 Gildas Bazin* modules/codec/ffmpeg/encoder.c: some option names...
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small sout_cfg_par...
2004-04-23 Gildas Bazin* modules/stream_out/transcode.c: fixed mem leak +...
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-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-01-26 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: proper fix for disabli...
2004-01-25 Gildas Bazin* ALL: removed useless add_category_hint().
2004-01-24 Laurent Aimar * ffmpeg.c: disabled mpeg4 audio, too buggy. (This...
2004-01-15 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
2004-01-09 Derk-Jan Hartman* video.c: gibalou: no palctrl in avcodec context in...
2004-01-09 Gildas Bazin* modules/codec/ffmpeg/video.c: setup dummy palette...
2004-01-08 Sigmund Augdal Helbergmodules/codec/ffmpeg/ffmpeg.c:
next