summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avcodec/ffv1dec: Check quant table symbols more completelyMichael Niedermayer2015-05-041-1/+1
* | ffv1dec: plane_index is 1 in case of version 4 gray+alpha.Jérôme Martinez2015-05-031-1/+1
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-211-2/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-3/+3
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-3/+3
* | Merge commit 'ca09effb01e126b0ac74ff3de70a475423ddee82'Michael Niedermayer2015-01-061-4/+4
|\ \ | |/
| * ffv1: Drop unnecessary casts and const qualifiers to match function signaturesDiego Biurrun2015-01-051-4/+4
* | ffv1dec: Avoid unnecessarily large stack usage and copies.Reimar Döffinger2014-11-221-5/+10
* | Merge commit 'da7d839a0d3ec40423a665dc85e0cfaed3f92eb8'Michael Niedermayer2014-08-121-16/+16
|\ \ | |/
| * ffv1dec: check that global parameters do not change in version 0/1Michael Niedermayer2014-08-121-7/+25
* | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer2014-06-201-0/+10
|\ \ | |/
| * Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-0/+8
| * avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* | avcodec/ffv1dec: use av_malloc_array()Michael Niedermayer2014-05-031-2/+2
* | ffv1.4: use 2 coefficients for calculating the Y plane in the RCTMichael Niedermayer2013-12-101-4/+6
* | avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCTMichael Niedermayer2013-12-091-1/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-171-6/+6
|\ \ | |/
| * ffv1: use the AVFrame API properly.Anton Khirnov2013-11-161-7/+22
| * ffv1: Assume bitdepth 0 means 8bitLuca Barbato2013-10-151-0/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-1/+1
| * ffv1: fix calculating slice dimensions for version 2Anton Khirnov2013-03-081-2/+2
* | Make decoding alpha optional for some codecs.Reimar Döffinger2013-09-221-0/+1
OpenPOWER on IntegriCloud