[trunk] Add internal implementation to dump all tiles/comp info
[openjpeg.git] / src / lib / openjp2 / j2k.c
2014-03-14 Mathieu Malaterre[trunk] Add internal implementation to dump all tiles...
2014-03-14 Mathieu Malaterre[trunk] Prevent a leak when reading PPT markers
2014-03-13 Mathieu Malaterre[trunk] Add some sanity checks when reading Ippm(i...
2014-03-13 Mathieu Malaterre[trunk] Make sure to reallocate ppm data buffer when...
2014-03-13 Mathieu Malaterre[trunk] Add debug code to extract decompressed image...
2014-03-12 Mathieu Malaterre[trunk] Make sure when reading POC that number of layer...
2014-03-11 Mathieu Malaterre[trunk] Add debug info to track issue 80
2014-03-10 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-10 Mathieu Malaterre[trunk] Remove a set of warning about sign conversion
2014-03-07 Mathieu Malaterre[trunk] Fix mem leaks reported by cppcheck
2014-03-06 Mathieu Malaterre[trunk] Revert r2597 for now, since it breaks a lot...
2014-03-06 Mathieu Malaterre[trunk] Remove warning about sign conversion.
2014-03-06 Mathieu Malaterre[trunk] Remove warning about sign conversion.
2014-03-04 Mathieu Malaterre[trunk] Remove some conversion warnings reported by gcc
2014-03-03 Mathieu Malaterre[trunk] Remove deprecated functions (not called anywher...
2014-03-02 Mathieu Malaterre[trunk] Remove simple warnings about comments, missing...
2014-02-28 Mathieu Malaterre[trunk] Remove easy uint32 <-> int32 conversions
2014-02-28 Mathieu Malaterre[trunk] Re-import chunk from r2458 that made textGBR...
2014-02-28 Mathieu Malaterre[trunk] Rework r2458, instead we should reject 451...
2014-02-28 Mathieu Malaterre[trunk] Really apply r2460 this time, but fix the origi...
2014-02-27 Mathieu Malaterre[trunk] add a sentinel in debug code
2014-02-26 Mathieu Malaterre[trunk] revert r2460 since it breaks ETS-C1P0-p0_03...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import (ugly) patch from sumatrapdf team. This...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. Original...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-12 Antonin Descampe[trunk] replaced fprintf with event_mgr in cinema-relat...
2014-02-12 Antonin Descampe[trunk] moved logic related to cinema profiles in libra...
2014-01-22 Antonin Descampe[trunk] fixed several bugs in cinema mode (2K 24/48...
2014-01-16 Antonin Descampe[trunk] fixed DCI-compliant codestream generation ...
2013-03-24 Mickael Savinaud[trunk] managed nicely the case where TPSot value is...
2012-11-26 Mickael Savinaud[trun[trunk] check if the dx and dy steps are not incor...
2012-11-26 Mickael Savinaud[trunk] check if the number of tiles is not incorrect...
2012-11-26 Mickael Savinaud[trunk] check the index of the component in read_qcc...
2012-11-26 Mickael Savinaud[trunk] update test suite with issue 191 to 194 and...
2012-11-19 Mickael Savinaud[trunk] fix issue 191 (thanks Even)
2012-11-16 Mickael Savinaud[trunk] add opj_ prefix to some internal define and...
2012-11-15 Mickael Savinaud[trunk] add an assert to spot a problem. update issue 189
2012-11-15 Mickael Savinaud[trunk]update the copyright, the authors and thanks...
2012-11-15 Mickael Savinaud[trunk] move opj_bool to OPJ_BOOL to follow the other...
2012-11-15 Mickael Savinaud[trunk] rename public symbols with OPJ_ prefix (enum...
2012-11-15 Mickael Savinaud[trunk] rename public symbols with OPJ_ prefix
2012-11-13 Mickael Savinaud[trunk] remove warnings raised by vs11-beta analyzer
2012-11-13 Mickael Savinaud[trunk] remove warnings raised by flags -Wall -Wextra...
2012-11-13 Mickael Savinaud[trunk] remove warnings raised by flags -Wall -Wextra...
2012-11-13 Mickael Savinaud[trunk] manage the case where the SOT marker is alone...
2012-10-29 Mickael Savinaud[trunk] remove warnings related to the use of -Wall...
2012-10-26 Mickael Savinaud[trunk]remove some warnings raised by Wall
2012-10-25 Mickael Savinaud[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v...
2012-10-25 Mickael Savinaud[trunk] [trunk] remove old opj_cp and rename opj_cp_v2...
2012-10-25 Mickael Savinaud[trunk] rename opj_tcd_truct_v2 to opj_tcd_struct
2012-10-25 Mickael Savinaud[trunk] rename opj_j2k_v2 to opj_j2k
2012-10-25 Mickael Savinaud[trunk] correct a mis use of an old struct
2012-10-25 Mickael Savinaud[trunk] rename opj_event_msg_v2 to opj_event_msg
2012-10-25 Mathieu Malaterre[trunk] Rework r2077
2012-10-24 Mickael Savinaud[trunk] add the support of complex mct encoding when...
2012-10-15 Mathieu Malaterre[trunk] Fix compilation:
2012-10-05 Mathieu Malaterre[trunk] Fix spelling. writting -> writing
2012-10-05 Mickael Savinaud[trunk] rename int.h to opj_intmath.h and rename all...
2012-10-03 Mickael Savinaud[trunk]rename pi_update_encoding_parameters to opj_pi_u...
2012-09-28 Mathieu Malaterre[trunk] Start FolderReorgProposal task