rename j2k_read_siz_v2 to opj_j2k_read_siz
[openjpeg.git] / libopenjpeg / j2k.c
2012-08-09 Mickael Savinaudrename j2k_read_siz_v2 to opj_j2k_read_siz
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_read_siz
2012-08-09 Mickael Savinaudrename j2k_read_sod_v2 to opj_j2k_read_sod
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_read_sod
2012-08-09 Mickael Savinaudrename j2k_read_sot_v2 to opj_j2k_read_sot
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_read_sot
2012-08-09 Mickael Savinaudrename j2k_read_soc_v2 to opj_j2k_read_soc
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_read_soc
2012-08-09 Mickael Savinaudrename j2k_decode_v2 to opj_j2k_decode
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_decode
2012-08-09 Mickael Savinaudrename j2k_setup_decoder_v2 to opj_j2k_setup_decoder
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_setup_decoder
2012-08-09 Mickael Savinaudrename j2k_create_decompress_v2 to opj_j2k_create_decom...
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_create_decompre...
2012-08-09 Mickael Savinaud[trunk] define local functions of j2k.c as static and...
2012-08-09 Mickael Savinaud[trunk] move allocation of cstr_index->tile_index to...
2012-07-11 Mathieu Malaterre[trunk] Fix r156 to compile on compilers where false...
2012-07-11 Mathieu Malaterre[trunk] This fixes issues seen on PDF files
2012-07-10 Mathieu Malaterre[trunk] Fix heap buffer overflow
2012-05-22 Mathieu Malaterre[trunk] error message typo, refer PLT instead of PLM
2012-05-21 Mathieu Malaterre[trunk] add sentinel when tile_index is null
2012-05-21 Mickael SavinaudComment the using of j2k_add_marker function into a...
2012-05-14 Mickael Savinaud(no commit message)
2012-05-14 Mathieu Malaterre[trunk] Fix minor typo in error message.
2012-05-14 Mickael Savinaudadding jp2_encode_v2 from v2 branches; using the right...
2012-05-14 Mickael Savinaudadd new functions in jp2 codec from v2 branches; solve...
2012-05-14 Mickael SavinaudCorrect a mistake about declaration of j2k_write_eoc_v2
2012-05-13 Mickael Savinaudsolve problem with input of image_to_j2k; using the...
2012-04-13 Mickael Savinaud[trunk] correct a wrong assert in j2k.c
2012-03-26 Mathieu Malaterre[trunk] fix compilation when jpwl option is ON.
2012-03-23 Mickael Savinaud[trunk] add test_tile_encoder test and function related
2012-03-19 Mathieu Malaterre[trunk] move functionalities of stdint/inttype into...
2012-03-17 Mathieu Malaterre[trunk] Quick fix for MS compilers which do not ship...
2012-03-17 Mathieu Malaterre[trunk] Fix numerous warnings about signed vs unsigned...
2012-03-17 Mathieu Malaterre[trunk] HACK: This commit remove some JPWL related...
2012-03-15 Mickael Savinaud[trunk] modify image_to_j2k and the lib to support...
2012-03-09 Mickael Savinaud[trunk] reverted to revision 1536
2012-03-09 Mickael Savinaud[trunk] add j2k_post_write_tile in trunk from branch v2
2012-03-09 Mickael Savinaud[trunk] add j2k_get_tile_data in trunk from branch v2
2012-03-09 Mickael Savinaud[trunk] add j2k_pre_write_tile function in trunk from...
2012-03-09 Mickael Savinaud[trunk] first steps about merge compression WIP
2012-03-02 Mathieu Malaterre[trunk] Fix a bunch of warning about C++ comments in...
2012-03-02 Mathieu Malaterre[trunk] merge rev 1228 from 1.5 to trunk
2012-03-02 Mickael Savinaud[trunk] correct bug when we expand the list of marker...
2012-03-02 Mickael Savinaud[trunk] check the PSot value during the reading of...
2011-12-07 Mickael Savinaud[trunk] remove some warnings detected by cppcheck
2011-12-06 Mathieu MalaterreApply patch from Brad Hards to fix some typos.
2011-12-01 Mickael Savinaud[trunk] fix a bug during the creation of the codestream...
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...
next