summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-09-29Fix typos in comments and stringStefan Weil
Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-09-25Provide safer string copy than strncpymayeut
As per @boxerab suggestion in commit b9ca882749597e4943e609daba1d3c27694fe2ff
2015-09-25Fix resource leakmayeut
2015-09-25Fix resource leaks & unchecked resource allocationsmayeut
2015-09-24Fix some resource leaksmayeut
2015-09-23Use buffer on stack to read TGA headermayeut
Fixes a potential leak Fixes #601
2015-09-23Fix warning in rle4 decodingmayeut
2015-09-17Fix resource leak in opj_j2k_create_cstr_indexmayeut
Fixes #599
2015-09-17Fix resource leak in opj_j2k_encodemayeut
Fixes #598
2015-09-17fix resource leak in opj_j2k_decode_one_tilemayeut
Fixes #597
2015-09-17Merge branch 'master' into coc-qccmayeut
2015-09-13Fix function namemayeut
2015-09-13Correct leak in color_cielab_to_rgbmayeut
2015-09-11Change test in opj_tcd_makelayerMatthieu Darbois
Remove float equality test. Such a test has no meaning.
2015-09-10Update check in opj_tcd_makelayer to be robust to different float precisionsMatthieu Darbois
2015-09-10Fix threshold calculationMatthieu Darbois
It doesn't change the outcome of the test suite, that's weird...
2015-09-10Correct lossless issue on linux x86mayeut
Update uclouvain/openjpeg#571
2015-09-09Remove C++ commentmayeut
2015-09-08Merge remote-tracking branch 'uclouvain/master' into coc-qccmayeut
2015-09-07Correct mismatching deletemayeut
Fixes #575
2015-09-06Fix potential use-after-free in opj_j2k_write_mco functionmayeut
Fixes #563
2015-09-06fix resource leak in jpwlmayeut
Fixes #573
2015-09-01Correct CMake version requirementsmayeut
Update uclouvain/openjpeg#488
2015-08-23Fix some UBSan warningsmayeut
2015-08-23Fix some calculations in opj_tcd_init_tilemayeut
Fixes #486 Fixes #394 Update #480 Update #388
2015-08-21Add tests for CMYK/esYCC/CIELabmayeut
2015-08-21Fix formattingmayeut
2015-08-21Fix formattingmayeut
2015-08-21TIFF can output CMYKmayeut
2015-08-21Merge pull request #559 from szukw000/cmyk-cielab-esyccMatthieu Darbois
Add support for CIELab, EYCC and CMYK
2015-07-30Defines three new functionsszukw000
Declares three new functions Calls the three new functions Collects data for CIELab, sets the color_space for EYCC and CMYK
2015-07-31Sync coc-qcc branch with mastermayeut
2015-07-31Small correction + attempt to understand git-openjpeg workflowak-dxdy
2015-07-31French comments replaced by English onesak-dxdy
2015-07-30Merge pull request #558 from mayeut/remove-printfMatthieu Darbois
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
2015-07-30Fix typo (that brakes building with '-DBUILD_MJ2:bool=on')mayeut
Fixes #556
2015-07-30Remove printf/fprintf to stdout/stderr throughout openjp2 libmayeut
Update uclouvain/openjpeg#246
2015-07-30better -ffast-math handlingRex Dieter
issue #488 See also http://public.kitware.com/pipermail/cmake/2015-April/060479.html
2015-07-29Write COC/QCC in Main Headermayeut
Update uclouvain/openjpeg#459
2015-07-28Start support for qcc/cocmayeut
2015-07-27Use __emul under msvc x86 for fast 64 = 32 * 32mayeut
Update uclouvain/openjpeg#220
2015-07-26Fix ARM build with Visual Studiomayeut
2015-07-26Remove some warnings when buildingmayeut
Update #442
2015-07-26Remove some warnings when buildingmayeut
Update #442
2015-07-26Update convert for PNG outputmayeut
Update uclouvain/openjpeg#264
2015-07-26Remove some warnings when buildingmayeut
Update #442
2015-07-26Remove some warnings when buildingmayeut
Update #442
2015-07-25Merge pull request #521 from manisandro/bigendianMatthieu Darbois
Fix opj_write_bytes_BE Fixes #472 Fixes #345 Fixes #518
2015-07-25Remove some warnings when buildingmayeut
Update #442
2015-07-24Remove some warnings when buildingmayeut
Update #442