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-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-14lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov
2013-11-14lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-11-13Remove all Alpha architecture optimizationsDiego Biurrun
2013-10-31lavc: deprecate unused FF_BUG_OLD_MSMPEG4Anton Khirnov
2013-10-31lavc: schedule FF_BUG_AC_VLC for removal on the next major bump.Anton Khirnov
2013-10-31lavc: deprecate FF_DEBUG_VIS_*Anton Khirnov
2013-10-31lavc: deprecate AVCodecContext.debug_mvAnton Khirnov
2013-10-31lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov
2013-10-31h264: wait for initial complete frame before outputing framesJohn Stebbins
2013-10-28lavc: disable CRC checking by defaultAnton Khirnov
2013-08-06avcodec/options: Drop deprecation warning suppression macrosDiego Biurrun
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-06-24lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya
2013-04-19h264: fully support cropping.Anton Khirnov
2013-03-11lavc: remove disabled FF_API_IDCT cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_SNOW cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_MMI cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_SUB_ID cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_INTER_THRESHOLD cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_COLOR_TABLE_ID cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruftAnton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
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-06Drop Snow codecDiego Biurrun
2012-12-18misc typo, style and wording fixesDiego Biurrun
2012-12-17cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun
2012-10-22lavc: remove stats_out from the options table.Anton Khirnov
2012-10-12avcodec: Remove broken MMI optimizationsDiego Biurrun
2012-10-11options_table: refs option is not snow-onlyDiego Biurrun
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-02x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard
2012-07-12libavcodec: Add more AAC profilesMartin Storsjö
2012-07-06lavc: options: add planar names for request_sample_fmtMans Rullgard
2012-06-21lavc: remove stats_in from AVCodecContext options table.Anton Khirnov
2012-05-08options_table: Add some missing #includes to fix "make checkheaders".Alex Converse
2012-04-21Remove lowres video decodingMans Rullgard
2012-03-20doc/avconv: remove entries for AVOptions.Anton Khirnov
2012-03-20Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov