summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_encode_h265.c
Commit message (Expand)AuthorAgeFilesLines
* vaapi_h265: Convert to use coded bitstream infrastructureMark Thompson2017-08-131-954/+583
* vaapi_encode: Use gop_size consistently in RC parametersMark Thompson2017-04-261-2/+2
* vaapi_h265: Fix build failure with old libva without 10-bit surfacesMark Thompson2017-01-041-0/+6
* vaapi_h265: Fix CFR mode with framerate set in AVCodecContextMark Thompson2016-12-101-2/+2
* hevc: move the SliceType enum to hevc.hAnton Khirnov2016-10-211-10/+10
* vaapi_h265: Include header for slice typesMark Thompson2016-10-171-1/+1
* hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-161-11/+11
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-161-1/+1
* vaapi_h265: Add main 10 encode supportMark Thompson2016-10-021-8/+8
* vaapi_h265: Fix buffering parametersMark Thompson2016-10-021-4/+4
* vaapi_h265: Fix slice header writingMark Thompson2016-10-021-58/+58
* vaapi_encode: Check packed header capabilitiesMark Thompson2016-09-281-0/+3
* vaapi_encode: Refactor initialisationMark Thompson2016-09-281-135/+73
* vaapi_h265: cu_qp_delta should not be used in constant-QP modeMark Thompson2016-06-091-1/+4
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
* vaapi_h265: Add -qp option, use it to replace use of -global_qualityMark Thompson2016-04-151-3/+18
* vaapi_h265: Add constant-bitrate encode supportMark Thompson2016-04-151-23/+109
* vaapi_encode: Refactor slightly to allow easier setting of global optionsMark Thompson2016-04-151-16/+24
* lavc: VAAPI H.265 encoderMark Thompson2016-03-301-0/+1257