openjpeg.git
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Redo r2623, and remove guilty section
2014-03-07 Mathieu Malaterre[trunk] Revert r2623 for now
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] As reported by clang analyzer thoses values...
2014-03-07 Mathieu Malaterre[trunk] Remove mem leak and warning reported by clang
2014-03-07 Mathieu Malaterre[trunk] Remove simple warnings about format
2014-03-07 Mathieu Malaterre[trunk] Remove simple warning about functions not used
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Fix simple warning about sign conversion
2014-03-07 Mathieu Malaterre[trunk] Another of fixes for warning about sign conversion
2014-03-07 Mathieu Malaterre[trunk] Fix warning about sign conversion
2014-03-07 Mathieu Malaterre[trunk] un-deprecated opj_stream_destroy API, import...
2014-03-07 Mathieu Malaterre[trunk] Update memory management mecanism
2014-03-07 Mathieu Malaterre[trunk] Remove self-assignement.
2014-03-07 Mathieu Malaterre[trunk] Fix compilation in visual studio, inline cannot...
2014-03-07 Mathieu Malaterre[trunk] Remove warning about implicitly defined function
2014-03-07 Mathieu Malaterre[trunk] Remove TIFF warning handler. This help test...
2014-03-07 Mathieu Malaterre[trunk] Fix mem leaks reported by cppcheck
2014-03-07 Mathieu Malaterre[trunk] Simplify code and remove bogus out of bound...
2014-03-06 Mathieu Malaterre[trunk] Revert r2597 for now, since it breaks a lot...
2014-03-06 Mathieu Malaterre[trunk] Remove warning about sign conversion.
2014-03-06 Mathieu Malaterre[trunk] Remove some easy warnings
2014-03-06 Mathieu Malaterre[trunk] Remove warning about sign conversion.
2014-03-06 Mathieu Malaterre[trunk] Remove warning about sign conversion.
2014-03-06 Mathieu Malaterre[trunk] Remove warning about sign conversion.
2014-03-06 Mathieu Malaterre[trunk] Remove warning about sign conversion.
2014-03-06 Mathieu Malaterre[trunk] Remove warning about sign conversion.
2014-03-06 Mathieu Malaterre[trunk] Remove some easy warnings about sign compare...
2014-03-06 Mathieu Malaterre[trunk] Remove out of bound access in code and simplify...
2014-03-06 Mathieu Malaterre[trunk] Remove simple warning about unused variables
2014-03-06 Mathieu Malaterre[trunk] Make sure that all output files from the test...
2014-03-05 Mathieu Malaterre[trunk] Handle cmap where direct use is specified ...
2014-03-04 Mathieu Malaterre[trunk] Make sure to reject images such as 1336.pdf...
2014-03-04 Mathieu Malaterre[trunk] remove more conversion warning in multi-lines...
2014-03-04 Mathieu Malaterre[trunk] Remove some conversion warnings reported by gcc
2014-03-04 Mathieu Malaterre[trunk] Remove another warning. ftell returns long int
2014-03-04 Mathieu Malaterre[trunk] Remove more conversion warnings.
2014-03-04 Mathieu Malaterre[trunk] Remove warning about conversion.
2014-03-04 Mathieu Malaterre[trunk] Add a TIFF compare function (PEAK/MSE)
2014-03-04 Mathieu Malaterre[trunk] Revert portion of r2562, need to investigate...
2014-03-03 Mathieu Malaterre[trunk] Remove remaining conversion issues in mqc.c
2014-03-03 Mathieu Malaterre[trunk] Remove remainings conversion issues in t2.c...
2014-03-03 Mathieu Malaterre[trunk] Remove a simple warning about int -> float...
2014-03-03 Mathieu Malaterre[trunk] rework code to avoid a warning. this also remov...
2014-03-03 Mathieu Malaterre[trunk] Remove some more warnings about conversion
2014-03-03 Mathieu Malaterre[trunk] Prefer compile time constant to avoid conversio...
2014-03-03 Mathieu Malaterre[trunk] Review warning about types conversion, and...
2014-03-03 Mathieu Malaterre[trunk] Remove some simple warnings about conversion
2014-03-03 Mathieu Malaterre[trunk] fgets takes an int as parameter
2014-03-03 Mathieu Malaterre[trunk] Remove warning about cast double -> int. Instea...
2014-03-03 Mathieu Malaterre[trunk] Remove easy to fix warnings about conversion
2014-03-03 Mathieu Malaterre[trunk] Import left over from patch submitted as issue...
2014-03-03 Mathieu Malaterre[trunk] remove some simple warnings about unused params
2014-03-03 Mathieu Malaterre[trunk] remove all api with invalid FILE* parameters...
2014-03-03 Mathieu Malaterre[trunk] Explicitely trigger issue 229, there may be...
2014-03-03 Mathieu Malaterre[trunk] Remove simple warnings
2014-03-03 Mathieu Malaterre[trunk] Remove 3635.pdf.asan.77.2930.jp2 from opj_dump...
2014-03-03 Mathieu Malaterre[trunk] Avoid conflicting declarion for fseek in openjp...
2014-03-03 Mathieu Malaterre[trunk] Fix md5 values for decode-md5 tests.
2014-03-03 Mathieu Malaterre[trunk] Remove deprecated functions.
2014-03-03 Mathieu Malaterre[trunk] Remove warning about unused function
2014-03-03 Mathieu Malaterre[trunk] Remove deprecated functions (not called anywher...
2014-03-03 Mathieu Malaterre[trunk] Remove unused variables from test
2014-03-02 Mathieu Malaterre[trunk] Remove some simple warnings about var being...
2014-03-02 Mathieu Malaterre[trunk] Remove warning about -2147483648 (aka INT_MIN...
2014-03-02 Mathieu Malaterre[trunk] Remove simple warnings about comments, missing...
2014-03-01 Mathieu Malaterre[trunk] Fix compilation on MSVC compiler
2014-02-28 Mathieu Malaterre[trunk] Partially rework r2506, original patch from...
2014-02-28 Mathieu Malaterre[trunk] Make sure to run *-decode-md5 only after *...
2014-02-28 Mathieu Malaterre[trunk] Remove easy uint32 <-> int32 conversions
2014-02-28 Mathieu Malaterre[trunk] Re-import chunk from r2458 that made textGBR...
2014-02-28 Mathieu Malaterre[trunk] Rework r2458, instead we should reject 451...
2014-02-28 Mathieu Malaterre[trunk] Mark a file as being invalid for opj_dump
2014-02-28 Mathieu Malaterre[trunk] Fix JPIP test with updated md5sum
2014-02-28 Mathieu Malaterre[trunk] Really apply r2460 this time, but fix the origi...
2014-02-28 Mathieu Malaterre[trunk] final round of minor cleanups
2014-02-28 Mathieu Malaterre[trunk] Remove PNG generation code for now
2014-02-28 Mathieu Malaterre[trunk] Prefer strcpy since it copies trailing 0 directly
2014-02-28 Mathieu Malaterre[trunk] Simplify code to centralize code cleanup
2014-02-28 Mathieu Malaterre[trunk] Some code cleanup add sentinels
2014-02-28 Mathieu Malaterre[trunk] Remove a simple warning, and use static to...
2014-02-28 Mathieu Malaterre[trunk] run test suite on dataset from issue 171
2014-02-28 Mathieu Malaterre[trunk] Remove some simple warnings in opj_dump
2014-02-28 Mathieu Malaterre[trunk] Merge final patch from issue 171 with code...
2014-02-28 Mathieu Malaterre[trunk] Fix find_path behavior within cross-compilation...
2014-02-27 Mathieu Malaterre[trunk] Import patch from issue 218. No dataset to...
2014-02-27 Mathieu Malaterre[trunk] Import patch from issue 171. Only the imagetora...
2014-02-27 Mathieu Malaterre[trunk] Try to run test suite on invalid dataset from...
2014-02-27 Mathieu Malaterre[trunk] run test suite to illustrate patch from r2458
2014-02-27 Mathieu Malaterre[trunk] Make sure that opj_decompress only output a...
2014-02-27 Mathieu Malaterre[trunk] add issue 46 to the test suite
next