summaryrefslogtreecommitdiff
path: root/src/bin/jp2/opj_compress.c
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2015-09-25Provide safer string copy than strncpymayeut
As per @boxerab suggestion in commit b9ca882749597e4943e609daba1d3c27694fe2ff
2015-09-25Fix resource leaks & unchecked resource allocationsmayeut
2015-09-24Fix some resource leaksmayeut
2015-07-26Remove some warnings when buildingmayeut
Update #442
2015-07-26Remove some warnings when buildingmayeut
Update #442
2015-07-24Remove some warnings when buildingmayeut
Update #442
2015-07-03fixed a few bugsAaron Boxer
2015-07-03add timing to compress and decompressAaron Boxer
2015-05-29[trunk] Fix wrong return value for opj_setup_encoder & ↵Matthieu Darbois
opj_set_decoded_resolution_factor (fixes issue 497) Thanks Aaron.
2015-05-28[trunk] Fix sscanf format specifier (fixes issue 494)Matthieu Darbois
Thanks Aaron.
2014-12-02[trunk] Fixed typo in opj_compress error report (fixes issue 350)Matthieu Darbois
2014-09-30[trunk] fixes heap-buffer-overflow in parse_cmdline_encoderAntonin Descampe
Fixes issue 403 Thanks Matthieu
2014-09-16[trunk] improve memory management (fixes issue 359)Antonin Descampe
2014-07-03[trunk] fixes issue #357. MCT is automatically disabled whenAntonin Descampe
subsamppling is detected.
2014-07-01[trunk] moved comment marker setup from opj_compress to the libraryAntonin Descampe
2014-04-28[trunk] Properly handle failure to compress (remove file)Mathieu Malaterre
Fixes issue 323
2014-04-23[trunk]removed '-x' option for index file as long as it's brokenAntonin Descampe
2014-04-23[trunk]re-formatted help display in executablesAntonin Descampe
2014-04-23[trunk]formatted some messages. Removed -version option to disambiguateAntonin Descampe
with -v(erbose) option, added version info in help display
2014-04-23[trunk]Replaced deprecated opj_stream_set_user_data function from APIAntonin Descampe
with its 'v3' version, and removed all other 'v3' suffixes from API.
2014-04-22[trunk] fixed some warning and errors formatting and add a '-version'Antonin Descampe
option to opj_compress and opj_decompress binaries
2014-04-17[trunk] refactoring of rsiz, profiles, and extensions managementAntonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-04-02[trunk] fixed a bug triggering SEGFAULT on debug mode (uninitializedAntonin Descampe
structure)
2014-03-26[trunk] fixed warnings triggered on linux related to r2802Antonin Descampe
2014-03-26[trunk] add ability in opj_compress to input subsampled images throughAntonin Descampe
'-F' (aka raw option). Let the user input raw images with 444, 422, 420 (etc) subsampling. To be used in conjunction with '-mct 0' option to compress subsampled YCC images.
2014-03-25[trunk] fixed bug related to r2791Antonin Descampe
2014-03-25[trunk] fixed warning due induced by r2791Antonin Descampe
2014-03-25[trunk] add "-mct {0,1,2}" option to opj_compress to allow MCT to beAntonin Descampe
disabled if needed.
2014-03-10[trunk] Fix warnings about shadow variablesMathieu Malaterre
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-04[trunk] Remove another warning. ftell returns long intMathieu Malaterre
Update issue 256
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-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-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-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)
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