| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-10-27 | changed one of the 9-7 coefficients (value closer to the one in the std) | Antonin Descampe | |
| 2005-10-27 | 1) quantization stepsizes stored as float instead of shifted integers -> ↵ | Antonin Descampe | |
| fixes a pb of precision when using very small stepsizes. 2) bug fixed when decoding until bitplane 0 -> r-value (1/2) added to the coefficient. | |||
| 2005-10-20 | Modifications to decoding of JP2H box in order to be compatible with JP2 ↵ | Francois-Olivier Devaux | |
| conformance files | |||
| 2005-09-21 | major change in the dwt-module, thanks to Ive (aka Reiner Wahler): thanks a ↵ | Antonin Descampe | |
| lot ! See note in dwt.c for more details. | |||
| 2005-09-21 | bug fixed when asking for an index with more than (layer*resolutions*100) ↵ | Antonin Descampe | |
| packets per tile (2nd correction) | |||
| 2005-09-20 | bug fixed when asking for an index with more than (layer*resolutions*100) ↵ | Antonin Descampe | |
| packets per tile | |||
| 2005-09-13 | bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is used | Antonin Descampe | |
| 2005-09-13 | bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is used | Antonin Descampe | |
| 2005-08-01 | Modifications proposed by Rob Komar. Thanks for your contribution ! | Francois-Olivier Devaux | |
| 2005-07-18 | Several bugs fixed when dealing with pgx-files with more than 8 bpp and the ↵ | Antonin Descampe | |
| fixed_quality feature. | |||
| 2005-06-02 | At lines 577, 692 and 699, zeroing of effective region of code-block rather ↵ | Francois-Olivier Devaux | |
| than the 1024*1024 allocated integers of code-block. This optimization has been proposed by Dmitry Kolyadin. Thanks for your help ! | |||
| 2005-06-02 | Conversions from int to unsigned int to ensure correct execution of int_min ↵ | Francois-Olivier Devaux | |
| and int_max at lines 800 to 830 | |||
| 2005-06-02 | Conversions from int to unsigned int to ensure correct execution of int_min ↵ | Francois-Olivier Devaux | |
| at line 626 to 628 | |||
| 2005-05-26 | argv[2] replaced by outfile when writing to output file (thanks to ↵ | Antonin Descampe | |
| O.Smeesters and V.Mesaros) | |||
| 2005-05-26 | CRLF -> LF | Antonin Descampe | |
| 2005-05-26 | CVS test | Francois-Olivier Devaux | |
| 2005-05-26 | correction CRLF -> LF | Sebastien Lugan | |
| 2005-05-26 | test | Antonin Descampe | |
| 2005-05-26 | cio_read_to_buf(...) and cio_write_from_buf(...) functions syntax modification | Francois-Olivier Devaux | |
| 2005-05-24 | Code optimization: t1_flags and t1_data set to zero with memset | Francois-Olivier Devaux | |
| 2005-05-23 | 2 functions were added, to fasten buffer transfers: | Francois-Olivier Devaux | |
| void cio_read_to_buf(unsigned char* buf, int n) void cio_write_from_buf(unsigned char* buf, int n) Code written by Glenn Pearson | |||
| 2005-05-23 | 2 functions were added, to fasten buffer transfers: | Francois-Olivier Devaux | |
| void cio_read_to_buf(unsigned char* buf, int n) void cio_write_from_buf(unsigned char* buf, int n) | |||
| 2005-05-23 | Variables in Movie and Track structure initialized to avoid problems when ↵ | Francois-Olivier Devaux | |
| freeing memory. These initializations are made in mj2_read_smhd and mj2_read_hmhd. | |||
| 2005-05-23 | Useless call of mj2_init_stdmovie function deleted | Francois-Olivier Devaux | |
| 2005-05-20 | Modified mj2_init_stdmovie. Check for division by zero at line 212: ↵ | Francois-Olivier Devaux | |
| tk->sample[j].sample_delta = tk->timescale / tk->sample_rate; Thanks to Valentin Mesaros ! | |||
| 2005-04-27 | Release configuration modified | Francois-Olivier Devaux | |
| 2005-04-27 | Light modifications | Francois-Olivier Devaux | |
| 2005-04-27 | First upload of the DTD file | Francois-Olivier Devaux | |
| 2005-04-27 | Light modifications | Francois-Olivier Devaux | |
| 2005-04-19 | Update | Francois-Olivier Devaux | |
| 2005-04-19 | bug while freeing memory (mj2_free) fixed | Francois-Olivier Devaux | |
| 2005-04-19 | Bug while writing huge MOOV boxes fixed. Thanks to Valentin Mesaros ! | Francois-Olivier Devaux | |
| 2005-04-19 | Standard movie initialisation slightely modified | Francois-Olivier Devaux | |
| 2005-04-19 | Makefile update | Francois-Olivier Devaux | |
| 2005-04-15 | Project update | Francois-Olivier Devaux | |
| 2005-04-06 | Project settings update | Francois-Olivier Devaux | |
| 2005-04-06 | Project settings update | Francois-Olivier Devaux | |
| 2005-04-06 | Project settings update | Francois-Olivier Devaux | |
| 2005-04-06 | Relative path modifications | Francois-Olivier Devaux | |
| 2005-04-01 | Visual .NET project | Francois-Olivier Devaux | |
| 2005-04-01 | New version by Glenn Pearson | Francois-Olivier Devaux | |
| 2005-03-25 | Line 114: Simple warning message when NO_PACKETS_DECODING is not defined | Francois-Olivier Devaux | |
| 2005-03-25 | Line 944:Memory release of img.comps[i].data when NO_PACKETS_DECODING is not ↵ | Francois-Olivier Devaux | |
| defined | |||
| 2005-03-25 | Removed unused parameter in fprintf at line 618 | Francois-Olivier Devaux | |
| 2005-03-25 | Unused "dest" pointer removed from main() | Francois-Olivier Devaux | |
| 2005-03-25 | #endif; | Francois-Olivier Devaux | |
| replaced by #endif | |||
| 2005-03-25 | Makefile for frames_to_mj2, mj2_to_frames, wrap_j2k_in_mj2 | Francois-Olivier Devaux | |
| and extract_j2k_from_mj2 Thanks to Valentin Mesaros from Octalis ! | |||
| 2005-03-25 | Newline at end of file added | Francois-Olivier Devaux | |
| 2005-03-25 | Replaced bad message error when unknown box is found | Francois-Olivier Devaux | |
| 2005-03-25 | Replaced unlink() with remove() | Francois-Olivier Devaux | |
