| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-09-06 | ENH: CMake: output all executable/libs into one single directory | Mathieu Malaterre | |
| 2007-09-06 | ENH: CMake: output all executable/libs into one single directory | Mathieu Malaterre | |
| 2007-09-06 | ENH: update changelog | Mathieu Malaterre | |
| 2007-09-06 | ENH: add cmake for jp3d | Mathieu Malaterre | |
| 2007-09-06 | Move 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-06 | ENH: Add jpwl. Also remove old deprecated way of linking lib math on unix | Mathieu Malaterre | |
| 2007-09-06 | ENH: Start building mj2 | Mathieu Malaterre | |
| 2007-09-04 | Added 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-03 | Added 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-31 | Fixed save capabilities in OPJViewer due to recent code upgrade | Giuseppe Baruffa | |
| 2007-08-30 | Added information regarding the end of packet position in the index | Francois-Olivier Devaux | |
| 2007-08-30 | Changed the OpenJPEG library interface to enable users to access information ↵ | Francois-Olivier Devaux | |
| regarding the codestream (also called index). | |||
| 2007-08-28 | Fixed wrong destructors called in openjpeg.c | Francois-Olivier Devaux | |
| Fixed bug in j2k_decode_jpt_stream | |||
| 2007-08-24 | The end of main header is calculated after TLM and POC marker for Dcinema. | Parvatha Elangovan | |
| 2007-08-24 | Fixed problem with _mm_malloc under OSX. Thanks to Callum Lerwick for ↵ | Francois-Olivier Devaux | |
| solving that issue. | |||
| 2007-08-21 | Use <xmmintrin.h> for WIN32, else use <mm_malloc.h> | Francois-Olivier Devaux | |
| 2007-08-21 | Moved the orient flipping into the ctxno_zc table. | Francois-Olivier Devaux | |
| Thanks to Callum Lerwick who provided all these great patches ! | |||
| 2007-08-21 | Replaced the large ctxno_mag lookup table with a small bit of inline-able ↵ | Francois-Olivier Devaux | |
| branchless code | |||
| 2007-08-21 | Consolidated some calls to mqc_setcurctx. Cleaned up t1_generate_luts to ↵ | Francois-Olivier Devaux | |
| output the proper types. | |||
| 2007-08-21 | Reworks 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-21 | Memory leaks fixed | Francois-Olivier Devaux | |
| 2007-08-21 | Aligned malloc using Intel's _mm_malloc(), cleanup on the t1 memory ↵ | Francois-Olivier Devaux | |
| allocation, getting rid of some leftover debug code | |||
| 2007-08-21 | Minor cleanup patch, that gets rid of a bunch of "old style declaration" ↵ | Francois-Olivier Devaux | |
| warnings from Intel's compiler | |||
| 2007-08-21 | Solved problems with codec reading from image file directory when filename ↵ | Francois-Olivier Devaux | |
| had more than one "." in name | |||
| 2007-08-21 | Robustified MJ2 codecs | Francois-Olivier Devaux | |
| 2007-08-21 | Added support for Visual Studio 2005 | Francois-Olivier Devaux | |
| 2007-08-21 | Corrected allocation to take into account the EOC marker | Francois-Olivier Devaux | |
| 2007-08-20 | Fixed _strnicmp bug | Francois-Olivier Devaux | |
| 2007-08-20 | Added support for the TGA file format in the codec | Francois-Olivier Devaux | |
| 2007-08-08 | Fixed the DCinema filesize allocation. It now includes the SOT marker size | Francois-Olivier Devaux | |
| 2007-08-02 | Added a basic saving capability to OPJViewer | Giuseppe Baruffa | |
| 2007-07-19 | Lighter version of libtiff uploaded (without JPEG support). | Francois-Olivier Devaux | |
| 2007-07-19 | Delete Tiffconf.h | Francois-Olivier Devaux | |
| 2007-07-19 | Updated 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-18 | Fixed raw option to encode raw images with more than three components. | Francois-Olivier Devaux | |
| 2007-07-17 | Added 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-12 | Fixed 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-08 | fixed the size of the memory allocation in cio.c (confusion between bits and ↵ | Antonin Descampe | |
| bytes) | |||
| 2007-06-21 | Previous, home, and next frame buttons for exploring MJ2 files in OPJViewer | Giuseppe Baruffa | |
| 2007-06-21 | Output image color space set when decoding a JP2 file | Francois-Olivier Devaux | |
| 2007-06-18 | Reload image doesn't crash in OPJViewer; more settings saved to registry | Giuseppe Baruffa | |
| 2007-06-17 | added toolbar to OPJViewer | Giuseppe Baruffa | |
| 2007-06-16 | Possibility to disable parsing in OPJViewer; also, saves common settings to ↵ | Giuseppe Baruffa | |
| the registry; automatic build numbering | |||
| 2007-06-15 | Fixed the generation of index files. Now works with cinema formats. | Francois-Olivier Devaux | |
| 2007-06-05 | changed the dylib-version to 1.2.0 | Antonin Descampe | |
| 2007-06-04 | Tipo corrected... | Francois-Olivier Devaux | |
| 2007-06-04 | Release of version 1.2.0 | Francois-Olivier Devaux | |
| 2007-06-04 | Bugs 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-03 | OPJViewer 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 | |||
