summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1dec.c
Commit message (Expand)AuthorAge
* avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size checkMichael Niedermayer2022-07-21
* avcodec/ffv1dec: consider run increase in minimal golomb frame sizeMichael Niedermayer2022-07-20
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/ffv1dec: Check for min packet sizeMichael Niedermayer2022-07-12
* avcodec/ffv1dec: Limit golomb rice coded slices to width 8MMichael Niedermayer2022-07-12
* 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/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt2022-03-21
* 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
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* 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/ffv1dec: Don't copy unused fieldAndreas Rheinhardt2021-12-19
* avcodec/ffv1, ffv1dec: Add const where appropriateAndreas Rheinhardt2021-12-19
* avcodec/ffv1dec: Remove redundant writes, fix racesAndreas Rheinhardt2021-12-19
* avcodec/ffv1dec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-27
* avcodec/ffv1dec: Check if trailer is availableMichael Niedermayer2021-03-13
* avcodec/ffv1dec: Fix off by 1 error with quant tablesMichael Niedermayer2020-12-22
* 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
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* avcodec/ffv1dec: Use a different error message for the slice level CRCMichael Niedermayer2019-11-09
* avcodec/ffv1dec: Check state transition tableMichael Niedermayer2018-06-25
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-03
* avcodec/ffv1: support of more pix_fmtJérôme Martinez2018-03-10
* avcodec/ffv1: Support for GBRAP10 and GBRAP12Jérôme Martinez2018-02-15
* avcodec/ffv1: Support for RGBA64 and GBRAP16Jérôme Martinez2018-02-06
* avcodec/ffv1dec: Fix out of array read in slice countingMichael Niedermayer2017-10-10
* avcodec/ffv1dec: Fix integer overflow in read_quant_table()Michael Niedermayer2017-09-22
* avcodec/ffv1dec: Check for bitstream end in decode_line()Michael Niedermayer2017-08-18
* avcodec/ffv1dec: Fix runtime error: signed integer overflow: 1550964438 + 155...Michael Niedermayer2017-05-13
* avcodec/ffv1dec: Fix copying planes of paletted formatsMichael Niedermayer2017-05-08
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* Merge commit '17cb56b35672a2cd6ad7abe926e6cc772b8f4710'Clément Bœsch2017-03-19
|\
| * ffv1: Remove broken disabled cruftDiego Biurrun2016-08-17
| * ffv1: Report additional bitstream information in verbose modeLuca Barbato2016-06-29
| * ffv1: Error out on unsupported formatJerome Martinez2016-06-18
| * lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* | lavc/ffv1: Support YUV4xxP12 and GRAY12.Carl Eugen Hoyos2016-11-20
* | avcodec/ffv1dec: Set packed_at_lsb for 16bit YUVMichael Niedermayer2016-11-18
* | avcodec/ffv1dec: Support gray 10/12/16 explicitly avoid shiftsMichael Niedermayer2016-11-18
* | lavc/ffv1dec: Scale output for msb-packed compression to full 16bit.Carl Eugen Hoyos2016-11-17
* | avcodec/ffv1: add AV_PIX_FMT_GBRP16 supportMichael Niedermayer2016-08-08
* | avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer2016-08-08
* | avcodec/ffv1dec: Test extradata_size instead of extradata for better robustnessMichael Niedermayer2016-07-21
* | avcodec/ffv1dec: fix some unsupported pix_fmtJérôme Martinez2016-06-13
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27