summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_encode_h265.c
Commit message (Expand)AuthorAge
* vaapi_h265: Fix build failure with old libva without 10-bit surfacesMark Thompson2017-01-04
* vaapi_h265: Fix CFR mode with framerate set in AVCodecContextMark Thompson2016-12-10
* hevc: move the SliceType enum to hevc.hAnton Khirnov2016-10-21
* vaapi_h265: Include header for slice typesMark Thompson2016-10-17
* hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-16
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-16
* vaapi_h265: Add main 10 encode supportMark Thompson2016-10-02
* vaapi_h265: Fix buffering parametersMark Thompson2016-10-02
* vaapi_h265: Fix slice header writingMark Thompson2016-10-02
* vaapi_encode: Check packed header capabilitiesMark Thompson2016-09-28
* vaapi_encode: Refactor initialisationMark Thompson2016-09-28
* vaapi_h265: cu_qp_delta should not be used in constant-QP modeMark Thompson2016-06-09
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* vaapi_h265: Add -qp option, use it to replace use of -global_qualityMark Thompson2016-04-15
* vaapi_h265: Add constant-bitrate encode supportMark Thompson2016-04-15
* vaapi_encode: Refactor slightly to allow easier setting of global optionsMark Thompson2016-04-15
* lavc: VAAPI H.265 encoderMark Thompson2016-03-30