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
2013-02-07flac: add channel layout masks for streams with 7 or 8 channels.Tim Walker
2013-01-25h264: Allow discarding the cropping information from SPSVittorio Giovara
2013-01-21lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje
2013-01-13vdpau: Add VC-1 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-13vdpau: Add H.264 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-13vdpau: Add MPEG-4 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-13vdpau: Add MPEG-1/2 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-13vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont
2013-01-06Drop Snow codecDiego Biurrun
2012-12-18avcodec: bump minor for adaptive h264 frame-mtJanne Grunau
2012-12-10ZeroCodec: Flip outputCarl Eugen Hoyos
2012-12-08tak: demuxer, parser, and decoderPaul B Mahol
2012-11-02PGS subtitles: Expose forced flagJohn Stebbins
2012-10-30avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö
2012-10-12avcodec: Remove broken MMI optimizationsDiego Biurrun
2012-10-12Remove libmpeg2 #define remnantsDiego Biurrun
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