summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc_hevc.c
Commit message (Collapse)AuthorAge
* hevc_parse: rename into h2645_parseAnton Khirnov2016-03-28
| | | | This code will be shared with h264.
* 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_hevc: improve the default settingsMaxym Dmytrychenko2016-01-01
| | | | | | | Use 8 B-frames and modify the GOP size to be a multiple of the B-frame count. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* 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: Consistently prefix input buffer definesVittorio Giovara2015-07-27
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* qsvenc_hevc: fix enum declarationAnton Khirnov2015-07-25
| | | | Declare a named enum, not a variable with anonymous enum type.
* qsvenc_hevc: use the correct HW plugin UIDAnton Khirnov2015-07-22
|
* lavc: add Intel libmfx-based HEVC encoderAnton Khirnov2015-07-08