summaryrefslogtreecommitdiff
path: root/libavcodec/jpeg2000.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* jpeg2000: Factor out prec initLuca Barbato2015-09-14
* jpeg2000: Factor out band stepsize initializationLuca Barbato2015-09-14
* jpeg2000: Factor out band initializationLuca Barbato2015-09-14
* jpeg2000: do not compute the same value twiceVittorio Giovara2014-11-13
* jpeg2000: fix dereferencing invalid pointers during cleanupVittorio Giovara2014-06-23
* jpeg2000: Mark static data init functions as av_coldDiego Biurrun2014-06-17
* jpeg2000: Proper cleanup on failure in decode_frame()Luca Barbato2013-07-02
* jpeg2000: Compute corrections of sub-band coordinatesMichael Niedermayer2013-07-02
* jpeg2000: Remove unneeded variable initializationMichael Niedermayer2013-07-02
* jpeg2000: Use separate fields for int and float codepathsMichael Niedermayer2013-07-02
* jpeg2000: Compute quantization for 'scalar derived' in the correct case.Michael Niedermayer2013-07-02
* jpeg2000: Calculate code-block coord in ff_jpeg2000_init_component()Michael Niedermayer2013-07-02
* jpeg2000: Fix compute precedence error in lut_gain indexMichael Niedermayer2013-07-02
* jpeg2000: Initialize code blocks structures in precincts to 0Michael Niedermayer2013-07-02
* jpeg2000: Remove unneeded returnsMichael Niedermayer2013-07-02
* jpeg2000: Check that nreslevels2decode has been initialized before useMichael Niedermayer2013-07-02
* JPEG 2000 decoder for DCinemaNicolas Bertrand2013-04-22