summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-04[trunk] Remove another warning. ftell returns long intMathieu Malaterre
Update issue 256
2014-03-04[trunk] Remove more conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-04[trunk] Remove warning about conversion.Mathieu Malaterre
Update issue 256
2014-03-04[trunk] Add a TIFF compare function (PEAK/MSE)Mathieu Malaterre
Fixes issue 100
2014-03-04[trunk] Revert portion of r2562, need to investigate issue.Mathieu Malaterre
Update issue 269
2014-03-03[trunk] Remove remaining conversion issues in mqc.cMathieu Malaterre
2014-03-03[trunk] Remove remainings conversion issues in t2.c + clock.cMathieu Malaterre
2014-03-03[trunk] Remove a simple warning about int -> float conversionMathieu Malaterre
2014-03-03[trunk] rework code to avoid a warning. this also remove a division and ↵Mathieu Malaterre
prefer bit-shift
2014-03-03[trunk] Remove some more warnings about conversionMathieu Malaterre
2014-03-03[trunk] Prefer compile time constant to avoid conversion double -> intMathieu Malaterre
2014-03-03[trunk] Review warning about types conversion, and add cast when neededMathieu Malaterre
2014-03-03[trunk] Remove some simple warnings about conversionMathieu Malaterre
2014-03-03[trunk] fgets takes an int as parameterMathieu Malaterre
2014-03-03[trunk] Remove warning about cast double -> int. Instead use bit-shifting ↵Mathieu Malaterre
(compile time computation)
2014-03-03[trunk] Remove easy to fix warnings about conversionMathieu Malaterre
2014-03-03[trunk] Import left over from patch submitted as issue 225 (comment #14)Mathieu Malaterre
Update issue 225
2014-03-03[trunk] remove some simple warnings about unused paramsMathieu Malaterre
2014-03-03[trunk] remove all api with invalid FILE* parameters which could leads to ↵Mathieu Malaterre
issues when applications are compiled with different flags from openjpeg. Fixes issue 198
2014-03-03[trunk] Explicitely trigger issue 229, there may be an impact in code ↵Mathieu Malaterre
execution. The assert may get removed afterward Update issue 229
2014-03-03[trunk] Remove simple warningsMathieu Malaterre
2014-03-03[trunk] Remove 3635.pdf.asan.77.2930.jp2 from opj_dump testsMathieu Malaterre
Update issue 250
2014-03-03[trunk] Avoid conflicting declarion for fseek in openjp2 vs fseek in openjpipMathieu Malaterre
2014-03-03[trunk] Fix md5 values for decode-md5 tests.Mathieu Malaterre
Update issue 250
2014-03-03[trunk] Remove deprecated functions.Mathieu Malaterre
Update issue 268
2014-03-03[trunk] Remove warning about unused functionMathieu Malaterre
Update issue 268
2014-03-03[trunk] Remove deprecated functions (not called anywhere in the code base).Mathieu Malaterre
Update issue 268
2014-03-03[trunk] Remove unused variables from testMathieu Malaterre
2014-03-02[trunk] Remove some simple warnings about var being set but not usedMathieu Malaterre
2014-03-02[trunk] Remove warning about -2147483648 (aka INT_MIN), causing this decimal ↵Mathieu Malaterre
constant is unsigned only in ISO C90
2014-03-02[trunk] Remove simple warnings about comments, missing case in switch statementMathieu Malaterre
2014-03-01[trunk] Fix compilation on MSVC compilerMathieu Malaterre
2014-02-28[trunk] Partially rework r2506, original patch from issue 171 was totally ↵Mathieu Malaterre
bogus (untested?) and did break most of the test (eg. p1_04 family) convert.c duplicate a lot of code, this patch only adresses the PGX codec section of the code. Update issue 171 Update issue 264
2014-02-28[trunk] Make sure to run *-decode-md5 only after *-decode tests. Update md5 ↵Mathieu Malaterre
since recent code change.
2014-02-28[trunk] Remove easy uint32 <-> int32 conversionsMathieu Malaterre
2014-02-28[trunk] Re-import chunk from r2458 that made textGBR.jp2 to fail otherwiseMathieu Malaterre
Update issue 225
2014-02-28[trunk] Rework r2458, instead we should reject 451.pdf.SIGSEGV.ce9.3723 ↵Mathieu Malaterre
since tile-parts are out of order (as per kakadu behavior). Update issue 225
2014-02-28[trunk] Mark a file as being invalid for opj_dumpMathieu Malaterre
2014-02-28[trunk] Fix JPIP test with updated md5sumMathieu Malaterre
2014-02-28[trunk] Really apply r2460 this time, but fix the original typo in the ↵Mathieu Malaterre
submitted patch Update issue 225
2014-02-28[trunk] final round of minor cleanupsMathieu Malaterre
2014-02-28[trunk] Remove PNG generation code for nowMathieu Malaterre
2014-02-28[trunk] Prefer strcpy since it copies trailing 0 directlyMathieu Malaterre
2014-02-28[trunk] Simplify code to centralize code cleanupMathieu Malaterre
2014-02-28[trunk] Some code cleanup add sentinelsMathieu Malaterre
2014-02-28[trunk] Remove a simple warning, and use static to detect unused functions. ↵Mathieu Malaterre
Simplify function declarations.
2014-02-28[trunk] run test suite on dataset from issue 171Mathieu Malaterre
Fixes issue 171
2014-02-28[trunk] Remove some simple warnings in opj_dumpMathieu Malaterre
2014-02-28[trunk] Merge final patch from issue 171 with code simplification. also ↵Mathieu Malaterre
handles signed case properly. Fixes issue 171
2014-02-28[trunk] Fix find_path behavior within cross-compilation executionMathieu Malaterre