787d33fd9e8688706ea1ae01fc85ae79fabbb79b
[openjpeg.git] / NEWS
1
2 OpenJPEG NEWS - user visible changes
3 ====================================
4
5 Changes from OpenJPEG 2.0.0 to OpenJPEG 2.X.X
6 ----------------------------------------------
7
8 New Features:
9
10     * Digital Cinema profiles have been fixed and updated
11         * New option to disable MCT if needed
12     * extended RAW support: it is now possible to input raw images
13           with subsampled color components (422, 420, etc)
14           
15 API/ABI modifications: (see abi_compat_report in dev-utils/scripts)
16
17     * Removed deprecated functions 
18             - opj_stream_create_default_file_stream(FILE*,...)
19         - opj_stream_create_file_stream(FILE*,...)
20         * Added 
21         - opj_stream_create_default_file_stream_v3(char*,...)
22         - opj_stream_create_file_stream_v3(char*,...)
23         - opj_stream_destroy_v3(opj_stream_t*)
24         - opj_stream_set_user_data_v3(opj_stream_t* p_stream, ...)
25     * Changed
26         - 'alpha' field added to 'opj_image_comp' structure
27         - 'OPJ_CLRSPC_EYCC' added to enum COLOR_SPACE
28     
29 Misc:
30
31     * OpenJPEG is now officialy conformant with JPEG 2000 Part-1
32           and will soon become official reference software at the 
33           JPEG committee.
34         * Huge amount of bug fixes. See CHANGES for details.
35
36
37 Changes from OpenJPEG 1.5.x to OpenJPEG 2.0.0
38 ----------------------------------------------
39
40 New Features:
41
42     * streaming capabilities
43     * merge JP3D
44
45 API modifications:
46
47     * Use a 64bits capable API
48     
49 Misc:
50
51     * removed autotools build system
52     * folders hierarchies reorganisation
53     * Huge amount of bug fixes. See CHANGES for details.