6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 32 minutes ago. based on code collected about 1 hour ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
openjpeg version 1.0 (previous version still available with tag opj0-97) More... over 18 years ago
add an include <sys/time.h> before <sys/resource.h> More... over 18 years ago
openjpeg version 1.0 (previous version still available with tag opj0-97) More... over 18 years ago
Added check to avoid tabs in source files More... over 18 years ago
minor change for readability More... over 18 years ago
minor change to avoid warnings about signedness More... over 18 years ago
Initial revision More... over 18 years ago
small changes to remove warnings related to signedness More... over 18 years ago
small change to avoid signed/unsigned warning during compilation More... over 18 years ago
Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot Mathieu - '//' replaced by '/* */' - inclusion of int.h in int.c - inclusion of j2k.h in int.h in order to export symbols - adding (void) var when a variable is declared but not used - some explicit cast - CLOCKS_PER_SEC is declared as float in bcc55, so there is a need to cast it to int for the modulo operation - some variables changed from float -> double More... over 18 years ago
changed one of the 9-7 coefficients (value closer to the one in the std) More... over 18 years ago
1) quantization stepsizes stored as float instead of shifted integers -> fixes a pb of precision when using very small stepsizes. 2) bug fixed when decoding until bitplane 0 -> r-value (1/2) added to the coefficient. More... over 18 years ago
Modifications to decoding of JP2H box in order to be compatible with JP2 conformance files More... over 18 years ago
major change in the dwt-module, thanks to Ive (aka Reiner Wahler): thanks a lot ! See note in dwt.c for more details. More... over 18 years ago
bug fixed when asking for an index with more than (layer*resolutions*100) packets per tile (2nd correction) More... over 18 years ago
bug fixed when asking for an index with more than (layer*resolutions*100) packets per tile More... over 18 years ago
bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is used More... over 18 years ago
bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is used More... over 18 years ago
Modifications proposed by Rob Komar. Thanks for your contribution ! More... almost 19 years ago
Several bugs fixed when dealing with pgx-files with more than 8 bpp and the fixed_quality feature. More... almost 19 years ago
At lines 577, 692 and 699, zeroing of effective region of code-block rather than the 1024*1024 allocated integers of code-block. This optimization has been proposed by Dmitry Kolyadin. Thanks for your help ! More... about 19 years ago
Conversions from int to unsigned int to ensure correct execution of int_min and int_max at lines 800 to 830 More... about 19 years ago
Conversions from int to unsigned int to ensure correct execution of int_min at line 626 to 628 More... about 19 years ago
argv[2] replaced by outfile when writing to output file (thanks to O.Smeesters and V.Mesaros) More... about 19 years ago
CRLF -> LF More... about 19 years ago
CVS test More... about 19 years ago
correction CRLF -> LF More... about 19 years ago
test More... about 19 years ago
cio_read_to_buf(...) and cio_write_from_buf(...) functions syntax modification More... about 19 years ago
Code optimization: t1_flags and t1_data set to zero with memset More... about 19 years ago