summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/mqc.c
AgeCommit message (Expand)Author
2020-05-24T1 encoder: speed-up by aggressive inlining and more cache friendly data orga...Even Rouault
2017-08-14Use const qualifier for mqc_statesStefan Weil
2017-07-26T1 decoder: check code stream errors when predictable termination is enabled ...Even Rouault
2017-06-13Merge branch 't1_flag_optimizations'Even Rouault
2017-06-09T1: fix BYPASS/LAZY, TERMALL/RESTART and PTERM/ERTERM encoding modes. (#674)fix_bypass_pterm_termallEven Rouault
2017-06-02MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.Even Rouault
2017-06-02T1: avoid pointer indirection for mqc and raw members of opj_t1_tEven Rouault
2017-05-15MQC: remove disabled MQC_PERF_OPT mode, which brings no performance improveme...Even Rouault
2017-05-15Add comments about non successfull attempt of implementing alternate INITDEC,...Even Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-05-21Move some MQC functions into a header for speedKal Conley
2016-01-30suppress valgrind error - avoid accessing uninitialized memory in mq encoderAaron Boxer
2016-01-28issue #695 MQ Encode: ensure that bp pointer never points to uninitialized me...Aaron Boxer
2015-07-18Add some missing staticmayeut
2014-09-19added memory allocation checks (fixes issue 355)Antonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
2014-03-04[trunk] Revert portion of r2562, need to investigate issue.Mathieu Malaterre
2014-03-03[trunk] Remove remaining conversion issues in mqc.cMathieu Malaterre
2012-11-15[trunk] move opj_bool to OPJ_BOOL to follow the other typeMickael Savinaud
2012-10-24[trunk] remove a usefulness test before a freeMickael Savinaud
2012-10-03[trunk] update mqc global functions with opj_ prefixMickael Savinaud
2012-10-03[trunk] add comments to check some parts of mqc.c and update typesMickael Savinaud
2012-10-03upadate mqc with new opj_type and use opj_ prefix for local functionsMickael Savinaud
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre