summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc_mpeg2.c
Commit message (Collapse)AuthorAge
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-21
| | | | | | | | | | The b_frame_strategy option is only used by mpegvideoenc, qsv, x264, and xavs, while b_sensitivity is only used by mpegvideoenc. These are very codec-specific options, so deprecate the global variants. Set proper limits to the maximum allowed values. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* qsvenc: expose additional encoding optionsAnton Khirnov2015-11-20
|
* qsvenc: factor out common optionsAnton Khirnov2015-11-20
|
* lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-15
|
* qsvenc: mark the encoders as INIT_CLEANUPAnton Khirnov2015-09-28
| | | | Should fix some leaks on init failure.
* lavc: add Intel libmfx-based MPEG2 encoderAnton Khirnov2015-07-08