summaryrefslogtreecommitdiff
path: root/libavcodec/j2k_dwt.c
Commit message (Expand)AuthorAgeFilesLines
* j2k/jpeg2000: merge j2k & jpeg2000 dwts, drop j2k dwtMichael Niedermayer2013-05-271-386/+0
* j2k_dwt: fix scaling of 9/7 dwtMichael Niedermayer2013-05-271-8/+8
* j2k: fix "static is not at beginning of declaration" warningMichael Niedermayer2012-09-201-1/+1
* j2kdec: Fix integer overflow leading to a segfaultMichael Niedermayer2011-12-161-1/+1
* Check for unsupported parameters in ff_j2k_dwt_init()Laurent Aimar2011-09-291-0/+2
* Add Kamil Nowosads j2k code.Kamil Nowosad2011-05-241-0/+384