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