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
2014-08-03avcodec: Deprecate unused defines and optionsDiego Biurrun
2014-08-03avcodec: options: Add missing deprecation ifdefs around emu_edgeDiego Biurrun
2014-06-06avcodec options: add enum option for color_rangeMarc-Antoine Arnaud
2014-06-06avcodec options: add enum option for colorspaceMarc-Antoine Arnaud
2014-06-06avcodec options: add enum option for color_trcMarc-Antoine Arnaud
2014-06-06avcodec options: add enum option for color_primariesMarc-Antoine Arnaud
2014-06-01lavc: add an option to enable side data-only packets during encodingAnton Khirnov
2014-05-01lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov
2014-05-01lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov
2014-05-01lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov
2014-05-01lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov
2014-03-13Remove all SH4 architecture optimizationsDiego Biurrun
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ö