summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/jp2.c
AgeCommit message (Expand)Author
2017-08-17Avoid asserting on assert(i == pcol) in opj_jp2_apply_pclr() by adding new ch...Even Rouault
2017-08-09Partial revert BPC related check of #975 (#979)Even Rouault
2017-08-08Merge pull request #975 from szukw000/changes-for-afl-testsAntonin Descampe
2017-08-07opj_jp2_apply_pclr() also needs to use opj_image_data_alloc/opj_image_data_freeEven Rouault
2017-08-02First change on changes-for-afl-testsszukw000
2017-07-31Catch images broken by AFLszukw000
2017-07-30Fix warnings in USE_JPIP compilation modeEven Rouault
2017-07-30Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)Even Rouault
2017-07-30Avoid p_stream->m_user_data_length >= (OPJ_UINT64)p_stream->m_byte_offset ass...Even Rouault
2017-07-28Fix null pointer dereference in opj_jp2_apply_pclr(). Fixes https://bugs.chro...Even Rouault
2017-07-27opj_jp2_check_color(): replace assertion regarding mtyp by runtime check (#67...Even Rouault
2017-07-26Spelling fixes (patch by ka7, #890, rebased on top of master)Even Rouault
2017-05-23CMake: add stronger warnings for openjp2 lib/bin by default, and error out on...Even Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-09-08Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_opt...Even Rouault
2016-09-06Fix leak & invalid behavior of opj_jp2_read_ihdr (#818)Matthieu Darbois
2016-05-25Add opj_codec_set_threads() in public API and propagate resulting thread pool...Even Rouault
2016-04-29cppcheck fix for openjp2 (#740)julienmalik
2015-11-07Fix undefined size jp2 box handlingmayeut
2015-10-29Fix typo in commentsStefan Weil
2015-10-06Added missing casts for return values of opj_malloc()/opj_calloc().Stephan Mühlstrasser
2015-09-29Fix typos in comments and stringStefan Weil
2015-08-21Fix formattingmayeut
2015-08-21Merge pull request #559 from szukw000/cmyk-cielab-esyccMatthieu Darbois
2015-07-30Defines three new functionsszukw000
2015-07-30Remove printf/fprintf to stdout/stderr throughout openjp2 libmayeut
2015-07-23Add some missing static keywordsmayeut
2015-07-12Add checks for odd looking cmap & for cmap outside jp2h boxmayeut
2015-01-20[trunk] checks for JP2 signature and file type boxes more carefullyAntonin Descampe
2014-12-22[trunk] fixed compression check for 1 bit unsigned component (fixes issue 457)Matthieu Darbois
2014-11-24[trunk] removed warnings when building jp2.c (Update issue 442)Matthieu Darbois
2014-11-20[trunk] added check for pclr box validity (fixes issue 429)Matthieu Darbois
2014-11-18[trunk] remove warning during build (fixes issue 435)Matthieu Darbois
2014-11-17[trunk] fixed a bug preventing palette image with cdef to decode properly usi...Matthieu Darbois
2014-11-03[trunk] add a cdef box when alpha component is present (fixes issue 416)Antonin Descampe
2014-10-30[trunk] fixed a bug preventing palette image with cdef to decode properly (fi...Antonin Descampe
2014-10-30[trunk] fixed a bug that was preventing image with per channel alpha to decod...Antonin Descampe
2014-10-21[trunk] verify channel definitions is complete when cdef is present (fixes is...Antonin Descampe
2014-10-21[trunk] added check on JP2_IHDR box (fixes issue 364)Antonin Descampe
2014-10-06[trunk] fixed potential negative size params (fixes issue 390)Antonin Descampe
2014-10-06[trunk] added box length inconsistency checkAntonin Descampe
2014-10-06[trunk] fixed PDF crash in Chrome (fixes issue 362)Antonin Descampe
2014-10-03[trunk] removed illegal character in commentAntonin Descampe
2014-09-19added memory allocation checks (fixes issue 355)Antonin Descampe
2014-09-16[trunk] improve memory management (fixes issue 359)Antonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
2014-03-14[trunk] rework code from r2463. Really there has been some code duplication f...Mathieu Malaterre
2014-03-14[trunk] rework code from r2463. Really there has been some code duplication f...Mathieu Malaterre
2014-03-11[trunk] Fix remainings warnings on linux/32bits archMathieu Malaterre
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre