]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg
Rename vlc_input_item_* functions to input_Item* for consistency
[vlc] / modules / codec / ffmpeg /
2006-09-23 Dennis van Amerongen* modules/codec/ffmpeg.c: add X264 to the list of suppo...
2006-09-22 Christophe Mutricyi18n fixes pointed by Marian Hikanik
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-09 Clément StenacCopyright stuff
2006-09-05 Antoine CellerierFFmpeg now has support for VMware's video codec.
2006-08-29 Derk-Jan Hartman* fix stupid mistake in [16427]
2006-08-29 Derk-Jan Hartman* set the proper buffer size when encoding with ffmpeg...
2006-08-29 Jean-Paul SamanFix compiler warnings (mismatch in datatypes)
2006-08-23 Eric PetitBeOS / gcc 2.x fixes, patch by Cian Duffy
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-22 Gildas Bazin* modules/codec/ffmpeg/mux.c: libavformat is much more...
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-09 Jean-Paul SamanFix comments
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-06-10 Gildas Bazin* modules/codec/ffmpeg/audio.c: reduce memory usage...
2006-05-29 Jean-Paul SamanThis patch removes the usage of FFMPEG's internal ff_mp...
2006-05-14 Clément StenacFix ffmpeg linking
2006-04-10 Derk-Jan Hartman* Fix ffmpeg libavformat linkage when we don't use...
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-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-27 Gildas Bazin* modules/codec/ffmpeg/video.c: use frame-rate from...
2005-11-13 Gildas Bazin* modules/codec/ffmpeg: try a bit harder to enable...
2005-11-13 Gildas Bazin* modules/codec/ffmpeg: added ffmpeg-skiploopfilter...
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fmt_out.p_extra needs...
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/demux.c: do not re-invent the...
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/demux.c: added raw video support.
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-30 Gildas Bazin* modules/codec/ffmpeg/demux.c: Updated to use latest...
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-10-14 Derk-Jan Hartman* Revert previous commit.
2005-10-14 Derk-Jan Hartman* If codec_type != video | audio, then don't use the...
2005-10-14 Derk-Jan Hartman* libavformat shouldn't handle .xa files. We have modli...
2005-09-19 Felix Paul Kühne* fixed some 'comparison between signed and unsigned...
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-09 Jean-Paul SamanFix compiler warning about comparing signed and unsigned
2005-08-09 Jean-Paul SamanFix compiler warnings about signed - unsigned comparisons
2005-08-03 Christophe Massiot * modules/codec/ffmpeg/encoder.c: Avoid a useless...
2005-08-02 Christophe Massiot * modules/codec/ffmpeg: More locking around avcodec_op...
2005-08-01 Christophe Massiot * modules/codec/twolame.c, modules/codec/ffmpeg/encode...
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-07-01 Sigmund Augdal Helbergcompile fix
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-06-06 Gildas Bazin* modules/codec/ffmpeg/encoder.c: don't enable CODEC_FL...
2005-06-01 Gildas Bazin* modules/demux/mp4/mp4.c: we don't need to re-packetiz...
2005-06-01 Gildas Bazin* modules/codec/ffmpeg/video.c: codec extra data is...
2005-05-27 Christophe Massiot * modules/codec/ffmpeg/postprocess.c: Fixed post-proce...
2005-05-20 Christophe Massiot * modules/codec/ffmpeg/encoder.c: If qmin == qmax...
2005-05-20 Christophe Massiot * ALL : ported the deinterlace module to video filter2...
2005-05-16 Gildas Bazin* modules/codec/ffmpeg/video.c: use frame rate info...
2005-05-12 Christophe MutricyALL: Fix a few strings for the prefs.
2005-05-10 Gildas Bazin* modules/codec/ffmpeg/*, modules/stream_out/switcher...
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-04-10 Sigmund Augdal Helbergfixed three major problems pointed to by Trax
2005-03-19 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: fixed resampling...
2005-03-17 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: resampling fix...
2005-03-17 Gildas Bazin* modules/codec/ffmpeg/encoder.c: reverted commit 10351...
2005-03-15 Christophe Massiot* modules/codec/ffmpeg/encoder.c: Fixed aspect ratio...
2005-03-11 Gildas Bazin* modules/codec/ffmpeg/encoder.c, modules/stream_out...
2005-03-09 Gildas Bazin* modules/codec/ffmpeg/video.c: take input rate into...
2005-03-08 Christophe Massiot* modules/codec/ffmpeg/video_filter.c: Fixed a regressi...
2005-03-08 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: a few fixes...
2005-03-07 Steve Lhommeaudio.c: fix a compiler portability issue
2005-03-07 Christophe Massiot* src/video_output/vout_subpictures.c: New function...
2005-03-07 Gildas Bazin* modules/codec/ffmpeg/video.c: assume (M)JPEG YUV420...
2005-03-07 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_...
2005-03-06 Gildas Bazin* modules/codec/ffmpeg/audio.c: fix for ALAC support.
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-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
next