| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -9/+9 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | libavcodec: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/vaapi_encode: use AVCodecContext.get_encode_buffer() | James Almer | 2021-03-17 | 1 | -1/+2 |
* | cbs_h2645: Merge SEI message handling in common between codecs | Mark Thompson | 2021-01-21 | 1 | -30/+21 |
* | h264: Use common SEI types | Mark Thompson | 2021-01-21 | 1 | -4/+4 |
* | cbs_h2645: Merge SEI messages in common between codecs | Mark Thompson | 2021-01-21 | 1 | -1/+1 |
* | vaapi_encode_h264: Fix setting colour properties | Mark Thompson | 2020-11-03 | 1 | -22/+12 |
* | avcodec/cbs: Remove unused function parameters | Andreas Rheinhardt | 2020-07-07 | 1 | -7/+6 |
* | avcodec/encode: restructure the core encoding code | James Almer | 2020-06-18 | 1 | -1/+0 |
* | lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encoders | Linjie Fu | 2020-05-04 | 1 | -0/+1 |
* | lavc/vaapi_encode: Add hardware config metadata | Mark Thompson | 2020-04-26 | 1 | -0/+1 |
* | vaapi_encode: Add ROI support | Mark Thompson | 2019-07-28 | 1 | -0/+2 |
* | vaapi_encode: Refactor encode misc parameter buffer creation | Mark Thompson | 2019-06-03 | 1 | -4/+4 |
* | lavc/h264_levels: add MaxMBPS checking and update fate test. | Decai Lin | 2019-03-27 | 1 | -0/+7 |
* | vaapi_encode_h264: Enable support for more RC modes | Mark Thompson | 2019-02-25 | 1 | -12/+19 |
* | vaapi_encode: Do not zero access unit structures | Mark Thompson | 2019-02-25 | 1 | -6/+0 |
* | libavcodec/cbs: Stop needlessly reallocating the units array | Andreas Rheinhardt | 2019-02-25 | 1 | -4/+5 |
* | vaapi_encode_h264: Support more complex reference structures | Mark Thompson | 2019-01-23 | 1 | -66/+309 |
* | vaapi_encode: Convert to send/receive API | Mark Thompson | 2019-01-23 | 1 | -2/+5 |
* | vaapi_encode_h264: Reduce SAR to valid range | Mark Thompson | 2018-11-18 | 1 | -5/+7 |
* | vaapi_encode_h264: Enable multiple-slice support | Mark Thompson | 2018-10-27 | 1 | -6/+7 |
* | cbs_h264: Fix default value for max mv lengths | Mark Thompson | 2018-09-23 | 1 | -2/+2 |
* | vaapi_encode_h264: Set level based on stream if not set by user | Mark Thompson | 2018-09-23 | 1 | -4/+36 |
* | vaapi_encode_h26[45]: Make the AUD option a boolean | Mark Thompson | 2018-09-23 | 1 | -1/+1 |
* | vaapi_encode_h264: Properly set constraint flags | Mark Thompson | 2018-09-23 | 1 | -6/+14 |
* | vaapi_encode: Clean up the packed header configuration | Mark Thompson | 2018-09-23 | 1 | -1/+1 |
* | vaapi_encode: Clean up the GOP structure configuration | Mark Thompson | 2018-09-23 | 1 | -2/+2 |
* | vaapi_encode: Add support for max QP in rate control | Mark Thompson | 2018-09-23 | 1 | -1/+2 |
* | vaapi_encode: Clean up rate control configuration | Mark Thompson | 2018-09-23 | 1 | -15/+3 |
* | vaapi_encode: Clean up the encode quality configuration | Mark Thompson | 2018-09-23 | 1 | -4/+3 |
* | vaapi_encode: Add common options between all encoders | Mark Thompson | 2018-09-23 | 1 | -6/+2 |
* | vaapi_encode: Choose profiles dynamically | Mark Thompson | 2018-09-23 | 1 | -32/+13 |
* | vaapi_encode: Remove common priv_data and options fields | Mark Thompson | 2018-08-27 | 1 | -2/+0 |
* | vaapi_encode_h264: Move options and common structures into context | Mark Thompson | 2018-08-27 | 1 | -112/+114 |
* | vaapi_encode_h264: Take VAAPIEncodeH264Context::sei_needed as an ORed value | Haihao Xiang | 2018-05-03 | 1 | -7/+8 |
* | Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2' | Mark Thompson | 2018-02-21 | 1 | -1/+1 |
|\ |
|
| * | cbs: Refcount all the things! | Mark Thompson | 2018-02-20 | 1 | -1/+1 |
| * | cbs: Allocate the context inside the init function | Mark Thompson | 2018-02-20 | 1 | -7/+7 |
| * | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -1/+2 |
| * | vaapi_h264: Add named options for setting profile and level | Mark Thompson | 2017-12-06 | 1 | -2/+46 |
| * | vaapi_h264: Fix VUI max_dec_frame_buffering | Jun Zhao | 2017-12-02 | 1 | -1/+1 |
| * | vaapi_h264: Add missing return value check | Mark Thompson | 2017-11-12 | 1 | -1/+3 |
| * | vaapi_h264: Do not use deprecated header type | Mark Thompson | 2017-11-12 | 1 | -1/+1 |
* | | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -1/+2 |