openjpeg/libopenjpeg
mayeut 348e96e44b resets resno_decoded for each tile
Update #574
2015-10-18 18:58:54 +02:00
..
jpwl Use -ffast-math only for compilation 2015-10-15 14:59:36 +02:00
CMakeLists.txt Use -ffast-math only for compilation 2015-10-15 14:59:36 +02:00
Makefile.am [1.5] int main() in t1_generate_luts.c breaks mplayer 2012-10-02 07:02:56 +00:00
bio.c [1.5] Remove some simple warnings 2014-02-24 10:01:27 +00:00
bio.h Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler 2007-08-21 12:02:23 +00:00
cidx_manager.c [1.5] Sync with trunk and remove uneeded include headers 2012-03-02 14:14:07 +00:00
cidx_manager.h Remove exe bit 2011-12-20 18:38:08 +00:00
cio.c [1.5] Import portion of patch from issue 297 2014-03-18 12:47:45 +00:00
cio.h [1.5] Fix compilation issue with Compiler Borland C++ v. 5.5 2012-07-11 15:07:05 +00:00
dwt.c Remove some simple warnings about comments 2011-12-16 10:29:30 +00:00
dwt.h Patch by Dzonatas and Callum Lerwick. Fp/vectorization patch which basically converts most of the irreversible decode codepath to floating point, eliminating a few rounds of int/fp conversion, resulting in a vast performance improvement, and an increase in accuracy. 2007-11-13 17:35:12 +00:00
event.c [1.5] Fix issue with str_length not being used. Rewrite code to prefer use of vsnprintf to prevent potential buffer overflow. 2012-09-10 09:54:40 +00:00
event.h defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried) 2011-05-18 11:02:27 +00:00
fix.h fix.h, dwt.c and t1.c optimized. Thanks a lot to Dzonatas <dzonatas at dzonux.net> and Callum Lerwick <seg at haxxed.com> for these great patches ! 2007-04-05 14:24:19 +00:00
image.c [1.5] Import patch suggested in bug #241 2013-09-26 09:24:55 +00:00
image.h license header: replaced Hervcalloc by Herve, I should learn to double-check my changes 2011-01-29 14:15:26 +00:00
indexbox_manager.h Remove exe bit 2011-12-20 18:38:08 +00:00
int.h Fix typo 2015-10-18 18:15:12 +02:00
j2k.c Fix j2k_validate_encode 2015-10-15 15:48:02 +02:00
j2k.h defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried) 2011-05-18 11:02:27 +00:00
j2k_lib.c license header: replaced Hervcalloc by Herve, I should learn to double-check my changes 2011-01-29 14:15:26 +00:00
j2k_lib.h license header: replaced Hervcalloc by Herve, I should learn to double-check my changes 2011-01-29 14:15:26 +00:00
jp2.c [1.5] Import patch from trunk to make test passes. Affects: NR-DEC-2977.pdf.asan.67.2198.jp2-52-decode & NR-DEC-4149.pdf.SIGSEGV.cf7.3501.jp2-50-decode 2014-03-18 14:05:44 +00:00
jp2.h [1.5] fix issue #104 2012-01-23 08:22:23 +00:00
jpt.c Copyright update 2007-01-15 09:55:40 +00:00
jpt.h Copyright update 2007-01-15 09:55:40 +00:00
mct.c Significant optimizations of MCT, DWT, MQ and T1 modules by Peter Wimmer (thanks Peter) 2010-04-08 17:22:58 +00:00
mct.h Patch by Dzonatas and Callum Lerwick. Fp/vectorization patch which basically converts most of the irreversible decode codepath to floating point, eliminating a few rounds of int/fp conversion, resulting in a vast performance improvement, and an increase in accuracy. 2007-11-13 17:35:12 +00:00
mqc.c fixed a bug in mqc.c (see https://groups.google.com/d/topic/openjpeg/kQ1PbZUd19k/discussion, credit to Peter Wimmer) 2011-04-16 12:09:16 +00:00
mqc.h Significant optimizations of MCT, DWT, MQ and T1 modules by Peter Wimmer (thanks Peter) 2010-04-08 17:22:58 +00:00
openjpeg.c [1.5] fix issue #104 2012-01-23 08:22:23 +00:00
openjpeg.h [1.5] Integrate patch from winfried posted on the mailing list. See here for more info: https://groups.google.com/group/openjpeg/msg/7e30b6e288ad5908 2012-04-23 13:23:38 +00:00
opj_includes.h Fixed "unsupported platform" error 2015-09-14 17:03:03 +02:00
opj_malloc.h [1.5] Fix compilation on FreeBSD. Thanks to rafael carre (funman@videolan.org) for patch. 2012-05-29 10:19:45 +00:00
phix_manager.c Remove exe bit 2011-12-20 18:38:08 +00:00
pi.c Fixes overflow when high number of decompositions 2015-10-09 16:56:54 +02:00
pi.h Fixes overflow when high number of decompositions 2015-10-09 16:56:54 +02:00
ppix_manager.c Remove exe bit 2011-12-20 18:38:08 +00:00
raw.c Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler 2007-08-21 12:02:23 +00:00
raw.h Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler 2007-08-21 12:02:23 +00:00
t1.c [1.5] Apply private patch from Alex Macfarlane Smith 2012-05-29 14:52:45 +00:00
t1.h Fixed doxygen data inside source code (from winfried) 2010-10-24 20:28:22 +00:00
t1_generate_luts.c [1.5] Remove another set of simple warnings 2014-03-17 16:11:48 +00:00
t1_luts.h Moved the orient flipping into the ctxno_zc table. 2007-08-21 12:51:57 +00:00
t2.c [1.5] Import portion of patch from issue 297 2014-03-18 12:47:45 +00:00
t2.h Fixed doxygen data inside source code (from winfried) 2010-10-24 20:28:22 +00:00
tcd.c resets resno_decoded for each tile 2015-10-18 18:58:54 +02:00
tcd.h defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried) 2011-05-18 11:02:27 +00:00
tgt.c Patch from Callum Lewick. Memset patch. See ChangeLog for more details. Thanks Callum ! 2007-10-18 12:26:11 +00:00
tgt.h Copyright update 2007-01-15 09:55:40 +00:00
thix_manager.c Remove exe bit 2011-12-20 18:38:08 +00:00
tpix_manager.c Remove exe bit 2011-12-20 18:38:08 +00:00