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-05-14
[trunk] Pointer is opj_jp2_v2_t, not opj_jp2_t
Mathieu Malaterre
2012-05-14
[trunk] Wrong struct size. Use opj_jp2_v2_t instead
Mathieu Malaterre
2012-05-14
[trunk] Make sure the memory is initialized. valgrind was complaning in mqc_i...
Mathieu Malaterre
2012-05-14
[trunk] Fix minor typo in error message.
Mathieu Malaterre
2012-05-14
adding jp2_encode_v2 from v2 branches; using the right return value for opj_s...
Mickael Savinaud
2012-05-14
correct style in cio.c and use only op_bool return value; correct error in jp...
Mickael Savinaud
2012-05-14
add new functions in jp2 codec from v2 branches; solve bug in j2k_setup_encod...
Mickael Savinaud
2012-05-14
Correct a mistake about declaration of j2k_write_eoc_v2
Mickael Savinaud
2012-05-13
solve problem with input of image_to_j2k; using the right return type compari...
Mickael Savinaud
2012-05-13
remove a fixme about tcd_deallocate and encodind precint
Mickael Savinaud
2012-05-02
[trunk] style
Mickael Savinaud
2012-05-02
[trunk] Enhance support of events like the v2 branch. Use right name of varia...
Mickael Savinaud
2012-04-23
[trunk] apply patch from winfried on the mailing list. For more info see: htt...
Mathieu Malaterre
2012-04-23
Fix a set of warnings reported by gcc in cio.c. This patch impact the API dir...
Mathieu Malaterre
2012-04-13
[trunk] correct a wrong assert in j2k.c
Mickael Savinaud
2012-03-27
[trunk] fix compilation on OS where ssize_t is not defined.
Mathieu Malaterre
2012-03-26
[trunk] Start working on LFS support in JPIP code section
Mathieu Malaterre
2012-03-26
[trunk] ICC profile length is always an unsigned integer
Mathieu Malaterre
2012-03-26
[trunk] make openjpeg consistant with itself, and adapt sign of struct variables
Mathieu Malaterre
2012-03-26
[trunk] Fix a potential issue with truncation of pointers diff
Mathieu Malaterre
2012-03-26
[trunk] Fix some simple warnings reported by -Wconversion
Mathieu Malaterre
2012-03-26
[trunk] fix compilation when jpwl option is ON.
Mathieu Malaterre
2012-03-23
[trunk] add test_tile_encoder test and function related
Mickael Savinaud
2012-03-19
[trunk] Missing PRId64 for MS compilers
Mathieu Malaterre
2012-03-19
[trunk] use autotools convention where #ifdef BLA, should be provided by #def...
Mathieu Malaterre
2012-03-19
[trunk] start using new functionalities from opj_inttypes in jpip code and ma...
Mathieu Malaterre
2012-03-19
[trunk] move functionalities of stdint/inttype into opj_stdint/opj_inttypes
Mathieu Malaterre
2012-03-19
[trunk] Remove remaining of OPJ_INT64_F/OPJ_UINT64_F before move to C99 conve...
Mathieu Malaterre
2012-03-19
[trunk] replace more void* object pointer to proper function pointer: opj_pro...
Mathieu Malaterre
2012-03-17
[trunk] Quick fix for MS compilers which do not ship inttypes.h
Mathieu Malaterre
2012-03-17
[trunk] Fix compilation win32 with shared libs on (export symbol name)
Mathieu Malaterre
2012-03-17
[trunk] Fix numerous warnings about signed vs unsigned comparison. Adapt opj_...
Mathieu Malaterre
2012-03-17
[trunk] remove a warning, about ISO C restricts enumerator values to range of...
Mathieu Malaterre
2012-03-17
[trunk] HACK: This commit remove some JPWL related code just to allow compila...
Mathieu Malaterre
2012-03-15
[trunk] modify image_to_j2k and the lib to support functionalities given by t...
Mickael Savinaud
2012-03-11
[trunk] Use stdint.h when available to compute fixed-type definition.
Mathieu Malaterre
2012-03-09
[trunk] reverted to revision 1536
Mickael Savinaud
2012-03-09
[trunk] add j2k_post_write_tile in trunk from branch v2
Mickael Savinaud
2012-03-09
[trunk] add j2k_get_tile_data in trunk from branch v2
Mickael Savinaud
2012-03-09
[trunk] add tcd_get_encoded_tile_size in trunk from branch v2alpha
Mickael Savinaud
2012-03-09
[trunk] add j2k_pre_write_tile function in trunk from v2alpha
Mickael Savinaud
2012-03-09
[trunk] first steps about merge compression WIP
Mickael Savinaud
2012-03-02
[trunk] Fix a bunch of warning about C++ comments in C code.
Mathieu Malaterre
2012-03-02
[trunk] merge r1229 from branch 1.5 over to trunk
Mathieu Malaterre
2012-03-02
[trunk] merge r1322 from branch 1.5 over to trunk
Mathieu Malaterre
2012-03-02
[trunk] merge r1197, r1199, r1228, r1230 and r1232 from branch 1.5 over to trunk
Mathieu Malaterre
2012-03-02
[trunk] merge r1479 from branch 1.5 over to trunk
Mathieu Malaterre
2012-03-02
[trunk] merge r1323 from branch 1.5 over to trunk
Mathieu Malaterre
2012-03-02
[trunk] Remove exe bit on CMakeLists.txt. Set from DOS eol to UNIX eol
Mathieu Malaterre
2012-03-02
[trunk] Sync with 1.5 branch
Mathieu Malaterre
[prev]
[next]