summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc_hevc.c
Commit message (Expand)AuthorAgeFilesLines
* Mark some arrays that never change as const.Anton Khirnov2017-02-011-2/+2
* hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-161-5/+6
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-161-1/+1
* qsvenc: add support for p010Anton Khirnov2016-07-221-0/+1
* hevc_parse: rename into h2645_parseAnton Khirnov2016-03-281-2/+3
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-211-0/+2
* qsvenc_hevc: improve the default settingsMaxym Dmytrychenko2016-01-011-2/+2
* qsvenc: expose additional encoding optionsAnton Khirnov2015-11-201-0/+1
* qsvenc: factor out common optionsAnton Khirnov2015-11-201-8/+1
* lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-151-1/+1
* qsvenc: mark the encoders as INIT_CLEANUPAnton Khirnov2015-09-281-0/+1
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* qsvenc_hevc: fix enum declarationAnton Khirnov2015-07-251-2/+2
* qsvenc_hevc: use the correct HW plugin UIDAnton Khirnov2015-07-221-1/+1
* lavc: add Intel libmfx-based HEVC encoderAnton Khirnov2015-07-081-0/+272