| Age | Commit message (Collapse) | Author |
|
pool to tcd level
By default, only the main thread is used. If opj_codec_set_threads() is not used,
but the OPJ_NUM_THREADS environment variable is set, its value will be
used to initialize the number of threads. The value can be either an integer
number, or "ALL_CPUS". If OPJ_NUM_THREADS is set and this function is called,
this function will override the behaviour of the environment variable.
|
|
Most typos were found by codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
|
Update uclouvain/openjpeg#243
|
|
|
|
each file; updated AUTHORS, NEWS
|
|
|
|
|
|
This commit imports changes from openjpip.c from r2122 into openjpeg.c
|
|
|
|
|
|
|
|
r2077 did expose too much of the detail implementation of OpenJPEG. Rework dependencies in between JPIP file level details and JPIP client/server arch.
Move JPIP file level functionalities back into OpenJP2 as was the case in openjpeg 1.5.x. Use new cio func.
|
|
box is available even if ihdr indicate that it is not needed; resolve a LH TODO
|
|
- 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
|
|
|
|
Update issue 177
|