summaryrefslogtreecommitdiffstats
path: root/libavcodec/vaapi_encode_h265.c
Commit message (Expand)AuthorAgeFilesLines
* cbs: Refcount all the things!Mark Thompson2018-02-201-1/+1
* vaapi_h265: Mark unused entries in RefPicList[01] as explicitly invalidMark Thompson2018-02-201-2/+19
* cbs: Allocate the context inside the init functionMark Thompson2018-02-201-5/+5
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
* vaapi_h265: Add named options for setting profile and levelMark Thompson2017-12-061-3/+41
* vaapi_h265: Enable VBR modeJun Zhao2017-12-021-5/+10
* Revert "vaapi_h265: Reduce the amount of padding in the stream"Mark Thompson2017-09-121-5/+2
* vaapi_h265: Reduce the amount of padding in the streamMark Thompson2017-08-131-2/+5
* vaapi_h265: Add support for AUD NAL unitsMark Thompson2017-08-131-0/+39
* 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
OpenPOWER on IntegriCloud