| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-25 | Added 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-02 | t1_generate_luts.c: fix compiler warnings | Even Rouault | |
| 2017-06-02 | T1: Transpose coder optimizations to decoder, and cleanup code | Even Rouault | |
| 2017-05-23 | T1: 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-09 | Reformat whole codebase with astyle.options (#128) | Even Rouault | |
| 2016-09-14 | Flags in T1 shall be unsigned (#840) | Matthieu Darbois | |
| This will remove some conversion warnings | |||
| 2016-09-13 | Merge pull request #786 from rouault/tier1_optimizations_multithreading | Antonin Descampe | |
| T1 & DWT multithreading decoding optimizations | |||
| 2016-09-08 | Fix coverity 113065 (CWE-484) (#824) | Matthieu Darbois | |
| 2016-05-22 | Const'ify lut arrays so they are in the read-only data section | Even Rouault | |
| 2016-04-09 | Fix uninitialized variable reported by cppcheck | Julien 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 prototype | Mathieu Malaterre | |
| 2012-10-15 | [trunk] Fix warning for no previous prototype by using static function | Mathieu Malaterre | |
| 2012-10-05 | [trunk] update t1_generate_luts.c with the right ouput to generate t1_luts | Mickael 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 -pedantic | Mathieu Malaterre | |
| 2012-09-28 | [trunk] Start FolderReorgProposal task | Mathieu Malaterre | |
| Update issue 177 | |||
