| Commit message (Expand) | Author | Age | Files | Lines |
* | jpeg2000: Proper cleanup on failure in decode_frame() | Luca Barbato | 2013-07-02 | 1 | -1/+3 |
* | jpeg2000: Compute corrections of sub-band coordinates | Michael Niedermayer | 2013-07-02 | 1 | -3/+7 |
* | jpeg2000: Remove unneeded variable initialization | Michael Niedermayer | 2013-07-02 | 1 | -1/+1 |
* | jpeg2000: Use separate fields for int and float codepaths | Michael Niedermayer | 2013-07-02 | 1 | -13/+22 |
* | jpeg2000: Compute quantization for 'scalar derived' in the correct case. | Michael Niedermayer | 2013-07-02 | 1 | -8/+8 |
* | jpeg2000: Calculate code-block coord in ff_jpeg2000_init_component() | Michael Niedermayer | 2013-07-02 | 1 | -0/+14 |
* | jpeg2000: Fix compute precedence error in lut_gain index | Michael Niedermayer | 2013-07-02 | 1 | -1/+1 |
* | jpeg2000: Initialize code blocks structures in precincts to 0 | Michael Niedermayer | 2013-07-02 | 1 | -3/+3 |
* | jpeg2000: Remove unneeded returns | Michael Niedermayer | 2013-07-02 | 1 | -2/+0 |
* | jpeg2000: Check that nreslevels2decode has been initialized before use | Michael Niedermayer | 2013-07-02 | 1 | -0/+5 |
* | JPEG 2000 decoder for DCinema | Nicolas Bertrand | 2013-04-22 | 1 | -0/+478 |