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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-05lavc: deprecate the audio resampling API.Anton Khirnov
2012-10-01Opus encoder using libopusNathan Caldwell
2012-09-28Opus decoder using libopusNicolas George
2012-09-27Add Opus codec id and codec description.Andrew D'Addesio
2012-09-24lavc: add avcodec_free_frame().Anton Khirnov
2012-08-31MSS2 decoderAlberto Delmás
2012-08-30lavc: add lossy/lossless codec properties.Anton Khirnov
2012-08-20lavc: add Ut Video encoderJan Ekström
2012-08-14vda: support synchronous decodingSebastien Zwickert
2012-08-07lavc: add AV prefix to codec ids.Anton Khirnov
2012-08-02Canopus Lossless decoderDerek Buitenhuis
2012-07-25libfdk-aacenc: add LATM/LOAS encapsulation supportKieran Kunhya
2012-07-22Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov
2012-07-17libopenjpeg: introduce encoding supportMichael Bradshaw
2012-07-13imgconvert: deprecate avcodec_find_best_pix_fmt()Janne Grunau
2012-07-13imgconvert: add avcodec_find_best_pix_fmt2()Janne Grunau
2012-07-13MS Expression Encoder Screen decoderKostya Shishkov
2012-07-12Support AAC encoding via the external library fdk-aacMartin Storsjö
2012-07-11TechSmith Screen Codec 2 decoderKostya Shishkov
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-03misc typo and wording fixesDiego Biurrun
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov
2012-06-20MS Screen 1 decoderKostya Shishkov
2012-06-18Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö
2012-06-05Indeo Audio decoderKostya Shishkov
2012-05-09lavc: pad last audio frame with silence when needed.Anton Khirnov
2012-05-07lavc: add sample rate and channel layout to AVFrame.Anton Khirnov
2012-04-21avcodec: remove AVCodecContext.dsp_maskMans Rullgard
2012-04-20avcodec: add a cook parser to get subpacket durationJustin Ruggles
2012-04-09lavc doxy: add all installed headers to doxy groups.Anton Khirnov
2012-04-09avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles
2012-03-19ZeroCodec DecoderDerek Buitenhuis
2012-03-19RealAudio Lossless decoderKostya Shishkov
2012-03-17avcodec: add XBM encoderPaul B Mahol
2012-03-05avcodec: add av_get_audio_frame_duration() function.Justin Ruggles
2012-03-05lavc: make codec_is_decoder/encoder() public.Anton Khirnov
2012-03-05lavc: deprecate AVCodecContext.sub_id.Anton Khirnov
2012-03-04avcodec: add a Vorbis parser to get packet durationJustin Ruggles
2012-03-02Windows Media Audio Lossless decoderMashiat Sarker Shakkhar
2012-03-01h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö
2012-03-01avpacket: Add a function for shrinking already allocated side dataMartin Storsjö
2012-02-29lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov
2012-02-29lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov
2012-02-29lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov
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