Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jpeg2000: Mark static data init functions as av_cold | Diego Biurrun | 2014-06-17 | 1 | -1/+3 |
| | |||||
* | jpeg2000: Initialize only once mqc arrays | Nicolas Bertrand | 2013-07-13 | 1 | -6/+9 |
| | | | | | | Improves decoding speed. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | JPEG 2000 decoder for DCinema | Nicolas Bertrand | 2013-04-22 | 1 | -0/+112 |
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> |