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
Age
Commit message (
Expand
)
Author
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] Fix one remaining issue with C90 compat
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: Fix one warning identified by clang31 :
Mickael Savinaud
2012-08-30
[trunk] COMP: Remove compiler warning (warning: comparison of unsigned expres...
Mickael Savinaud
2012-08-30
[trunk] COMP: _v2 code remove (thanks to Hans Johnson and Winfried)
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-22
[trunk] j2k_to_image gives fff-topic error message for non-openable files (Is...
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
2012-08-16
remove deprecated v1 style function j2k_write_eoc; rename j2k_write_eoc_v2 to...
Mickael Savinaud
2012-08-16
remove deprecated v1 style function j2k_read_eoc; rename j2k_read_eoc_v2 to o...
Mickael Savinaud
2012-08-16
clean style and remove old v1 style structure in j2k.c
Mickael Savinaud
2012-08-16
remove deprecated v1 style function j2k_add_mhmarker; rename j2k_add_mhmarker...
Mickael Savinaud
2012-08-16
remove deprecated v1 style function j2k_create_compress; rename opj_j2k_creat...
Mickael Savinaud
2012-08-16
rename j2k functions with opj_ prefix
Mickael Savinaud
2012-08-16
remove deprecated v1 style function j2k_setup_encoder; rename opj_j2k_setup_e...
Mickael Savinaud
2012-08-16
remove deprecated v1 style function j2k_get_num_tp; rename j2k_get_num_tp_v2 ...
Mickael Savinaud
2012-08-16
remove deprecated v1 style function j2k_calculate_tp; rename j2k_calculate_tp...
Mickael Savinaud
2012-08-16
rename local j2k function with opj_ prefix
Mickael Savinaud
2012-08-16
remove deprecated v1 style function j2k_write_rgn; rename j2k_write_rgn_v2 to...
Mickael Savinaud
2012-08-16
remove deprecated v1 style function j2k_write_sod; rename j2k_write_sod_v2 to...
Mickael Savinaud
2012-08-16
remove deprecated v1 style function j2k_write_sot; rename j2k_write_sot_v2 to...
Mickael Savinaud
2012-08-16
remove deprecated v1 style function j2k_write_tlm; rename j2k_write_tlm_v2 to...
Mickael Savinaud
2012-08-16
rename local j2k function with opj_ prefix
Mickael Savinaud
[prev]
[next]