opj_compress: improve help message regarding new IMF switch
[openjpeg.git] / src / bin / jp2 / opj_compress.c
2020-02-13 Even Rouaultopj_compress: improve help message regarding new IMF...
2020-02-13 Even RouaultMerge pull request #1235 from rouault/imf
2020-02-12 Even RouaultImplement writing of IMF profiles 1235/head
2018-11-16 Even RouaultMerge pull request #1160 from hlef/master
2018-10-31 Stefan WeilFix some potential overflow issues (#1161)
2018-10-31 Even RouaultMerge pull request #1163 from nforro/memory-and-resourc...
2018-10-31 Nikola ForróFix several memory and resource leaks 1163/head
2018-09-22 Even RouaultMerge branch 'pr1095'
2018-09-22 Even RouaultMerge branch 'pr1107'
2018-06-16 Even Rouaultopj_compress: try to make help message of -c switch...
2018-03-12 Even Rouaultopj_compress: fix help message regarding default precin...
2017-09-05 Even RouaultMerge pull request #1010 from rouault/subtile_decoding_...
2017-09-01 Even Rouaultopj_compress help: revert 32572617765cb9d77302384653a48...
2017-09-01 Even Rouaultopj_compress help: indicate 0 value, instead of 1,...
2017-09-01 Even Rouaultopj_compress: reorder checks related to code block...
2017-08-10 Even RouaultFix crash on encoding if using opj_set_default_encoder_...
2017-07-03 Even RouaultMerge pull request #954 from jeroen/static
2017-06-26 Even RouaultMerge pull request #957 from rouault/idwt_53_improvements
2017-06-21 Even RouaultStyle fix
2017-06-21 Even RouaultFix mingw related warnings
2017-05-15 Even RouaultMerge pull request #919 from rouault/reformat
2017-05-09 Even RouaultReformat whole codebase with astyle.options (#128)
2016-09-26 Mathieu MalaterreRemove typos from comments and man pages
2016-04-30 Antonin DescampeMerge pull request #706 from mayeut/issue135
2016-04-29 julienmalikcppcheck fix for openjp2 (#740)
2015-10-09 mayeutMerge branch 'master' into travis-abi
2015-10-06 mayeutMerge branch 'master' into coc-qcc
2015-09-25 mayeutMerge branch 'master' into travis-matrix
2015-09-25 mayeutProvide safer string copy than strncpy
2015-09-24 mayeutFix resource leaks & unchecked resource allocations
2015-09-24 mayeutFix some resource leaks
2015-07-26 mayeutRemove some warnings when building
2015-07-26 Matthieu DarboisMerge pull request #548 from mayeut/master
2015-07-26 mayeutRemove some warnings when building 548/head
2015-07-25 Matthieu DarboisMerge pull request #528 from mayeut/zlib-1.2.8
2015-07-25 Matthieu DarboisMerge pull request #521 from manisandro/bigendian
2015-07-24 mayeutRemove some warnings when building
2015-07-03 mayeutMerge pull request #514 from mayeut/issue-254
2015-07-03 Aaron Boxerfixed a few bugs
2015-07-03 Aaron Boxeradd timing to compress and decompress
2015-06-05 mayeutMerge branch 'master' into issue-254
2015-05-29 Matthieu Darbois[trunk] Fix wrong return value for opj_setup_encoder...
2015-05-28 Matthieu Darbois[trunk] Fix sscanf format specifier (fixes issue 494)
2014-12-02 Matthieu Darbois[trunk] Fixed typo in opj_compress error report (fixes...
2014-09-30 Antonin Descampe[trunk] fixes heap-buffer-overflow in parse_cmdline_encoder
2014-09-16 Antonin Descampe[trunk] improve memory management (fixes issue 359)
2014-07-03 Antonin Descampe[trunk] fixes issue #357. MCT is automatically disabled...
2014-07-01 Antonin Descampe[trunk] moved comment marker setup from opj_compress...
2014-04-28 Mathieu Malaterre[trunk] Properly handle failure to compress (remove...
2014-04-23 Antonin Descampe[trunk]removed '-x' option for index file as long as...
2014-04-23 Antonin Descampe[trunk]re-formatted help display in executables
2014-04-23 Antonin Descampe[trunk]formatted some messages. Removed -version option...
2014-04-23 Antonin Descampe[trunk]Replaced deprecated opj_stream_set_user_data...
2014-04-22 Antonin Descampe[trunk] fixed some warning and errors formatting and...
2014-04-17 Antonin Descampe[trunk] refactoring of rsiz, profiles, and extensions...
2014-04-03 Antonin Descampe[trunk] updated copyright and added copyright notice...
2014-04-02 Antonin Descampe[trunk] fixed a bug triggering SEGFAULT on debug mode...
2014-03-26 Antonin Descampe[trunk] fixed warnings triggered on linux related to...
2014-03-26 Antonin Descampe[trunk] add ability in opj_compress to input subsampled...
2014-03-25 Antonin Descampe[trunk] fixed bug related to r2791
2014-03-25 Antonin Descampe[trunk] fixed warning due induced by r2791
2014-03-25 Antonin Descampe[trunk] add "-mct {0,1,2}" option to opj_compress to...
2014-03-10 Mathieu Malaterre[trunk] Fix warnings about shadow variables
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Remove mem leak and warning reported by clang
2014-03-07 Mathieu Malaterre[trunk] Remove simple warnings about format
2014-03-04 Mathieu Malaterre[trunk] Remove another warning. ftell returns long int
2014-02-27 Mathieu Malaterre[trunk] improve command line parser syntax checking
2014-02-26 Mathieu Malaterre[trunk] Remove simple warnings about unused functions
2014-02-26 Mathieu Malaterre[trunk] Properly store and use value returned by fread...
2014-02-25 Mathieu Malaterre[trunk] Clarify raw input in openjpeg. LSB vs MSB are...
2014-02-12 Antonin Descampe[trunk] moved logic related to cinema profiles in libra...
2014-01-23 Antonin Descampe[trunk] fixed another DCI compliance bug
2014-01-22 Antonin Descampe[trunk] fixed several bugs in cinema mode (2K 24/48...
2014-01-16 Antonin Descampe[trunk] fixed indentation in opj_compress.c, renamed...
2013-03-17 Mickael Savinaud[trunk] use everywhere the new opj_ prefix for HAVE...
2013-03-03 Mickael Savinaud[trunk] split into two config files config options...
2013-02-17 Mickael Savinaud[trunk] move to the new API for function opj_stream_cre...
2013-02-16 Mickael Savinaud[trunk] move to the new API for function opj_stream_des...
2012-11-15 Mickael Savinaud[trunk]rename the cinema option to old one
2012-11-15 Mickael Savinaud[trunk]update the copyright, the authors and thanks...
2012-11-15 Mickael Savinaud[trunk]rename decompress options with the goog name
2012-11-15 Mickael Savinaud[trunk]extend last commits to apps
2012-10-29 Mathieu Malaterre[trunk] Merge back JPIP modification into v2
2012-10-15 Mathieu Malaterre[trunk] Remove some warnings about missing prototypes...
2012-10-15 Mathieu Malaterre[trunk] remove left-over from ->jpip_on implementation...
2012-10-05 Mickael Savinaud[trunk] remove warnings
2012-09-28 Mathieu Malaterre[trunk] FolderReorgProposal task: rename cli tools