| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avcodec/vp5/6/8: use vpX_rac_is_end() | Michael Niedermayer | 2019-08-22 | 1 | -4/+4 |
* | avcodec/vp8: do vp7_fade_frame() later | Michael Niedermayer | 2019-08-03 | 1 | -8/+11 |
* | avcodec/vp7: Check for end of input in vp78_decode_mv_mb_modes() | Michael Niedermayer | 2018-12-16 | 1 | -7/+14 |
* | avcodec/vp8: Check bitstream input in vp7_fade_frame() before time consuming ... | Michael Niedermayer | 2018-09-12 | 1 | -0/+3 |
* | libavcodec/vp8: Do not compute line pointers per pixel in fade() | Michael Niedermayer | 2018-07-07 | 1 | -2/+4 |
* | avcodec/vp8: Check for bitstream end before vp7_fade_frame() | Michael Niedermayer | 2018-02-17 | 1 | -0/+2 |
* | lavc/vp8: Support resolution changes in the VP8 decoder hwaccel | Jun Zhao | 2017-12-15 | 1 | -12/+24 |
* | avcodec/nvdec: Implement vp8 hwaccel | Philip Langdale | 2017-11-26 | 1 | -0/+6 |
* | vaapi: Add VP8 decode hwaccel | Mark Thompson | 2017-11-26 | 1 | -0/+6 |
* | vp8: Add hwaccel hooks | Mark Thompson | 2017-11-26 | 1 | -68/+138 |
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3' | James Almer | 2017-09-26 | 1 | -4/+4 |
|\ |
|
| * | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -4/+4 |
| * | lavc/vaapi: Add VP8 decode hwaccel | Mark Thompson | 2016-09-08 | 1 | -0/+3 |
| * | vp8: Add hwaccel hooks | Mark Thompson | 2016-09-08 | 1 | -60/+125 |
* | | avcodec/webp: Always set pix_fmt | Michael Niedermayer | 2017-05-10 | 1 | -0/+2 |
* | | vp8: make mv_min/max thread-local if using partition threading. | Ronald S. Bultje | 2017-04-06 | 1 | -25/+28 |
* | | vp8: make wait/thread_mb_pos atomic. | Ronald S. Bultje | 2017-04-06 | 1 | -15/+14 |
* | | Merge commit '87c6c78604e4dd16f1f45862b27ca006da010527' | James Almer | 2017-03-19 | 1 | -9/+10 |
|\| |
|
| * | vp8: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-08-26 | 1 | -8/+9 |
* | | avcodec/vp8: Fix hang with slice threads | Thomas Guilbert | 2017-03-10 | 1 | -1/+3 |
* | | avcodec/vp8: Check for the bitstream end per MB in decode_mb_row_no_filter() | Michael Niedermayer | 2017-03-07 | 1 | -0/+2 |
* | | avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder() | Michael Niedermayer | 2017-03-07 | 1 | -7/+14 |
* | | avcodec/vp8: remove redundant check | Michael Niedermayer | 2017-03-07 | 1 | -2/+0 |
* | | avcodec/vp8: Check for bitsteam end in decode_mb_row_no_filter() | Michael Niedermayer | 2017-03-01 | 1 | -6/+14 |
* | | Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5' | Clément Bœsch | 2016-06-21 | 1 | -4/+4 |
|\| |
|
| * | Mark read-only tables as static | Diego Biurrun | 2016-05-05 | 1 | -4/+4 |
* | | Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef' | Derek Buitenhuis | 2016-04-24 | 1 | -5/+6 |
|\| |
|
| * | lavc: Deduplicate zigzag_scan table | Diego Biurrun | 2016-03-25 | 1 | -5/+6 |
* | | avcodec: use HAVE_THREADS header guards to silence -Wunused-function | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+2 |
* | | avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup | Michael Niedermayer | 2015-10-01 | 1 | -1/+1 |
* | | Merge commit '7bf9647264308d2df74b2b50669f2d02a7ecc90b' | Hendrik Leppkes | 2015-08-18 | 1 | -0/+4 |
|\| |
|