openjpeg/src/lib/openjp2
Mickael Savinaud a8c33ae219 [trunk] remove some unused variable from opj_config and rename other one with opj_ prefix 2013-03-03 18:06:27 +00:00
..
CMakeLists.txt [trunk] remove jpt.c/.h which used functions not used by v2. The code is always available in branch 1.5 2012-10-25 11:45:44 +00:00
bio.c [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
bio.h [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
cidx_manager.c [trunk] propagate the new OPJ_ symbol and type to openjpip 2012-11-15 14:43:50 +00:00
cidx_manager.h [trunk] propagate the new OPJ_ symbol and type to openjpip 2012-11-15 14:43:50 +00:00
cio.c [trunk] add functions to avoid to use FILE* into the API (thanks winfried). 2013-02-16 17:20:55 +00:00
cio.h [trunk]update the copyright, the authors and thanks to respect the license 2012-11-15 15:22:29 +00:00
dwt.c [trunk] add opj_ prefix to some internal define and use the new opj type instead of int and float in some files 2012-11-16 08:29:43 +00:00
dwt.h [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
event.c [trunk] add opj_ prefix to some internal define and use the new opj type instead of int and float in some files 2012-11-16 08:29:43 +00:00
event.h [trunk] add opj_ prefix to some internal define and use the new opj type instead of int and float in some files 2012-11-16 08:29:43 +00:00
function_list.c [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
function_list.h [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
image.c [trunk] add opj_ prefix to some internal define and use the new opj type instead of int and float in some files 2012-11-16 08:29:43 +00:00
image.h [trunk] use the right cp structure in image.h 2012-10-26 07:52:27 +00:00
indexbox_manager.h [trunk] propagate the new OPJ_ symbol and type to openjpip 2012-11-15 14:43:50 +00:00
invert.c [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
invert.h [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
j2k.c [trun[trunk] check if the dx and dy steps are not incorrect according to the JPEG2000 norm (thanks Even). 2012-11-26 16:24:29 +00:00
j2k.h [trunk] merge from branch 1.5 a correction about large code-block data (decoding part) and add tests about issue 5 and issue 62 2012-12-18 17:46:33 +00:00
jp2.c [trunk] correct the encoding of colr box information (thanks Winfried) 2012-12-03 13:04:43 +00:00
jp2.h [trunk]update the copyright, the authors and thanks to respect the license 2012-11-15 15:22:29 +00:00
libopenjp2.pc.cmake.in [trunk]add the pkgconfig support for openjp2 (thanks Winfried) 2012-12-03 12:21:48 +00:00
mct.c [trunk]update the copyright, the authors and thanks to respect the license 2012-11-15 15:22:29 +00:00
mct.h [trunk]update the copyright, the authors and thanks to respect the license 2012-11-15 15:22:29 +00:00
mqc.c [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
mqc.h [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
openjpeg.c [trunk] add functions to avoid to use FILE* into the API (thanks winfried). 2013-02-16 17:20:55 +00:00
openjpeg.h [trunk] add the prefix opj_ to deprecated everywhere 2013-02-18 13:19:52 +00:00
opj_clock.c [trunk]rename j2k_lib to opj_clock 2012-10-15 12:58:32 +00:00
opj_clock.h [trunk]rename j2k_lib to opj_clock 2012-10-15 12:58:32 +00:00
opj_config.h.cmake.in [trunk] remove some unused variable from opj_config and rename other one with opj_ prefix 2013-03-03 18:06:27 +00:00
opj_includes.h [trunk]update the copyright, the authors and thanks to respect the license 2012-11-15 15:22:29 +00:00
opj_intmath.h [trunk] rename int.h to opj_intmath.h and rename all its functions with opj_ prefix 2012-10-05 09:10:15 +00:00
opj_inttypes.h [trunk] Start FolderReorgProposal task 2012-09-28 08:11:41 +00:00
opj_malloc.h [trunk] Fix remainings issues with doxygen doc 2012-10-29 14:35:11 +00:00
opj_stdint.h [trunk] remove SSIZE which is unused in openjpeg and rename HAVE_STDINT_H to OPJ_HAVE_STDINT_H 2012-12-04 12:51:00 +00:00
phix_manager.c [trunk] propagate the new OPJ_ symbol and type to openjpip 2012-11-15 14:43:50 +00:00
pi.c [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
pi.h [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
ppix_manager.c [trunk] propagate the new OPJ_ symbol and type to openjpip 2012-11-15 14:43:50 +00:00
raw.c [trunk] use new opj prefix and type with raw functions 2012-10-24 13:18:12 +00:00
raw.h [trunk] use new opj prefix and type with raw functions 2012-10-24 13:18:12 +00:00
t1.c [trunk] add opj_ prefix to some internal define and use the new opj type instead of int and float in some files 2012-11-16 08:29:43 +00:00
t1.h [trunk] move opj_bool to OPJ_BOOL to follow the other type 2012-11-15 13:13:36 +00:00
t1_generate_luts.c [trunk] Fix warning for no previous prototype by using static function 2012-10-15 07:31:05 +00:00
t1_luts.h [trunk] Fix remainings issues with doxygen doc 2012-10-29 14:35:11 +00:00
t2.c [trunk] merge from branch 1.5 a correction about large code-block data (decoding part) and add tests about issue 5 and issue 62 2012-12-18 17:46:33 +00:00
t2.h [trunk]update the copyright, the authors and thanks to respect the license 2012-11-15 15:22:29 +00:00
tcd.c [trunk] backout one part of the rev 2266 2013-02-03 09:07:23 +00:00
tcd.h [trunk] merge from branch 1.5 a correction about large code-block data (decoding part) and add tests about issue 5 and issue 62 2012-12-18 17:46:33 +00:00
tgt.c [trunk] remove left over from v2 transition 2012-12-11 14:15:46 +00:00
tgt.h [trunk]update the copyright, the authors and thanks to respect the license 2012-11-15 15:22:29 +00:00
thix_manager.c [trunk]clean jpip marker functions but it is still experimental 2012-10-25 13:15:37 +00:00
tpix_manager.c [trunk]clean jpip marker functions but it is still experimental 2012-10-25 13:15:37 +00:00