summaryrefslogtreecommitdiff
path: root/libopenjpeg/opj_malloc.h
AgeCommit message (Collapse)Author
2012-05-29[1.5] Fix compilation on FreeBSD. Thanks to rafael carre ↵Mathieu Malaterre
(funman@videolan.org) for patch. Fixes issue 111
2012-05-21[1.5] Build fails on AIXMathieu Malaterre
Fixes issue 139
2011-01-29license header: replaced Hervcalloc by Herve, I should learn to double-check ↵Antonin Descampe
my changes
2011-01-29removed é in license header to prevent warning C4819 (see ↵Antonin Descampe
http://code.google.com/p/openjpeg/issues/detail?id=57)
2010-11-25fix compilation and DLL creation of libopenjpeg with MSYS/MinGW (from ↵Antonin Descampe
vincent.torri, see issue 47 on googlecode)
2010-10-24Fixed doxygen data inside source code (from winfried)Antonin Descampe
2010-04-08Significant optimizations of MCT, DWT, MQ and T1 modules by Peter Wimmer ↵Francois-Olivier Devaux
(thanks Peter)
2008-02-29Fixed openjpeg.c for proper initialization of codec context structures ↵Francois-Olivier Devaux
(dinfo in opj_create_compress() and opj_create_decompress(). Bug fix suggested by Andrey V. Kiselev Clean up of opj_aligned_malloc(), to just forgo the use of posix_memalign(), as apparently memalign() is what is working better for everyone. Patch by Callum.
2008-01-16fixed opj_malloc.h for macosx (bugfix provided by janpeder, thanks)Antonin Descampe
2007-12-21Bug fixed by David Bruken. Fixed memory allocation issue in opj_malloc.h.Francois-Olivier Devaux
Possible errors in pi_create_encode handled
2007-10-18Patch from Callum Lewick. Memset patch. See ChangeLog for more details. ↵Francois-Olivier Devaux
Thanks Callum !