summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_encode_h265.c
Commit message (Expand)AuthorAgeFilesLines
* vaapi_encode_h265: Enable multiple-slice supportMark Thompson2018-10-271-18/+11
* vaapi_encode_h265: Add missing error returnMark Thompson2018-09-241-0/+1
* vaapi_encode_h265: Set level based on stream if not set by userMark Thompson2018-09-231-3/+37
* vaapi_encode_h265: Improve profile supportMark Thompson2018-09-231-15/+55
* vaapi_encode_h26[45]: Make the AUD option a booleanMark Thompson2018-09-231-1/+1
* vaapi_encode: Clean up the packed header configurationMark Thompson2018-09-231-1/+1
* vaapi_encode: Clean up the GOP structure configurationMark Thompson2018-09-231-2/+2
* vaapi_encode: Add support for max QP in rate controlMark Thompson2018-09-231-0/+2
* vaapi_encode: Clean up rate control configurationMark Thompson2018-09-231-13/+1
* vaapi_encode: Add common options between all encodersMark Thompson2018-09-231-0/+2
* vaapi_encode: Choose profiles dynamicallyMark Thompson2018-09-231-24/+11
* vaapi_encode: Remove common priv_data and options fieldsMark Thompson2018-08-271-2/+0
* vaapi_encode_h265: Move options and common structures into contextMark Thompson2018-08-271-92/+90
* vaapi_encode_h265: Insert content light level informationHaihao Xiang2018-05-101-3/+33
* vaapi_encode_h265: Insert mastering display colour volumeHaihao Xiang2018-05-101-1/+131
* Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-211-1/+1
|\
| * cbs: Refcount all the things!Mark Thompson2018-02-201-1/+1
* | Merge commit '67eb2b16daa77f6ba3e04a28ca18e53193723b7f'Mark Thompson2018-02-211-2/+19
|\ \ | |/
| * 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
* | 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-041-3/+41
* | Merge commit 'f940c859c23ae201b0170cf541ea8f6b7a52dd49'James Almer2017-11-111-5/+2
|\ \ | |/
| * Revert "vaapi_h265: Reduce the amount of padding in the stream"Mark Thompson2017-09-121-5/+2
* | Merge commit 'a14a12ca137bf1526452b97bedfc9f7b301d4e04'James Almer2017-11-111-2/+5
|\ \ | |/
| * 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
* | vaapi_h265: Add support for AUD NAL unitsMark Thompson2017-10-171-0/+39
* | vaapi_h265: Convert to use coded bitstream infrastructureMark Thompson2017-10-171-953/+583
* | lavc/vaapi_encode_h265: Enable VBR modeJun Zhao2017-08-281-5/+10
* | lavc/vaapi_encode_h265: Remove duplicate slice_segment_address.Jun Zhao2017-07-181-2/+1
* | vaapi_encode: Use gop_size consistently in RC parametersMark Thompson2017-06-141-2/+2
* | Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f'James Almer2017-03-231-10/+10
|\ \ | |/
| * hevc: move the SliceType enum to hevc.hAnton Khirnov2016-10-211-10/+10
* | Merge commit 'f9bb356e0eb38ab4df32df8276b71a0b2626538f'James Almer2017-03-231-1/+1
|\ \ | |/
| * vaapi_h265: Include header for slice typesMark Thompson2016-10-171-1/+1
* | Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer2017-03-231-11/+11
|\ \ | |/
| * hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-161-11/+11
* | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch2017-03-231-1/+1
|\ \ | |/
| * 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