summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-27changed one of the 9-7 coefficients (value closer to the one in the std)Antonin Descampe
2005-10-271) 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-20Modifications to decoding of JP2H box in order to be compatible with JP2 ↵Francois-Olivier Devaux
conformance files
2005-09-21major 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-21bug fixed when asking for an index with more than (layer*resolutions*100) ↵Antonin Descampe
packets per tile (2nd correction)
2005-09-20bug fixed when asking for an index with more than (layer*resolutions*100) ↵Antonin Descampe
packets per tile
2005-09-13bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is usedAntonin Descampe
2005-09-13bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is usedAntonin Descampe
2005-08-01Modifications proposed by Rob Komar. Thanks for your contribution !Francois-Olivier Devaux
2005-07-18Several bugs fixed when dealing with pgx-files with more than 8 bpp and the ↵Antonin Descampe
fixed_quality feature.
2005-06-02At 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-02Conversions 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-02Conversions from int to unsigned int to ensure correct execution of int_min ↵Francois-Olivier Devaux
at line 626 to 628
2005-05-26argv[2] replaced by outfile when writing to output file (thanks to ↵Antonin Descampe
O.Smeesters and V.Mesaros)
2005-05-26CRLF -> LFAntonin Descampe
2005-05-26CVS testFrancois-Olivier Devaux
2005-05-26correction CRLF -> LFSebastien Lugan
2005-05-26testAntonin Descampe
2005-05-26cio_read_to_buf(...) and cio_write_from_buf(...) functions syntax modificationFrancois-Olivier Devaux
2005-05-24Code optimization: t1_flags and t1_data set to zero with memsetFrancois-Olivier Devaux
2005-05-232 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-232 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-23Variables 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-23Useless call of mj2_init_stdmovie function deletedFrancois-Olivier Devaux
2005-05-20Modified 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-27Release configuration modifiedFrancois-Olivier Devaux
2005-04-27Light modificationsFrancois-Olivier Devaux
2005-04-27First upload of the DTD fileFrancois-Olivier Devaux
2005-04-27Light modificationsFrancois-Olivier Devaux
2005-04-19UpdateFrancois-Olivier Devaux
2005-04-19bug while freeing memory (mj2_free) fixedFrancois-Olivier Devaux
2005-04-19Bug while writing huge MOOV boxes fixed. Thanks to Valentin Mesaros !Francois-Olivier Devaux
2005-04-19Standard movie initialisation slightely modifiedFrancois-Olivier Devaux
2005-04-19Makefile updateFrancois-Olivier Devaux
2005-04-15Project updateFrancois-Olivier Devaux
2005-04-06Project settings updateFrancois-Olivier Devaux
2005-04-06Project settings updateFrancois-Olivier Devaux
2005-04-06Project settings updateFrancois-Olivier Devaux
2005-04-06Relative path modificationsFrancois-Olivier Devaux
2005-04-01Visual .NET projectFrancois-Olivier Devaux
2005-04-01New version by Glenn PearsonFrancois-Olivier Devaux
2005-03-25Line 114: Simple warning message when NO_PACKETS_DECODING is not definedFrancois-Olivier Devaux
2005-03-25Line 944:Memory release of img.comps[i].data when NO_PACKETS_DECODING is not ↵Francois-Olivier Devaux
defined
2005-03-25Removed unused parameter in fprintf at line 618Francois-Olivier Devaux
2005-03-25Unused "dest" pointer removed from main()Francois-Olivier Devaux
2005-03-25#endif;Francois-Olivier Devaux
replaced by #endif
2005-03-25Makefile for frames_to_mj2, mj2_to_frames, wrap_j2k_in_mj2Francois-Olivier Devaux
and extract_j2k_from_mj2 Thanks to Valentin Mesaros from Octalis !
2005-03-25Newline at end of file addedFrancois-Olivier Devaux
2005-03-25Replaced bad message error when unknown box is foundFrancois-Olivier Devaux
2005-03-25Replaced unlink() with remove()Francois-Olivier Devaux