summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2015-09-17Merge branch 'master' into coc-qccmayeut
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-08Merge remote-tracking branch 'uclouvain/master' into coc-qccmayeut
2015-09-06Fix potential use-after-free in opj_j2k_write_mco functionmayeut
Fixes #563
2015-09-01Correct CMake version requirementsmayeut
Update uclouvain/openjpeg#488
2015-08-23Fix some calculations in opj_tcd_init_tilemayeut
Fixes #486 Fixes #394 Update #480 Update #388
2015-08-21Fix formattingmayeut
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-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-25Merge pull request #521 from manisandro/bigendianMatthieu Darbois
Fix opj_write_bytes_BE Fixes #472 Fixes #345 Fixes #518
2015-07-24Remove some warnings when buildingmayeut
Update #442
2015-07-23Add some missing static keywordsmayeut
Update uclouvain/openjpeg#243
2015-07-22Prevent overflow when coding 16 bits imagesmayeut
Update uclouvain/openjpeg#539
2015-07-21Merge pull request #533 from mayeut/refactor-read-ppXMatthieu Darbois
Refactor opj_j2k_read_ppm & opj_j2k_read_ppt Fixes uclouvain/openjpeg#470 Fixes uclouvain/openjpeg#288 Fixes uclouvain/openjpeg#532
2015-07-21Merge remote-tracking branch 'uclouvain/master' into issue-235mayeut
2015-07-18Add some missing staticmayeut
Still needs to check j2k.c & jp2.c Update uclouvain/openjpeg#243
2015-07-18Add headers to CMake targetmayeut
2015-07-12Add checks for odd looking cmap & for cmap outside jp2h boxmayeut
Update uclouvain/openjpeg#235 Update uclouvain/openjpeg#447
2015-07-12Merge pull request #529 from renevanderark/mastermayeut
fix Suspicious code in j2k.c Fixes #517
2015-07-12Refactor opj_read_ppmmayeut
Update uclouvain/openjpeg#470 Update uclouvain/openjpeg#288
2015-07-12Refactor opj_j2k_read_pptmayeut
Update uclouvain/openjpeg#470 Update uclouvain/openjpeg#532
2015-07-11Add option to force component splitting in imagetopnmmayeut
Update uclouvain/openjpeg#289
2015-07-08fix Suspicious code in j2k.c #517Rene van der Ark
2015-07-04Merge pull request #514 from mayeut/issue-254mayeut
Correctly decode files with incorrect tile-part header fields (TPsot==TNsot) Fixes uclouvain/openjpeg#254
2015-07-04uclouvain/openjpeg#254 Add build option to disable the fixmayeut
2015-07-03various small T1 optimizationsAaron Boxer
2015-07-03fixed a few bugsAaron Boxer
2015-07-03visual studio lrintf is very slow - do not useAaron Boxer
2015-06-25Fix opj_write_bytes_BE (#518)Sandro Mani
2015-06-05Merge branch 'master' into issue-254mayeut
2015-06-03[trunk] Fix offset computations in opj_j2k_update_image_dataMatthieu Darbois
Update issue 481
2015-05-29[trunk] Fix wrong return value for opj_setup_encoder & ↵Matthieu Darbois
opj_set_decoded_resolution_factor (fixes issue 497) Thanks Aaron.
2015-05-27[trunk] Fix overflow in opj_image_comp_header_update (fixes issue 495)Matthieu Darbois
2015-05-19[trunk] Correct potential double free on malloc failure in ↵Matthieu Darbois
opj_j2k_copy_default_tcp_and_create_tcp (fixes issue 492)
2015-05-19[trunk] Add check for number of layers & cblkw/cblkh values (fixes issue 475)Matthieu Darbois
2015-05-19[trunk] Add check for at most 1 COD marker per tile. 1 COD marker for MH ↵Matthieu Darbois
(fixes issue 476)