index
:
openjpeg
UCL
avendor
cancel
carl-1
carl-2
carl-2-rebased-on-master
ccache
codingstyle
coverity_scan
coverity_scan_original
dcpomatic-2.5.2
dcpomatic-2.5.4
dev-restart
fix-bypass-restart
fix_bypass_pterm_termall
fix_bypass_pterm_termall_and_lossless_decomposition_issue
floating_point_irreversible_encoding
gh-pages
j2kviewer
master
master-cdist
openjp3d
openjpeg-1.5
openjpeg-2.0
openjpeg-2.1
openjpeg3d
openjpeg3d@745
openjpeg3d@749
opj-v1-branch
opj_idwt53_h_cas0_SSE2
opt
t1_dec_signed_magnitude_representation
t1_optim_attempt_refpass_4_at_context16
v2
videocon-1
Fork of openjpeg library for JPEG2000 encoding and decoding
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
openjp2
/
pi.c
Age
Commit message (
Expand
)
Author
2017-07-29
Fix warnings in pi.c raised by VS11 analyze (#190)
Even Rouault
2017-07-29
opj_pi_update_decode_poc(): limit layno1 to the number of layers (CVE-2016-16...
Even Rouault
2017-07-29
opj_pi_next_pcrl(): avoid undefined shift behaviour. Fixes https://bugs.chrom...
Even Rouault
2017-07-27
opj_pi_next_rpcl / opj_pi_next_pcrl / opj_pi_next_cprl: avoid int overflow (#...
Even Rouault
2017-07-26
Fix various undefined shift behaviour in pi.c
Even Rouault
2017-07-26
Avoid division by zero in opj_pi_next_rpcl, opj_pi_next_pcrl, opj_pi_next_cpr...
Even Rouault
2017-07-26
Avoid index out of bounds access to pi->include[] (#938)
Even Rouault
2017-07-26
Avoid division by zero in opj_pi_next_rpcl, opj_pi_next_pcrl and opj_pi_next_...
Even Rouault
2017-05-09
Reformat whole codebase with astyle.options (#128)
Even Rouault
2016-09-15
Add overflow checks for opj_aligned_malloc (#841)
Matthieu Darbois
2016-09-08
Cast to size_t before multiplication
Matthieu Darbois
2016-09-06
Fix an integer overflow issue (#809)
trylab
2016-04-28
Fix unsigned int overflow reported by UBSan (#761)
Matthieu Darbois
2016-01-06
Fix duplicate article in comments
Stefan Weil
2015-07-26
Remove some warnings when building
mayeut
2015-07-18
Add some missing static
mayeut
2015-02-02
[trunk] added overflow checks (fixes issue 431)
Antonin Descampe
2015-01-15
[trunk] fixed a buffer overflow in opj_tcd_init_decode_tile
Antonin Descampe
2014-10-01
[trunk] fixed warning from r2891
Antonin Descampe
2014-09-30
[trunk] fixed bad use of case statement (fixes issue 381)
Antonin Descampe
2014-09-16
[trunk] improve memory management (fixes issue 359)
Antonin Descampe
2014-04-17
[trunk] refactoring of rsiz, profiles, and extensions management
Antonin Descampe
2014-04-03
[trunk] updated copyright and added copyright notice required by ISO, in each...
Antonin Descampe
2014-03-13
[trunk] Add some documention in the pi code
Mathieu Malaterre
2014-03-07
[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre
2012-11-15
[trunk] move opj_bool to OPJ_BOOL to follow the other type
Mickael Savinaud
2012-11-15
[trunk] rename public symbols with OPJ_ prefix (enum part)
Mickael Savinaud
2012-11-15
[trunk] rename public symbols with OPJ_ prefix
Mickael Savinaud
2012-11-13
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic
Mickael Savinaud
2012-11-13
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic and vs9 analyzer
Mickael Savinaud
2012-10-29
[trunk] Fix remainings issues with doxygen doc
Mathieu Malaterre
2012-10-29
[trunk] remove warnings related to the use of -Wall -Wextra -pedantic
Mickael Savinaud
2012-10-25
[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v2 to opj_tcp
Mickael Savinaud
2012-10-25
[trunk] [trunk] remove old opj_cp and rename opj_cp_v2 to opj_cp
Mickael Savinaud
2012-10-15
[trunk] Add missing newline character
Mathieu Malaterre
2012-10-05
[trunk] rename int.h to opj_intmath.h and rename all its functions with opj_ ...
Mickael Savinaud
2012-10-03
[trunk]remove warnings in pi.c through the update of poc struct types with ne...
Mickael Savinaud
2012-10-03
[trunk] (style) move global pi functions to the right place and update indent...
Mickael Savinaud
2012-10-03
[trunk] remove old v1 functions and rename pi_initialise_encode_v2 to opj_pi_...
Mickael Savinaud
2012-10-03
[trunk] update pi_check_next_level with the opj_ prefix and change output typ...
Mickael Savinaud
2012-10-03
[trunk]rename pi_update_encoding_parameters to opj_pi_update_encoding_parameters
Mickael Savinaud
2012-10-03
[trunk] replace pi_next by opj_pi_next
Mickael Savinaud
2012-10-03
[trunk] update local function of pi.c with the opj_ prefix and the new opj types
Mickael Savinaud
2012-09-28
[trunk] Start FolderReorgProposal task
Mathieu Malaterre