summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
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-01opj_decompress: Update error messageStefan Weil
2015-11-01Fin compiler warningsmayeut
2015-11-01Fix compiler warningsmayeut
2015-11-01convert: Fix compiler warningsStefan Weil
2015-11-01convert: Remove unneeded type castsStefan Weil
2015-10-29Fix typo in commentsStefan Weil
2015-10-21Merge pull request #638 from stweil/masterMatthieu Darbois
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-18Fix format strings and unneeded assignmentStefan Weil
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
2015-10-15Fix OpenJPEG GitHub issue #633.Stephan Mühlstrasser
2015-10-13Merge branch 'master' into coc-qccmayeut
2015-10-13Remove the explicit restrict keywordMathieu Malaterre
2015-10-13I do not recall exactly... I would say that the correct version should beGiuseppe Baruffa
2015-10-12Remove a possible uninitialized variableMathieu Malaterre
2015-10-12Minor style fix to remove c++ commentsMathieu Malaterre
2015-10-12minor tweaks to the codeMathieu Malaterre
2015-10-10Fix an issue with parenthesisMathieu Malaterre
2015-10-10Add paranoid sentinelsMathieu Malaterre
2015-10-10implement a portable aligned reallocMathieu Malaterre
2015-10-10do not use aligned_alloc since it requires c11Mathieu Malaterre
2015-10-09cleanup header file and move to implementationMathieu Malaterre
2015-10-09Revert "Make sure to allocate on 16bits alignement. Fix issue #624"mayeut
2015-10-09Make sure to allocate on 16bits alignement. Fix issue #624Mathieu Malaterre
2015-10-08Merge branch 'master' into coc-qccmayeut
2015-10-07Fix warnings for C++Stefan Weil
2015-10-07Fixed problem that C++ compilation failed because of enum variable.Stephan Mühlstrasser