summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2016-06-21Update tcd.c (#790)maddin200
2016-05-10Update implementation of opj_calloc (#705)Stefan Weil
2016-05-10Add missing source for the JPIP library and executables (issue #658) (#659)Stefan Weil
2016-05-08Fix Out-of-Bounds Access in function opj_tgt_resetmayeut
2016-05-08Fix division by zeromayeut
2016-05-02Use lowercase for cmake commands consistenlyJulien Malik
2016-05-02Fix UBSan gcc warning for first arg to memset non nullJulien Malik
2016-04-30Merge pull request #706 from mayeut/issue135Antonin Descampe
2016-04-30Fix some coverity warningsmayeut
2016-04-30Fix warnings (#763)Matthieu Darbois
2016-04-29cppcheck fix for openjp2 (#740)julienmalik
2016-04-28Check SSIZ is valid in opj_j2k_read_siz (#762)Matthieu Darbois
2016-04-28Fix unsigned int overflow reported by UBSan (#761)Matthieu Darbois
2016-04-28Fix implicit float-to-bool conversions (#752)julienmalik
2016-04-28Fix unsigned int overflow reported by UBSan (#759)Matthieu Darbois
2016-04-27Fix issue 135mayeut
2016-04-27Fix negative shift left reported by UBSan (#758)Matthieu Darbois
2016-04-26Remove whitespace and CR at line endings (#678)Stefan Weil
2016-04-26Fix negative shift left reported by UBSan (#757)Matthieu Darbois
2016-04-23Do not define __attribute__ in opj_includes.h (#751)Matthieu Darbois
2016-04-18Merge pull request #708 from GrokImageCompression/issue_695Antonin Descampe
2016-04-09Fix uninitialized variable reported by cppcheckJulien Malik
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
2016-01-25fixed tile numberingAntonin Descampe
2016-01-23Merge pull request #648 from stweil/allocAntonin Descampe
2016-01-11Merge pull request #551 from mayeut/coc-qccMatthieu Darbois
2016-01-09Add comment explaining bj is not use when l_data_size == 0Even Rouault
2016-01-08[git/2.1 regression] Fix opj_write_tile() failure when numresolutions=1Even Rouault
2016-01-06Fix fatal crash on 64 bit LinuxStefan Weil
2016-01-06Fix whitespace issues in opj_malloc.cStefan Weil
2016-01-06Fix support of posix_memalign for LinuxStefan Weil
2016-01-06Fix duplicate article in commentsStefan Weil
2015-12-31Fix grammar in commentStefan Weil
2015-11-27Fix typosJakub Wilk
2015-11-07Fix undefined size jp2 box handlingmayeut
2015-11-01Fin compiler warningsmayeut
2015-10-29Fix typo in commentsStefan Weil
2015-10-21Merge branch 'master' into coc-qccmayeut
2015-10-21Avoid pointer arithmetic with (void *) pointers.Stephan Mühlstrasser
2015-10-21Generic aligned malloc implementation update.mayeut
2015-10-20Generic aligned malloc implementation.Stephan Mühlstrasser
2015-10-19Fix HP compiler warning about redeclaration of function (#640)Stephan Mühlstrasser
2015-10-18Merge branch 'master' into coc-qccmayeut
2015-10-18Merge pull request #636 from uclouvain/opj_malloc-625Matthieu Darbois
2015-10-18Cleanup includesmayeut
2015-10-18Fix _aligned_malloc usagemayeut
2015-10-17Fix inconsistent behavior of malloc(0)mayeut
2015-10-17Add missing checks. Fix crash on failed allocation.mayeut
2015-10-17Fixed crash on encodingmayeut