summaryrefslogtreecommitdiff
path: root/libopenjpeg
AgeCommit message (Expand)Author
2007-08-21Consolidated some calls to mqc_setcurctx. Cleaned up t1_generate_luts to outp...Francois-Olivier Devaux
2007-08-21Reworks of t1_updateflags to get rid of the shift operation. mqc_setcurctx mo...Francois-Olivier Devaux
2007-08-21Memory leaks fixedFrancois-Olivier Devaux
2007-08-21Aligned malloc using Intel's _mm_malloc(), cleanup on the t1 memory allocatio...Francois-Olivier Devaux
2007-08-21Minor cleanup patch, that gets rid of a bunch of "old style declaration" warn...Francois-Olivier Devaux
2007-08-21Corrected allocation to take into account the EOC markerFrancois-Olivier Devaux
2007-08-08Fixed the DCinema filesize allocation. It now includes the SOT marker sizeFrancois-Olivier Devaux
2007-07-13(no commit message)Francois-Olivier Devaux
2007-07-12Fixed a bug in JPWL module, which prevented to exploit the full error correct...Giuseppe Baruffa
2007-07-08fixed the size of the memory allocation in cio.c (confusion between bits and ...Antonin Descampe
2007-06-21Output image color space set when decoding a JP2 fileFrancois-Olivier Devaux
2007-06-15Fixed the generation of index files. Now works with cinema formats. Francois-Olivier Devaux
2007-06-04Release of version 1.2.0Francois-Olivier Devaux
2007-06-04Bugs corrected in decoding of command line (getopt.c), in the handling of 16 ...Francois-Olivier Devaux
2007-05-23Bug fixed by Sylvain Munaut. Change in the reading of the POC marker. Since C...Francois-Olivier Devaux
2007-05-22Patch suggested by Callum Lerwick <seg@haxxed.com>: "This makes the t1 data a...Francois-Olivier Devaux
2007-05-21Patch suggested by Callum Lerwick <seg@haxxed.com>: "Some formatting cleanups...Francois-Olivier Devaux
2007-05-21Patch suggested by Callum Lerwick <seg@haxxed.com>: "This changes the flag co...Francois-Olivier Devaux
2007-05-21Patch suggested by Callum Lerwick <seg@haxxed.com>: "This patch makes the t1 ...Francois-Olivier Devaux
2007-05-10MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. Hen...Francois-Olivier Devaux
2007-05-10Possibility to choose to apply MCT (multiple component transform) enabled, an...Francois-Olivier Devaux
2007-04-25Modification of the openjpeg.h file to avoid and ABI break with v1.1, removed...Francois-Olivier Devaux
2007-04-10Accepting "j2c" as format for Encoding and Decoding. Modification in image_t...Parvatha Elangovan
2007-04-05fix.h, dwt.c and t1.c optimized. Thanks a lot to Dzonatas <dzonatas at dzonux...Francois-Olivier Devaux
2007-04-04Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification i...Parvatha Elangovan
2007-03-29Enable accepting file names with `-´ symbol .Modification getopt.cParvatha Elangovan
2007-03-28Fixed an historical bug in t1.c that leaded to the inclusion of useless 0xFF ...Francois-Olivier Devaux
2007-03-27Following to Hervé's suggestions, all the exit() calls, added by JPWL strict...Giuseppe Baruffa
2007-03-21Fixed j2k_prog_order_list[]. Modifications in j2k.c.Parvatha Elangovan
2007-03-20Added feature for generation of tile parts. Modifications in image_to_j2k.c, ...Parvatha Elangovan
2007-03-07Added option for Digital cinema profile compliant codestream. This can be cho...Parvatha Elangovan
2007-02-28Enabled compression of TIF image format to j2k by tifftoimage() and decompres...Parvatha Elangovan
2007-02-28fixed a bug in context numerotation that prevented the RESET switch to work c...Antonin Descampe
2007-02-23Changed version number from 1.1.0 to 1.1.1 in openjpeg.hFrancois-Olivier Devaux
2007-02-23Fixed a copy-and-paste type assignment error (bool instead of int) in the JPW...Giuseppe Baruffa
2007-02-21Algorithmic optimizations in t1.c, thanks to Guido J. !Francois-Olivier Devaux
2007-02-19Added OPJ_LIMIT_DECODING enabling us to limit the decoding to main headerFrancois-Olivier Devaux
2007-01-31Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c an...Francois-Olivier Devaux
2007-01-30Use of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for file...Francois-Olivier Devaux
2007-01-23Modification of the context numbers, to reflect what has been specified in st...Francois-Olivier Devaux
2007-01-15Copyright updateFrancois-Olivier Devaux
2007-01-03JP2 module: Tests during encoding if the number of components respects the JP...Francois-Olivier Devaux
2006-12-04First integration of JPWL codeFrancois-Olivier Devaux
2006-12-04Code optimization usinq vsprintf() commandFrancois-Olivier Devaux
2006-10-31fixed a cast problem in the maxlen variableAntonin Descampe
2006-10-31removed a debug test in the version just committedAntonin Descampe
2006-10-31fixed a bug in the computation of the mantissa (mu)Antonin Descampe
2006-10-31added the ability to specify the rate as "float" (before : integer)Antonin Descampe
2006-10-27remove some needless cvs filesAntonin Descampe
2006-10-26testsvnAntonin Descampe