summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/j2k.c
AgeCommit message (Collapse)Author
2014-04-10[2.0] Backport all changes since r2798 (included) from trunkopenjpeg-2.0Antonin Descampe
2014-03-25[2.0] Backport all changes from trunkMathieu Malaterre
We only backport change that do not affect API or ABI Update issue 313
2014-03-18[trunk] Now that dataset from issue 297 have been imported, run test suite.Mathieu Malaterre
None of the dataset triggered any buffer overflow. Recent changes in trunk handle all those cases. Update issue 297
2014-03-14[trunk] Now that issue 165 dataset is in non regression repository, activate ↵Mathieu Malaterre
code to reject them Fixes issue 165
2014-03-14[trunk] Add internal implementation to dump all tiles/comp infoMathieu Malaterre
Eg: opj_dump -f 8 -i input.j2k Update issue 3
2014-03-14[trunk] Prevent a leak when reading PPT markersMathieu Malaterre
Update issue 295
2014-03-13[trunk] Add some sanity checks when reading Ippm(i) segmentsMathieu Malaterre
Update issue 288
2014-03-13[trunk] Make sure to reallocate ppm data buffer when multiple Ippm(i) buffer ↵Mathieu Malaterre
are found This handle the case where remaining data is exactly Nppm(i) Fixes issue 287
2014-03-13[trunk] Add debug code to extract decompressed image right before PCLR handlingMathieu Malaterre
Update issue 235
2014-03-12[trunk] Make sure when reading POC that number of layers (layer end) is ↵Mathieu Malaterre
within acceptable bound. Fixes issue 80
2014-03-11[trunk] Add debug info to track issue 80Mathieu Malaterre
Update issue 80
2014-03-10[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-10[trunk] Remove a set of warning about sign conversionMathieu Malaterre
Update issue 266
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-04[trunk] Remove some conversion warnings reported by gccMathieu Malaterre
Update issue 256
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] add a sentinel in debug codeMathieu 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] 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-12[trunk] replaced fprintf with event_mgr in cinema-related stuff in j2k.cAntonin Descampe
2014-02-12[trunk] moved logic related to cinema profiles in library (was inAntonin Descampe
opj_compress.c). This enables one using the library with its own executable to easily ask for cinema profiles.
2014-01-22[trunk] fixed several bugs in cinema mode (2K 24/48 fps, and 4K). TrunkAntonin Descampe
now produces compliant DCI code-streams.
2014-01-16[trunk] fixed DCI-compliant codestream generation (-cinema2K and -Antonin Descampe
2013-03-24[trunk] managed nicely the case where TPSot value is incorrect (thanks ↵Mickael Savinaud
winfried). Update the test suite to check this case. Updates issue 202. Updates issue 206. Update issue 208
2013-02-02[b2.x.x] backport into 2.x.x the rev 2240 of trunkMickael Savinaud
2013-02-02[b2.x.x] backport into 2.x.x the rev 2239 of trunkMickael Savinaud
2013-02-02[b2.x.x] backport into 2.x.x the rev 2237 of trunkMickael Savinaud
2013-02-02[b2.x.x] backport into 2.x.x the rev 2235Mickael Savinaud
2012-11-26[trun[trunk] check if the dx and dy steps are not incorrect according to the ↵Mickael Savinaud
JPEG2000 norm (thanks Even). Test associated to this issue should nicely fail. Fixes issue 194
2012-11-26[trunk] check if the number of tiles is not incorrect regarding the JPEG2000 ↵Mickael Savinaud
norm (thanks Even). Test associated to this issue should nicely fail. Fixes issue 163
2012-11-26[trunk] check the index of the component in read_qcc (thanks Even). fixes ↵Mickael Savinaud
issue 192
2012-11-26[trunk] update test suite with issue 191 to 194 and update patch for 191 ↵Mickael Savinaud
which should fail properly
2012-11-19[trunk] fix issue 191 (thanks Even)Mickael Savinaud
2012-11-16[trunk] add opj_ prefix to some internal define and use the new opj type ↵Mickael Savinaud
instead of int and float in some files