| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-13 | Merge branch 'bit-fields-type' of https://github.com/smuehlst/openjpeg into ↵ | Antonin Descampe | |
| smuehlst-bit-fields-type | |||
| 2016-07-25 | Create separate type for bit-fields. | Stephan Mühlstrasser | |
| The definition of bit-fields with type OPJ_UINT32 caused complilation errors on IBM iSeries, because OPJ_UINT32 is defined as uint32_t, and uint32_t is defined as unsigned long in <stdint.h>. The definition of bit-fields with an integer type of a specific size doesn't make sense anyway. | |||
| 2016-05-25 | Add opj_codec_set_threads() in public API and propagate resulting thread ↵ | Even Rouault | |
| pool to tcd level By default, only the main thread is used. If opj_codec_set_threads() is not used, but the OPJ_NUM_THREADS environment variable is set, its value will be used to initialize the number of threads. The value can be either an integer number, or "ALL_CPUS". If OPJ_NUM_THREADS is set and this function is called, this function will override the behaviour of the environment variable. | |||
| 2015-09-29 | Fix typos in comments and string | Stefan Weil | |
| Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-07-30 | Remove printf/fprintf to stdout/stderr throughout openjp2 lib | mayeut | |
| Update uclouvain/openjpeg#246 | |||
| 2014-12-12 | [trunk] Reduce encoder code block memory usage for non 64x64 code block ↵ | Matthieu Darbois | |
| sizes (fixes issue 444) | |||
| 2014-11-19 | [trunk] replace OPJ_MACRO_TCD_ALLOCATE macro by inlined function (fixes ↵ | Matthieu Darbois | |
| issue 433) | |||
| 2014-11-03 | [trunk] significantly reduces memory for single tile RGB encoding (fixes | Antonin Descampe | |
| issue 375) | |||
| 2014-04-03 | [trunk] updated copyright and added copyright notice required by ISO, in ↵ | Antonin Descampe | |
| each file; updated AUTHORS, NEWS | |||
| 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-11-15 | [trunk]update the copyright, the authors and thanks to respect the license | Mickael Savinaud | |
| 2012-11-15 | [trunk] move opj_bool to OPJ_BOOL to follow the other type | Mickael Savinaud | |
| 2012-10-25 | [trunk] [trunk] remove old opj_tcp and rename opj_tcp_v2 to opj_tcp | Mickael Savinaud | |
| 2012-10-25 | [trunk] [trunk] remove old opj_cp and rename opj_cp_v2 to opj_cp | Mickael Savinaud | |
| 2012-10-25 | [trunk] rename opj_tcd_truct_v2 to opj_tcd_struct | Mickael Savinaud | |
| 2012-10-24 | [trunk] remove old structures from tcd.h | Mickael Savinaud | |
| 2012-09-28 | [trunk] Start FolderReorgProposal task | Mathieu Malaterre | |
| Update issue 177 | |||
