| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vp8: Return error on error | Andreas Rheinhardt | 2024-04-27 | 1 | -1/+4 |
* | avcodec/vp8: Mark flushing functions as av_cold | Andreas Rheinhardt | 2024-04-19 | 1 | -2/+2 |
* | avcodec/vp8: Convert to ProgressFrame API | Andreas Rheinhardt | 2024-04-19 | 1 | -70/+34 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/vp8: Change criterion for calling ff_thread_finish_setup() | Andreas Rheinhardt | 2024-02-04 | 1 | -1/+1 |
* | avcodec/vp8: Remove write-only vp7 struct field | Andreas Rheinhardt | 2024-02-04 | 1 | -1/+0 |
* | avcodec/vp8: Enforce key-frame only for WebP | Andreas Rheinhardt | 2024-02-04 | 1 | -1/+5 |
* | avcodec/vp8: Export `vp8_token_update_probs` variable | Dai, Jianhui J | 2023-11-15 | 1 | -1/+1 |
* | avcodec/pthread_frame: Remove ff_thread_release_buffer() | Andreas Rheinhardt | 2023-10-22 | 1 | -9/+9 |
* | avcodec/decode: Use RefStruct API for hwaccel_picture_private | Andreas Rheinhardt | 2023-10-07 | 1 | -10/+4 |
* | avcodec/vp8: Use RefStruct API for seg_map | Andreas Rheinhardt | 2023-10-07 | 1 | -14/+9 |
* | 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 | -10/+8 |
* | 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 |
* | avcodec/vp8: Fix wrong vpx_rac_is_end() check | Hirokazu Honda | 2022-11-19 | 1 | -5/+9 |
* | avcodec/vp8: Add const where appropriate | Andreas Rheinhardt | 2022-10-13 | 1 | -54/+55 |
* | avcodec/vp8: Move fade_present from context to stack | Andreas Rheinhardt | 2022-09-11 | 1 | -3/+3 |
* | avcodec/vp8: Remove unused macros | Andreas Rheinhardt | 2022-09-11 | 1 | -8/+0 |
* | 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 | -2/+2 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -3/+0 |
* | avcodec/internal: Move ff_get_format() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec/vp8: Constify slice threads' ptr to main context | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec: Constify ThreadFrames if possible | Andreas Rheinhardt | 2022-07-31 | 1 | -4/+5 |
* | avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9 | Andreas Rheinhardt | 2022-07-28 | 1 | -69/+69 |
* | avcodec/vp56: Move VP5-9 range coder functions to a header of their own | Andreas Rheinhardt | 2022-07-28 | 1 | -85/+86 |
* | avcodec/vp56: Move VP8/9-only rac functions to a header of their own | Andreas Rheinhardt | 2022-07-28 | 1 | -82/+84 |
* | avcodec/vp56.h: Move VP8-only functions to vp8.c | Andreas Rheinhardt | 2022-07-28 | 1 | -0/+34 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -3/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -8/+8 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -13/+13 |
* | 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 | -4/+4 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+1 |
* | avcodec/vp8: Remove always-false check | Andreas Rheinhardt | 2022-02-09 | 1 | -3/+0 |
* | avcodec/vp8: Mark decoders as init-threadsafe | Andreas Rheinhardt | 2021-05-10 | 1 | -1/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec: Constify some AVPackets | Andreas Rheinhardt | 2021-03-09 | 1 | -1/+1 |
* | avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes() | Michael Niedermayer | 2021-02-16 | 1 | -3/+3 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -1/+1 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | libavcodec/vp8dec: fix the multi-thread HWAccel decode error | Shaofei Wang | 2020-09-23 | 1 | -2/+5 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -16/+0 |
* | lavc: replace AVCodecInternal.allocate_progress with an internal cap | Anton Khirnov | 2020-04-10 | 1 | -1/+1 |
* | avcodec/vp8: fix multiple ff_thread_finish_setup() calls | Zhao Zhili | 2019-11-28 | 1 | -1/+2 |