visual studio lrintf is very slow - do not use
[openjpeg.git] / src /
2015-07-03 Aaron Boxervisual studio lrintf is very slow - do not use
2015-07-03 Aaron Boxeradd timing to compress and decompress
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-28 Matthieu Darbois[trunk] Fix sscanf format specifier (fixes issue 494)
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-02-02 Antonin Descampe[trunk] added overflow checks (fixes issue 431)
2015-02-02 Antonin Descampe[trunk] fixes a bug that prevented opj_decompress to...
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-27 Matthieu Darbois[trunk] removed warning from convertbmp.c
2014-12-26 Matthieu Darbois[trunk] fixed typo in opj_decompress (fixes issue 465)
2014-12-23 Matthieu Darbois[trunk] removed unnecessary operation in opj_bio_flush...
2014-12-23 Matthieu Darbois[trunk] removed warning from convert.c
2014-12-23 Matthieu Darbois[trunk] fixed imagetoraw unsigned 16bits conversion...
2014-12-23 Matthieu Darbois[trunk] removed warning from convertbmp.c
2014-12-22 Matthieu Darbois[trunk] fixed colorspace mapping for raw grayscale...
2014-12-22 Matthieu Darbois[trunk] fixed component precision upscaling in opj_deco...
2014-12-22 Matthieu Darbois[trunk] fixed compression check for 1 bit unsigned...
2014-12-22 Matthieu Darbois[trunk] updated BMP format input support
2014-12-22 Matthieu Darbois[trunk] updated BMP format input support
2014-12-20 Matthieu Darbois[trunk] fixed BMP reading for 8bpp when width & 3 == 1
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-11 Matthieu Darbois[trunk] Fixed invalid check in in tiff reading method...
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-12-02 Matthieu Darbois[trunk] Fixed typo in opj_compress error report (fixes...
2014-11-25 Matthieu Darbois[trunk] removed some warnings when configuring with...
2014-11-25 Matthieu Darbois[trunk] removed some warnings when building src/bin...
2014-11-24 Matthieu Darbois[trunk] removed warnings when building jp2.c (Update...
2014-11-22 Matthieu Darbois[trunk] added an option to upsample image components...
2014-11-22 Matthieu Darbois[trunk] fixed pnmtoimage for odd pgm files (fixes issue...
2014-11-22 Matthieu Darbois[trunk] fixed warning in option to force rgb output...
2014-11-22 Matthieu Darbois[trunk] added option to force rgb output in opj_decompr...
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] added option to force output bit depth in opj_d...
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-18 Matthieu Darbois[trunk] fixed a bug leading to jpwl build failure ...
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] fixed invalid member values from opj_read_heade...
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...
2014-10-15 Antonin Descampe[trunk] add a check on progression order (fixes issue...
2014-10-15 Antonin Descampe[trunk] add a check for illegal SCod value (fixes issue...
2014-10-14 Antonin Descampe[trunk] additional checks for marker size inconsistency...
2014-10-06 Antonin Descampe[trunk] fixed potential negative size params (fixes...
2014-10-06 Antonin Descampe[trunk] added box length inconsistency check
2014-10-06 Antonin Descampe[trunk] fixed PDF crash in Chrome (fixes issue 362)
2014-10-03 Antonin Descampe[trunk] removed illegal character in comment
2014-10-03 Antonin Descampe[trunk]fixes buffer overflow in t2.c
2014-10-02 Antonin Descampe[trunk] c++-style comment removed (fixes issue 407)
2014-10-01 Antonin Descampe[trunk] fixed warning from r2891
2014-09-30 Antonin Descampe[trunk] fixed bad use of case statement (fixes issue...
2014-09-30 Antonin Descampe[trunk] check possible overflow on size in opj_t2_read_...
2014-09-30 Antonin Descampe[trunk] fixes heap-buffer-overflow in parse_cmdline_encoder
2014-09-30 Antonin Descampe[trunk] prevent overflow in opj_t2_read_packet_header...
2014-09-29 Antonin Descampe[trunk] Ensure cblk->data pointer is correctly initiali...
2014-09-29 Antonin Descampe[trunk] fixed tile numbering in output message (fixes...
2014-09-19 Antonin Descampeadded memory allocation checks (fixes issue 355)
2014-09-16 Antonin Descampe[trunk] improve memory management (fixes issue 359)
2014-09-16 Antonin Descampe[trunk] allow compilation with MinGW32 (fixes issue...
2014-07-14 Antonin Descampe[trunk] Changed error to warning when no EOC found...
2014-07-03 Antonin Descampe[trunk] replaced malloc with opj_malloc. (Fixes issue...
2014-07-03 Antonin Descampe[trunk] fixes issue #357. MCT is automatically disabled...
2014-07-01 Antonin Descampe[trunk] moved comment marker setup from opj_compress...
2014-04-28 Antonin Descampe[trunk] fixed warning in j2k.c about sign conversion
2014-04-28 Mathieu Malaterre[trunk] Finalize API for openjpeg 2.1
2014-04-28 Mathieu Malaterre[trunk] Properly handle failure to compress (remove...
2014-04-28 Mathieu Malaterre[trunk] Missing endianess setting
2014-04-28 Mathieu Malaterre[trunk] properly handle pkg-config on non-UNIX hosts
2014-04-28 Mathieu Malaterre[trunk] Provide #ifdef blockers for OpenJPEG Version
2014-04-24 Mathieu Malaterre[trunk] Make sure OpenJPIP compiles on WIN32
2014-04-24 Antonin Descampe[trunk] fixed reference to opj_stream_set_user_data_v3...
next