summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/t1_generate_luts.c
AgeCommit message (Collapse)Author
2021-09-25Added support for high throughput (HTJ2K) decoding.Aous Naman
There are a few limitations: - mixed mode (HT and regular code blocks) is not supported. - ROI in HT blocks is not supported. - Placeholder passes are not supported. - MultiHT sets are not support, only a singleHT set. - there are known issues with some compliance testing files related to the parsing of packet header.
2017-06-02t1_generate_luts.c: fix compiler warningsEven Rouault
2017-06-02T1: Transpose coder optimizations to decoder, and cleanup codeEven Rouault
2017-05-23T1: use more compact flags to optimize cache usage in encoder passes. (#172)Even Rouault
Ported from Carl Hetherington work (actually through Matthieu Darbois's port on top of OpenJPEG 2.1.0) Can reduce total encoding time by 10-15% WARNING: VSC mode is not implemented, and so is a temporary regression that must be fixed.
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-09-14Flags in T1 shall be unsigned (#840)Matthieu Darbois
This will remove some conversion warnings
2016-09-13Merge pull request #786 from rouault/tier1_optimizations_multithreadingAntonin Descampe
T1 & DWT multithreading decoding optimizations
2016-09-08Fix coverity 113065 (CWE-484) (#824)Matthieu Darbois
2016-05-22Const'ify lut arrays so they are in the read-only data sectionEven Rouault
2016-04-09Fix uninitialized variable reported by cppcheckJulien Malik
Also reorder initialization to follow declaration order
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-10[trunk] remove a warning when using strict prototypeMathieu Malaterre
2012-10-15[trunk] Fix warning for no previous prototype by using static functionMathieu Malaterre
2012-10-05[trunk] update t1_generate_luts.c with the right ouput to generate t1_lutsMickael Savinaud
2012-10-05[trunk] rename int.h to opj_intmath.h and rename all its functions with opj_ ↵Mickael Savinaud
prefix
2012-10-02[trunk] Set of warnings fix for gcc -pedanticMathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177