| Age | Commit message (Collapse) | Author |
|
|
|
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)
|
|
|
|
completely removed from openjp2 and openmj2. Document jpip_iptr_offset variable
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Fix some warnings about size_t
|
|
Update issue 177
|
|
This prevent conflicts with TIFF package which also defines PACKAGE_VERSION
|
|
|
|
Update issue 177
|
|
|
|
|
|
Update issue 177
|