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
/
t1.c
Age
Commit message (
Expand
)
Author
2017-03-03
PR #894 (without BOOK implementation)
dev-restart
Antonin Descampe
2016-09-15
Add overflow checks for opj_aligned_malloc (#841)
Matthieu Darbois
2016-09-14
Flags in T1 shall be unsigned (#840)
Matthieu Darbois
2016-09-14
Fix some warnings (#838)
Matthieu Darbois
2016-09-08
Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_opt...
Even Rouault
2016-09-06
Change 'restrict' define to 'OPJ_RESTRICT' (#816)
Matthieu Darbois
2016-05-26
Be robust to failed allocations of job structures
Even Rouault
2016-05-25
Use thread-pool for T1 decoding
Even Rouault
2016-05-23
Fix MSVC210 build issue (use of C99 declaration after statement) introduced i...
Even Rouault
2016-05-23
Improve perf of opj_t1_dec_sigpass_mqc_vsc() and opj_t1_dec_refpass_mqc_vsc()...
Even Rouault
2016-05-23
Better inlining of opj_t1_updateflagscolflags() w.r.t. flags_stride
Even Rouault
2016-05-23
opj_t1_dec_clnpass(): remove useless test in the runlen decoding path (of the...
Even Rouault
2016-05-23
opj_t1_decode_cblks(): tiny perf increase when loop unrolling
Even Rouault
2016-05-23
Tier 1 decoding: add a colflags array
Even Rouault
2016-05-22
Reduce number of occurrences of orient function argument
Even Rouault
2016-05-21
Specialize decoding passes for 64x64 code blocks
Even Rouault
2016-05-21
Improve code generation in opj_t1_dec_clnpass()
Even Rouault
2016-05-21
opj_t1_updateflags(): tiny optimization
Even Rouault
2016-05-02
Fix UBSan gcc warning for first arg to memset non null
Julien Malik
2016-04-30
Merge pull request #706 from mayeut/issue135
Antonin Descampe
2016-04-29
cppcheck fix for openjp2 (#740)
julienmalik
2016-04-27
Fix issue 135
mayeut
2016-04-27
Fix negative shift left reported by UBSan (#758)
Matthieu Darbois
2016-04-26
Fix negative shift left reported by UBSan (#757)
Matthieu Darbois
2015-07-18
Add some missing static
mayeut
2015-07-03
various small T1 optimizations
Aaron Boxer
2014-12-20
[trunk] fixed a possible overflow in opj_t1_encode_cblks call to opj_int_fix_...
Matthieu Darbois
2014-12-09
[trunk] check number of components when getting mct norm (fixes issue 436)
Antonin Descampe
2014-11-03
[trunk] significantly reduces memory for single tile RGB encoding (fixes
Antonin Descampe
2014-09-19
added 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-10
[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre
2014-03-07
[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre
2014-03-03
[trunk] Remove a simple warning about int -> float conversion
Mathieu Malaterre
2014-03-03
[trunk] Remove deprecated functions.
Mathieu Malaterre
2012-11-16
[trunk] add opj_ prefix to some internal define and use the new opj type inst...
Mickael Savinaud
2012-11-15
[trunk] use OPJ_INT32 instead of int in t2.c
Mickael Savinaud
2012-11-15
[trunk] move opj_bool to OPJ_BOOL to follow the other type
Mickael Savinaud
2012-11-13
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic and vs9 analyzer
Mickael Savinaud
2012-10-26
[trunk] remove some warnings from -Wall -Wextra -pedantic
Mickael Savinaud
2012-10-26
[trunk]remove some warnings raised by Wall
Mickael Savinaud
2012-10-25
[trunk] remove last warnings from t1
Mickael Savinaud
2012-10-25
[trunk] rename t1_getwmsedec_v2 to opj_t1_getwmsedec and remove t1_getwmsedec
Mickael Savinaud
2012-10-25
[trunk] cancel previous commit about use of t1_decode_cblks from v2. We shoul...
Mickael Savinaud
2012-10-25
[trunk] use the opj_ prefix for last t1 functions
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] rename opj_tcd_truct_v2 to opj_tcd_struct
Mickael Savinaud
2012-10-24
[trunk] rename flag_t to opj_flag_t
Mickael Savinaud
2012-10-24
[trunk] use new opj prefix and type with raw functions
Mickael Savinaud
[next]