| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/hw_base_encode: avoid getting FFHWBaseEncodeContext from avctx | Tong Wu | 2024-07-02 | 1 | -1/+1 |
* | avcodec/vaapi_encode: extract a get_recon_format function to base layer | Tong Wu | 2024-07-02 | 1 | -12/+13 |
* | avcodec/vaapi_encode: extract the init and close function to base layer | Tong Wu | 2024-07-02 | 1 | -1/+1 |
* | avcodec/vaapi_encode: move the dpb logic from VAAPI to base layer | Tong Wu | 2024-07-02 | 1 | -25/+28 |
* | avcodec/vaapi_encode: add async_depth to common options | Tong Wu | 2024-07-02 | 1 | -0/+1 |
* | avcodec/hw_base_encode: add FF_HW_ prefix for two enums | Tong Wu | 2024-07-02 | 1 | -22/+22 |
* | lavc/hevc*: move to hevc/ subdir | Anton Khirnov | 2024-06-04 | 1 | -1/+2 |
* | avcodec/vaapi_encode_h265: use is_reference to fill reference_pic_flag | Tong Wu | 2024-04-18 | 1 | -4/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -2/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -10/+10 |
* | 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 | -31/+45 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -21/+21 |
* | lavc/vaapi_encode*: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED... | Anton Khirnov | 2023-01-29 | 1 | -1/+1 |
* | avcodec/vaapi_encode_h26x: passthrough A53 CC data as H264/HEVC SEI | Aman Karmani | 2023-01-17 | 1 | -1/+34 |
* | avcodec/h264data: Deduplicate H.26[45] aspect ratio table | Andreas Rheinhardt | 2022-12-01 | 1 | -11/+5 |
* | lavc/vaapi: Add support for remaining 10/12bit profiles | Philip Langdale | 2022-09-03 | 1 | -0/+4 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | lavc/vaapi: Switch preferred 8bit 444 format to VUYX | Philip Langdale | 2022-08-25 | 1 | -2/+1 |
* | lavc/vaapi_encode: enable 8bit 4:4:4 encoding for HEVC and VP9 | Philip Langdale | 2022-08-09 | 1 | -0/+2 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+2 |
* | vaapi_encode_h265: Query encoding block sizes and features | Mark Thompson | 2022-04-11 | 1 | -6/+108 |
* | vaapi_encode_h265: Explicitly set and correct some flags | Mark Thompson | 2022-04-11 | 1 | -4/+9 |
* | vaapi_encode: Move block size calculation after entrypoint selection | Mark Thompson | 2022-04-11 | 1 | -6/+26 |
* | lavc/vaapi_encode_h265: Add GPB frame support for hevc_vaapi | Linjie Fu | 2022-04-11 | 1 | -0/+15 |
* | 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 |
* | cbs_h2645: Merge SEI message handling in common between codecs | Mark Thompson | 2021-01-21 | 1 | -27/+11 |
* | hevc: Use common SEI types | Mark Thompson | 2021-01-21 | 1 | -2/+2 |
* | cbs_h2645: Merge SEI messages in common between codecs | Mark Thompson | 2021-01-21 | 1 | -5/+6 |
* | vaapi_encode_h265: Fix setting colour properties | Mark Thompson | 2020-11-03 | 1 | -22/+12 |
* | vaapi_encode_h265: Don't require uniform_spacing_flag | Mark Thompson | 2020-08-01 | 1 | -11/+30 |
* | vaapi_encode_h265: Fix ordering of tile dimensions | Mark Thompson | 2020-08-01 | 1 | -10/+3 |
* | vaapi_encode_h265: Remove confusing and redundant tile options | Mark Thompson | 2020-08-01 | 1 | -4/+0 |
* | vaapi_encode_h265: Enable 4:2:2 support | Mark Thompson | 2020-07-24 | 1 | -0/+4 |
* | lavc/vaapi_encode_h265: add h265 tile encoding support | Linjie Fu | 2020-07-20 | 1 | -1/+37 |
* | 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 |
* | lavc/vaapi_encode_h265: fix conf_win_xxx_offset for 4:2:2/4:4:4 encoding | Linjie Fu | 2020-03-09 | 1 | -2/+2 |
* | vaapi_encode: Add ROI support | Mark Thompson | 2019-07-28 | 1 | -0/+2 |
* | vaapi_encode_h265: Enable support for more RC modes | Mark Thompson | 2019-02-25 | 1 | -12/+20 |
* | vaapi_encode: Do not zero access unit structures | Mark Thompson | 2019-02-25 | 1 | -3/+0 |
* | libavcodec/cbs: Stop needlessly reallocating the units array | Andreas Rheinhardt | 2019-02-25 | 1 | -4/+5 |