summaryrefslogtreecommitdiff
path: root/mj2
AgeCommit message (Collapse)Author
2007-11-05Restoring wrap_j2k_in_mj2.c, which I did not want to commit at all in rev469Giuseppe Baruffa
2007-11-05Fixed a bug which prevented JPWL from working on multi-tiled images; added ↵Giuseppe Baruffa
some more fields in the interface info structures (keep a list of markers, save start packet number for each tile)
2007-10-18Patch from Callum Lewick. Memset patch. See ChangeLog for more details. ↵Francois-Olivier Devaux
Thanks Callum !
2007-09-17OpenJPEG library interface modified to retain compatibility with version ↵Francois-Olivier Devaux
1.2. Sorry if some of you already adapted their code to the previous interface, but we want to avoid a ABI break....
2007-09-12Patch from Callum Lerwick. Fixed the library linking so it links with the ↵Francois-Olivier Devaux
soversion properly set. Fixes up the install targets so that it interacts properly with RPM. Install target for MJ2. Sets some necessary and useful CFLAGS if gcc is in use.
2007-09-12Updated the MJ2 codec to be compatible with the recent changes in the ↵Francois-Olivier Devaux
OpenJPEG library.
2007-09-06ENH: Start building mj2Mathieu Malaterre
2007-08-30Changed the OpenJPEG library interface to enable users to access information ↵Francois-Olivier Devaux
regarding the codestream (also called index).
2007-08-21Robustified MJ2 codecsFrancois-Olivier Devaux
2007-08-21Added support for Visual Studio 2005Francois-Olivier Devaux
2007-07-13(no commit message)Francois-Olivier Devaux
2007-05-10MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. ↵Francois-Olivier Devaux
Hence, the MJ2 codec will now take advantage of all the improvements and optimizations done on the LibOpenJPEG library.
2007-02-28add an "ifdef WIN32" to "include malloc.h" to be compliant with non-WIN32 ↵Antonin Descampe
platforms.
2007-01-30Correction of the syntax usage (line 36)Francois-Olivier Devaux
2006-12-08MJ2 codec restructuration. Update of dsp project files propertiesFrancois-Olivier Devaux
2006-12-08MJ2 codec restructuration. Update of project files (dsp, vcproj and makefile)Francois-Olivier Devaux
2006-12-08MJ2 codec restructuration. Movec compat directory to MJ2_codecFrancois-Olivier Devaux
2006-12-08MJ2 codec restructuration. Movec compat directory to MJ2_codecFrancois-Olivier Devaux
2006-12-08MJ2 codec restructuration. Created MJ2_codec directory and moved MJ2 codec ↵Francois-Olivier Devaux
files to this directory, created libopenjpeg_097 directory and moved libopenjpeg files version 0.97 to this directory
2006-12-08MJ2 codec restructuration. Created libopenjpeg_097 directory and moved ↵Francois-Olivier Devaux
libopenjpeg files version 0.97 to this directory
2006-12-08MJ2 codec restructuration. Created MJ2_codec directory and moved M2 codec ↵Francois-Olivier Devaux
files to this directory
2006-07-28*** empty log message ***Antonin Descampe
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-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
2005-03-25New 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-25Newline at end of fileFrancois-Olivier Devaux
2005-03-21Initialisation of movie->cl changed in mj2_init_stdmovieFrancois-Olivier Devaux