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
/
libopenjpeg
Age
Commit message (
Expand
)
Author
2012-09-28
[trunk] Start FolderReorgProposal task
Mathieu Malaterre
2012-09-27
update j2k_lib with new opj type
Mickael Savinaud
2012-09-27
correct a warning in image.c
Mickael Savinaud
2012-09-27
clean function_list functions
Mickael Savinaud
2012-09-27
[trunk] Rename bio_create and bio_destroy with opj_ prefix
Mickael Savinaud
2012-09-27
[trunk] udpate local functions of bio.c with opj_prefix and new opj types
Mickael Savinaud
2012-09-27
[trunk] update t1_luts.h with opj type
Mickael Savinaud
2012-09-27
[trunk] update some local function of t1 with opj_prefix and new opj type
Mickael Savinaud
2012-09-27
rename opj_t1_enc_clnpass and opj_t1_enc_clnpass_step with opj_ prefix and u...
Mickael Savinaud
2012-09-27
[trunk]rename t1_enc_refpass_step and t1_enc_repass with opj_ prefix and upda...
Mickael Savinaud
2012-09-27
{trunk] remove old v1 style function t1_encode_cblk
Mickael Savinaud
2012-09-27
[trunk] remove old v1 function t1_encode_blocks
Mickael Savinaud
2012-09-27
[trunk] remove old v1 style t1_decode_cblk function and rename t1_decode_cblk...
Mickael Savinaud
2012-09-27
[trunk]remove t2_init_seg
Mickael Savinaud
2012-09-27
[trunk] remove t2_destroy, t2_decode_packets and t2_decode_packet
Mickael Savinaud
2012-09-27
[trunk] remove old v1 style function t2_create
Mickael Savinaud
2012-09-27
[trunk] remove t2_encode_packet and t2_encode_packets
Mickael Savinaud
2012-09-27
[trunk] update t2_getnumpasses from V2 branch and put opj_ prefix
Mickael Savinaud
2012-09-27
[trunk] update t2_putnumpasses with V2 style
Mickael Savinaud
2012-09-27
[trunk] rename t2_getcommacode to opj_t2_getcommacode
Mickael Savinaud
2012-09-27
[trunk] modify output type of t2_getcommacode
Mickael Savinaud
2012-09-27
[trunk] rename local functions in t2 with opj_ prefix
Mickael Savinaud
2012-09-27
rename from t2_skip_packet to opj_t2_skip_packet;
Mickael Savinaud
2012-09-12
[trunk] Fix possible code execution vuln
Mathieu Malaterre
2012-09-10
[trunk] Use new gcc feature to actually hide exported symbols
Mathieu Malaterre
2012-09-10
[trunk] no need to export MCT_ELEMENT_SIZE symbol
Mathieu Malaterre
2012-09-10
[trunk] Fix Heap-based buffer-overflow when decoding openjpeg image
Mathieu Malaterre
2012-09-10
[trunk] Fix some C90 issues.
Mathieu Malaterre
2012-09-10
[trunk] Fix all C90 issues using gcc -pedantic -Wno-long-long to track them
Mathieu Malaterre
2012-08-30
[trunk] Remove CMake-language block-end command arguments
Mickael Savinaud
2012-08-30
[trunk] Convert CMake-language commands to lower case
Mickael Savinaud
2012-08-30
[trunk] STYLE: Clean up documentation errors
Mickael Savinaud
2012-08-30
[trunk] Remove all non-ascii characters (Several compilers and development to...
Mickael Savinaud
2012-08-30
[trunk] COMP: Remove compiler warning (warning: comparison of unsigned expres...
Mickael Savinaud
2012-08-23
[trunk] memory leaks on ppm_data, found in tests NR-p1_05.j2k-dump, NR-p1_03....
Luc Hermitte
2012-08-23
[trunk] realloc is misused and may leak memory (Issue#168) (complements: comp...
Luc Hermitte
2012-08-22
[trunk] realloc is misused and may leak memory (Issue#168)
Luc Hermitte
2012-08-17
fix a compilation error
Mickael Savinaud
2012-08-17
rename t1_enc_sigpass_step and t1_enc_sigpass with opj_ prefix and update type
Mickael Savinaud
2012-08-17
remove deprecated v1 style function t1_destroy; rename t1_destroy_v2 to opj_t...
Mickael Savinaud
2012-08-17
rename local functions and struct with opj_ prefix
Mickael Savinaud
2012-08-17
rename local dwt functions
Mickael Savinaud
2012-08-17
remove deprecated v1 style function dwt_encode; rename dwt_encode_v2 to opj_d...
Mickael Savinaud
2012-08-16
rename local tcd functions with opj_ prefix
Mickael Savinaud
2012-08-16
remove deprecated v1 style function tcd_decode_tile; rename tcd_decode_tile_v...
Mickael Savinaud
2012-08-16
remove deprecated v1 style function tcd_destroy; rename tcd_destroy_v2 to opj...
Mickael Savinaud
2012-08-16
remove deprecated v1 style function tcd_create; rename tcd_create_v2 to opj_t...
Mickael Savinaud
2012-08-16
rename tcd functions with opj_ prefix
Mickael Savinaud
2012-08-16
optimization of dwt_deinterleave_h, dwt_deinterleave_v from v2 branch; update...
Mickael Savinaud
2012-08-16
correct warnings in j2k.c
Mickael Savinaud
[next]