aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/options_table.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '16216b713f9a21865cc07993961cf5d0ece24916'Hendrik Leppkes2015-12-181-0/+2
|\
| * lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-071-0/+2
* | Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487'Hendrik Leppkes2015-12-181-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
* | avcodec/options: remove a few more redundant "default" informationClément Bœsch2015-10-261-3/+3
* | avcodec/options: remove redundant and wrong default information for skipcmp o...Clément Bœsch2015-10-261-1/+1
* | lavc/options_table: Add option flags to the truncated flag.Carl Eugen Hoyos2015-10-031-1/+1
* | lavc/lavf: remove incompatible abi checks for the new 64bit fieldsJames Almer2015-09-171-11/+0
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-151-0/+11
* | avcodec: use AV_OPT_TYPE_BOOL for refcounted_frames, side_data_only_packets a...Clément Bœsch2015-09-121-3/+3
* | Merge commit '6064f697a321174232a3fad351afb21150c3e9e5'Hendrik Leppkes2015-09-121-1/+3
|\|
| * lavc: Enable side data only packets by defaultVittorio Giovara2015-09-121-1/+3
* | avcodec/options_table: Fix TRC / PRI typoMichael Niedermayer2015-09-101-1/+1
* | avcodec/options_table: Add SMPTE ST428-1 colour primaries (CIE 1931 XYZ) to c...Kevin Wheatley2015-09-101-8/+9
* | avcodec/options_table: Add CLI options for SMPTE ST 2084 and ST 428-1 transfe...Kevin Wheatley2015-09-101-0/+2
* | lavc/options: extend/fix text for threads and slices optionsStefano Sabatini2015-09-081-2/+2
* | Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c'Hendrik Leppkes2015-09-051-3/+0
|\|
| * lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-281-3/+0
* | options_table: fix compatibility with MSVCAndreas Cadhalpun2015-08-231-3/+0
* | disable deprecation warnings in deprecated codeAndreas Cadhalpun2015-08-221-0/+3
* | Prepare for removal of obsolete FF_IDCT_* members.Ronald S. Bultje2015-08-181-2/+0
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-26/+26
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-22/+22
* | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer2015-07-271-0/+2
|\|
| * lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-0/+2
* | Merge commit '1761ab838c75223a6b97d8c0720d09275374c53d'Michael Niedermayer2015-07-091-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
* | Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec'Michael Niedermayer2015-07-031-0/+2
|\|
| * lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara2015-07-021-0/+2
* | Merge commit '3f872c9bfa8ee1032058cfa48068b5a73ef27b5e'Michael Niedermayer2015-07-011-0/+2
|\|
| * lavc: Add missing API guard to dtg_active_format optionVittorio Giovara2015-07-011-0/+2
* | avcodec/h264: Greenmetadata SEI parsingNicolas DEROUINEAU2015-06-301-0/+1
* | avcodec/options_table: remove extradata_size from the AVOptions tableMichael Niedermayer2015-03-091-1/+0
* | Merge commit 'e44b58924fe7b180bf8b0c277c15d1a58210a0e9'Michael Niedermayer2015-01-271-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
* | avcodec/options_table: add entries for MPEG4 video profilesMichael Niedermayer2015-01-111-0/+4
* | lavc/options: set timecode_frame_start to -1 as option defaultLukasz Marek2014-11-161-1/+1
* | lavc/options_table: add pixel_format and video_size optionsLukasz Marek2014-11-161-0/+2
* | lavc/options_table: set min to -1 for timecode_frame_startLukasz Marek2014-11-161-1/+1
* | options_table.h: min value for colorspace is 0 (AVCOL_SPC_RGB)Jon Morley2014-11-101-1/+1
* | avcodec/options_table fix min of audio channels and sample rateMichael Niedermayer2014-11-031-2/+2
* | avcodec/options_table: Fix codec_whitelist flagsMichael Niedermayer2014-10-231-1/+1
* | avcodec: add codec_whitelistMichael Niedermayer2014-10-191-0/+1
* | Merge commit '530c1441fd1426b6a4bb33485ff3226e1ae0ad45'Michael Niedermayer2014-10-181-2/+4
|\|
| * lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov2014-10-181-2/+4