summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2014-02-12[trunk] moved logic related to cinema profiles in library (was inAntonin Descampe
opj_compress.c). This enables one using the library with its own executable to easily ask for cinema profiles.
2014-01-22[trunk] fixed several bugs in cinema mode (2K 24/48 fps, and 4K). TrunkAntonin Descampe
now produces compliant DCI code-streams.
2014-01-16[trunk] fixed DCI-compliant codestream generation (-cinema2K and -Antonin Descampe
2013-10-15complete openjpeg2 pkgconfig support, bug #68Rex Dieter
2013-09-26[trunk] Import patch from bug #241Mathieu Malaterre
2013-03-25[trunk] use the private version of opj_config to avoid compilation error ↵Mickael Savinaud
into mj2
2013-03-25[trunk] use opj_config_private.h into the opj_inttypes.h Mickael Savinaud
2013-03-25[trunk] separate the opj_config file between public and private part to ↵Mickael Savinaud
avoid expose unused variables into the public API.
2013-03-24[trunk] managed nicely the case where TPSot value is incorrect (thanks ↵Mickael Savinaud
winfried). Update the test suite to check this case. Updates issue 202. Updates issue 206. Update issue 208
2013-03-17[trunk] manage correctly the case where meth value is not correct (thanks ↵Mickael Savinaud
winfried)
2013-03-17[trunk] correct issue 188 (thanks winfried) and add test about it. Fixes ↵Mickael Savinaud
issue 188
2013-03-17[trunk]remove wrong code in mj2 library detected by winfried (thanks to you)Mickael Savinaud
2013-03-13[trunk] use the opj_ prefix for the HAVE_FSEEKO variableMickael Savinaud
2013-03-13[trunk] correct missing variable in openjpeg config fileMickael Savinaud
2013-03-03[trunk] remove some unused variable from opj_config and rename other one ↵Mickael Savinaud
with opj_ prefix
2013-03-03[trunk] split into two config files config options related to the lib and to ↵Mickael Savinaud
the application.
2013-02-18[trunk] add the prefix opj_ to deprecated everywhereMickael Savinaud
2013-02-17[trunk] update documentation of new functions _v3 and mark deprecated ↵Mickael Savinaud
related functions
2013-02-16[trunk] rename deprecated macro with opj_ prefix and use it for ↵Mickael Savinaud
opj_stream_destroy function
2013-02-16[trunk] add functions to avoid to use FILE* into the API (thanks winfried). Mickael Savinaud
Update issue 120 and update issue 198
2013-02-03[trunk] backout one part of the rev 2266Mickael Savinaud
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 ↵Mickael Savinaud
(decoding part) and add tests about issue 5 and issue 62
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
initial opj_tgt_create as found in openjpeg 1.5, and extend with the 3rd dimension.
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
OPJ_HAVE_STDINT_H
2012-12-04[trunk] add openjpeg.h in some files of openjpip to use some opj type ↵Mickael Savinaud
(thanks winfried)
2012-12-03[trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of ↵Mickael Savinaud
stdio.h in openjpeg.h. Fixes issue 197
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 ↵Mathieu Malaterre
parameter in COM. This is non-standard.
2012-11-28[trunk] As per T.809 code block are not shifted in JP3DMathieu Malaterre
Table A.7 3D code-block width, height and depth exponent values xcb = value, ycb = value or zcb = value. NOTE – This redefines Rec. ITU-T T.800 | ISO/IEC 15444-1 significantly! The 3D code-block width, height and depth are limited to powers of two with the minimum size being 20 and the maximum being 210. Further, the 3D code-block size is restricted so that 4 ≤ xcb+ycb+zcb ≤ 18.
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 ↵Mathieu Malaterre
marker just before COD.
2012-11-28[trunk] Fix issue with ITU-T T.809 (05/2011)Mathieu Malaterre
- ZSI is now known as NSI (FF54) - NSI now stores Ndim (=3) - CAP extended marker was not set properly
2012-11-26[trun[trunk] check if the dx and dy steps are not incorrect according to the ↵Mickael Savinaud
JPEG2000 norm (thanks Even). Test associated to this issue should nicely fail. Fixes issue 194
2012-11-26[trunk] check if the number of tiles is not incorrect regarding the JPEG2000 ↵Mickael Savinaud
norm (thanks Even). Test associated to this issue should nicely fail. Fixes issue 163
2012-11-26[trunk] check the index of the component in read_qcc (thanks Even). fixes ↵Mickael Savinaud
issue 192
2012-11-26[trunk] update test suite with issue 191 to 194 and update patch for 191 ↵Mickael Savinaud
which should fail properly
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] add opj_ prefix to some internal define and use the new opj type ↵Mickael Savinaud
instead of int and float in some files
2012-11-15[trunk] update some applications with new OPJ_BOOL typeMickael Savinaud