summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ffv1: Error out on unsupported formatJerome Martinez2016-06-181-0/+11
| * lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-111-2/+2
* | lavc/ffv1: Support YUV4xxP12 and GRAY12.Carl Eugen Hoyos2016-11-201-0/+7
* | avcodec/ffv1dec: Set packed_at_lsb for 16bit YUVMichael Niedermayer2016-11-181-0/+2
* | avcodec/ffv1dec: Support gray 10/12/16 explicitly avoid shiftsMichael Niedermayer2016-11-181-1/+12
* | lavc/ffv1dec: Scale output for msb-packed compression to full 16bit.Carl Eugen Hoyos2016-11-171-1/+1
* | avcodec/ffv1: add AV_PIX_FMT_GBRP16 supportMichael Niedermayer2016-08-081-0/+12
* | avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer2016-08-081-137/+5
* | avcodec/ffv1dec: Test extradata_size instead of extradata for better robustnessMichael Niedermayer2016-07-211-1/+1
* | avcodec/ffv1dec: fix some unsupported pix_fmtJérôme Martinez2016-06-131-7/+8
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* | avcodec/ffv1dec: Support AV_PIX_FMT_YA8Michael Niedermayer2016-01-011-9/+18
* | Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96'Derek Buitenhuis2015-11-221-7/+9
|\ \ | |/
| * ffv1: Explicitly name the coder typeVittorio Giovara2015-11-161-8/+8
* | avcodec/ffv1dec: Clear quant_table_count if its invalidMichael Niedermayer2015-11-141-0/+1
* | avcodec/ffv1dec: Print an error if the quant table count is invalidMichael Niedermayer2015-11-051-1/+3
* | avcodec/ffv1dec: Free tables on init failureMichael Niedermayer2015-11-051-0/+1
* | avcodec/ffv1dec: Check for 0 quant tablesMichael Niedermayer2015-11-051-1/+1
* | avcodec/ffv1dec: update progress in case of broken pointer chainsMichael Niedermayer2015-10-161-0/+1
* | avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header ...Michael Niedermayer2015-10-161-0/+1
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-041-0/+4
* | avcodec/ffv1dec: Fix off by 1 error in quant_table_count checkMichael Niedermayer2015-09-261-1/+1
* | avcodec/ffv1dec: Explicitly check read_quant_table() return valueMichael Niedermayer2015-09-261-1/+4
* | avcodec/ffv1dec: Fix >8bps error concealmentMichael Niedermayer2015-09-251-2/+4
* | avcodec/rangecoder: Check eMichael Niedermayer2015-09-251-1/+4
* | avcodec/ffv1: seperate slice_count from max_slice_countMichael Niedermayer2015-09-241-3/+5
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* | avcodec/ffv1dec: Print CRCs at picture debug levelMichael Niedermayer2015-09-021-2/+8
* | avcodec/ffv1dec: Check that there is enough space for the CRC in the global h...Michael Niedermayer2015-09-021-1/+1
* | ffv1: Add missing ff_ prefixesTimothy Gu2015-08-221-8/+8
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | avcodec/ffv1dec: Fix skip_alphaMichael Niedermayer2015-05-281-1/+2
* | avcodec/ffv1dec: Check chroma shift parametersMichael Niedermayer2015-05-041-0/+12
* | avcodec/ffv1dec: More completely check micro_versionMichael Niedermayer2015-05-041-0/+2
OpenPOWER on IntegriCloud