.. |
CMakeLists.txt
|
Disable automatic compilation of t1_generate_luts
|
2016-09-20 18:48:06 +02:00 |
bio.c
|
Fix unsigned int overflow reported by UBSan (#761)
|
2016-04-28 13:16:43 +02:00 |
bio.h
|
[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS
|
2014-04-03 15:30:57 +00:00 |
cidx_manager.c
|
cppcheck fix for openjp2 (#740)
|
2016-04-29 23:49:17 +02:00 |
cidx_manager.h
|
[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS
|
2014-04-03 15:30:57 +00:00 |
cio.c
|
Fixed problem that C++ compilation failed because of enum variable.
|
2015-10-07 12:28:12 +02:00 |
cio.h
|
Fixed problem that C++ compilation failed because of enum variable.
|
2015-10-07 12:28:12 +02:00 |
dwt.c
|
Remove TODO for overflow check (#842)
|
2016-09-15 23:51:34 +02:00 |
dwt.h
|
Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_optimizations_multithreading_2
|
2016-09-08 10:30:09 +02:00 |
event.c
|
[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS
|
2014-04-03 15:30:57 +00:00 |
event.h
|
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
|
2015-07-30 23:26:31 +02:00 |
function_list.c
|
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
|
2015-07-30 23:26:31 +02:00 |
function_list.h
|
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
|
2015-07-30 23:26:31 +02:00 |
image.c
|
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
|
2015-07-30 23:26:31 +02:00 |
image.h
|
[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS
|
2014-04-03 15:30:57 +00:00 |
indexbox_manager.h
|
Fix typos in comments and string
|
2015-09-29 05:55:43 +02:00 |
invert.c
|
Fix typos in comments and string
|
2015-09-29 05:55:43 +02:00 |
invert.h
|
[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS
|
2014-04-03 15:30:57 +00:00 |
j2k.c
|
Fix some warnings (#838)
|
2016-09-14 00:12:43 +02:00 |
j2k.h
|
Merge branch 'bit-fields-type' of https://github.com/smuehlst/openjpeg into smuehlst-bit-fields-type
|
2016-09-13 21:21:11 +02:00 |
jp2.c
|
Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_optimizations_multithreading_2
|
2016-09-08 10:30:09 +02:00 |
jp2.h
|
Add opj_codec_set_threads() in public API and propagate resulting thread pool to tcd level
|
2016-05-25 21:02:07 +02:00 |
libopenjp2.pc.cmake.in
|
[trunk] add missing private lib. Update issue 223
|
2014-02-24 17:22:48 +00:00 |
mct.c
|
Change 'restrict' define to 'OPJ_RESTRICT' (#816)
|
2016-09-06 00:49:53 +02:00 |
mct.h
|
Change 'restrict' define to 'OPJ_RESTRICT' (#816)
|
2016-09-06 00:49:53 +02:00 |
mqc.c
|
Move some MQC functions into a header for speed
|
2016-05-21 15:18:07 +02:00 |
mqc.h
|
Reduce number of occurrences of orient function argument
|
2016-05-22 00:50:34 +02:00 |
mqc_inl.h
|
Move some MQC functions into a header for speed
|
2016-05-21 15:18:07 +02:00 |
openjpeg.c
|
Fix some warnings (#838)
|
2016-09-14 00:12:43 +02:00 |
openjpeg.h
|
Moved type OPJ_BITFIELD from openjpeg.h to opj_includes.h
|
2016-09-07 08:41:01 +02:00 |
opj_clock.c
|
Fix OpenJPEG GitHub issue #633.
|
2015-10-15 10:53:33 +02:00 |
opj_clock.h
|
[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS
|
2014-04-03 15:30:57 +00:00 |
opj_codec.h
|
Add opj_codec_set_threads() in public API and propagate resulting thread pool to tcd level
|
2016-05-25 21:02:07 +02:00 |
opj_config.h.cmake.in
|
[trunk] Finalize API for openjpeg 2.1
|
2014-04-28 09:17:31 +00:00 |
opj_config_private.h.cmake.in
|
Fix support of posix_memalign for Linux
|
2016-01-06 18:06:45 +01:00 |
opj_includes.h
|
Fix some warnings (#838)
|
2016-09-14 00:12:43 +02:00 |
opj_intmath.h
|
Fix some calculations in opj_tcd_init_tile
|
2015-08-23 11:38:04 +02:00 |
opj_inttypes.h
|
[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS
|
2014-04-03 15:30:57 +00:00 |
opj_malloc.c
|
Update implementation of opj_calloc (#705)
|
2016-05-10 22:08:49 +02:00 |
opj_malloc.h
|
implement a portable aligned realloc
|
2015-10-10 17:51:29 +02:00 |
opj_stdint.h
|
[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS
|
2014-04-03 15:30:57 +00:00 |
phix_manager.c
|
cppcheck fix for openjp2 (#740)
|
2016-04-29 23:49:17 +02:00 |
pi.c
|
Add overflow checks for opj_aligned_malloc (#841)
|
2016-09-15 01:57:53 +02:00 |
pi.h
|
Fix typos in comments and string
|
2015-09-29 05:55:43 +02:00 |
ppix_manager.c
|
cppcheck fix for openjp2 (#740)
|
2016-04-29 23:49:17 +02:00 |
raw.c
|
Fix warnings (#763)
|
2016-04-30 01:12:16 +02:00 |
raw.h
|
[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS
|
2014-04-03 15:30:57 +00:00 |
t1.c
|
Add overflow checks for opj_aligned_malloc (#841)
|
2016-09-15 01:57:53 +02:00 |
t1.h
|
Flags in T1 shall be unsigned (#840)
|
2016-09-14 23:46:46 +02:00 |
t1_generate_luts.c
|
Flags in T1 shall be unsigned (#840)
|
2016-09-14 23:46:46 +02:00 |
t1_luts.h
|
Flags in T1 shall be unsigned (#840)
|
2016-09-14 23:46:46 +02:00 |
t2.c
|
Fix Out-of-Bounds Access in function opj_tgt_reset
|
2016-05-08 20:10:13 +02:00 |
t2.h
|
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
|
2015-07-30 23:26:31 +02:00 |
tcd.c
|
Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_optimizations_multithreading_2
|
2016-09-08 10:30:09 +02:00 |
tcd.h
|
Merge branch 'bit-fields-type' of https://github.com/smuehlst/openjpeg into smuehlst-bit-fields-type
|
2016-09-13 21:21:11 +02:00 |
tgt.c
|
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
|
2015-07-30 23:26:31 +02:00 |
tgt.h
|
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
|
2015-07-30 23:26:31 +02:00 |
thix_manager.c
|
cppcheck fix for openjp2 (#740)
|
2016-04-29 23:49:17 +02:00 |
thread.c
|
Fix some warnings (#838)
|
2016-09-14 00:12:43 +02:00 |
thread.h
|
Add threading and thread pool API
|
2016-05-25 21:02:07 +02:00 |
tls_keys.h
|
Use thread-pool for T1 decoding
|
2016-05-25 21:02:07 +02:00 |
tpix_manager.c
|
[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS
|
2014-04-03 15:30:57 +00:00 |