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
2013-07-13jpeg2000: Remove unused passes array in Jpeg200Cblk structureNicolas Bertrand
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-07-02jpeg2000: Use separate fields for int and float codepathsMichael Niedermayer
Split stepsize and data into int and float variants. Eliminates a number of casts and simplifies spotting errors. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-07-02jpeg2000: Drop unused and writeonly fieldsMichael Niedermayer
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-07-02jpeg2000: Define the maximum decomposition levelsLuca Barbato
And define the resolution levels according. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-04-22JPEG 2000 decoder for DCinemaNicolas Bertrand
Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl> Updated to current programming standards, style and many more small fixes by Diego Biurrun <diego@biurrun.de>. Signed-off-by: Diego Biurrun <diego@biurrun.de>