summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-03[trunk] JP3D: Fix issue with Z handling in packet iteratorMathieu Malaterre
2013-01-03[trunk] JP3D: Handles errors properlyMathieu Malaterre
2013-01-03[trunk] JP3D: remove old debugMathieu Malaterre
2013-01-02[trunk] JP3D: convert from DOS to UNIX eolMathieu Malaterre
2013-01-02[trunk] JP3D: remove exe bit from source filesMathieu Malaterre
2012-12-18[trunk] merge from branch 1.5 a correction about large code-block data (decod...Mickael Savinaud
2012-12-11[trunk] remove left over from v2 transitionMathieu Malaterre
2012-12-11[trunk] JP3D: completely redo the opj_tgt_create function. Take as input the ...Mathieu Malaterre
2012-12-04[trunk] correct the new name of OPJ_HAVE_STDINT_H everywhereMickael Savinaud
2012-12-04[trunk] remove SSIZE which is unused in openjpeg and rename HAVE_STDINT_H to ...Mickael Savinaud
2012-12-04[trunk] add openjpeg.h in some files of openjpip to use some opj type (thanks...Mickael Savinaud
2012-12-03[trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of st...Mickael Savinaud
2012-12-03[trunk] correct the encoding of colr box information (thanks Winfried) Mickael Savinaud
2012-12-03[trunk]add the pkgconfig support for openjp2 (thanks Winfried)Mickael Savinaud
2012-11-28[trunk] JP3D codec was trying to pull information from the registration param...Mathieu Malaterre
2012-11-28[trunk] As per T.809 code block are not shifted in JP3DMathieu Malaterre
2012-11-28[trunk] JP3D: this is safe to write comment using Registration: ISO-8859-15Mathieu Malaterre
2012-11-28[trunk] JP3D fix issue with Registration value in COM marker. Move COM marker...Mathieu Malaterre
2012-11-28[trunk] jp3d: fix command line parsing for subsamplingMathieu Malaterre
2012-11-28[trunk] Fix issue with ITU-T T.809 (05/2011)Mathieu Malaterre
2012-11-26[trun[trunk] check if the dx and dy steps are not incorrect according to the ...Mickael Savinaud
2012-11-26[trunk] check if the number of tiles is not incorrect regarding the JPEG2000 ...Mickael Savinaud
2012-11-26[trunk] check the index of the component in read_qcc (thanks Even). fixes iss...Mickael Savinaud
2012-11-26[trunk] update test suite with issue 191 to 194 and update patch for 191 whic...Mickael Savinaud
2012-11-19[trunk] fix issue 191 (thanks Even)Mickael Savinaud
2012-11-19[trunk]remove not used structuresMickael Savinaud
2012-11-16[trunk] remove the extended struct it is a bad ideaMickael Savinaud
2012-11-16[trunk] add extended capacities for future developmentMickael Savinaud
2012-11-16[trunk] rename USE_LEGACY into OPJ_USE_LEGACY for consistency with other #defineMathieu Malaterre
2012-11-16[trunk] Attempt to fix compilation error with mj2Mathieu Malaterre
2012-11-16[trunk] Attempt to fix compilation error with mj2Mathieu Malaterre
2012-11-16[trunk] solve the problem with new opj_ symbols in color.cMickael Savinaud
2012-11-16[trunk] add opj_ prefix to some internal define and use the new opj type inst...Mickael Savinaud
2012-11-15[trunk]rename the cinema option to old oneMickael Savinaud
2012-11-15[trunk] update some applications with new OPJ_BOOL typeMickael Savinaud
2012-11-15[trunk] use OPJ_INT32 instead of int in t2.cMickael Savinaud
2012-11-15[trunk] rename function with the new opj_ prefixMickael Savinaud
2012-11-15[trunk] solve a potential bug when we test the reallocMickael Savinaud
2012-11-15[trunk] add an assert to spot a problem. update issue 189Mickael Savinaud
2012-11-15[trunk]update the copyright, the authors and thanks to respect the licenseMickael Savinaud
2012-11-15[trunk] propagate the new OPJ_ symbol and type to openjpipMickael Savinaud
2012-11-15[trunk]rename decompress options with the goog nameMickael Savinaud
2012-11-15runk] fix the documentation of the APIMickael Savinaud
2012-11-15[trunk]extend last commits to appsMickael Savinaud
2012-11-15[trunk] move opj_bool to OPJ_BOOL to follow the other typeMickael Savinaud
2012-11-15[trunk]remove OPJ_LIMIT_DECODING struct which is not useful for v2 APIMickael Savinaud
2012-11-15[trunk] rename public symbols with OPJ_ prefix (enum part)Mickael Savinaud
2012-11-15[trunk] rename public symbols with OPJ_ prefixMickael Savinaud
2012-11-13[trunk] remove warnings raised by flags -Wall -Wextra -pedanticMickael Savinaud
2012-11-13[trunk] remove warnings raised by vs11-beta analyzerMickael Savinaud