Fix function name
[openjpeg.git] / src / lib /
2015-09-11 Matthieu DarboisMerge pull request #578 from mayeut/travis-ci
2015-09-11 Matthieu DarboisMerge pull request #579 from mayeut/lossless
2015-09-11 Matthieu DarboisChange test in opj_tcd_makelayer 579/head
2015-09-10 Matthieu DarboisUpdate check in opj_tcd_makelayer to be robust to diffe...
2015-09-10 Matthieu DarboisFix threshold calculation
2015-09-09 mayeutCorrect lossless issue on linux x86
2015-09-06 mayeutFix potential use-after-free in opj_j2k_write_mco function
2015-09-01 Matthieu DarboisMerge pull request #572 from mayeut/master
2015-09-01 mayeutCorrect CMake version requirements 572/head
2015-08-23 mayeutFix some calculations in opj_tcd_init_tile
2015-08-21 mayeutFix formatting
2015-08-21 Matthieu DarboisMerge pull request #559 from szukw000/cmyk-cielab-esycc
2015-07-30 szukw000Defines three new functions 559/head
2015-07-30 ak-dxdyFrench comments replaced by English ones
2015-07-30 Matthieu DarboisMerge pull request #558 from mayeut/remove-printf
2015-07-30 mayeutFix typo (that brakes building with '-DBUILD_MJ2:bool...
2015-07-30 mayeutRemove printf/fprintf to stdout/stderr throughout openj... 558/head
2015-07-30 Matthieu DarboisMerge pull request #552 from mayeut/jpylyzer
2015-07-30 Matthieu DarboisMerge pull request #555 from rdieter/master
2015-07-30 Rex Dieterbetter -ffast-math handling 555/head
2015-07-27 Matthieu DarboisMerge pull request #550 from mayeut/msvc-emul
2015-07-27 mayeutUse __emul under msvc x86 for fast 64 = 32 * 32 550/head
2015-07-26 mayeutFix ARM build with Visual Studio
2015-07-26 Matthieu DarboisMerge pull request #548 from mayeut/master
2015-07-26 mayeutRemove some warnings when building 548/head
2015-07-25 Matthieu DarboisMerge pull request #528 from mayeut/zlib-1.2.8
2015-07-25 Matthieu DarboisMerge pull request #521 from manisandro/bigendian
2015-07-24 mayeutRemove some warnings when building
2015-07-23 Matthieu DarboisMerge pull request #545 from mayeut/master
2015-07-23 mayeutAdd some missing static keywords 545/head
2015-07-21 Matthieu DarboisMerge pull request #543 from mayeut/master
2015-07-21 mayeutPrevent overflow when coding 16 bits images 543/head
2015-07-20 Matthieu DarboisMerge pull request #533 from mayeut/refactor-read-ppX
2015-07-20 Matthieu DarboisMerge pull request #534 from mayeut/issue-235
2015-07-20 mayeutMerge remote-tracking branch 'uclouvain/master' into...
2015-07-18 Matthieu DarboisMerge pull request #537 from mayeut/master
2015-07-18 mayeutAdd some missing static 537/head
2015-07-17 mayeutAdd headers to CMake target
2015-07-12 mayeutAdd checks for odd looking cmap & for cmap outside...
2015-07-12 mayeutMerge pull request #529 from renevanderark/master
2015-07-12 mayeutRefactor opj_read_ppm 533/head
2015-07-12 mayeutRefactor opj_j2k_read_ppt
2015-07-11 mayeutMerge pull request #531 from mayeut/issue-289
2015-07-11 mayeutAdd option to force component splitting in imagetopnm 531/head
2015-07-08 Rene van der Arkfix Suspicious code in j2k.c #517 529/head
2015-07-03 mayeutMerge pull request #514 from mayeut/issue-254
2015-07-03 mayeutuclouvain/openjpeg#254 Add build option to disable... 514/head
2015-07-03 Aaron Boxervarious small T1 optimizations
2015-07-03 Aaron Boxerfixed a few bugs
2015-07-03 Aaron Boxervisual studio lrintf is very slow - do not use
2015-06-25 Sandro ManiFix opj_write_bytes_BE (#518) 521/head
2015-06-05 mayeutMerge branch 'master' into issue-254
2015-06-03 Matthieu Darbois[trunk] Fix offset computations in opj_j2k_update_image...
2015-05-29 Matthieu Darbois[trunk] Fix wrong return value for opj_setup_encoder...
2015-05-27 Matthieu Darbois[trunk] Fix overflow in opj_image_comp_header_update...
2015-05-19 Matthieu Darbois[trunk] Correct potential double free on malloc failure...
2015-05-19 Matthieu Darbois[trunk] Add check for number of layers & cblkw/cblkh...
2015-05-19 Matthieu Darbois[trunk] Add check for at most 1 COD marker per tile...
2015-05-16 mayeutRevert "Correct overflows in opj_j2k_update_image_data"
2015-05-16 mayeutImplement TNsot correction for non conforming files
2015-05-16 mayeutCorrect overflows in opj_j2k_update_image_data
2015-02-02 Antonin Descampe[trunk] added overflow checks (fixes issue 431)
2015-01-25 Matthieu Darbois[trunk] use hidden visibility for static library (fixes...
2015-01-20 Antonin Descampe[trunk] fixed a bug encoutntered when multiple MCT...
2015-01-20 Antonin Descampe[trunk] checks for JP2 signature and file type boxes...
2015-01-15 Antonin Descampe[trunk] fixed a buffer overflow in opj_tcd_init_decode_tile
2014-12-23 Matthieu Darbois[trunk] removed unnecessary operation in opj_bio_flush...
2014-12-22 Matthieu Darbois[trunk] fixed compression check for 1 bit unsigned...
2014-12-20 Matthieu Darbois[trunk] fixed a possible overflow in opj_t1_encode_cblk...
2014-12-19 Matthieu Darbois[trunk] Updated checks regarding number of decompositio...
2014-12-18 Matthieu Darbois[trunk] Fixed a crash on illegal tile offset when decoding
2014-12-18 Matthieu Darbois[trunk] Fixed a crash on 0xh or wx0 image size decoding
2014-12-15 Matthieu Darbois[trunk] removed warnings when building tcd.c (Update...
2014-12-13 Matthieu Darbois[trunk] Add SSE2/SSE41 implementations for mct.c (fixes...
2014-12-13 Matthieu Darbois[trunk] Speed-up opj_int_fix_mul by removing unneeded...
2014-12-12 Matthieu Darbois[trunk] Reduce encoder code block memory usage for...
2014-12-09 Antonin Descampe[trunk] check number of components when getting mct...
2014-12-09 Matthieu Darbois[trunk] Fixed compilation error under Visual Studio...
2014-11-25 Matthieu Darbois[trunk] removed some warnings when configuring with...
2014-11-24 Matthieu Darbois[trunk] removed warnings when building jp2.c (Update...
2014-11-21 Matthieu Darbois[trunk] added check for tile component data size overfl...
2014-11-20 Matthieu Darbois[trunk] added check for pclr box validity (fixes issue...
2014-11-20 Matthieu Darbois[trunk] fixed memleak in abnormal condition (fixes...
2014-11-19 Matthieu Darbois[trunk] replace OPJ_MACRO_TCD_ALLOCATE macro by inlined...
2014-11-18 Matthieu Darbois[trunk] remove warning during build (fixes issue 435)
2014-11-17 Matthieu Darbois[trunk] fixed a bug preventing palette image with cdef...
2014-11-03 Antonin Descampe[trunk] significantly reduces memory for single tile...
2014-11-03 Antonin Descampe[trunk] add a cdef box when alpha component is present...
2014-10-30 Antonin Descampe[trunk] fixed a bug preventing palette image with cdef...
2014-10-30 Antonin Descampe[trunk] fixed a bug that was preventing image with...
2014-10-30 Antonin Descampe[trunk] add a check on precinct size (fixes issue 420)
2014-10-30 Antonin Descampe[trunk] prevent overflow in j2k.c
2014-10-22 Antonin Descampe[trunk] resets resno_decoded for each tile (fixes issue...
2014-10-22 Antonin Descampe[trunk] resets code-blocks reused for other tiles than...
2014-10-22 Antonin Descampe[trunk] add a check on mandatory headers in Main Header...
2014-10-21 Antonin Descampe[trunk] verify channel definitions is complete when...
2014-10-21 Antonin Descampe[trunk] add a check on the number of resolution passed...
2014-10-21 Antonin Descampe[trunk] added check on JP2_IHDR box (fixes issue 364)
2014-10-21 Antonin Descampe[trunk] add a check on Zppm value in PPM markers (fixes...
2014-10-15 Antonin Descampe[trunk] Add option to call dsymutil on built binaries...
next