summaryrefslogtreecommitdiffstats
path: root/libavcodec/dirac_dwt.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/dirac_dwt: Fix multiple integer overflows in COMPOSE_DD97iH0()Michael Niedermayer2017-07-291-1/+1
| | | | | | | | Fixes: runtime error: signed integer overflow: 9 * 335544320 cannot be represented in type 'int' Fixes: 2739/clusterfuzz-testcase-minimized-6737297955356672 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* diracdec: Pass DWTPlane to dwt initTimothy Gu2016-02-071-3/+2
|
* diracdec: Split DWTPlane struct from PlaneTimothy Gu2016-02-071-0/+9
|
* dirac_dwt: Rename init2 to initTimothy Gu2016-02-071-3/+3
| | | | The functions are all private.
* dirac_dwt: Make x86 files/functions names consistentTimothy Gu2016-02-051-0/+1
|
* diracdec: Template DSP functions adding 10-bit versionsKieran Kunhya2015-12-101-10/+10
|
* Various small spelling fixes.Reimar Döffinger2014-04-221-1/+1
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* avcodec/dirac_dwt: Remove unused ff_spatial_idwt2()Michael Niedermayer2013-08-161-3/+0
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: split snow and dirac DWTsMichael Niedermayer2013-01-141-0/+126
There is only about 4 lines of common code, so it alot cleaner when seperated. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud