summaryrefslogtreecommitdiffstats
path: root/libavcodec/vaapi_encode_h264.c
Commit message (Expand)AuthorAgeFilesLines
* cbs: Refcount all the things!Mark Thompson2018-02-201-1/+1
* cbs: Allocate the context inside the init functionMark Thompson2018-02-201-7/+7
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
* vaapi_h264: Add named options for setting profile and levelMark Thompson2017-12-061-2/+46
* vaapi_h264: Fix VUI max_dec_frame_bufferingJun Zhao2017-12-021-1/+1
* vaapi_h264: Add missing return value checkMark Thompson2017-11-121-1/+3
* vaapi_h264: Do not use deprecated header typeMark Thompson2017-11-121-1/+1
* vaapi_h264: Add workaround for bad SEI in old Intel driversMark Thompson2017-11-121-0/+18
* vaapi: Remove H.264 baseline profileMark Thompson2017-10-241-3/+4
* vaapi_h264: Fix CPB/DPB delaysMark Thompson2017-09-121-4/+2
* vaapi_h264: Add support for SEI recovery pointsMark Thompson2017-08-131-1/+19
* vaapi_h264: Add support for AUD NAL unitsMark Thompson2017-08-131-0/+33
* vaapi_h264: Convert to use coded bitstream infrastructureMark Thompson2017-08-131-874/+547
* vaapi_encode: Move quality option to common codeMark Thompson2017-08-061-23/+2
* h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-161-3/+3
* vaapi_encode: Use gop_size consistently in RC parametersMark Thompson2017-04-261-2/+2
* vaapi_h264: Enable VBR modeMark Thompson2017-01-301-5/+11
* vaapi_h264: Scale log2_max_pic_order_cnt_lsb with max_b_framesMark Thompson2017-01-111-0/+2
* vaapi_h264: Fix POC on IDR framesJun Zhao2017-01-041-5/+7
* vaapi_h264: Write bitstream restriction fieldsMark Thompson2016-10-021-2/+23
* vaapi_h264: Fix CFR mode with frame_rate set in AVCodecContextMark Thompson2016-10-021-2/+2
* vaapi_h264: Set max_num_ref_frames to 1 when not using B framesMark Thompson2016-09-281-1/+1
* vaapi_encode: Check packed header capabilitiesMark Thompson2016-09-281-0/+4
* vaapi_encode: Refactor initialisationMark Thompson2016-09-281-161/+92
* vaapi_h264: Fix HRD bit_rate/cpb_size scalingMark Thompson2016-09-141-4/+4
* h264: add H264_ prefix to the NAL unit typesAnton Khirnov2016-06-211-5/+5
* h264: create a new header for common h264 definitionsAnton Khirnov2016-06-211-1/+1
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* vaapi_h264: Add source version identifier as unregistered SEIMark Thompson2016-06-091-0/+29
* vaapi_h264: Add support for SEI messagesMark Thompson2016-06-091-1/+206
* vaapi_h264: Add support for VUI parametersMark Thompson2016-06-091-2/+124
* vaapi_h264: Add trivial support for low-power encodingMark Thompson2016-05-271-2/+16
* vaapi_h264: Fix frame_num after non-reference framesMark Thompson2016-05-271-7/+11
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
* vaapi_h264: Add encode quality option (for quality-speed tradeoff)Mark Thompson2016-04-151-0/+28
* vaapi_h264: Add -qp option, use it to replace use of -global_qualityMark Thompson2016-04-151-3/+18
* vaapi_h264: Add constant-bitrate encode supportMark Thompson2016-04-151-25/+110
* vaapi_encode: Refactor slightly to allow easier setting of global optionsMark Thompson2016-04-151-14/+16
* lavc: VAAPI H.264 encoderMark Thompson2016-03-301-0/+847
OpenPOWER on IntegriCloud