summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/t1_generate_luts.c
AgeCommit message (Expand)Author
2021-09-25Added support for high throughput (HTJ2K) decoding.Aous Naman
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
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-09-14Flags in T1 shall be unsigned (#840)Matthieu Darbois
2016-09-13Merge pull request #786 from rouault/tier1_optimizations_multithreadingAntonin Descampe
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
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
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
2012-10-02[trunk] Set of warnings fix for gcc -pedanticMathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre