summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-06ENH: CMake: output all executable/libs into one single directoryMathieu Malaterre
2007-09-06ENH: CMake: output all executable/libs into one single directoryMathieu Malaterre
2007-09-06ENH: update changelogMathieu Malaterre
2007-09-06ENH: add cmake for jp3dMathieu Malaterre
2007-09-06Move include file that collides with system include to the correct directory ↵Mathieu Malaterre
(no need to be present for the lib, only codec need it)
2007-09-06ENH: Add jpwl. Also remove old deprecated way of linking lib math on unixMathieu Malaterre
2007-09-06ENH: Start building mj2Mathieu Malaterre
2007-09-04Added some fields in the codestream_info structure: they are used to record ↵Giuseppe Baruffa
the position of single tile parts. Changed also the write_index function in the codec, to reflect the presence of this new information.
2007-09-03Added the knowledge of JPSEC SEC and INSEC markers (you have to compile the ↵Giuseppe Baruffa
JPWL project). Management of these markers is limited to skipping them without crashing: no real security function at this stage. Deprecated USE_JPSEC and USE_JPWL will be removed next
2007-08-31Fixed save capabilities in OPJViewer due to recent code upgradeGiuseppe Baruffa
2007-08-30Added information regarding the end of packet position in the index Francois-Olivier Devaux
2007-08-30Changed the OpenJPEG library interface to enable users to access information ↵Francois-Olivier Devaux
regarding the codestream (also called index).
2007-08-28Fixed wrong destructors called in openjpeg.cFrancois-Olivier Devaux
Fixed bug in j2k_decode_jpt_stream
2007-08-24The end of main header is calculated after TLM and POC marker for Dcinema.Parvatha Elangovan
2007-08-24Fixed problem with _mm_malloc under OSX. Thanks to Callum Lerwick for ↵Francois-Olivier Devaux
solving that issue.
2007-08-21Use <xmmintrin.h> for WIN32, else use <mm_malloc.h> Francois-Olivier Devaux
2007-08-21Moved the orient flipping into the ctxno_zc table.Francois-Olivier Devaux
Thanks to Callum Lerwick who provided all these great patches !
2007-08-21Replaced the large ctxno_mag lookup table with a small bit of inline-able ↵Francois-Olivier Devaux
branchless code
2007-08-21Consolidated some calls to mqc_setcurctx. Cleaned up t1_generate_luts to ↵Francois-Olivier Devaux
output the proper types.
2007-08-21Reworks of t1_updateflags to get rid of the shift operation. mqc_setcurctx ↵Francois-Olivier Devaux
moved to the header to allow it to be inlined into the t1.
2007-08-21Memory leaks fixedFrancois-Olivier Devaux
2007-08-21Aligned malloc using Intel's _mm_malloc(), cleanup on the t1 memory ↵Francois-Olivier Devaux
allocation, getting rid of some leftover debug code
2007-08-21Minor cleanup patch, that gets rid of a bunch of "old style declaration" ↵Francois-Olivier Devaux
warnings from Intel's compiler
2007-08-21Solved problems with codec reading from image file directory when filename ↵Francois-Olivier Devaux
had more than one "." in name
2007-08-21Robustified MJ2 codecsFrancois-Olivier Devaux
2007-08-21Added support for Visual Studio 2005Francois-Olivier Devaux
2007-08-21Corrected allocation to take into account the EOC markerFrancois-Olivier Devaux
2007-08-20Fixed _strnicmp bugFrancois-Olivier Devaux
2007-08-20Added support for the TGA file format in the codecFrancois-Olivier Devaux
2007-08-08Fixed the DCinema filesize allocation. It now includes the SOT marker sizeFrancois-Olivier Devaux
2007-08-02Added a basic saving capability to OPJViewerGiuseppe Baruffa
2007-07-19Lighter version of libtiff uploaded (without JPEG support).Francois-Olivier Devaux
2007-07-19Delete Tiffconf.hFrancois-Olivier Devaux
2007-07-19Updated libtiff library version to 3.8.2 (for WIN32)Francois-Olivier Devaux
Updated BMP and PxM truncation when decoding J2K files with more than 8 bits (convert.c)
2007-07-18Fixed raw option to encode raw images with more than three components.Francois-Olivier Devaux
2007-07-17Added support for RAW images. This module has been developped by the ↵Francois-Olivier Devaux
University of Perugia team. Thanks to them !
2007-07-13(no commit message)Francois-Olivier Devaux
2007-07-12Fixed a bug in JPWL module, which prevented to exploit the full error ↵Giuseppe Baruffa
correction capability of RS codes (e.g. it gave up at 5 errors, even if 6 were correctable); defined a JPWL_MAXIMUM_EPB_ROOM for better customization of the maximum dimension of EPBs (the dimension is pre-calculated on an hypothesis, if it goes beyond 65535 there will be problems, thus we give a little less than the max, let's say 65450)
2007-07-08fixed the size of the memory allocation in cio.c (confusion between bits and ↵Antonin Descampe
bytes)
2007-06-21Previous, home, and next frame buttons for exploring MJ2 files in OPJViewerGiuseppe Baruffa
2007-06-21Output image color space set when decoding a JP2 fileFrancois-Olivier Devaux
2007-06-18Reload image doesn't crash in OPJViewer; more settings saved to registryGiuseppe Baruffa
2007-06-17added toolbar to OPJViewerGiuseppe Baruffa
2007-06-16Possibility to disable parsing in OPJViewer; also, saves common settings to ↵Giuseppe Baruffa
the registry; automatic build numbering
2007-06-15Fixed the generation of index files. Now works with cinema formats. Francois-Olivier Devaux
2007-06-05changed the dylib-version to 1.2.0Antonin Descampe
2007-06-04Tipo corrected...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
bit files (t1.c and tcd.c) and the calculation of elapsed time for multiple tiles parts (tcd.c and tdc.h).
2007-06-03OPJViewer opens now BMP, PNG, GIF, PNM, TIFF (with wxWidgets internals); ↵Giuseppe Baruffa
added an encoder settings tab, for future integration with "save file as..." in JPEG 2000 format