aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vp8.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vp8: Return error on errorAndreas Rheinhardt2024-04-271-1/+4
* avcodec/vp8: Mark flushing functions as av_coldAndreas Rheinhardt2024-04-191-2/+2
* avcodec/vp8: Convert to ProgressFrame APIAndreas Rheinhardt2024-04-191-70/+34
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/vp8: Change criterion for calling ff_thread_finish_setup()Andreas Rheinhardt2024-02-041-1/+1
* avcodec/vp8: Remove write-only vp7 struct fieldAndreas Rheinhardt2024-02-041-1/+0
* avcodec/vp8: Enforce key-frame only for WebPAndreas Rheinhardt2024-02-041-1/+5
* avcodec/vp8: Export `vp8_token_update_probs` variableDai, Jianhui J2023-11-151-1/+1
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-221-9/+9
* avcodec/decode: Use RefStruct API for hwaccel_picture_privateAndreas Rheinhardt2023-10-071-10/+4
* avcodec/vp8: Use RefStruct API for seg_mapAndreas Rheinhardt2023-10-071-14/+9
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-071-5/+7
* avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s taskAndreas Rheinhardt2023-08-071-10/+8
* avcodec: add AVHWAccel.flush callbackLynne2023-05-291-0/+3
* avcodec: add AVHWAccel.free_frame_priv callbackLynne2023-05-291-1/+1
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec/vp8: Fix wrong vpx_rac_is_end() checkHirokazu Honda2022-11-191-5/+9
* avcodec/vp8: Add const where appropriateAndreas Rheinhardt2022-10-131-54/+55
* avcodec/vp8: Move fade_present from context to stackAndreas Rheinhardt2022-09-111-3/+3
* avcodec/vp8: Remove unused macrosAndreas Rheinhardt2022-09-111-8/+0
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-3/+0
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/vp8: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-311-1/+1
* avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt2022-07-311-4/+5
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-281-69/+69
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-281-85/+86
* avcodec/vp56: Move VP8/9-only rac functions to a header of their ownAndreas Rheinhardt2022-07-281-82/+84
* avcodec/vp56.h: Move VP8-only functions to vp8.cAndreas Rheinhardt2022-07-281-0/+34
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-3/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-8/+8
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-13/+13
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-091-4/+4
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-0/+1
* avcodec/vp8: Remove always-false checkAndreas Rheinhardt2022-02-091-3/+0
* avcodec/vp8: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-101-1/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-091-1/+1
* avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes()Michael Niedermayer2021-02-161-3/+3
* Mark some pointers as constAndreas Rheinhardt2021-01-011-1/+1
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* libavcodec/vp8dec: fix the multi-thread HWAccel decode errorShaofei Wang2020-09-231-2/+5
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-16/+0
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-101-1/+1
* avcodec/vp8: fix multiple ff_thread_finish_setup() callsZhao Zhili2019-11-281-1/+2