| Age | Commit message (Collapse) | Author |
|
|
|
box is available even if ihdr indicate that it is not needed; resolve a LH TODO
|
|
|
|
optimized, add opj_ prefix, use new name of the functions
|
|
|
|
|
|
convention
|
|
|
|
|
|
|
|
opj_j2k_start_compress
|
|
|
|
|
|
|
|
- using mingw32 compiler (missing exported symbols)
- using -fvisibility=hidden (gcc on UNIX)
|
|
|
|
|
|
|
|
convert.c implementation
|
|
|
|
|
|
completely removed from openjp2 and openmj2. Document jpip_iptr_offset variable
|
|
|
|
As reported on the mailing list, it is better to have a working (compiling) mj2 codec rather than nothing. mj2 uses it own copy of openjpeg 1.5
Update issue 177
|
|
Update issue 177
|
|
JPIP code was moved from JP2 to openjpip
Update issue 177
|
|
This commit does three things:
- Use opj_malloc/calloc/free instead of the default C ones.
- Update JPIP API to start using cio _v2 API
- Create a new opj_jpip_compress which is the replacement for image_to_j2k -jpip
Update issue 177
|
|
|
|
|
|
|
|
|
|
prefix
|
|
|
|
|
|
new opj_types.
|
|
|
|
indentation
|
|
opj_pi_initialise_encode; pi_create_encode_v2 to opj_pi_create_decode; pi_destroy_v2 to opj_pi_destroy; pi_create_decode_v2 to opj_pi_create_decode
|
|
type to be more convenient
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is not hide when we use SSE
|
|
add some comments
|
|
|
|
|
|
|