| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-21 | IDWT 5x3: generalize SSE2 version for AVX2 | Even Rouault | |
| Thanks to our macros that abstract SSE use, the functions can use AVX2 when available (at compile time) This brings an extra 23% speed improvement on bench_dwt in 64bit builds with AVX2 compared to SSE2. | |||
| 2017-05-09 | Reformat whole codebase with astyle.options (#128) | Even Rouault | |
| 2016-05-10 | Update implementation of opj_calloc (#705) | Stefan Weil | |
| 2016-01-06 | Fix fatal crash on 64 bit Linux | Stefan Weil | |
| By default, OpenJPEG uses the function memalign to allocate aligned memory on Linux systems. That function needs malloc.h which was missing. This results in a compiler warning: openjpeg/src/lib/openjp2/opj_malloc.c:63:3: warning: implicit declaration of function ‘memalign’ [-Wimplicit-function-declaration] On hosts where sizeof(int) < sizeof(void *) the return value of memalign will be truncated which results in an invalid pointer. That caused "make test" to produce lots of segmentation faults when running on a 64 bit Linux host. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2016-01-06 | Fix whitespace issues in opj_malloc.c | Stefan Weil | |
| Some lines ended with spaces. Remove them. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-12-31 | Fix grammar in comment | Stefan Weil | |
| Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-11-01 | Fin compiler warnings | mayeut | |
| 2015-10-21 | Avoid pointer arithmetic with (void *) pointers. | Stephan Mühlstrasser | |
| 2015-10-21 | Generic aligned malloc implementation update. | mayeut | |
| Update #642 | |||
| 2015-10-20 | Generic aligned malloc implementation. | Stephan Mühlstrasser | |
| Used for platforms where none of posix_memalign(), memalign() and _aligned_malloc() is available. | |||
| 2015-10-18 | Cleanup includes | mayeut | |
| 2015-10-18 | Fix _aligned_malloc usage | mayeut | |
| 2015-10-17 | Fix inconsistent behavior of malloc(0) | mayeut | |
| Update #635 Update #625 | |||
| 2015-10-17 | Add missing checks. Fix crash on failed allocation. | mayeut | |
| 2015-10-17 | Fixed crash on encoding | mayeut | |
| Update #624 Update #625 | |||
| 2015-10-12 | minor tweaks to the code | Mathieu Malaterre | |
| 2015-10-10 | Fix an issue with parenthesis | Mathieu Malaterre | |
| 2015-10-10 | implement a portable aligned realloc | Mathieu Malaterre | |
| 2015-10-10 | do not use aligned_alloc since it requires c11 | Mathieu Malaterre | |
| 2015-10-09 | cleanup header file and move to implementation | Mathieu Malaterre | |
