summaryrefslogtreecommitdiff
path: root/libavcodec/j2k.c
Commit message (Expand)AuthorAgeFilesLines
* j2k: avoid printf() useage in debug codeMichael Niedermayer2012-12-051-4/+4
* j2k: reorder multiplications to avoid interger overflows related to precinctsMichael Niedermayer2012-10-231-1/+1
* j2k: reorder multiplications to avoid interger overflows related to code blocksMichael Niedermayer2012-10-231-1/+1
* j2k: fix "static is not at beginning of declaration" warningMichael Niedermayer2012-09-201-1/+1
* j2k: remove unreachable assert()Michael Niedermayer2012-06-101-1/+0
* j2k[c/h] j2kdec.c: Implement 2 code block stylesRukhsana Ruby2011-05-241-7/+9
* j2k: Add void as the parameter of function ff_j2k_init_tier1_lutsRukhsana Ruby2011-05-241-1/+1
* Add Kamil Nowosads j2k code.Kamil Nowosad2011-05-241-0/+390