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
Age
Commit message (
Expand
)
Author
2017-06-02
T1: Transpose coder optimizations to decoder, and cleanup code
Even Rouault
2017-05-23
Fix compiler warnings
Even Rouault
2017-05-23
Factor index computation for lut_enc_ctxno_sc and lut_enc_spb
Even Rouault
2017-05-23
Optimize a bit opj_t1_enc_clnpass()
Even Rouault
2017-05-23
T1: remove unused code in decoder
Even Rouault
2017-05-23
T1: fix VSC mode in encoder
Even Rouault
2017-05-23
T1: use more compact flags to optimize cache usage in encoder passes. (#172)
Even Rouault
2017-05-23
CMake: add stronger warnings for openjp2 lib/bin by default, and error out on...
Even Rouault
2017-05-23
t1.c: fix compiler warnings
Even Rouault
2017-05-15
MQC: remove disabled MQC_PERF_OPT mode, which brings no performance improveme...
Even Rouault
2017-05-15
Add comments about non successfull attempt of implementing alternate INITDEC,...
Even Rouault
2017-05-15
Reformat: apply reformattin on .h files (#128)
Even Rouault
2017-05-09
Reformat whole codebase with astyle.options (#128)
Even Rouault
2017-02-13
Remove warnings related to empty tag-trees.
Even Rouault
2016-09-26
OPENJPEG_NAMESPACE is configurable by user
Mathieu Malaterre
2016-09-21
Fix some issues reported by Coverity Scan (#846)
Stefan Weil
2016-09-21
Fix potential out-of-bounds read (coverity) (#844)
Stefan Weil
2016-09-20
Disable automatic compilation of t1_generate_luts
Antonin Descampe
2016-09-16
renamed USE_THREAD to OPJ_USE_THREAD
Antonin Descampe
2016-09-15
Remove TODO for overflow check (#842)
Matthieu Darbois
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-13
Merge branch 'bit-fields-type' of https://github.com/smuehlst/openjpeg into s...
Antonin Descampe
2016-09-13
Merge pull request #786 from rouault/tier1_optimizations_multithreading
Antonin Descampe
2016-09-08
Fix coverity 113065 (CWE-484) (#824)
Matthieu Darbois
2016-09-08
Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_opt...
Even Rouault
2016-09-08
opj_thread_pool: fix potential deadlock at thread pool destruction
Even Rouault
2016-09-08
Cast to size_t before multiplication
Matthieu Darbois
2016-09-08
Add sanity check for tile coordinates (#823)
Matthieu Darbois
2016-09-07
Moved type OPJ_BITFIELD from openjpeg.h to opj_includes.h
Stephan Mühlstrasser
2016-09-07
Merge branch 'master' into bit-fields-type
Stephan Mühlstrasser
2016-09-06
fix incrementing of "l_tcp->m_nb_mcc_records" in opj_j2k_read_mcc (#820)
Matthieu Darbois
2016-09-06
Fix an integer overflow issue (#809)
trylab
2016-09-06
Add overflow check in opj_tcd_init_tile (#819)
Matthieu Darbois
2016-09-06
Fix leak & invalid behavior of opj_jp2_read_ihdr (#818)
Matthieu Darbois
2016-09-06
Add overflow check in opj_j2k_update_image_data (#817)
Matthieu Darbois
2016-09-06
Change 'restrict' define to 'OPJ_RESTRICT' (#816)
Matthieu Darbois
2016-08-11
[Win32] Use _beginthreadex instead of CreateThread()
Even Rouault
2016-07-27
Unified bit-field declaration, removed tabs.
Stephan Mühlstrasser
2016-07-25
Create separate type for bit-fields.
Stephan Mühlstrasser
2016-07-12
Fix dependency for pkg-config (issue #594) (#795)
Stefan Weil
2016-06-21
Update tcd.c (#790)
maddin200
2016-05-26
Be robust to failed allocations of job structures
Even Rouault
2016-05-25
Use thread pool for DWT decoding
Even Rouault
2016-05-25
Use thread-pool for T1 decoding
Even Rouault
2016-05-25
Add opj_codec_set_threads() in public API and propagate resulting thread pool...
Even Rouault
2016-05-25
Add threading and thread pool API
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
[prev]
[next]