summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 prefe...Mathieu Malaterre
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 (co...Mathieu Malaterre
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
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 iss...Mathieu Malaterre
2014-03-03[trunk] Explicitely trigger issue 229, there may be an impact in code executi...Mathieu Malaterre
2014-03-03[trunk] Remove simple warningsMathieu Malaterre
2014-03-03[trunk] Remove 3635.pdf.asan.77.2930.jp2 from opj_dump testsMathieu Malaterre
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
2014-03-03[trunk] Remove deprecated functions.Mathieu Malaterre
2014-03-03[trunk] Remove warning about unused functionMathieu Malaterre
2014-03-03[trunk] Remove deprecated functions (not called anywhere in the code base).Mathieu Malaterre
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
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 bog...Mathieu Malaterre
2014-02-28[trunk] Make sure to run *-decode-md5 only after *-decode tests. Update md5 s...Mathieu Malaterre
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
2014-02-28[trunk] Rework r2458, instead we should reject 451.pdf.SIGSEGV.ce9.3723 since...Mathieu Malaterre
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 submit...Mathieu Malaterre
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. S...Mathieu Malaterre
2014-02-28[trunk] run test suite on dataset from issue 171Mathieu Malaterre
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 handl...Mathieu Malaterre
2014-02-28[trunk] Fix find_path behavior within cross-compilation executionMathieu Malaterre
2014-02-27[trunk] Import patch from issue 218. No dataset to check, so blindly applied it.Mathieu Malaterre
2014-02-27[trunk] Import patch from issue 171. Only the imagetoraw part was not applied.Mathieu Malaterre
2014-02-27[trunk] Try to run test suite on invalid dataset from sumatrapdf teamMathieu Malaterre
2014-02-27[trunk] run test suite to illustrate patch from r2458Mathieu Malaterre
2014-02-27[trunk] Make sure that opj_decompress only output a single componentMathieu Malaterre