openjpeg/libopenjpeg
Mickael Savinaud dbc4c47b15 remove deprecated v1 style function tcd_destroy; rename tcd_destroy_v2 to opj_tcd_destroy
rename tcd_init_v2 to opj_tcd_init 
remove deprecated v1 style function tcd_malloc_encode
remove deprecated v1 style function tcd_free_encode
remove deprecated v1 style function tcd_init_encode
remove deprecated v1 style function tcd_malloc_decode
remove deprecated v1 style function tcd_malloc_decode_tile
remove deprecated v1 style function tcd_makelayer_fixed; rename tcd_makelayer_fixed_v2 to opj_tcd_makelayer_fixed
remove deprecated v1 style function tcd_rateallocate_fixed; rename tcd_rateallocate_fixed_v2 to opj_tcd_rateallocate_fixed
remove deprecated v1 style function tcd_makelayer; rename tcd_makelayer_v2 to opj_tcd_makelayer
remove deprecated v1 style function tcd_rateallocate; rename tcd_rateallocate_v2 to opj_tcd_rateallocate
remove deprecated v1 style function tcd_encode_tile; rename tcd_encode_tile_v2 to opj_tcd_encode_tile
2012-08-16 16:23:07 +00:00
..
jpwl [trunk] move functionalities of stdint/inttype into opj_stdint/opj_inttypes 2012-03-19 10:15:46 +00:00
CMakeLists.txt [trunk] Fix installation issues. Thanks to winfried for patch. 2012-05-29 13:44:27 +00:00
Makefile.am [trunk] Fix installation issues. Thanks to winfried for patch. 2012-05-29 13:44:27 +00:00
bio.c [trunk] Fix a potential issue with truncation of pointers diff 2012-03-26 08:51:12 +00:00
bio.h [trunk] Fix a potential issue with truncation of pointers diff 2012-03-26 08:51:12 +00:00
cidx_manager.c [trunk] Import change from 1.5 branch over to trunk 2012-03-02 14:01:15 +00:00
cidx_manager.h
cio.c Correct the wrong output management of opj_stream_read_seek function (thanks to EvenR) 2012-08-16 09:13:58 +00:00
cio.h Correct the wrong output management of opj_stream_read_seek function (thanks to EvenR) 2012-08-16 09:13:58 +00:00
dwt.c optimization of dwt_deinterleave_h, dwt_deinterleave_v from v2 branch; update type with OPJ_type 2012-08-16 15:33:33 +00:00
dwt.h [trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch 2012-03-15 10:23:20 +00:00
event.c [trunk] begin to clean the old V1 style message event management 2012-08-09 14:00:31 +00:00
event.h [trunk] begin to clean the old V1 style message event management 2012-08-09 14:00:31 +00:00
fix.h
function_list.c fix compilation error with win platform 2012-08-13 07:49:49 +00:00
function_list.h [trunk] Fix numerous warnings about signed vs unsigned comparison. Adapt opj_procedure type to what it should hev been IMHO. Start using PRIi64 for printf and int64_t 2012-03-17 18:06:22 +00:00
image.c [trunk] style 2012-05-02 13:37:54 +00:00
image.h
indexbox_manager.h [trunk] merge rev 1228 from 1.5 to trunk 2012-03-02 14:14:31 +00:00
int.h [trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch 2012-03-15 10:23:20 +00:00
j2k.c remove deprecated v1 style function tcd_destroy; rename tcd_destroy_v2 to opj_tcd_destroy 2012-08-16 16:23:07 +00:00
j2k.h correct warnings in j2k.c 2012-08-16 14:29:02 +00:00
j2k_lib.c
j2k_lib.h
jp2.c remove deprecated v1 style function j2k_create_compress; rename opj_j2k_create_compress_v2 to opj_j2k_create_compress 2012-08-16 13:46:43 +00:00
jp2.h rename jp2 functions with V2 style and opj_ prefix 2012-08-13 09:24:15 +00:00
jpt.c
jpt.h
mct.c [trunk] add test_tile_encoder test and function related 2012-03-23 17:47:53 +00:00
mct.h [trunk] add test_tile_encoder test and function related 2012-03-23 17:47:53 +00:00
mqc.c
mqc.h
openjpeg.c remove deprecated v1 style function j2k_create_compress; rename opj_j2k_create_compress_v2 to opj_j2k_create_compress 2012-08-16 13:46:43 +00:00
openjpeg.h [trunk] begin to clean the old V1 style message event management 2012-08-09 14:00:31 +00:00
opj_includes.h [trunk] move functionalities of stdint/inttype into opj_stdint/opj_inttypes 2012-03-19 10:15:46 +00:00
opj_inttypes.h [trunk] Missing PRId64 for MS compilers 2012-03-19 13:46:34 +00:00
opj_malloc.h
opj_stdint.h [trunk] apply patch from winfried on the mailing list. For more info see: https://groups.google.com/group/openjpeg/msg/e631d586a31c6de4 2012-04-23 13:28:20 +00:00
phix_manager.c [trunk] merge r1197, r1199, r1228, r1230 and r1232 from branch 1.5 over to trunk 2012-03-02 15:02:48 +00:00
pi.c rename j2k functions with opj_ prefix 2012-08-16 13:44:02 +00:00
pi.h [trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch 2012-03-15 10:23:20 +00:00
ppix_manager.c [trunk] merge r1197, r1199, r1228, r1230 and r1232 from branch 1.5 over to trunk 2012-03-02 15:02:48 +00:00
raw.c
raw.h
t1.c [trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch 2012-03-15 10:23:20 +00:00
t1.h [trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch 2012-03-15 10:23:20 +00:00
t1_generate_luts.c
t1_luts.h
t2.c [trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch 2012-03-15 10:23:20 +00:00
t2.h [trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch 2012-03-15 10:23:20 +00:00
tcd.c remove deprecated v1 style function tcd_destroy; rename tcd_destroy_v2 to opj_tcd_destroy 2012-08-16 16:23:07 +00:00
tcd.h remove deprecated v1 style function tcd_destroy; rename tcd_destroy_v2 to opj_tcd_destroy 2012-08-16 16:23:07 +00:00
tgt.c
tgt.h [trunk] Fix a bunch of warning about C++ comments in C code. 2012-03-02 15:53:14 +00:00
thix_manager.c [trunk] merge rev 1228 from 1.5 to trunk 2012-03-02 14:14:31 +00:00
tpix_manager.c [trunk] merge rev 1228 from 1.5 to trunk 2012-03-02 14:14:31 +00:00