summaryrefslogtreecommitdiff
path: root/src/bin/jp2
AgeCommit message (Collapse)Author
2014-03-10[trunk] Make sure to always initialize variableMathieu Malaterre
2014-03-10[trunk] Fix warnings about shadow variablesMathieu Malaterre
2014-03-07[trunk] Upon failure, need to return proper return codeMathieu Malaterre
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Remove mem leak and warning reported by clangMathieu Malaterre
2014-03-07[trunk] Remove simple warnings about formatMathieu Malaterre
2014-03-07[trunk] Fix compilation in visual studio, inline cannot be used directly.Mathieu Malaterre
Fixes issue 272
2014-03-06[trunk] Remove some easy warningsMathieu Malaterre
2014-03-06[trunk] Remove warning about sign conversion.Mathieu Malaterre
Update issue 256
2014-03-06[trunk] Remove some easy warnings about sign compare reported by gccMathieu Malaterre
2014-03-04[trunk] Remove another warning. ftell returns long intMathieu Malaterre
Update issue 256
2014-03-04[trunk] Remove more conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-03[trunk] Remove easy to fix warnings about conversionMathieu Malaterre
2014-03-03[trunk] remove some simple warnings about unused paramsMathieu Malaterre
2014-03-02[trunk] Remove some simple warnings about var being set but not usedMathieu Malaterre
2014-03-02[trunk] Remove warning about -2147483648 (aka INT_MIN), causing this decimal ↵Mathieu Malaterre
constant is unsigned only in ISO C90
2014-03-01[trunk] Fix compilation on MSVC compilerMathieu Malaterre
2014-02-28[trunk] Partially rework r2506, original patch from issue 171 was totally ↵Mathieu Malaterre
bogus (untested?) and did break most of the test (eg. p1_04 family) convert.c duplicate a lot of code, this patch only adresses the PGX codec section of the code. Update issue 171 Update issue 264
2014-02-28[trunk] Remove some simple warnings in opj_dumpMathieu Malaterre
2014-02-28[trunk] Merge final patch from issue 171 with code simplification. also ↵Mathieu Malaterre
handles signed case properly. Fixes issue 171
2014-02-27[trunk] Import patch from issue 171. Only the imagetoraw part was not applied.Mathieu Malaterre
Update issue 171
2014-02-27[trunk] improve command line parser syntax checkingMathieu Malaterre
2014-02-26[trunk] Remove simple warnings about unused functionsMathieu Malaterre
2014-02-26[trunk] Properly store and use value returned by fread. Also invert nmemb ↵Mathieu Malaterre
and size in fread call. Fixes issue 262
2014-02-25[trunk] Clarify raw input in openjpeg. LSB vs MSB are now documented.Mathieu Malaterre
Fixes issue 62
2014-02-24[trunk] Fix a simple mem leakMathieu Malaterre
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-02-12[trunk] added a warning when tif conversion changes input image bitdepthAntonin Descampe
2014-02-12[trunk]re-indenting convert.cAntonin Descampe
2014-01-23[trunk] fixed another DCI compliance bugAntonin Descampe
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 indentation in opj_compress.c, renamed 2 internalAntonin Descampe
functions, added some comments
2013-03-24[trunk] enhance the support of sYCC into opj_decompress application (thanks ↵Mickael Savinaud
winfried).
2013-03-17[trunk] use everywhere the new opj_ prefix for HAVE variables and use the ↵Mickael Savinaud
opj_apps_config file (thanks to winfried)
2013-03-03[trunk] split into two config files config options related to the lib and to ↵Mickael Savinaud
the application.
2013-02-17[trunk] move to the new API for function ↵Mickael Savinaud
opj_stream_create_default_file_stream. Use now opj_stream_create_default_file_stream_v3 (WIP)
2013-02-16[trunk] move to the new API for function opj_stream_destroy. Use now ↵Mickael Savinaud
opj_stream_destroy_v3 (WIP)
2013-02-03[trunk] update convert about png writing with additional metadata (thanks ↵Mickael Savinaud
winfried)
2012-11-15[trunk]rename the cinema option to old oneMickael Savinaud
2012-11-15[trunk]update the copyright, the authors and thanks to respect the licenseMickael Savinaud
2012-11-15[trunk]rename decompress options with the goog nameMickael Savinaud
2012-11-15[trunk]extend last commits to appsMickael Savinaud
2012-10-29[trunk] Merge back JPIP modification into v2Mathieu Malaterre
This commit imports changes from openjpip.c from r2122 into openjpeg.c
2012-10-15[trunk] Remove some warnings about missing prototypes (gcc)Mathieu Malaterre
2012-10-15[trunk] remove left-over from ->jpip_on implementation. JPIP is now ↵Mathieu Malaterre
completely removed from openjp2 and openmj2. Document jpip_iptr_offset variable
2012-10-05[trunk] remove warningsMickael Savinaud
2012-10-01[trunk] Fix minor cmake styleMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal task: move source code to source dirMathieu Malaterre