| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-03-25 | New OpenJPEG MJ2 module: mj2_to_metadata created by Glenn Pearson. The ↵ | Francois-Olivier Devaux | |
| OpenJPEG team would like to thank him for his contributions ! | |||
| 2005-03-25 | Newline at end of file | Francois-Olivier Devaux | |
| 2005-03-21 | Initialisation of movie->cl changed in mj2_init_stdmovie | Francois-Olivier Devaux | |
| 2005-03-16 | Modifications made to enable the decoding of a J2K file headers without ↵ | Francois-Olivier Devaux | |
| decoding all packets using #NO_PACKETS_DECODING Used with MJ2_to_metadata | |||
| 2005-02-10 | Input file format bug fixed (2) | Francois-Olivier Devaux | |
| 2005-02-10 | Input file format bug fixed | Francois-Olivier Devaux | |
| 2005-02-09 | Minor bugs in error messages fixed | Francois-Olivier Devaux | |
| 2005-02-09 | Added tk->visual_w and tk->visual_h variables, specifying the track's visual ↵ | Francois-Olivier Devaux | |
| presentation size as fixed-point 16.16 values. | |||
| 2005-02-09 | Precision added to tk->balance, tk->volume, movie->volume and movie->rate | Francois-Olivier Devaux | |
| 2005-02-09 | YUV_DFMT added | Francois-Olivier Devaux | |
| 2005-02-01 | Bug with number of layers to decode fixed | Francois-Olivier Devaux | |
| 2005-01-26 | Added layer option '-l' to the command line. This option allows user to | Antonin Descampe | |
| specify a maximum number of quality layers to be decoded. | |||
| 2005-01-26 | * function getopt added to the decoder (to efficiently manage arguments | Antonin Descampe | |
| in command line) * reduce_on, reduce_value grouped in a single variable reduce * up-to-date usage display * image_type renamed --> decod_format * JPEG2000_format renamed --> cod_format | |||
| 2005-01-14 | Bug with mj2_read_struct fixed (problem when reading MJ2 files starting with ↵ | Francois-Olivier Devaux | |
| the MOOV box fixed) | |||
| 2005-01-03 | Luke Lee optimization for fix_mul... Thanks to him | Antonin Descampe | |
| 2004-12-08 | This tool wraps J2K codestreams into a MJ2 file (designed to | Francois-Olivier Devaux | |
| work with other codecs than OpenJPEG) | |||
| 2004-12-08 | This tool extracts J2K codestreams from a MJ2 file (designed to | Francois-Olivier Devaux | |
| work with other codecs than OpenJPEG) | |||
| 2004-12-08 | Converting to Dos | Francois-Olivier Devaux | |
| 2004-12-08 | Converting to Unix | Francois-Olivier Devaux | |
| 2004-12-08 | This tool wraps J2K codestreams into a MJ2 file (designed to | Francois-Olivier Devaux | |
| work with other codecs than OpenJPEG) | |||
| 2004-12-08 | This tool extracts J2K codestreams from a MJ2 file (designed to | Francois-Olivier Devaux | |
| work with other codecs than OpenJPEG) | |||
| 2004-12-08 | New modular version of the MJ2 library. | Francois-Olivier Devaux | |
| The goal of this new version is to make the library more independent from OpenJPEG | |||
| 2004-12-08 | Modifications in handling of JP2 files to increase modularity of JP2.c | Francois-Olivier Devaux | |
| Memory leak fixed with jp2 files | |||
| 2004-12-08 | Modularity increase in jp2_init_stdjp2 function and jp2c box functions to ↵ | Francois-Olivier Devaux | |
| enable new version of MJ2 module | |||
| 2004-11-29 | Index structure adpated for other progression orders than LRCP | Antonin Descampe | |
| (thanks to Stefano Pensa) | |||
| 2004-11-26 | Modifications to increase modularity of jp2 coding/decoding | Francois-Olivier Devaux | |
| 2004-11-15 | fprintf correctly redirected to stderr or stdout | Francois-Olivier Devaux | |
| 2004-11-05 | Help message updated | Francois-Olivier Devaux | |
| 2004-11-05 | Usage message updated | Francois-Olivier Devaux | |
| 2004-11-05 | Help message updated | Francois-Olivier Devaux | |
| 2004-11-05 | Help message updated | Francois-Olivier Devaux | |
| 2004-11-05 | Stack corruption error corrected with "tmp" variable | Francois-Olivier Devaux | |
| 2004-10-08 | Bug with -F argument fixed | Francois-Olivier Devaux | |
| 2004-10-06 | Memory leak bug fixed in the read_mdat() function | Francois-Olivier Devaux | |
| 2004-10-06 | Small bug corrected: unsigned int to int conversion at line 417 | Francois-Olivier Devaux | |
| 2004-09-09 | Bug with tk->imagefile pointer fixed | Francois-Olivier Devaux | |
| 2004-09-08 | Modification of stsc_decompact function | Francois-Olivier Devaux | |
| 2004-09-06 | Bug with sound and hint tracks fixed | Francois-Olivier Devaux | |
| 2004-09-06 | One component input image handled | Francois-Olivier Devaux | |
| 2004-08-31 | Order of data written to jp2_struct->cl inversed in jp2_read_ftyp function | Francois-Olivier Devaux | |
| 2004-08-27 | Pointer values initialized to zero | Francois-Olivier Devaux | |
| 2004-08-24 | Fixed bugs. Thanks to Dereck ! | Francois-Olivier Devaux | |
| 2004-08-06 | * Inserted tool for memory leaks fixing in debug mode | Antonin Descampe | |
| * Fixed some memory leaks in the decoder (some are still present when multiple tiles!) | |||
| 2004-08-04 | Help updated | Antonin Descampe | |
| 2004-08-03 | Bug fixed in lossless mode | Francois-Olivier Devaux | |
| 2004-08-03 | Better indentation | Antonin Descampe | |
| 2004-08-03 | Bug fixed in lossless mode | Antonin Descampe | |
| 2004-08-02 | Deleted system("pause") at the end of main function | Francois-Olivier Devaux | |
| 2004-07-30 | Bug fixed in pgx-file reading | Antonin Descampe | |
| 2004-07-21 | Bug fixed in MQ decoder initialization (keyword comment : initbug1) | Antonin Descampe | |
