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
Age
Commit message (
Expand
)
Author
2017-06-21
dwt.c: implement SSE2 idwt5x3 horizontal when len is multiple of 8. Speed gai...
opj_idwt53_h_cas0_SSE2
Even Rouault
2017-06-21
dwt.c: small cleanup
Even Rouault
2017-06-20
Enable __SSE__ / __SSE2__ with Visual Studio
Even Rouault
2017-06-20
Improve performance of inverse DWT 5x3 (#953)
Even Rouault
2017-06-20
Add bench_dwt program (compiled only if BUILD_BENCH_DWT=ON)
Even Rouault
2017-06-17
Remove OPJ_NOSANITIZE in opj_bio_read() and opj_bio_write() (#761)
Even Rouault
2017-06-17
Fix astyle issue
Even Rouault
2017-06-17
Fix warning about unused arguments
Even Rouault
2017-06-17
Fix warnings with recent GCC versions
Even Rouault
2017-06-14
Merge pull request #928 from RussellMcOrmond/master
Antonin Descampe
2017-06-13
Merge branch 't1_flag_optimizations'
Even Rouault
2017-06-12
Packet header writing: set empty packet header bit to 0 when appropriate (sma...
fix_bypass_pterm_termall_and_lossless_decomposition_issue
Even Rouault
2017-06-12
Encoder: fix packet writing of empty sub-bands (#891, #892)
Even Rouault
2017-06-09
T1: fix BYPASS/LAZY, TERMALL/RESTART and PTERM/ERTERM encoding modes. (#674)
fix_bypass_pterm_termall
Even Rouault
2017-06-02
opj_t1_dec_sigpass_raw/opj_t1_dec_refpass_raw: harmonize style with mqc methods
Even Rouault
2017-06-02
MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.
Even Rouault
2017-06-02
Fix documentation of opj_t1_decode_cblks()
Even Rouault
2017-06-02
Simplify VSC handling: instead of masking out bits when reading the 4th row.
Even Rouault
2017-06-02
Force inlining of mqc decoding and pass steps through heavy use of macros, so...
Even Rouault
2017-06-02
t1_generate_luts.c: fix compiler warnings
Even Rouault
2017-06-02
Optimize opj_t1_update_flags()
Even Rouault
2017-06-02
T1: remove use of neghalf variable. It is useless since bpno is always > 0
Even Rouault
2017-06-02
T1: avoid pointer indirection for mqc and raw members of opj_t1_t
Even Rouault
2017-06-02
T1: remove flags_stride variable from opj_t1_t
Even Rouault
2017-06-02
Inline opj_raw_decode()
Even Rouault
2017-06-02
T1: loop unrolling in dec_sigpass_raw and dec_refpass_raw
Even Rouault
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-16
Fixed formatting issues ASTYLE
Russell McOrmond
2017-05-15
Quiet mode for opj_decompress via -quiet long parameter.
Russell McOrmond
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-26
Remove typos from comments and man pages
Mathieu Malaterre
2016-09-22
Fix PNM file reading (#847)
Matthieu Darbois
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
Merge pull request #834 from trylab/issue833
Antonin Descampe
2016-09-20
Disable automatic compilation of t1_generate_luts
Antonin Descampe
2016-09-16
renamed USE_THREAD to OPJ_USE_THREAD
Antonin Descampe
[next]