summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-7/+7
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-7/+7
* avcodec/ffv1dec: reject unsupported ffv1 versionsJerome Martinez2023-04-061-0/+5
* avcodec/ffv1dec: Check that num h/v slices is supportedMichael Niedermayer2023-02-231-0/+5
* avcodec/ffv1dec: restructure slice coordinate reading a bitMichael Niedermayer2022-11-281-27/+38
* avcodec/ffv1dec: Fail earlier if prior context is corruptedMichael Niedermayer2022-10-201-1/+4
* avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND capAndreas Rheinhardt2022-10-201-1/+1
* avcodec/ffv1: Only allocate ThreadFrames for the decoderAndreas Rheinhardt2022-09-071-1/+22
* 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-1/+1
* avcodec/ffv1(dec|enc): Remove unnecessary emms_c()Andreas Rheinhardt2022-08-241-2/+0
* avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size checkMichael Niedermayer2022-07-211-2/+6
* avcodec/ffv1dec: consider run increase in minimal golomb frame sizeMichael Niedermayer2022-07-201-1/+4
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/ffv1dec: Check for min packet sizeMichael Niedermayer2022-07-121-0/+8
* avcodec/ffv1dec: Limit golomb rice coded slices to width 8MMichael Niedermayer2022-07-121-0/+3
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+3
* avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt2022-03-211-1/+0
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-0/+1
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-091-4/+5
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-0/+1
* avcodec/ffv1dec: Don't copy unused fieldAndreas Rheinhardt2021-12-191-1/+0
* avcodec/ffv1, ffv1dec: Add const where appropriateAndreas Rheinhardt2021-12-191-2/+3
* avcodec/ffv1dec: Remove redundant writes, fix racesAndreas Rheinhardt2021-12-191-4/+0
* avcodec/ffv1dec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-271-2/+1
* avcodec/ffv1dec: Check if trailer is availableMichael Niedermayer2021-03-131-2/+4
* avcodec/ffv1dec: Fix off by 1 error with quant tablesMichael Niedermayer2020-12-221-1/+1
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-29/+0
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-101-3/+1
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-141-3/+0
* avcodec/ffv1dec: Use a different error message for the slice level CRCMichael Niedermayer2019-11-091-1/+1
* avcodec/ffv1dec: Check state transition tableMichael Niedermayer2018-06-251-2/+8
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-1/+1
* avcodec/ffv1: support of more pix_fmtJérôme Martinez2018-03-101-1/+13
* avcodec/ffv1: Support for GBRAP10 and GBRAP12Jérôme Martinez2018-02-151-0/+4
* avcodec/ffv1: Support for RGBA64 and GBRAP16Jérôme Martinez2018-02-061-4/+10
* avcodec/ffv1dec: Fix out of array read in slice countingMichael Niedermayer2017-10-101-1/+1
* avcodec/ffv1dec: Fix integer overflow in read_quant_table()Michael Niedermayer2017-09-221-1/+1
* avcodec/ffv1dec: Check for bitstream end in decode_line()Michael Niedermayer2017-08-181-3/+21
* avcodec/ffv1dec: Fix runtime error: signed integer overflow: 1550964438 + 155...Michael Niedermayer2017-05-131-1/+2
* avcodec/ffv1dec: Fix copying planes of paletted formatsMichael Niedermayer2017-05-081-1/+7
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
* Merge commit '17cb56b35672a2cd6ad7abe926e6cc772b8f4710'Clément Bœsch2017-03-191-5/+0
|\
| * ffv1: Remove broken disabled cruftDiego Biurrun2016-08-171-5/+0
| * ffv1: Report additional bitstream information in verbose modeLuca Barbato2016-06-291-0/+7