summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc.h
Commit message (Collapse)AuthorAge
* qsvenc: Add private option to replace coder_typeVittorio Giovara2016-01-25
| | | | Missing from be00ec832c519427cd92218abac77dafdc1d5487.
* 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: support more RC methodsAnton Khirnov2015-11-20
|
* qsvenc: factor out common optionsAnton Khirnov2015-11-20
|
* qsvenc: print the actual video parameters used by MSDKAnton Khirnov2015-11-20
|
* qsvenc: add an API for allocating opaque surfacesAnton Khirnov2015-10-16
|
* qsvenc: support passing arbitrary external buffers to the encoderAnton Khirnov2015-10-16
|
* qsvenc: properly handle asynchronous encodingAnton Khirnov2015-07-19
| | | | Wait for async_depth frames before syncing.
* lavc: add Intel libmfx-based HEVC encoderAnton Khirnov2015-07-08
|
* lavc: add Intel libmfx-based H.264 encoderAnton Khirnov2015-03-27