summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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] Avoid conflicting declarion for fseek in openjp2 vs fseek in openjpipMathieu Malaterre
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-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] 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] Really apply r2460 this time, but fix the original typo in the ↵Mathieu Malaterre
submitted patch Update issue 225
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-27[trunk] Import patch from issue 218. No dataset to check, so blindly applied it.Mathieu Malaterre
Fixes issue 218
2014-02-27[trunk] Import patch from issue 171. Only the imagetoraw part was not applied.Mathieu Malaterre
Update issue 171
2014-02-27[trunk] improve command line parser syntax checkingMathieu Malaterre
2014-02-27[trunk] add a sentinel in debug codeMathieu Malaterre
2014-02-26[trunk] Add missing include dir for wx appMathieu Malaterre
2014-02-26[trunk] Remove a simple warning about a castMathieu Malaterre
2014-02-26[trunk] revert r2460 since it breaks ETS-C1P0-p0_03.j2k-decode.Mathieu Malaterre
Update issue 225
2014-02-26[trunk] Revert r2453 since it breaks conformance test ETS-C1P1-p1_06.j2k-decodeMathieu Malaterre
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase ↵Mathieu Malaterre
1336.pdf.asan.47.376 Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase ↵Mathieu Malaterre
1888.pdf.asan.35.988 Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase ↵Mathieu Malaterre
1851.pdf.SIGSEGV.ce9.948 Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. Start using new color space when ↵Mathieu Malaterre
found. Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This handle some Part-2 compliant ↵Mathieu Malaterre
file, by being more tolerant in COLR box. No testcase for now. Fixes issue 247
2014-02-26[trunk] Import patch from sumatrapdf team. This handle some testcase with no ↵Mathieu Malaterre
input dataset, but changes looks ok. Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase ↵Mathieu Malaterre
2977.pdf.asan.67.2198 Update issue 225
2014-02-26[trunk] Import (ugly) patch from sumatrapdf team. This feels like a hack ↵Mathieu Malaterre
rather than a solution. Fixes issue 226
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase ↵Mathieu Malaterre
3635.pdf.asan.77.2930 Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. Original commit is ↵Mathieu Malaterre
5b0c9985e3359aca9b3fcfd94424166aa61a141a. Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase ↵Mathieu Malaterre
451.pdf.SIGSEGV.ce9.3723 Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase ↵Mathieu Malaterre
2.pdf.SIGFPE.706.1112 Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase ↵Mathieu Malaterre
1610.pdf.SIGSEGV.59c.681 Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase ↵Mathieu Malaterre
2539.pdf.SIGFPE.706.1712 Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase ↵Mathieu Malaterre
4035.pdf.SIGSEGV.d8b.3375 Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. Add detection for testcase ↵Mathieu Malaterre
1802.pdf.SIGSEGV.36e.894 Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. Add a new function to check color ↵Mathieu Malaterre
box. Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This patch adds new colorspace ↵Mathieu Malaterre
handling. Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This adds alpha handling. This ↵Mathieu Malaterre
patch changes ABI. Update issue 225
2014-02-26[trunk] Remove simple warnings about unused functionsMathieu Malaterre
2014-02-26[trunk] Properly store and use value returned by fread. Also invert nmemb ↵Mathieu Malaterre
and size in fread call. Fixes issue 262
2014-02-26[trunk] Fix invalid write access in JPIP code.Mathieu Malaterre
Fixes issue 261
2014-02-25[trunk] Create a new static *_impl function to avoid a warning triggered by ↵Mathieu Malaterre
the deprecation mecanism Fixes issue 257