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-02-15prores encoderKostya Shishkov
2012-02-15CDXL demuxer and decoderPaul B Mahol
2012-02-08lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton 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_TIFFENC_COMPLEVEL 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-27lavc: remove the deprecated opt.h header.Anton Khirnov
2012-01-27lavc: increase major version to 54.Anton Khirnov
2012-01-24avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles
2012-01-24lavc: postpone the removal of AVCodecContext.request_channels.Anton Khirnov
2012-01-24lavc: postpone removing old audio encoding and decoding APIAnton Khirnov
2012-01-23XWD encoder and decoderPaul B Mahol
2012-01-16avcodec: bump minor version and add APIChanges for the new audio encoding APIJustin Ruggles
2012-01-16avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles
2012-01-11avcodec: add GSM parserJustin Ruggles
2012-01-01threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau
2011-12-31threads: default to automatic thread count detectionJanne Grunau
2011-12-28Indeo 4 decoderKostya Shishkov
2011-12-25Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov
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-08cljr: add encoderPaul B Mahol
2011-12-05g722: Change bits per sample to 4Sjoerd Simons
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-27adx: add an ADX parser.Justin Ruggles
2011-11-25Make channel layout masks unsignedMans Rullgard