index
:
openjpeg
UCL
avendor
cancel
carl-1
carl-2
carl-2-rebased-on-master
ccache
codingstyle
coverity_scan
coverity_scan_original
dcpomatic-2.5.2
dcpomatic-2.5.4
dev-restart
fix-bypass-restart
fix_bypass_pterm_termall
fix_bypass_pterm_termall_and_lossless_decomposition_issue
floating_point_irreversible_encoding
gh-pages
j2kviewer
master
master-cdist
openjp3d
openjpeg-1.5
openjpeg-2.0
openjpeg-2.1
openjpeg3d
openjpeg3d@745
openjpeg3d@749
opj-v1-branch
opj_idwt53_h_cas0_SSE2
opt
t1_dec_signed_magnitude_representation
t1_optim_attempt_refpass_4_at_context16
v2
videocon-1
Fork of openjpeg library for JPEG2000 encoding and decoding
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libopenjpeg
/
jp2.c
Age
Commit message (
Expand
)
Author
2010-12-08
(thanks to Winfried for his help)
Antonin Descampe
2010-11-22
reverted 'include "../opj_config.h"' to 'include "opj_config.h"'
Antonin Descampe
2010-11-15
minor changes in header inclusions
Antonin Descampe
2010-10-24
Fixed doxygen data inside source code (from winfried)
Antonin Descampe
2010-10-22
Currently the Visual Studio builds are broken in the SVN. Attached a patch to...
Antonin Descampe
2010-10-05
Added files to let people build openjpeg with configure tools ; Added makefil...
Antonin Descampe
2008-02-28
Removed the J2KViewer module, which has been replaced by OPJViewer and fixed ...
Francois-Olivier Devaux
2007-10-18
Patch from Callum Lewick. Memset patch. See ChangeLog for more details. Thank...
Francois-Olivier Devaux
2007-09-07
Indexes can now be generated when decoding J2K codestreams.
Francois-Olivier Devaux
2007-08-30
Changed the OpenJPEG library interface to enable users to access information ...
Francois-Olivier Devaux
2007-06-21
Output image color space set when decoding a JP2 file
Francois-Olivier Devaux
2007-05-10
MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. Hen...
Francois-Olivier Devaux
2007-01-15
Copyright update
Francois-Olivier Devaux
2007-01-03
JP2 module: Tests during encoding if the number of components respects the JP...
Francois-Olivier Devaux
2006-01-26
fixed various minor warnings occuring under gcc, added corrections proposed i...
Freeimage
2006-01-20
fixed various minor warnings with gdcm patches
Antonin Descampe
2006-01-19
fixed a bug in jp2_read_ihdr (need to allocate jp2->comps)
Freeimage
2005-12-08
OpenJPEG version 1.1
Antonin Descampe
2005-12-02
openjpeg version 1.0 (previous version still available with tag opj0-97)
Antonin Descampe
2005-11-09
minor change to avoid warnings about signedness
Antonin Descampe
2005-11-01
Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot M...
Antonin Descampe
2005-10-20
Modifications to decoding of JP2H box in order to be compatible with JP2 conf...
Francois-Olivier Devaux
2004-12-08
Modularity increase in jp2_init_stdjp2 function and jp2c box functions to ena...
Francois-Olivier Devaux
2004-11-26
Modifications to increase modularity of jp2 coding/decoding
Francois-Olivier Devaux
2004-10-06
Small bug corrected: unsigned int to int conversion at line 417
Francois-Olivier Devaux
2004-08-31
Order of data written to jp2_struct->cl inversed in jp2_read_ftyp function
Francois-Olivier Devaux
2004-07-16
Bug on jp2_struct->comps memory allocation fixed
Francois-Olivier Devaux
2004-07-16
Multiple tile bug fixed (line 438)
Francois-Olivier Devaux
2004-07-13
Structure j2k_option_t deleted and option "-reduce" integrated to j2k_cp_t.
Antonin Descampe
2004-07-07
First version of JP2 file format
Francois-Olivier Devaux