| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | lavc/vaapi_encode: Separate reference frame into previous/future list | Fei Wang | 2023-09-22 | 1 | -3/+3 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -1/+1 |
* | lavc/vaapi_encode*: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED... | Anton Khirnov | 2023-01-29 | 1 | -1/+1 |
* | 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 |
* | vaapi_encode: Move block size calculation after entrypoint selection | Mark Thompson | 2022-04-11 | 1 | -3/+0 |
* | 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 |
* | 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 |
* | 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_vp8: Enable support for more RC modes | Mark Thompson | 2019-02-25 | 1 | -6/+10 |
* | vaapi_encode: Convert to send/receive API | Mark Thompson | 2019-01-23 | 1 | -1/+2 |
* | vaapi_encode: Clean up the packed header configuration | Mark Thompson | 2018-09-23 | 1 | -2/+4 |
* | vaapi_encode: Clean up the GOP structure configuration | Mark Thompson | 2018-09-23 | 1 | -6/+1 |
* | vaapi_encode: Add support for max QP in rate control | Mark Thompson | 2018-09-23 | 1 | -0/+2 |
* | vaapi_encode: Clean up rate control configuration | Mark Thompson | 2018-09-23 | 1 | -12/+1 |
* | vaapi_encode: Add common options between all encoders | Mark Thompson | 2018-09-23 | 1 | -0/+1 |
* | vaapi_encode: Choose profiles dynamically | Mark Thompson | 2018-09-23 | 1 | -4/+7 |
* | vaapi_encode: Remove common priv_data and options fields | Mark Thompson | 2018-08-27 | 1 | -2/+0 |
* | vaapi_encode_vp8: Move options and common structures into context | Mark Thompson | 2018-08-27 | 1 | -17/+14 |
* | vaapi_encode_vp8: memset the the structure to 0 | Haihao Xiang | 2018-05-07 | 1 | -0/+2 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -1/+2 |
* | vaapi_vp8: Use VP8_MAX_QUANT instead of magic number | Mark Thompson | 2017-02-17 | 1 | -2/+3 |
* | vaapi_encode: Add VP8 support | Mark Thompson | 2017-02-08 | 1 | -0/+268 |