| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-25 | processed all c/h files through astyle with opj_astyle.cfgcodingstyle | Antonin Descampe | |
| 2015-10-07 | Fix warnings for C++ | Stefan Weil | |
| g++ complains about invalid conversions like these ones: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive] error: invalid conversion from ‘void*’ to ‘opj_precision* {aka opj_prec*}’ [-fpermissive] Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-09-25 | Provide safer string copy than strncpy | mayeut | |
| As per @boxerab suggestion in commit b9ca882749597e4943e609daba1d3c27694fe2ff | |||
| 2015-09-25 | Fix resource leaks & unchecked resource allocations | mayeut | |
| 2014-04-23 | [trunk]re-formatted help display in executables | Antonin Descampe | |
| 2014-04-23 | [trunk]formatted some messages. Removed -version option to disambiguate | Antonin Descampe | |
| with -v(erbose) option, added version info in help display | |||
| 2014-04-23 | [trunk]Replaced deprecated opj_stream_set_user_data function from API | Antonin 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-03 | [trunk] updated copyright and added copyright notice required by ISO, in ↵ | Antonin Descampe | |
| each file; updated AUTHORS, NEWS | |||
| 2014-03-14 | [trunk] Add internal implementation to dump all tiles/comp info | Mathieu Malaterre | |
| Eg: opj_dump -f 8 -i input.j2k Update issue 3 | |||
| 2014-03-07 | [trunk] Another round of fixes for sign conversion warnings. | Mathieu Malaterre | |
| Update issue 256 | |||
| 2014-02-28 | [trunk] Remove some simple warnings in opj_dump | Mathieu Malaterre | |
| 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]update the copyright, the authors and thanks to respect the license | Mickael Savinaud | |
| 2012-11-15 | [trunk]extend last commits to apps | Mickael Savinaud | |
| 2012-10-15 | [trunk] Remove some warnings about missing prototypes (gcc) | Mathieu Malaterre | |
| 2012-09-28 | [trunk] FolderReorgProposal task: rename cli tools | Mathieu Malaterre | |
| Update issue 177 | |||
