| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -7/+7 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -7/+7 |
* | avcodec/ffv1dec: reject unsupported ffv1 versions | Jerome Martinez | 2023-04-06 | 1 | -0/+5 |
* | avcodec/ffv1dec: Check that num h/v slices is supported | Michael Niedermayer | 2023-02-23 | 1 | -0/+5 |
* | avcodec/ffv1dec: restructure slice coordinate reading a bit | Michael Niedermayer | 2022-11-28 | 1 | -27/+38 |
* | avcodec/ffv1dec: Fail earlier if prior context is corrupted | Michael Niedermayer | 2022-10-20 | 1 | -1/+4 |
* | avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND cap | Andreas Rheinhardt | 2022-10-20 | 1 | -1/+1 |
* | avcodec/ffv1: Only allocate ThreadFrames for the decoder | Andreas Rheinhardt | 2022-09-07 | 1 | -1/+22 |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/ffv1(dec|enc): Remove unnecessary emms_c() | Andreas Rheinhardt | 2022-08-24 | 1 | -2/+0 |
* | avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size check | Michael Niedermayer | 2022-07-21 | 1 | -2/+6 |
* | avcodec/ffv1dec: consider run increase in minimal golomb frame size | Michael Niedermayer | 2022-07-20 | 1 | -1/+4 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/ffv1dec: Check for min packet size | Michael Niedermayer | 2022-07-12 | 1 | -0/+8 |
* | avcodec/ffv1dec: Limit golomb rice coded slices to width 8M | Michael Niedermayer | 2022-07-12 | 1 | -0/+3 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+3 |
* | avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+0 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+1 |
* | avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() | Andreas Rheinhardt | 2022-02-09 | 1 | -4/+5 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+1 |
* | avcodec/ffv1dec: Don't copy unused field | Andreas Rheinhardt | 2021-12-19 | 1 | -1/+0 |
* | avcodec/ffv1, ffv1dec: Add const where appropriate | Andreas Rheinhardt | 2021-12-19 | 1 | -2/+3 |
* | avcodec/ffv1dec: Remove redundant writes, fix races | Andreas Rheinhardt | 2021-12-19 | 1 | -4/+0 |
* | avcodec/ffv1dec: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -1/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+1 |
* | avcodec/ffv1dec: Check if trailer is available | Michael Niedermayer | 2021-03-13 | 1 | -2/+4 |
* | avcodec/ffv1dec: Fix off by 1 error with quant tables | Michael Niedermayer | 2020-12-22 | 1 | -1/+1 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -29/+0 |
* | lavc: replace AVCodecInternal.allocate_progress with an internal cap | Anton Khirnov | 2020-04-10 | 1 | -3/+1 |
* | libavcodec, libpostproc: Remove outcommented START/STOP_TIMER | Andreas Rheinhardt | 2020-03-14 | 1 | -3/+0 |
* | avcodec/ffv1dec: Use a different error message for the slice level CRC | Michael Niedermayer | 2019-11-09 | 1 | -1/+1 |
* | avcodec/ffv1dec: Check state transition table | Michael Niedermayer | 2018-06-25 | 1 | -2/+8 |
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 | 2018-04-03 | 1 | -1/+1 |
* | avcodec/ffv1: support of more pix_fmt | Jérôme Martinez | 2018-03-10 | 1 | -1/+13 |
* | avcodec/ffv1: Support for GBRAP10 and GBRAP12 | Jérôme Martinez | 2018-02-15 | 1 | -0/+4 |
* | avcodec/ffv1: Support for RGBA64 and GBRAP16 | Jérôme Martinez | 2018-02-06 | 1 | -4/+10 |
* | avcodec/ffv1dec: Fix out of array read in slice counting | Michael Niedermayer | 2017-10-10 | 1 | -1/+1 |
* | avcodec/ffv1dec: Fix integer overflow in read_quant_table() | Michael Niedermayer | 2017-09-22 | 1 | -1/+1 |
* | avcodec/ffv1dec: Check for bitstream end in decode_line() | Michael Niedermayer | 2017-08-18 | 1 | -3/+21 |
* | avcodec/ffv1dec: Fix runtime error: signed integer overflow: 1550964438 + 155... | Michael Niedermayer | 2017-05-13 | 1 | -1/+2 |
* | avcodec/ffv1dec: Fix copying planes of paletted formats | Michael Niedermayer | 2017-05-08 | 1 | -1/+7 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+1 |
* | Merge commit '17cb56b35672a2cd6ad7abe926e6cc772b8f4710' | Clément Bœsch | 2017-03-19 | 1 | -5/+0 |
|\ |
|
| * | ffv1: Remove broken disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -5/+0 |
| * | ffv1: Report additional bitstream information in verbose mode | Luca Barbato | 2016-06-29 | 1 | -0/+7 |