Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-05j2k: avoid printf() useage in debug codeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-23j2k: reorder multiplications to avoid interger overflows related to precinctsMichael Niedermayer
Fixes CID703778, CID703777 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-23j2k: reorder multiplications to avoid interger overflows related to code blocksMichael Niedermayer
Fixes CID703776, CID703775 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-20j2k: fix "static is not at beginning of declaration" warningMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-11j2k: remove unreachable assert()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-05-24j2k[c/h] j2kdec.c: Implement 2 code block stylesRukhsana Ruby
2011-05-24j2k: Add void as the parameter of function ff_j2k_init_tier1_lutsRukhsana Ruby
2011-05-24Add Kamil Nowosads j2k code.Kamil Nowosad
This needs work but it should not rot in soc svn.