summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2014-03-07[trunk] Revert r2623 for nowMathieu Malaterre
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] As reported by clang analyzer thoses values were never readMathieu Malaterre
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Fix simple warning about sign conversionMathieu Malaterre
Update issue 256
2014-03-07[trunk] Another of fixes for warning about sign conversionMathieu Malaterre
Update issue 256
2014-03-07[trunk] Fix warning about sign conversionMathieu Malaterre
Update issue 256
2014-03-07[trunk] un-deprecated opj_stream_destroy API, import patch manuallyMathieu Malaterre
In some case user still want to be able to call opj_stream_destroy. Fixes issue 227
2014-03-07[trunk] Update memory management mecanismMathieu Malaterre
Fixes issue 253
2014-03-07[trunk] Remove self-assignement.Mathieu Malaterre
Fixes issue 273
2014-03-07[trunk] Fix mem leaks reported by cppcheckMathieu Malaterre
2014-03-06[trunk] Revert r2597 for now, since it breaks a lot of testsMathieu Malaterre
2014-03-06[trunk] Remove warning about sign conversion.Mathieu Malaterre
Update issue 256
2014-03-06[trunk] Remove warning about sign conversion.Mathieu Malaterre
Update issue 256
2014-03-06[trunk] Remove some easy warnings about sign compare reported by gccMathieu Malaterre
2014-03-05[trunk] Handle cmap where direct use is specified (issue235_cmapsubbox.jp2)Mathieu Malaterre
I doubt the old code ever work. The new code copy the old codestream bytes into the new components (instead of copying the pointer). Technically the issue235.jp2 file should be handled since I.5.3.5 specifies that: ... If the JP2 Header box does not contain a Component Mapping box, the components shall be mapped directly to channels, such that component i is mapped to channel i. ... Update issue 235
2014-03-04[trunk] Make sure to reject images such as 1336.pdf.asan.47.376.jp2 Mathieu Malaterre
Fixes issue 267
2014-03-04[trunk] remove more conversion warning in multi-lines macro.Mathieu Malaterre
C allow simple tricks such as to find those: gcc -E tcd.c | sed '/^\#/d' | indent -st -i2 > clean.c Update issue 256
2014-03-04[trunk] Remove some conversion warnings reported by gccMathieu Malaterre
Update issue 256
2014-03-04[trunk] Remove warning about conversion.Mathieu Malaterre
Update issue 256
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] 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 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] 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 deprecated functions (not called anywhere in the code base).Mathieu Malaterre
Update issue 268
2014-03-02[trunk] Remove simple warnings about comments, missing case in switch statementMathieu 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
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-27[trunk] Import patch from issue 218. No dataset to check, so blindly applied it.Mathieu Malaterre
Fixes issue 218
2014-02-27[trunk] add a sentinel in debug codeMathieu 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