summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
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
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 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-07Fixed problem that C++ compilation failed because of enum variable.Stephan Mühlstrasser
2015-10-06Merge branch 'master' into coc-qccmayeut
2015-10-06Added missing casts for return values of opj_malloc()/opj_calloc().Stephan Mühlstrasser
2015-10-02Add check for seek support before trying TPsot==TNsot workaroundmayeut
2015-09-29Fix typo in variable nameStefan Weil
2015-09-29Fix typos in comments and stringStefan Weil
2015-09-17Fix resource leak in opj_j2k_create_cstr_indexmayeut
2015-09-17Fix resource leak in opj_j2k_encodemayeut
2015-09-17fix resource leak in opj_j2k_decode_one_tilemayeut
2015-09-17Merge branch 'master' into coc-qccmayeut
2015-09-11Change test in opj_tcd_makelayerMatthieu Darbois
2015-09-10Update check in opj_tcd_makelayer to be robust to different float precisionsMatthieu Darbois
2015-09-10Fix threshold calculationMatthieu Darbois
2015-09-10Correct lossless issue on linux x86mayeut
2015-09-08Merge remote-tracking branch 'uclouvain/master' into coc-qccmayeut
2015-09-06Fix potential use-after-free in opj_j2k_write_mco functionmayeut
2015-09-01Correct CMake version requirementsmayeut
2015-08-23Fix some calculations in opj_tcd_init_tilemayeut
2015-08-21Fix formattingmayeut
2015-08-21Merge pull request #559 from szukw000/cmyk-cielab-esyccMatthieu Darbois
2015-07-30Defines three new functionsszukw000
2015-07-31Sync coc-qcc branch with mastermayeut
2015-07-31French comments replaced by English onesak-dxdy
2015-07-30Merge pull request #558 from mayeut/remove-printfMatthieu Darbois
2015-07-30Fix typo (that brakes building with '-DBUILD_MJ2:bool=on')mayeut
2015-07-30Remove printf/fprintf to stdout/stderr throughout openjp2 libmayeut
2015-07-30better -ffast-math handlingRex Dieter