1091 Commits

Author SHA1 Message Date
jdv_cp
cdc7bcffc6 Initial 16 bit color support (12 bit may work but is not tested) 2009-05-08 15:47:23 -07:00
jdv_cp
5e201aa43d Fixed remaining linux/gcc compiler warnings 2009-05-06 14:12:32 -07:00
jdv_cp
3bfde2fbc8 More C++ portability issues 2009-05-06 13:36:45 -07:00
jdv_cp
c6f0a8c836 Round trip lossless bug: last decoded pixel was incorrect because a few bits were not being flushed at the end of the stream. 2009-05-06 13:20:20 -07:00
jdv_cp
4904d2396f C++ non conformancy issue (>> should be > > in nested template type) 2009-05-05 13:59:47 -07:00
jdv_cp
90be185d76 refactoring checkpoint (no fixes or functionality) 2009-05-01 09:51:07 -07:00
jdv_cp
24a29b1345 Refactorings for better color support in the future. (BGR format and 16/12 bits per sample color). 2009-04-28 14:42:45 -07:00
jdv_cp
3aaa171d3e Added color transform capability to sample-interleaved images.
Changed line interleaved mode: in line and sample interleaved modes, the uncompressed data is now always in sample interleaved format.
2009-04-19 14:37:24 -07:00
jdv_cp
faa77d7f9e Read beyond buffer end (found by Kato) 2009-04-15 11:47:55 -07:00
jdv_cp
fbca0ac66c Support for encoding with HP compatible color transforms (line interleaved mode only for now).
Will encode/decode lossless with color transforms, 
will decode .jls images with color transforms created by HP. (only the reversible HP1, HP2 and HP3 transforms)

Decoding submitted by Kato Kanryu
2009-04-08 12:52:26 -07:00
jdv_cp
19d1093fde Misc refactorings 2009-04-04 07:40:04 -07:00
jdv_cp
153bb8bb8f Use of 64 bit shift buffer on 64 bit architectures. Fixed VS release mode build problem (introduced in last commit). Minor Header file cleanup. 2009-03-30 13:40:00 -07:00
jdv_cp
2fb946db4b 2009-03-28 15:39:43 -07:00
jdv_cp
345b8e4c2e Valgrind issues 2009-03-28 14:15:28 -07:00
jdv_cp
1fc6ecca98 2009-03-28 12:12:24 -07:00
jdv_cp
a7b9451b4b 2009-03-28 12:05:22 -07:00
jdv_cp
a6f0ae6b34 Fixed 64 bit compiler warnings (Windows/VS 2008) 2009-03-24 13:53:44 -07:00
jdv_cp
752c5a2562 64 bit portability issue in encoder. Changed #define LONG to typedef. addded time.cpp (as to avoid windows.h header conflicts with my own defines). 2009-03-23 14:35:03 -07:00
jdv_cp
f45aae8ac9 2009-03-22 15:29:23 -07:00
jdv_cp
68592009a1 Linux compatibility & 64 bit support. fixed file paths, added #defines for platform dependent int 2009-03-22 15:12:20 -07:00
jdv_cp
666fb72c10 charls3.patch 2009-03-21 06:11:20 -07:00
jdv_cp
5013f556c1 #define problem (merge conflict) 2009-03-18 14:35:18 -07:00
jdv_cp
e3432fd1b8 include stdlib.h (from Matthieu) 2009-03-18 14:33:50 -07:00
jdv_cp
297ab3c69f Ignore debug folder in TSVN 2009-03-18 13:23:29 -07:00
jdv_cp
a64fd28db5 Linux fixes part 1 (will now compile without warning and link using a single CMakeLists.txt at root level). Unfortunately, test executable crashes for unknown reason. 2009-03-18 13:22:53 -07:00
jdv_cp
dcd369a351 use of CHARLS_IMEXPORT #defines 2009-03-16 15:01:01 -07:00
jdv_cp
0f7291ffe1 charls.patch: linux/gnu/cmake build improvements 2009-03-16 14:32:41 -07:00
jdv_cp
ee9bdaa100 Fixed portability issue for g++, added cmake files 2009-03-15 02:49:56 -07:00
jdv_cp
241254c715 64 bit support 2009-03-12 14:43:35 -07:00
jdv_cp
c06d34c370 Make Charles compile with Gnu C++ (just compile, for now!) 2009-03-11 23:37:55 -07:00
jdv_cp
19b42c469e Use exception handling everywhere when reading 2009-03-09 13:46:19 -07:00
jdv_cp
105136964c Error handling for small output buffers/damaged compressed data. Small performance improvements, and a litle refactoring. 2009-03-09 13:32:44 -07:00
jdv_cp
068d887135 Added line interleaved mode + minor refactoring. 2009-03-05 14:25:10 -08:00
jdv_cp
2db0e6bb2e Fixed release mode link problem of test executable 2009-03-02 14:55:50 -08:00
jdv_cp
c1350986c1 fixed NDE (custom Tn, reset) compiance tests 2009-03-02 13:39:02 -08:00
jdv_cp
b4bfdcab1c moved unit tests 2009-03-02 13:14:45 -08:00
jdv_cp
439a74af13 moved unit tests, API update, fixed NEAR mode encoding for triplet color 2009-03-02 13:06:44 -08:00
jdv_cp
9235dd3347 Removed X-thread state sharing, started with interface 2009-02-26 13:16:59 -08:00
jdv_cp
63f61a065f width height swap issue 2009-02-24 13:46:29 -08:00
jdv_cp
babad3d0eb initial 2009-02-22 12:53:40 -08:00
MCLWEB
287916a234 Created team project folder $/CharLS via the Team Project Creation Wizard 2009-02-13 13:07:24 -08:00