summaryrefslogtreecommitdiff
path: root/libavcodec/vp8.c
Commit message (Expand)AuthorAge
* 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
* | vp8: make wait/thread_mb_pos atomic.Ronald S. Bultje2017-04-06
* | Merge commit '87c6c78604e4dd16f1f45862b27ca006da010527'James Almer2017-03-19
|\|
| * vp8: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* | avcodec/vp8: Fix hang with slice threadsThomas Guilbert2017-03-10
* | avcodec/vp8: Check for the bitstream end per MB in decode_mb_row_no_filter()Michael Niedermayer2017-03-07
* | avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder()Michael Niedermayer2017-03-07
* | avcodec/vp8: remove redundant checkMichael Niedermayer2017-03-07
* | avcodec/vp8: Check for bitsteam end in decode_mb_row_no_filter()Michael Niedermayer2017-03-01