summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/t2.c
AgeCommit message (Expand)Author
2024-02-18opj_t2_read_packet_header(): avoid unsigned integer overflow (alternate fix t...Even Rouault
2023-03-07opj_t2_skip_packet_data(): avoid out-of-bounds reads on truncated images in n...Even Rouault
2022-08-11Micro-optimization: use directly opj_bio_putbit() instead of opj_bio_write() ...Even Rouault
2022-02-10Add support for partial bitstream decoding (#1407) (fixes #715)Robert Gabriel Jakabosky
2021-12-05Fix some typos (found by codespell)Stefan Weil
2021-09-25Added support for high throughput (HTJ2K) decoding.Aous Naman
2020-12-02Merge pull request #1300 from rouault/complement_1293Even Rouault
2020-12-02pi.c: avoid out of bounds access with POC (refs https://github.com/uclouvain/...Even Rouault
2020-12-02opj_t2_encode_packet(): avoid out of bound access of #1297, but likely not th...Even Rouault
2020-12-01opj_t2_encode_packet(): avoid out of bound access of #1294, but likely not th...Even Rouault
2020-04-21Add support for generation of PLT markers in encoderEven Rouault
2019-04-25compression: emit POC marker when only one single POC is requested (fixes #1191)Even Rouault
2018-01-08opj_t2_encode_packet(): disable setting empty packet header bit to 1 when the...Even Rouault
2017-08-17Sub-tile decoding: only decode precincts and codeblocks that intersect the wi...Even Rouault
2017-08-16opj_t2_encode_packet(): fix potential write heap buffer overflow (#992)Even Rouault
2017-08-16opj_t2_encode_packet(): only emit an error about insufficiently large output ...Even Rouault
2017-08-10Fix argument order in error message of previous commitEven Rouault
2017-08-10Propagate event manager down to opj_t2_encode_packet() and use it to emit an ...Even Rouault
2017-08-07Slight improvement in management of code block chunksEven Rouault
2017-08-07Decoding: do not allocate memory for the codestream of each codeblockEven Rouault
2017-08-07Add documentation for magic values in the codeEven Rouault
2017-07-30Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)Even Rouault
2017-07-26Avoid potential undefined shift behaviour in opj_bio_read() from opj_t2_read_...Even Rouault
2017-06-13Merge branch 't1_flag_optimizations'Even Rouault
2017-06-12Packet header writing: set empty packet header bit to 0 when appropriate (sma...fix_bypass_pterm_termall_and_lossless_decomposition_issueEven Rouault
2017-06-12Encoder: fix packet writing of empty sub-bands (#891, #892)Even Rouault
2017-06-02MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.Even Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-05-08Fix Out-of-Bounds Access in function opj_tgt_resetmayeut
2015-10-19Fix HP compiler warning about redeclaration of function (#640)Stephan Mühlstrasser
2015-07-30Remove printf/fprintf to stdout/stderr throughout openjp2 libmayeut
2015-07-18Add some missing staticmayeut
2014-11-20[trunk] fixed memleak in abnormal condition (fixes issue 437)Matthieu Darbois
2014-10-15[trunk] add a check on progression order (fixes issue 413)Antonin Descampe
2014-10-06[trunk] fixed potential negative size params (fixes issue 390)Antonin Descampe
2014-10-03[trunk]fixes buffer overflow in t2.cAntonin Descampe
2014-09-30[trunk] check possible overflow on size in opj_t2_read_packet_dataAntonin Descampe
2014-09-30[trunk] prevent overflow in opj_t2_read_packet_header (update issue 389)Antonin Descampe
2014-09-29[trunk] Ensure cblk->data pointer is correctly initialized (updates issue 391...Antonin 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-17[trunk] refactoring of rsiz, profiles, and extensions managementAntonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
2014-03-18[trunk] Revert r2764. It breaks ~230 tests as seen on continuous. Since no da...Mathieu Malaterre
2014-03-18[trunk] Import git commit fc884aee2b69c78500e65c3d05bf216791a9ea4a from ghost...Mathieu Malaterre
2014-03-18[trunk] Import git commit 99a6f1af177c15f4db475186b79d169c993494ef from ghost...Mathieu Malaterre
2014-03-14[trunk] Remove warnings about unused values introduced in r2710Mathieu Malaterre
2014-03-13[trunk] Just in case this would be helpful for other, here is the code used t...Mathieu Malaterre
2014-03-13[trunk] Tweak documentation in t2.c. Be more verbose in case of failure.Mathieu Malaterre
2014-03-11[trunk] Re-active old warning about missing SOP markerMathieu Malaterre