| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vp9: Join extradata buffer pools | Andreas Rheinhardt | 2023-11-01 | 1 | -0/+2 |
* | avcodec/vp9: Use RefStruct-pool API for extradata | Andreas Rheinhardt | 2023-11-01 | 1 | -15/+9 |
* | avcodec/pthread_frame: Remove ff_thread_release_buffer() | Andreas Rheinhardt | 2023-10-22 | 1 | -22/+22 |
* | avcodec/decode: Use RefStruct API for hwaccel_picture_private | Andreas Rheinhardt | 2023-10-07 | 1 | -10/+5 |
* | avcodec/thread: Remove ff_thread_get_format define | Andreas Rheinhardt | 2023-09-13 | 1 | -1/+1 |
* | avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel | Andreas Rheinhardt | 2023-08-07 | 1 | -5/+7 |
* | avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s task | Andreas Rheinhardt | 2023-08-07 | 1 | -11/+7 |
* | avcodec: add AVHWAccel.flush callback | Lynne | 2023-05-29 | 1 | -0/+3 |
* | avcodec: add AVHWAccel.free_frame_priv callback | Lynne | 2023-05-29 | 1 | -1/+1 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+4 |
* | lavc/vp9: Add RGB* formats for VAAPI hwaccel | Fei Wang | 2023-03-27 | 1 | -0/+7 |
* | lavc/vaapi: Add support for remaining 10/12bit profiles | Philip Langdale | 2022-09-03 | 1 | -0/+2 |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec/vp9: Remove redundant reporting of progress on error | Andreas Rheinhardt | 2022-08-10 | 1 | -6/+2 |
* | lavc/vaapi: Declare support for decoding 8bit 4:4:4 content | Philip Langdale | 2022-08-03 | 1 | -0/+5 |
* | avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9 | Andreas Rheinhardt | 2022-07-28 | 1 | -2/+1 |
* | avcodec/vp56: Move VP5-9 range coder functions to a header of their own | Andreas Rheinhardt | 2022-07-28 | 1 | -36/+37 |
* | avcodec/vp56: Move VP8/9-only rac functions to a header of their own | Andreas Rheinhardt | 2022-07-28 | 1 | -24/+25 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+3 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() | Andreas Rheinhardt | 2022-02-09 | 1 | -9/+9 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+1 |
* | lavc/videotoolbox: add VP9 hardware acceleration | rcombs | 2021-11-28 | 1 | -1/+8 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/vp9: Remove vp9_free_entries() | Andreas Rheinhardt | 2021-09-04 | 1 | -11/+1 |
* | avcodec/vp9: Use av_freep() instead of av_free() | Andreas Rheinhardt | 2021-09-04 | 1 | -1/+1 |
* | avcodec/vp9: Don't free buffer known to be NULL | Andreas Rheinhardt | 2021-09-04 | 1 | -4/+1 |
* | avcodec/vp9: Check initializing conditions/mutexes | Andreas Rheinhardt | 2021-09-04 | 1 | -6/+11 |
* | avcodec/vp9: Do not destroy uninitialized mutexes/conditions | Andreas Rheinhardt | 2021-09-04 | 1 | -5/+13 |
* | avcodec/vp9: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-10 | 1 | -1/+1 |
* | avcodec/vp9: Inline function with only one caller into it | Andreas Rheinhardt | 2021-05-10 | 1 | -17/+8 |
* | avcodec/vp9: Remove excessive log messages | Andreas Rheinhardt | 2021-05-10 | 1 | -6/+2 |
* | avcodec/vp9: Cleanup generically on init failure | Andreas Rheinhardt | 2021-05-10 | 1 | -3/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/frame: Remove deprecated AVFrame.pkt_pts field | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+0 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -1/+1 |
* | avcodec/vp9: Fix stack-buffer overflow with VP9 VDPAU available | Andreas Rheinhardt | 2020-10-11 | 1 | -3/+0 |
* | VP9 Profile 2 VDPAU support | ManojGuptaBonda | 2020-10-08 | 1 | -0/+6 |
* | vp9dec: support exporting QP tables through the AVVideoEncParams API | Anton Khirnov | 2020-05-12 | 1 | -0/+72 |
* | vp9dec: factorise freeing per-tile allocated data | Anton Khirnov | 2020-05-12 | 1 | -20/+16 |
* | lavc/vp9: fix reference frame dimensions check for SINGLE_REFERENCE mode | Linjie Fu | 2020-05-05 | 1 | -2/+18 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | avcodec/vp9: prevent null pointer use on init_frames() failure | Peter Ross | 2020-04-25 | 1 | -6/+3 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -6/+0 |