summaryrefslogtreecommitdiff
path: root/libavcodec/options_table.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/options_table: add liberal limits to intra dc precissionMichael Niedermayer2014-07-151-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: make vismv option as flag typesClément Bœsch2014-07-071-1/+1
| | | | This allows for example -vismv pf+bf+bb instead of -vismv 7.
* avcodec: add simpleauto idctMichael Niedermayer2014-06-191-0/+1
| | | | | | This will pick the "best" simple idct compatible idct Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add nointra AVDiscard levelMichael Niedermayer2014-06-161-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/options_table: improve max/min rate help textMichael Niedermayer2014-06-081-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'f558f0d2da9426c7f5ba346b5b8e6eb720148362'Michael Niedermayer2014-06-061-1/+4
|\ | | | | | | | | | | | | * commit 'f558f0d2da9426c7f5ba346b5b8e6eb720148362': avcodec options: add enum option for color_range Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec options: add enum option for color_rangeMarc-Antoine Arnaud2014-06-061-1/+4
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit '7c29b7229bedf0c37d09bd02dab88e563adffd3c'Michael Niedermayer2014-06-061-1/+11
|\ \ | |/ | | | | | | | | | | * commit '7c29b7229bedf0c37d09bd02dab88e563adffd3c': avcodec options: add enum option for colorspace Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec options: add enum option for colorspaceMarc-Antoine Arnaud2014-06-061-1/+11
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit 'efc2dfe6a0238ec08769626db899ea910be24407'Michael Niedermayer2014-06-061-1/+15
|\ \ | |/ | | | | | | | | | | * commit 'efc2dfe6a0238ec08769626db899ea910be24407': avcodec options: add enum option for color_trc Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec options: add enum option for color_trcMarc-Antoine Arnaud2014-06-061-1/+15
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit 'bd71c300f9ba7f9875bb5df17ce522e9128bae10'Michael Niedermayer2014-06-061-1/+9
|\ \ | |/ | | | | | | | | | | * commit 'bd71c300f9ba7f9875bb5df17ce522e9128bae10': avcodec options: add enum option for color_primaries Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec options: add enum option for color_primariesMarc-Antoine Arnaud2014-06-061-1/+9
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit '0957b274e312e985d69cb490bee2a7ff820acaa6'Michael Niedermayer2014-06-011-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit '0957b274e312e985d69cb490bee2a7ff820acaa6': lavc: add an option to enable side data-only packets during encoding Conflicts: libavcodec/avcodec.h libavcodec/options_table.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add an option to enable side data-only packets during encodingAnton Khirnov2014-06-011-0/+1
| | | | | | | | | | | | Some encoders (e.g. flac) need to send side data when there is no more data to be output. This enables them to output a packet with no data in it, only side data.
* | avcodec: add option to make is_intra_more_likely() from error concealment ↵Michael Niedermayer2014-05-121-0/+1
| | | | | | | | | | | | return "no" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec: add AV_EF_IGNORE_ERRMichael Niedermayer2014-05-041-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mpegvideo: support disabling motion compensationMichael Niedermayer2014-05-021-0/+1
| | | | | | | | | | | | This allows analyzing videos without having prior and current frames mixed Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d'Michael Niedermayer2014-05-011-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'a2941c8cb216bdc144953cace64973f5600ffa2d': lavc: move CODEC_FLAG_MV0 to mpegvideo Conflicts: libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-011-0/+2
| |
* | Merge commit '6484149158b6fc6d13d2b2ef84cb26a2d3275400'Michael Niedermayer2014-05-011-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '6484149158b6fc6d13d2b2ef84cb26a2d3275400': lavc: make the xvid-specific "gmc" flag a private option of libxvid Conflicts: libavcodec/libxvid.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov2014-05-011-0/+2
| |
* | Merge commit 'b2c31710c96fa47d9dcd40b64d39663e8957f683'Michael Niedermayer2014-05-011-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'b2c31710c96fa47d9dcd40b64d39663e8957f683': lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo Conflicts: libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-011-0/+2
| |
* | Merge commit '5fccedaa67390ccddd6347c8e1c71b7664558bcd'Michael Niedermayer2014-05-011-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '5fccedaa67390ccddd6347c8e1c71b7664558bcd': lavc: deprecate CODEC_FLAG_INPUT_PRESERVED Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov2014-05-011-0/+2
| | | | | | | | The addition of reference-counted frames makes it pointless.
* | Merge commit 'd6096a67422534918405abb46dafbbac4608cbc3'Michael Niedermayer2014-03-131-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd6096a67422534918405abb46dafbbac4608cbc3': Remove all SH4 architecture optimizations Conflicts: libavcodec/sh4/dsputil_sh4.c libavcodec/sh4/dsputil_sh4.h libavcodec/sh4/idct_sh4.c libavcodec/sh4/sh4.h If someone wants to maintain these (or other) SH4 optimizations, please contact me or ffmpeg-devel. I am happy to revert this removial if theres someone considering to maintain this code. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Remove all SH4 architecture optimizationsDiego Biurrun2014-03-131-0/+2
| | | | | | | | SH4 has been end-of-lifed and no more test machines are available.
* | lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample ↵Stefano Sabatini2013-12-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | format max value The constant may change in libavutil but the library may be compiled against an older version, thus rejecting a value which is otherwise supported by the new libavutil. INT_MAX is used here to denote the max allowed value for a sample format. The opt-test code is changed to provide a valid reference example.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Add missing #includes for *INT64_MAX and *INT64_C Conflicts: ffmpeg.c ffmpeg_filter.c ffplay.c libavformat/assdec.c libavformat/avidec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+1
| |
* | Merge commit 'aa241229891173b0357eee04e6ca78f806cc9c0c'Michael Niedermayer2013-11-141-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'aa241229891173b0357eee04e6ca78f806cc9c0c': lavc: deprecate FF_MAX_B_FRAMES Conflicts: libavcodec/options_table.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov2013-11-141-1/+1
| | | | | | | | | | | | We should not arbitrarily decide the maximum B-frame number for all encoders supported by Libav, each encoder should be able to set its own limits.
* | Merge commit '8941971a8f2e24b9a84fe29f128d13ceb89c0a65'Michael Niedermayer2013-11-141-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '8941971a8f2e24b9a84fe29f128d13ceb89c0a65': lavc: make error_rate a private option of mpegvideo encoders Conflicts: libavcodec/options_table.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov2013-11-141-0/+2
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-141-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Deprecate obsolete XvMC hardware decoding support Conflicts: libavcodec/mpeg12.c libavcodec/mpeg12dec.c libavcodec/mpegvideo.c libavcodec/options_table.h libavutil/pixdesc.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-0/+2
| | | | | | | | | | | | | | XvMC has long ago been superseded by newer acceleration APIs, such as VDPAU, and few downstreams still support it. Furthermore XvMC is not implemented within the hwaccel framework, but requires its own specific code in the MPEG-1/2 decoder, which is a maintenance burden.
* | Merge commit 'c7f7bfc9e3a3150ba72bc34366c13fb2210c66ac'Michael Niedermayer2013-11-141-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c7f7bfc9e3a3150ba72bc34366c13fb2210c66ac': Remove all Alpha architecture optimizations Conflicts: libavcodec/alpha/asm.h libavcodec/alpha/dsputil_alpha.c libavcodec/alpha/dsputil_alpha.h libavcodec/alpha/dsputil_alpha_asm.S libavcodec/alpha/hpeldsp_alpha.c libavcodec/alpha/hpeldsp_alpha.h libavcodec/alpha/hpeldsp_alpha_asm.S libavcodec/alpha/motion_est_alpha.c libavcodec/alpha/motion_est_mvi_asm.S libavcodec/alpha/mpegvideo_alpha.c libavcodec/alpha/regdef.h libavcodec/alpha/simple_idct_alpha.c We have a qemu based fate alpha client. And various failures on alpha have previously pointed to issues in generic C code. Thus IMHO it makes sense to keep alpha code as long as someone is willing to do the little bit of maintaince it needs Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Remove all Alpha architecture optimizationsDiego Biurrun2013-11-131-0/+2
| | | | | | | | Alpha has been end-of-lifed and no more test machines are available.
* | Merge commit 'eb5920c195d1b0bda81782af4ba0c5982f5225b3'Michael Niedermayer2013-11-011-0/+2
|\ \ | |/ | | | | | | | | | | * commit 'eb5920c195d1b0bda81782af4ba0c5982f5225b3': lavc: deprecate unused FF_BUG_OLD_MSMPEG4 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: deprecate unused FF_BUG_OLD_MSMPEG4Anton Khirnov2013-10-311-0/+2
| |
* | Merge commit '0300962b76644f145b773439989a5cdf1667e162'Michael Niedermayer2013-11-011-0/+2
|\ \ | |/ | | | | | | | | | | * commit '0300962b76644f145b773439989a5cdf1667e162': lavc: schedule FF_BUG_AC_VLC for removal on the next major bump. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: schedule FF_BUG_AC_VLC for removal on the next major bump.Anton Khirnov2013-10-311-0/+2
| | | | | | | | It has been deprecated/unused for about 10 years.
| * lavc: deprecate FF_DEBUG_VIS_*Anton Khirnov2013-10-311-0/+2
| | | | | | | | | | Those flags have no effect since 37045e422903695e610cca6ecb753df643ab9380.
| * lavc: deprecate AVCodecContext.debug_mvAnton Khirnov2013-10-311-0/+2
| | | | | | | | It has been unused since 37045e422903695e610cca6ecb753df643ab9380.
* | Merge commit 'ccc71298456d97f64f539e303c771d04dcb33c53'Michael Niedermayer2013-11-011-0/+2
|\ \ | |/ | | | | | | | | | | * commit 'ccc71298456d97f64f539e303c771d04dcb33c53': lavc: deprecate FF_DEBUG_MV and remove all traces of its use Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov2013-10-311-0/+2
| | | | | | | | | | | | It has not been actually used since 37045e422903695e610cca6ecb753df643ab9380, when the broken vismv code was removed.
* | Merge commit '28096e0a806e57376541e6222d315619906e3c55'Michael Niedermayer2013-11-011-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '28096e0a806e57376541e6222d315619906e3c55': h264: wait for initial complete frame before outputing frames Conflicts: doc/APIchanges libavcodec/h264.c libavcodec/mpegvideo.h libavutil/frame.h libavutil/version.h See: a64b028aeb6579636e578ceb73f69b468bddb2f0 (as well as various later commits) Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-311-0/+1
| | | | | | | | | | | | | | | | This can be optionally disabled whith the "output_corrupt" flags option. When in "output_corrupt" mode, incomplete frames are signalled through AVFrame.flags FRAME_FLAG_INCOMPLETE_FRAME. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavc: extend documentation for the "bf" optionStefano Sabatini2013-10-291-1/+1
| |