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
/
mqc.c
Age
Commit message (
Expand
)
Author
2020-05-24
T1 encoder: speed-up by aggressive inlining and more cache friendly data orga...
Even Rouault
2017-08-14
Use const qualifier for mqc_states
Stefan Weil
2017-07-26
T1 decoder: check code stream errors when predictable termination is enabled ...
Even Rouault
2017-06-13
Merge branch 't1_flag_optimizations'
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
MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.
Even Rouault
2017-06-02
T1: avoid pointer indirection for mqc and raw members of opj_t1_t
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-09
Reformat whole codebase with astyle.options (#128)
Even Rouault
2016-05-21
Move some MQC functions into a header for speed
Kal Conley
2016-01-30
suppress valgrind error - avoid accessing uninitialized memory in mq encoder
Aaron Boxer
2016-01-28
issue #695 MQ Encode: ensure that bp pointer never points to uninitialized me...
Aaron Boxer
2015-07-18
Add some missing static
mayeut
2014-09-19
added memory allocation checks (fixes issue 355)
Antonin Descampe
2014-04-03
[trunk] updated copyright and added copyright notice required by ISO, in each...
Antonin Descampe
2014-03-07
[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre
2014-03-04
[trunk] Revert portion of r2562, need to investigate issue.
Mathieu Malaterre
2014-03-03
[trunk] Remove remaining conversion issues in mqc.c
Mathieu Malaterre
2012-11-15
[trunk] move opj_bool to OPJ_BOOL to follow the other type
Mickael Savinaud
2012-10-24
[trunk] remove a usefulness test before a free
Mickael Savinaud
2012-10-03
[trunk] update mqc global functions with opj_ prefix
Mickael Savinaud
2012-10-03
[trunk] add comments to check some parts of mqc.c and update types
Mickael Savinaud
2012-10-03
upadate mqc with new opj_type and use opj_ prefix for local functions
Mickael Savinaud
2012-09-28
[trunk] Start FolderReorgProposal task
Mathieu Malaterre