summaryrefslogtreecommitdiff
path: root/libavcodec/options_table.h
Commit message (Expand)AuthorAgeFilesLines
* options_table: Add aliases for color propertiesVittorio Giovara2016-06-271-8/+24
* pixdesc: Add aliases to SMPTE color propertiesVittorio Giovara2016-06-271-3/+6
* pixdesc: Add new SMPTE 431, 432, and 2085 color propertiesVittorio Giovara2016-06-211-0/+3
* pixfmt: Add ARIB STD-B76 color transfer characteristicNeil Birkbeck2016-06-211-0/+1
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* lavc: Move pre_me to codec private optionsVittorio Giovara2016-01-211-0/+2
* lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara2016-01-211-0/+2
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-211-0/+2
* lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara2016-01-211-1/+1
* lavc: Move rtp_payload_size to codec private optionsVittorio Giovara2016-01-211-1/+1
* lavc: Move timecode_frame_start to codec private optionsVittorio Giovara2016-01-211-0/+2
* lavc: Move context_model to codec private optionsVittorio Giovara2016-01-211-0/+2
* lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-211-0/+2
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-0/+2
* lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-211-0/+2
* lavc: Move chromaoffset to codec private optionsVittorio Giovara2016-01-211-0/+2
* lavc: Move frame_skip_* to codec private optionsVittorio Giovara2016-01-211-0/+2
* lavc: Move brd_scale to codec private optionsVittorio Giovara2016-01-211-0/+2
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-211-0/+4
* lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-071-0/+2
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-071-0/+2
* pixfmt: Add new SMPTE color primaries and transfer characteristic valuesKevin Wheatley2015-09-171-0/+3
* lavc: Keep idct integer optionVittorio Giovara2015-09-131-2/+0
* lavc: Enable side data only packets by defaultVittorio Giovara2015-09-121-1/+3
* lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-281-3/+0
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-22/+22
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-0/+2
* lavc: Deprecate avctx.rc_strategyVittorio Giovara2015-07-081-0/+2
* lavc: Move deprecation warning disabling to files including the tableVittorio Giovara2015-07-031-2/+0
* lavc: Disable deprectation warnings coming from options tableVittorio Giovara2015-07-031-0/+2
* lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara2015-07-021-0/+2
* lavc: Add missing API guard to dtg_active_format optionVittorio Giovara2015-07-011-0/+2
* lavc: deprecate unused AVCodecContext.stream_codec_tagAnton Khirnov2015-01-271-0/+2
* options_table: fix colorspace minimum option valueJon Morley2014-12-021-1/+1
* lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov2014-10-181-2/+4
* lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov2014-10-181-1/+3
* lavc: deprecate unused mb_threshold fieldAnton Khirnov2014-10-181-1/+1
* lavc: deprecate unused me_threshold fieldAnton Khirnov2014-10-181-0/+2
* lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov2014-10-181-2/+6
* lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-181-5/+3
* lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov2014-10-181-2/+2
* lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov2014-10-181-1/+3
* avcodec: fix colorspace option descriptionVittorio Giovara2014-10-081-2/+2
* avcodec: add enum values on chroma sample locationMarc-Antoine Arnaud2014-10-081-1/+8
* avcodec: fix descriptions on color transfer optionsMarc-Antoine Arnaud2014-10-081-7/+7
* avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-081-1/+4
* avcodec: Deprecate unused defines and optionsDiego Biurrun2014-08-031-0/+10
* avcodec: options: Add missing deprecation ifdefs around emu_edgeDiego Biurrun2014-08-031-0/+2
* avcodec options: add enum option for color_rangeMarc-Antoine Arnaud2014-06-061-1/+4