summaryrefslogtreecommitdiff
path: root/libavcodec/vp8.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/vp5/6/8: use vpX_rac_is_end()Michael Niedermayer2019-08-221-4/+4
* avcodec/vp8: do vp7_fade_frame() laterMichael Niedermayer2019-08-031-8/+11
* avcodec/vp7: Check for end of input in vp78_decode_mv_mb_modes()Michael Niedermayer2018-12-161-7/+14
* avcodec/vp8: Check bitstream input in vp7_fade_frame() before time consuming ...Michael Niedermayer2018-09-121-0/+3
* libavcodec/vp8: Do not compute line pointers per pixel in fade()Michael Niedermayer2018-07-071-2/+4
* avcodec/vp8: Check for bitstream end before vp7_fade_frame()Michael Niedermayer2018-02-171-0/+2
* lavc/vp8: Support resolution changes in the VP8 decoder hwaccelJun Zhao2017-12-151-12/+24
* avcodec/nvdec: Implement vp8 hwaccelPhilip Langdale2017-11-261-0/+6
* vaapi: Add VP8 decode hwaccelMark Thompson2017-11-261-0/+6
* vp8: Add hwaccel hooksMark Thompson2017-11-261-68/+138
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-261-4/+4
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-011-4/+4
| * lavc/vaapi: Add VP8 decode hwaccelMark Thompson2016-09-081-0/+3
| * vp8: Add hwaccel hooksMark Thompson2016-09-081-60/+125
* | avcodec/webp: Always set pix_fmtMichael Niedermayer2017-05-101-0/+2
* | vp8: make mv_min/max thread-local if using partition threading.Ronald S. Bultje2017-04-061-25/+28