summaryrefslogtreecommitdiff
path: root/libavcodec/vp8.c
Commit message (Expand)AuthorAge
* avcodec/vp8: Fix wrong vpx_rac_is_end() checkHirokazu Honda2022-11-19
* avcodec/vp8: Add const where appropriateAndreas Rheinhardt2022-10-13
* avcodec/vp8: Move fade_present from context to stackAndreas Rheinhardt2022-09-11
* avcodec/vp8: Remove unused macrosAndreas Rheinhardt2022-09-11
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-03
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/vp8: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt2022-07-31
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP8/9-only rac functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56.h: Move VP8-only functions to vp8.cAndreas Rheinhardt2022-07-28
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-09
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-09
* avcodec/vp8: Remove always-false checkAndreas Rheinhardt2022-02-09
* avcodec/vp8: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-10
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes()Michael Niedermayer2021-02-16
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* libavcodec/vp8dec: fix the multi-thread HWAccel decode errorShaofei Wang2020-09-23
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-10
* avcodec/vp8: fix multiple ff_thread_finish_setup() callsZhao Zhili2019-11-28
* avcodec/vp5/6/8: use vpX_rac_is_end()Michael Niedermayer2019-08-22
* avcodec/vp8: do vp7_fade_frame() laterMichael Niedermayer2019-08-03
* avcodec/vp7: Check for end of input in vp78_decode_mv_mb_modes()Michael Niedermayer2018-12-16
* avcodec/vp8: Check bitstream input in vp7_fade_frame() before time consuming ...Michael Niedermayer2018-09-12
* libavcodec/vp8: Do not compute line pointers per pixel in fade()Michael Niedermayer2018-07-07
* avcodec/vp8: Check for bitstream end before vp7_fade_frame()Michael Niedermayer2018-02-17
* lavc/vp8: Support resolution changes in the VP8 decoder hwaccelJun Zhao2017-12-15
* avcodec/nvdec: Implement vp8 hwaccelPhilip Langdale2017-11-26
* vaapi: Add VP8 decode hwaccelMark Thompson2017-11-26
* vp8: Add hwaccel hooksMark Thompson2017-11-26
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-26
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
| * lavc/vaapi: Add VP8 decode hwaccelMark Thompson2016-09-08
| * vp8: Add hwaccel hooksMark Thompson2016-09-08
* | avcodec/webp: Always set pix_fmtMichael Niedermayer2017-05-10
* | vp8: make mv_min/max thread-local if using partition threading.Ronald S. Bultje2017-04-06