-
Notifications
You must be signed in to change notification settings - Fork 13
/
ChangeLog
42 lines (21 loc) · 1.24 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2017-02-17 Eugene Zaikonnikov <[email protected]>
* Added :CACHED-SOURCE-P option to decoder allowing to read-sequence the image at once
2017-02-16 Eugene Zaikonnikov <[email protected]>
* Added a test for decode only
* Moved IDCT workspace from a special variable into image descriptor to reduce consing
2017-02-07 Eugene Zaikonnikov <[email protected]>
* Added support for descriptor reuse (e.g. in video decoding)
2017-01-20 Eugene Zaikonnikov <[email protected]>
* Fixed the special vairable related warnings via explicit argument passing (@slyrus)
2017-01-16 Eugene Zaikonnikov <[email protected]>
* Extended decoder and probe functions to return APP14 color transform type
2017-01-15 Eugene Zaikonnikov <[email protected]>
* Added convenicence CONVERT-CMYK-TO-RGB function
* Added basic Adobe APP14 marker transform handling
* Added CMYK image support
2017-01-12 Eugene Zaikonnikov <[email protected]>
* Changed BUFFER to &key argument from &optional in DECODE-STREAM and DECODE-IMAGE
* Fixed SVREF to AREF in BMP converter
2017-01-10 Eugene Zaikonnikov <[email protected]>
* Added :colorspace-conversion flag to DECODE-IMAGE to produce undecoded YUV colorspace
* Added specific conditions for error handling