Home | History | Annotate | only in /external/opencv3/3rdparty/libjasper
Up to higher level directory
NameDateSize
changelog21-Oct-20165.5K
CMakeLists.txt21-Oct-20161.9K
copyright21-Oct-20163K
jas_cm.c21-Oct-201638.7K
jas_debug.c21-Oct-20164.8K
jas_getopt.c21-Oct-20166.1K
jas_icc.c21-Oct-201651.5K
jas_iccdata.c21-Oct-201625.7K
jas_image.c21-Oct-201641.7K
jas_init.c21-Oct-20165.9K
jas_malloc.c21-Oct-20165K
jas_seq.c21-Oct-201612.9K
jas_stream.c21-Oct-201631.6K
jas_string.c21-Oct-20163.9K
jas_tmr.c21-Oct-20164.7K
jas_tvp.c21-Oct-20167.1K
jas_version.c21-Oct-20163.1K
jasper/21-Oct-2016
jp2_cod.c21-Oct-201626.6K
jp2_cod.h21-Oct-20169.1K
jp2_dec.c21-Oct-201618.5K
jp2_dec.h21-Oct-20163.4K
jp2_enc.c21-Oct-201613.6K
jpc_bs.c21-Oct-201613.8K
jpc_bs.h21-Oct-20168.6K
jpc_cod.h21-Oct-20163.4K
jpc_cs.c21-Oct-201649.8K
jpc_cs.h21-Oct-201619.8K
jpc_dec.c21-Oct-201667.7K
jpc_dec.h21-Oct-201618.5K
jpc_enc.c21-Oct-201681.2K
jpc_enc.h21-Oct-201617.5K
jpc_fix.h21-Oct-20166.6K
jpc_flt.h21-Oct-20163.4K
jpc_math.c21-Oct-20164.3K
jpc_math.h21-Oct-20164.1K
jpc_mct.c21-Oct-20169K
jpc_mct.h21-Oct-20164.4K
jpc_mqcod.c21-Oct-20168.7K
jpc_mqcod.h21-Oct-20164.3K
jpc_mqdec.c21-Oct-20169.8K
jpc_mqdec.h21-Oct-20169K
jpc_mqenc.c21-Oct-201612K
jpc_mqenc.h21-Oct-20168.1K
jpc_qmfb.c21-Oct-201685.5K
jpc_qmfb.h21-Oct-20164.6K
jpc_t1cod.c21-Oct-201613.4K
jpc_t1cod.h21-Oct-201610.8K
jpc_t1dec.c21-Oct-201629.4K
jpc_t1dec.h21-Oct-20163.7K
jpc_t1enc.c21-Oct-201630K
jpc_t1enc.h21-Oct-20163.8K
jpc_t2cod.c21-Oct-201622.9K
jpc_t2cod.h21-Oct-20169.1K
jpc_t2dec.c21-Oct-201618.7K
jpc_t2dec.h21-Oct-20163.9K
jpc_t2enc.c21-Oct-201620.9K
jpc_t2enc.h21-Oct-20164.2K
jpc_tagtree.c21-Oct-201610.9K
jpc_tagtree.h21-Oct-20165.7K
jpc_tsfb.c21-Oct-201610.2K
jpc_tsfb.h21-Oct-20164.9K
jpc_util.c21-Oct-20166K
jpc_util.h21-Oct-20163.4K
LICENSE21-Oct-20162.7K
README21-Oct-20161K

README

      1 JasPer Readme
      2 *************
      3 
      4 This is the source code distribution for JasPer.  JasPer is a collection
      5 of software (i.e., a library and application programs) for the coding
      6 and manipulation of images.  This software can handle image data in a
      7 variety of formats.  One such format supported by JasPer is the JPEG-2000
      8 format defined in ISO/IEC 15444-1.
      9 
     10 The complete licensing terms for the JasPer software can be found in
     11 the file named "LICENSE" in the top level directory of this software
     12 distribution.  Any use of this software contrary to the terms of the
     13 license is strictly prohibited.  The changes made to the software
     14 since the last release are described in the file "NEWS".  Detailed
     15 documentation on the JasPer software can be found in the JasPer Software
     16 Reference Manual.  This manual is located in the "doc" directory, and
     17 includes useful information such as: 1) how to build, install, and use
     18 the software, 2) how to submit report bugs, and 3) where to find
     19 additional information about the software.
     20 
     21 Enjoy! :)
     22 
     23