struct opj_j2k: remove unused fields, and add some documentation
[openjpeg.git] / src / lib / openjp2 / opj_malloc.c
2017-07-03 Even RouaultMerge pull request #954 from jeroen/static
2017-06-26 Even RouaultMerge pull request #957 from rouault/idwt_53_improvements
2017-06-21 Even RouaultIDWT 5x3: generalize SSE2 version for AVX2
2017-05-15 Even RouaultMerge pull request #919 from rouault/reformat
2017-05-09 Even RouaultReformat whole codebase with astyle.options (#128)
2016-05-10 Stefan WeilUpdate implementation of opj_calloc (#705)
2016-01-23 Antonin DescampeMerge pull request #648 from stweil/alloc
2016-01-10 Matthieu DarboisMerge pull request #551 from mayeut/coc-qcc
2016-01-06 Matthieu DarboisMerge pull request #687 from stweil/memalign
2016-01-06 Stefan WeilFix fatal crash on 64 bit Linux 687/head
2016-01-06 Stefan WeilFix whitespace issues in opj_malloc.c
2016-01-03 mayeutMerge remote-tracking branch 'uclouvain/master'
2015-12-31 Matthieu DarboisMerge pull request #679 from stweil/grammar
2015-12-31 Stefan WeilFix grammar in comment 679/head
2015-11-01 mayeutFin compiler warnings
2015-10-21 Matthieu DarboisMerge pull request #638 from stweil/master
2015-10-21 mayeutMerge branch 'master' into coc-qcc 551/head
2015-10-21 Matthieu DarboisMerge pull request #644 from smuehlst/opj_aligned_malloc
2015-10-21 Stephan MühlstrasserAvoid pointer arithmetic with (void *) pointers. 644/head
2015-10-21 Stephan MühlstrasserMerge branch 'master' into opj_aligned_malloc
2015-10-20 mayeutGeneric aligned malloc implementation update.
2015-10-20 Stephan MühlstrasserGeneric aligned malloc implementation.
2015-10-20 Stephan MühlstrasserGeneric aligned malloc implementation. 643/head
2015-10-18 Matthieu DarboisMerge pull request #637 from stweil/fixes
2015-10-18 mayeutMerge branch 'master' into coc-qcc
2015-10-18 Matthieu DarboisMerge pull request #636 from uclouvain/opj_malloc-625
2015-10-18 mayeutCleanup includes 636/head
2015-10-18 mayeutFix _aligned_malloc usage
2015-10-17 mayeutFix inconsistent behavior of malloc(0)
2015-10-17 mayeutAdd missing checks. Fix crash on failed allocation.
2015-10-16 mayeutFixed crash on encoding
2015-10-12 Mathieu Malaterreminor tweaks to the code
2015-10-10 Mathieu MalaterreFix an issue with parenthesis
2015-10-10 Mathieu Malaterreimplement a portable aligned realloc
2015-10-10 Mathieu Malaterredo not use aligned_alloc since it requires c11
2015-10-09 Mathieu Malaterrecleanup header file and move to implementation