WIP automatic deployment
[openjpeg.git] / NEWS
1
2 OpenJPEG NEWS
3 =============
4
5 OpenJPEG 2.1.1
6 --------------
7 * Huge amount of critical bugfixes
8
9
10 OpenJPEG 2.1.0
11 --------------
12
13 New Features:
14
15     * Digital Cinema profiles have been fixed and updated
16         * New option to disable MCT if needed
17     * extended RAW support: it is now possible to input raw images
18           with subsampled color components (422, 420, etc)
19     * New way to deal with profiles
20           
21 API/ABI modifications: (see abi_compat_report in dev-utils/scripts)
22
23     * Removed deprecated functions 
24             - opj_stream_create_default_file_stream(FILE*,...)
25         - opj_stream_create_file_stream(FILE*,...)
26         - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data)
27         * Added 
28         - opj_stream_create_default_file_stream(char*,...)
29         - opj_stream_create_file_stream(char*,...)
30         - opj_stream_destroy(opj_stream_t*)
31         - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data, 
32             ... opj_stream_free_user_data_fn p_function)
33         - JPEG 2000 profiles and Part-2 extensions defined through '#define'
34     * Changed
35         - 'alpha' field added to 'opj_image_comp' structure
36         - 'OPJ_CLRSPC_EYCC' added to enum COLOR_SPACE
37         - 'OPJ_CLRSPC_CMYK' added to enum COLOR_SPACE
38         - 'OPJ_CODEC_JPP' and 'OPJ_CODEC_JPX' added to CODEC_FORMAT
39           (not yet used in use)
40         - 'max_cs_size' and 'rsiz' fields added to opj_cparameters_t
41     
42 Misc:
43
44     * OpenJPEG is now officially conformant with JPEG 2000 Part-1
45           and will soon become official reference software at the 
46           JPEG committee.
47         * Huge amount of bug fixes. See CHANGES for details.
48
49
50 OpenJPEG 2.0.0
51 --------------
52
53 New Features:
54
55     * streaming capabilities
56     * merge JP3D
57
58 API modifications:
59
60     * Use a 64bits capable API
61     
62 Misc:
63
64     * removed autotools build system
65     * folders hierarchies reorganisation
66     * Huge amount of bug fixes. See CHANGES for details.