Avoid asserting on assert(i == pcol) in opj_jp2_apply_pclr() by adding new check...
[openjpeg.git] / src / lib / openjp2 / jp2.c
2017-08-17 Even RouaultAvoid asserting on assert(i == pcol) in opj_jp2_apply_p...
2017-08-09 Even RouaultPartial revert BPC related check of #975 (#979)
2017-08-08 Antonin DescampeMerge pull request #975 from szukw000/changes-for-afl...
2017-08-07 Even RouaultMerge pull request #968 from rouault/reduce_memory_decoding
2017-08-07 Even Rouaultopj_jp2_apply_pclr() also needs to use opj_image_data_a...
2017-08-02 szukw000First change on changes-for-afl-tests
2017-07-31 szukw000Catch images broken by AFL
2017-07-30 Even RouaultFix warnings in USE_JPIP compilation mode
2017-07-30 Even RouaultFix Doxygen warnings (patch derived from Winfried's...
2017-07-30 Even RouaultAvoid p_stream->m_user_data_length >= (OPJ_UINT64)p_str...
2017-07-28 Even RouaultFix null pointer dereference in opj_jp2_apply_pclr...
2017-07-27 Even Rouaultopj_jp2_check_color(): replace assertion regarding...
2017-07-26 Even RouaultSpelling fixes (patch by ka7, #890, rebased on top...
2017-06-14 Antonin DescampeMerge pull request #928 from RussellMcOrmond/master
2017-05-23 Even RouaultMerge pull request #936 from rouault/master_warnings
2017-05-23 Even RouaultCMake: add stronger warnings for openjp2 lib/bin by... 936/head
2017-05-15 Even RouaultMerge pull request #919 from rouault/reformat
2017-05-09 Even RouaultReformat whole codebase with astyle.options (#128)
2016-09-20 Antonin DescampeMerge pull request #834 from trylab/issue833
2016-09-13 Antonin DescampeMerge branch 'bit-fields-type' of https://github.com...
2016-09-13 Antonin DescampeMerge pull request #786 from rouault/tier1_optimization...
2016-09-08 Even RouaultMerge branch 'master' of https://github.com/uclouvain... 786/head
2016-09-07 Stephan MühlstrasserMerge branch 'master' into bit-fields-type
2016-09-05 Matthieu DarboisFix leak & invalid behavior of opj_jp2_read_ihdr (...
2016-05-25 Even RouaultAdd opj_codec_set_threads() in public API and propagate...
2016-04-30 Antonin DescampeMerge pull request #706 from mayeut/issue135
2016-04-29 julienmalikcppcheck fix for openjp2 (#740)
2016-01-10 Matthieu DarboisMerge pull request #551 from mayeut/coc-qcc
2015-11-07 Matthieu DarboisMerge pull request #654 from mayeut/master
2015-11-07 mayeutFix undefined size jp2 box handling
2015-10-30 Matthieu DarboisMerge pull request #647 from stweil/master
2015-10-29 Stefan WeilFix typo in comments 647/head
2015-10-18 Matthieu DarboisMerge pull request #637 from stweil/fixes
2015-10-09 mayeutMerge branch 'master' into travis-abi
2015-10-06 mayeutMerge branch 'master' into coc-qcc
2015-10-06 mayeutMerge branch 'master' into travis-matrix
2015-10-06 mayeutMerge remote-tracking branch 'uclouvain/master'
2015-10-06 Matthieu DarboisMerge pull request #618 from smuehlst/opj_malloc_casts
2015-10-06 Stephan MühlstrasserAdded missing casts for return values of opj_malloc... 618/head
2015-10-05 mayeutMerge branch 'master' into travis-matrix
2015-09-29 Matthieu DarboisMerge pull request #610 from stweil/master
2015-09-29 Stefan WeilFix typos in comments and string
2015-09-08 mayeutMerge remote-tracking branch 'uclouvain/master' into...
2015-08-21 mayeutFix formatting
2015-08-21 Matthieu DarboisMerge pull request #559 from szukw000/cmyk-cielab-esycc
2015-07-30 szukw000Defines three new functions 559/head
2015-07-30 mayeutSync coc-qcc branch with master
2015-07-30 Matthieu DarboisMerge pull request #558 from mayeut/remove-printf
2015-07-30 mayeutRemove printf/fprintf to stdout/stderr throughout openj... 558/head
2015-07-25 Matthieu DarboisMerge pull request #528 from mayeut/zlib-1.2.8
2015-07-25 Matthieu DarboisMerge pull request #521 from manisandro/bigendian
2015-07-23 Matthieu DarboisMerge pull request #545 from mayeut/master
2015-07-23 mayeutAdd some missing static keywords 545/head
2015-07-20 Matthieu DarboisMerge pull request #533 from mayeut/refactor-read-ppX
2015-07-20 Matthieu DarboisMerge pull request #534 from mayeut/issue-235
2015-07-20 mayeutMerge remote-tracking branch 'uclouvain/master' into...
2015-07-12 mayeutAdd checks for odd looking cmap & for cmap outside...
2015-01-20 Antonin Descampe[trunk] checks for JP2 signature and file type boxes...
2014-12-22 Matthieu Darbois[trunk] fixed compression check for 1 bit unsigned...
2014-11-24 Matthieu Darbois[trunk] removed warnings when building jp2.c (Update...
2014-11-20 Matthieu Darbois[trunk] added check for pclr box validity (fixes issue...
2014-11-18 Matthieu Darbois[trunk] remove warning during build (fixes issue 435)
2014-11-17 Matthieu Darbois[trunk] fixed a bug preventing palette image with cdef...
2014-11-03 Antonin Descampe[trunk] add a cdef box when alpha component is present...
2014-10-30 Antonin Descampe[trunk] fixed a bug preventing palette image with cdef...
2014-10-30 Antonin Descampe[trunk] fixed a bug that was preventing image with...
2014-10-21 Antonin Descampe[trunk] verify channel definitions is complete when...
2014-10-21 Antonin Descampe[trunk] added check on JP2_IHDR box (fixes issue 364)
2014-10-06 Antonin Descampe[trunk] fixed potential negative size params (fixes...
2014-10-06 Antonin Descampe[trunk] added box length inconsistency check
2014-10-06 Antonin Descampe[trunk] fixed PDF crash in Chrome (fixes issue 362)
2014-10-03 Antonin Descampe[trunk] removed illegal character in comment
2014-09-19 Antonin Descampeadded memory allocation checks (fixes issue 355)
2014-09-16 Antonin Descampe[trunk] improve memory management (fixes issue 359)
2014-04-03 Antonin Descampe[trunk] updated copyright and added copyright notice...
2014-03-14 Mathieu Malaterre[trunk] rework code from r2463. Really there has been...
2014-03-14 Mathieu Malaterre[trunk] rework code from r2463. Really there has been...
2014-03-11 Mathieu Malaterre[trunk] Fix remainings warnings on linux/32bits arch
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-06 Mathieu Malaterre[trunk] Remove some easy warnings about sign compare...
2014-03-05 Mathieu Malaterre[trunk] Handle cmap where direct use is specified ...
2014-03-03 Mathieu Malaterre[trunk] Review warning about types conversion, and...
2014-03-03 Mathieu Malaterre[trunk] Remove deprecated functions.
2014-03-02 Mathieu Malaterre[trunk] Remove simple warnings about comments, missing...
2014-02-27 Mathieu Malaterre[trunk] Import patch from issue 218. No dataset to...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. Start using...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. Add a new...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This adds...
2014-02-25 Mathieu Malaterre[trunk] import commit 83dad6a76536222a3a51146f942e733a2...
2014-02-25 Mathieu Malaterre[trunk] Import commit f4139d702559649e577a5df9cfd64b0ca...
2013-03-17 Mickael Savinaud[trunk] manage correctly the case where meth value...
2013-03-17 Mickael Savinaud[trunk] correct issue 188 (thanks winfried) and add...
2012-12-03 Mickael Savinaud[trunk] correct the encoding of colr box information...
2012-11-16 Mickael Savinaud[trunk] add opj_ prefix to some internal define and...
2012-11-15 Mickael Savinaud[trunk]update the copyright, the authors and thanks...
2012-11-15 Mickael Savinaud[trunk] move opj_bool to OPJ_BOOL to follow the other...
2012-11-15 Mickael Savinaud[trunk] rename public symbols with OPJ_ prefix (enum...
next