Install man pages
[openjpeg.git] / libopenjpeg /
2010-10-22 Antonin DescampePatch to support the MSVC Win 64 builds (from szekerest)
2010-10-22 Antonin DescampeCurrently the Visual Studio builds are broken in the...
2010-10-22 WinfriedM libopenjpeg/Makefile.in
2010-10-21 Antonin Descampefixed paths to png and tiff in CMakeLists.txt and fixed...
2010-10-17 Winfried-This line, and those below, will be ignored--
2010-10-13 Winfried(no commit message)
2010-10-13 Winfried(no commit message)
2010-10-05 Antonin DescampeAdded files to let people build openjpeg with configure...
2010-06-29 Mathieu MalaterreSynchronize branch and trunk cmakelists files
2010-06-22 Mathieu MalaterreAlso dump the image info as well as cp info.
2010-06-22 Mathieu MalaterreApply patch from w. szukalski (sent to list). Mon,...
2010-04-08 Francois-Olivier... [v1.4]Fixed issue 6 on google code. Variable "pi" not...
2010-04-08 Francois-Olivier... [v1.4] Fixed pi.c bug (issue 15 on google code). Thanks...
2010-04-08 Francois-Olivier... Significant optimizations of MCT, DWT, MQ and T1 module...
2010-03-24 Francois-Olivier... Code improvements using 'g++-4.4.0' to trace the code...
2010-01-20 Francois-Olivier... [FOD] Created a new constant in openjpeg.h to different...
2009-11-06 Antonin Descampefixed MCT check bug in t1_getwmsedec. See groups.google...
2009-09-10 Antonin Descampefixed minor bugs which were triggering warnings at...
2009-09-08 Antonin Descampeopenjpeg.c : fixed initialization of parameters->cp_dis...
2008-08-22 Antonin Descampefound a bug in tcd.c that was preventing to find the...
2008-07-09 Parvatha ElangovanAdded the default lossless parameter to opj_set_default...
2008-05-22 Antonin Descampefixed a bug in j2k.c (j2k_write_sod) that allowed to...
2008-05-22 Antonin Descampeadditional test to avoid crash due to invalid image...
2008-05-22 Antonin Descampememory leak fixed in openjpeg.c (opj_destroy_cstr_info...
2008-02-29 Francois-Olivier... Corrected the wrong syntax of calloc()...
2008-02-29 Francois-Olivier... Fixed openjpeg.c for proper initialization of codec...
2008-02-28 Francois-Olivier... Removed the J2KViewer module, which has been replaced...
2008-02-05 Parvatha ElangovanIn convert.c, corrected imagetobmp() conversion for...
2008-01-22 Francois-Olivier... In image.c, changed the opj_image_create0() memory...
2008-01-16 Antonin Descampefixed opj_malloc.h for macosx (bugfix provided by janpe...
2008-01-04 Parvatha ElangovanPatch by Callum Lerwick. Fixed error during encoding...
2007-12-21 Francois-Olivier... VERSION 1.3.0 RELEASE
2007-12-21 Francois-Olivier... Bug fixed by David Bruken. Fixed memory allocation...
2007-12-19 Antonin Descampechanged variables names alpha, beta, gamma, delta in...
2007-12-19 Francois-Olivier... Fixed allocation problem in pi.c
2007-12-19 Parvatha ElangovanIn pi.c, removed the Recursive function pi_check_next_l...
2007-12-19 Francois-Olivier... In mqc.h, changed MQC_NUMCTXS from 32 to 19 as JPEG...
2007-12-10 Francois-Olivier... First import of JAVAOpenJPEG, a Java wrapper of OpenJPE...
2007-11-27 Francois-Olivier... Fixed the maximum number of resolutions a user can...
2007-11-14 Francois-Olivier... Avoided ABI breakage
2007-11-14 Francois-Olivier... Patch by Callum Lerwick. The opj_tcd_cblk array is...
2007-11-14 Francois-Olivier... Patch by Callum Lerwick. This patch rearranges the...
2007-11-14 Francois-Olivier... Patch by Callum Lerwick. Instead of reinventing realloc...
2007-11-13 Francois-Olivier... Patch by Dzonatas and Callum Lerwick. Fp/vectori...
2007-11-08 Francois-Olivier... Patches from Callum Lewick: Fixed some spelling errors...
2007-11-08 Francois-Olivier... In t1.c, small change to avoid calling twice t1_getwmse...
2007-11-05 Giuseppe BaruffaFixed a bug which prevented JPWL from working on multi...
2007-10-18 Francois-Olivier... Patch from Callum Lewick. Memset patch. See ChangeLog...
2007-10-12 Francois-Olivier... Changed the way the image structure is allocated when...
2007-10-10 Francois-Olivier... *Patch from Callum Lewick. Clean up of j2klib.h for...
2007-09-27 Francois-Olivier... Patch from Callum Lewick. Fixed dwt.c where an alignmen...
2007-09-25 Mathieu MalaterreBUG: Fix previous patch from Callum Lerwick. I have...
2007-09-19 Parvatha ElangovanFixed issues with generation of SOP marker.
2007-09-18 Parvatha ElangovanFixed issues with Reading and Writing TIF images in...
2007-09-17 Francois-Olivier... OpenJPEG library interface modified to retain compatibi...
2007-09-17 Francois-Olivier... Fixed issues with cstr_info when codestream has compone...
2007-09-12 Francois-Olivier... Patch from Callum Lerwick. Fixed the library linking...
2007-09-11 Giuseppe BaruffaJPWL encoding is finalized correctly into the JP2 file...
2007-09-07 Francois-Olivier... Indexes can now be generated when decoding J2K codestreams.
2007-09-06 Giuseppe BaruffaOne more field in the codestream_info struct for record...
2007-09-04 Giuseppe BaruffaAdded some fields in the codestream_info structure...
2007-09-03 Giuseppe BaruffaAdded the knowledge of JPSEC SEC and INSEC markers...
2007-08-30 Francois-Olivier... Added information regarding the end of packet position...
2007-08-30 Francois-Olivier... Changed the OpenJPEG library interface to enable users...
2007-08-28 Francois-Olivier... Fixed wrong destructors called in openjpeg.c
2007-08-24 Parvatha ElangovanThe end of main header is calculated after TLM and...
2007-08-24 Francois-Olivier... Fixed problem with _mm_malloc under OSX. Thanks to...
2007-08-21 Francois-Olivier... Use <xmmintrin.h> for WIN32, else use <mm_malloc.h>
2007-08-21 Francois-Olivier... Moved the orient flipping into the ctxno_zc table.
2007-08-21 Francois-Olivier... Replaced the large ctxno_mag lookup table with a small...
2007-08-21 Francois-Olivier... Consolidated some calls to mqc_setcurctx. Cleaned up...
2007-08-21 Francois-Olivier... Reworks of t1_updateflags to get rid of the shift opera...
2007-08-21 Francois-Olivier... Memory leaks fixed
2007-08-21 Francois-Olivier... Aligned malloc using Intel's _mm_malloc(), cleanup...
2007-08-21 Francois-Olivier... Minor cleanup patch, that gets rid of a bunch of "old...
2007-08-21 Francois-Olivier... Corrected allocation to take into account the EOC marker
2007-08-08 Francois-Olivier... Fixed the DCinema filesize allocation. It now includes...
2007-07-13 Francois-Olivier... (no commit message)
2007-07-12 Giuseppe BaruffaFixed a bug in JPWL module, which prevented to exploit...
2007-07-08 Antonin Descampefixed the size of the memory allocation in cio.c (confu...
2007-06-21 Francois-Olivier... Output image color space set when decoding a JP2 file
2007-06-15 Francois-Olivier... Fixed the generation of index files. Now works with...
2007-06-04 Francois-Olivier... Release of version 1.2.0
2007-06-04 Francois-Olivier... Bugs corrected in decoding of command line (getopt...
2007-05-23 Francois-Olivier... Bug fixed by Sylvain Munaut. Change in the reading...
2007-05-22 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-05-21 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-05-21 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-05-21 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-05-10 Francois-Olivier... MJ2 codec updated from LibOpenJPEG version 0.97 to...
2007-05-10 Francois-Olivier... Possibility to choose to apply MCT (multiple component...
2007-04-25 Francois-Olivier... Modification of the openjpeg.h file to avoid and ABI...
2007-04-10 Parvatha ElangovanAccepting "j2c" as format for Encoding and Decoding...
2007-04-05 Francois-Olivier... fix.h, dwt.c and t1.c optimized. Thanks a lot to Dzonat...
2007-04-04 Parvatha ElangovanDigital cinema compliance for 4K chosen by "-cinema4K...
2007-03-29 Parvatha ElangovanEnable accepting file names with `-´ symbol .Modificati...
2007-03-28 Francois-Olivier... Fixed an historical bug in t1.c that leaded to the...
2007-03-27 Giuseppe BaruffaFollowing to Hervé's suggestions, all the exit() calls...
2007-03-21 Parvatha ElangovanFixed j2k_prog_order_list[]. Modifications in j2k.c.
2007-03-20 Parvatha ElangovanAdded feature for generation of tile parts. Modificatio...
next