- 28 Jun, 2015 3 commits
-
-
Michael Niedermayer authored
Fixes Ticket4680 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes part of Ticket4680 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket4657 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
This also reduces the amount of memory needed Fixes Ticket4672 The new code seems slightly faster as well, probably due to better cache usage Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Jun, 2015 2 commits
-
-
Michael Niedermayer authored
reduce memory needed for flags Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket4649 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Jun, 2015 2 commits
-
-
Michael Niedermayer authored
These 2 are highly related so they are in the same commit Fixes part of Ticket4605 Fixes p0_04.j2k Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Jul, 2013 1 commit
-
-
Nicolas Bertrand authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 02 Jul, 2013 3 commits
-
-
Michael Niedermayer authored
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>
-
Michael Niedermayer authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
And define the resolution levels according. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 05 Jun, 2013 1 commit
-
-
Michael Niedermayer authored
This prevents potential integer overflows Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 May, 2013 2 commits
-
-
Michael Niedermayer authored
Now only j2kdec / jpeg2000dec.c remain Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This fixes a TODO item and unifies both decoders structures It also fixes undefined behavior due to aliasing violations I choose 2 fields instead of a union because mistakely using the wrong type with a union will lead to hard to debug "wrong output" while with 2 fields mistakely using the wrong type will crash with a null pointer derefernce which is much easier to debug Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 May, 2013 1 commit
-
-
Michael Niedermayer authored
This is more clear and less prone to mistakes. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 May, 2013 3 commits
-
-
Michael Niedermayer authored
mant fits in 16bit Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 May, 2013 1 commit
-
-
Michael Niedermayer authored
This also changes the cblk size storage method to what jpeg2000 uses Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Apr, 2013 1 commit
-
-
Nicolas Bertrand authored
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>
-