Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-28lavc: extend doxy for avcodec_alloc_context3().Anton Khirnov
2012-01-27lavc: remove disabled FF_API_AVFRAME_AGE cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_DATA_POINTERS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ER cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_PALETTE_CONTROL cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-24avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles
2012-01-23XWD encoder and decoderPaul B Mahol
2012-01-16avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles
2012-01-16avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles
2012-01-16lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer()Reinhard Tartler
2012-01-07avcodec: attempt to clarify the CODEC_CAP_DELAY documentationJustin Ruggles
2012-01-07avcodec: fix avcodec_encode_audio() documentation.Justin Ruggles
2012-01-01threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau
2011-12-25lavc: add format field to AVFrameStefano Sabatini
2011-12-25lavc: add width and height fields to AVFrameStefano Sabatini
2011-12-25lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-12-22mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse
2011-12-22libavcodec: Define a side data type for parameter changesMartin Storsjö
2011-12-22libavcodec: Define a side data type for new extradataMartin Storsjö
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
2011-12-14v410 encoder and decoderDerek Buitenhuis
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-10Dxtory capture format decoderKostya Shishkov
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-12-03avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles
2011-11-26lavc: update doxy to use nondeprecated API.Anton Khirnov
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-22doxy: introduce an empty structure in libavcodecLuca Barbato
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-12VBLE DecoderDerek Buitenhuis