| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-25 | processed all c/h files through astyle with opj_astyle.cfgcodingstyle | Antonin Descampe | |
| 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 | |
