[trunk] fix warnings when printing large integers
[openjpeg.git] / libopenjpeg / j2k.c
2011-12-01 Julien Malik[trunk] fix warnings when printing large integers
2011-12-01 Mickael Savinaud[trunk] fix a warning about a recent commit (1104)
2011-11-30 Mickael Savinaud[trunk] fix bug during random access to tile (tile...
2011-11-30 Julien Malik[trunk] implement Large File support in the library
2011-11-17 Mickael Savinaud[trunk] WIP: fix bug when decoding an area or a tile...
2011-11-17 Mickael Savinaud[trunk] WIP: enhance j2k_to_image with new get_decoded_...
2011-11-17 Mickael Savinaud[trunk] WIP: add a set decoded resolution factor functi...
2011-11-09 Mickael Savinaud[trunk] WIP: fix get_decoded_tile function to avoid...
2011-11-08 Mickael Savinaud[trunk] WIP: add get_decoded_tile functionality
2011-11-08 Mickael Savinaud[trunk] WIP: clean and enhance j2k files
2011-10-21 Mickael Savinaud[trunk] WIP: manage output image with area correponding...
2011-10-21 Mickael Savinaud[trunk] WIP: enhance codestream index generation
2011-10-20 Mickael SavinaudWIP: remove memory leak about new jp2_read_marker function
2011-10-20 Mickael Savinaud[trunk] WIP: remove previous commit about memory leak...
2011-10-20 Mickael Savinaud[trunk] WIP: solve memory leak with ppm read function
2011-10-12 Mickael Savinaud[trunk] WIP: correct some memory leaks in applications...
2011-10-12 Mickael Savinaud[trunk] WIP: add a read CBD marker function (JPEG2000...
2011-10-12 Mickael Savinaud[trunk] WIP: add a read MCO marker function (JPEG2000...
2011-10-12 Mickael Savinaud[trunk] WIP: add a read MCC marker function (JPEG2000...
2011-10-12 Mickael Savinaud[trunk] WIP: add a read MCT marker function (JPEG2000...
2011-10-11 Mickael Savinaud[trunk] WIP: correct a segfault inside j2k_dump output
2011-10-11 Mickael Savinaud[trunk] WIP: add stream length value to read unknown...
2011-10-11 Mickael Savinaud[trunk] WIP: add output elements about decoding of...
2011-10-11 Mickael Savinaud[trunk] WIP: correct mistake with JP2 files and manage...
2011-10-07 Mickael Savinaud[trunk] WIP: correct mistake in text output inside...
2011-10-07 Mickael Savinaud[trunk] WIP: correct mistake inside set_decoded_area...
2011-10-05 Mickael Savinaud[trunk] WIP: fix the decoding process with conformance...
2011-09-27 Mickael Savinaud[trunk] WIP: fix some warnings about a static function...
2011-09-27 Mickael Savinaud[trunk] WIP: add basis for a new output management...
2011-09-21 Mickael Savinaud[trunk] WIP: clean the j2k_dump application and the...
2011-09-20 Mickael SavinaudWIP: fixed build issues with JPWL option ON
2011-09-19 Mickael SavinaudWIP: begin to test opj_decode_tile_data
2011-09-19 Mickael SavinaudWIP: update t1, t2, tcd to use same strut as in V2
2011-09-19 Mickael SavinaudWIP: begin to test opj_read_tile_header with V2 style
2011-09-19 Mickael SavinaudWIP: create a new framework to output file information
2011-09-19 Mickael SavinaudWIP: remove a piece of code copy by the merge op at...
2011-09-19 Mickael SavinaudWIP: enchance the new version with some bug fixes from...
2011-09-19 Mickael SavinaudWIP: add support of jp2 for new j2k_dump function and...
2011-09-19 Mickael SavinaudWIP: new image_header struct is used and enable used...
2011-09-19 Mickael SavinaudWork In Progress: insert elements from V2 framework...
2011-09-09 Antonin DescampeTRUNK:added a new indexer functionality to the library...
2011-08-11 Mickael Savinaudfixed build error with position of variable declaration...
2011-08-10 Mickael Savinaudfixed glibc error with broken2 and broken4 images
2011-08-10 Mickael Savinaudremoved unused parameters warnings with the solution...
2011-07-28 Mickael Savinaudmanage case 0 frames inside yuv_num_frames function...
2011-06-03 Mathieu Malaterreadding partno and numpart info as part of the warning...
2011-05-18 Antonin Descampedefined new type "opj_bool", and new constants OPJ_FALS...
2011-05-16 Antonin Descampefixed part of issue 69, when tile-part index is inconsi...
2011-01-02 Antonin Descampebug fixes to enable cmake compilation on WIN32 platform...
2010-06-22 Mathieu MalaterreAlso dump the image info as well as cp info.
2010-03-24 Francois-Olivier... Code improvements using 'g++-4.4.0' to trace the code...
2008-05-22 Antonin Descampefixed a bug in j2k.c (j2k_write_sod) that allowed to...
2008-05-22 Antonin Descampeadditional test to avoid crash due to invalid image...
2007-12-19 Parvatha ElangovanIn pi.c, removed the Recursive function pi_check_next_l...
2007-11-27 Francois-Olivier... Fixed the maximum number of resolutions a user can...
2007-11-14 Francois-Olivier... Patch by Callum Lerwick. Instead of reinventing realloc...
2007-11-05 Giuseppe BaruffaFixed a bug which prevented JPWL from working on multi...
2007-10-18 Francois-Olivier... Patch from Callum Lewick. Memset patch. See ChangeLog...
2007-10-12 Francois-Olivier... Changed the way the image structure is allocated when...
2007-09-19 Parvatha ElangovanFixed issues with generation of SOP marker.
2007-09-17 Francois-Olivier... Fixed issues with cstr_info when codestream has compone...
2007-09-11 Giuseppe BaruffaJPWL encoding is finalized correctly into the JP2 file...
2007-09-07 Francois-Olivier... Indexes can now be generated when decoding J2K codestreams.
2007-09-06 Giuseppe BaruffaOne more field in the codestream_info struct for record...
2007-09-04 Giuseppe BaruffaAdded some fields in the codestream_info structure...
2007-09-03 Giuseppe BaruffaAdded the knowledge of JPSEC SEC and INSEC markers...
2007-08-30 Francois-Olivier... Changed the OpenJPEG library interface to enable users...
2007-08-28 Francois-Olivier... Fixed wrong destructors called in openjpeg.c
2007-08-24 Parvatha ElangovanThe end of main header is calculated after TLM and...
2007-08-21 Francois-Olivier... Memory leaks fixed
2007-08-08 Francois-Olivier... Fixed the DCinema filesize allocation. It now includes...
2007-07-13 Francois-Olivier... (no commit message)
2007-06-15 Francois-Olivier... Fixed the generation of index files. Now works with...
2007-05-23 Francois-Olivier... Bug fixed by Sylvain Munaut. Change in the reading...
2007-05-10 Francois-Olivier... Possibility to choose to apply MCT (multiple component...
2007-04-04 Parvatha ElangovanDigital cinema compliance for 4K chosen by "-cinema4K...
2007-03-29 Parvatha ElangovanEnable accepting file names with `-´ symbol .Modificati...
2007-03-27 Giuseppe BaruffaFollowing to Hervé's suggestions, all the exit() calls...
2007-03-21 Parvatha ElangovanFixed j2k_prog_order_list[]. Modifications in j2k.c.
2007-03-20 Parvatha ElangovanAdded feature for generation of tile parts. Modificatio...
2007-03-07 Parvatha ElangovanAdded option for Digital cinema profile compliant codes...
2007-02-19 Francois-Olivier... Added OPJ_LIMIT_DECODING enabling us to limit the decod...
2007-01-31 Francois-Olivier... Extra tokens at the end of #endif directive corrected...
2007-01-15 Francois-Olivier... Copyright update
2006-12-04 Francois-Olivier... First integration of JPWL code
2006-10-31 Antonin Descampeadded the ability to specify the rate as "float" (befor...
2006-01-18 Freeimagechanged the name of j2k_realloc to opj_realloc
2005-12-08 Antonin DescampeOpenJPEG version 1.1
2005-12-02 Antonin Descampeopenjpeg version 1.0 (previous version still available...
2005-11-08 Antonin Descampesmall changes to remove warnings related to signedness
2005-11-01 Antonin DescampeChanges proposed by Mathieu Malaterre from the GDCM...
2005-09-20 Antonin Descampebug fixed when asking for an index with more than ...
2005-09-13 Antonin Descampebug fixed when freeing the memory allocated if ppm...
2005-06-02 Francois-Olivier... Conversions from int to unsigned int to ensure correct...
2005-03-25 Francois-Olivier... #endif;
2005-03-16 Francois-Olivier... Modifications made to enable the decoding of a J2K...
2005-01-26 Antonin Descampe* function getopt added to the decoder (to efficiently...
2004-11-29 Antonin DescampeIndex structure adpated for other progression orders...
2004-11-15 Francois-Olivier... fprintf correctly redirected to stderr or stdout
2004-08-06 Antonin Descampe* Inserted tool for memory leaks fixing in debug mode
next