forked from AcademySoftwareFoundation/OpenColorIO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
151 lines (126 loc) · 5.63 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
**Version 0.7.6 (Feb 1 2011):**
* Updated Config Display API (.ocio config format updated)
* Added ocio2icc app (ICC Profile Generation)
* Revamp of ASC CDL, added .cc and .ccc support
* Documentation Improvements
* Makefile enhancements (Boost_INCLUDE_DIR, etc)
**Version 0.7.5 (Jan 13 2011):**
* ociodisplay enhancements
* gpu display bugfix (glsl profile 1.0 only)
* Makefile enhancements
* Nuke installation cleanup
* Doc generation using sphinx (html + pdf)
**Version 0.7.4 (Jan 4 2011):**
* Added 'Context', allowing for 'per-shot' Transforms
* Misc API Cleanup: removed old functions + fixed const-ness
* Added config.sanityCheck() for validation
* Additional Makefile configuration options, SONAME, etc.
**Version 0.7.3 (Dec 16 2010):**
* Added example applications: ociodisplay, ocioconvert
* Makefile: Add boost header dependency
* Makefile: Nuke plugins are now version specific
* Fixed bug in GLSL MatrixOp
**Version 0.7.2 (Dec 9 2010):**
* GPUAllocation refactor (API tweak)
* Added AllocationTransform
* Added LogTransform
* Removed CineonLogToLinTransform
* A few bug fixes
**Version 0.7.1 (Nov 15 2010):**
* Additional 3d lut formats: Truelight .cub + Iridas .cube
* FileTransform supports envvars and search paths
* Added Nuke plugins: LogConvert + FileTransform
* Improved OCIO profile formatting
* GCC visibility used (when available) to hide private symbols
* A few bug fixes
**Version 0.7.0 (Oct 21 2010):**
* Switched file format from XML to Yaml
-------------------------------------------------------------------------------
**Version 0.6.1 (Oct 5 2010):**
* Exposed ExponentTransform
* Added CineonLogToLinTransform - a simple 'straight-line' negative
linearization. Not strictly needed (could be done previously
with LUTs) but often convenient to have.
* Added DisplayTransform.displayCC for post display lut CC.
* Many python improvements
* A few bug fixes
* A few Makefile enhancements
**Version 0.6.0 (Sept 21 2010):**
* Start of 0.6, "stable" branch
All 0.6.x builds will be ABI compatible (forward only).
New features (even experimental ones) will be added to the 0.6 branch,
as long as binary and source compatibility is maintained.
Once this no longer is possible, a 0.7 "dev" branch will be forked.
* Split public header into 3 parts for improved readability
(you still only import <OpenColorIO/OpenColorIO.h> though)
* Added MatrixTransform
* Refactored internal unit testing
* Fixed many compile warnings
-------------------------------------------------------------------------------
**Version 0.5.16 (Sept 16 2010):**
* PyTransforms now use native python class inheritance
* OCIO namespace can now be configured at build time (for distribution in commercial apps)
* Updated make install behavior
* DisplayTransform accepts generic cc operators (instead of CDL only)
* A few bug fixes / compile warning fixes
**Version 0.5.15 (Sept 8 2010):**
* OCIO is well behaved when $OCIO is unset, allowing un-color-managed use.
* Color Transforms can be applied in python config->getProcessor
* Simplification of API (getColorSpace allows cs name, role names, and cs objects)
* Makefile enhancements (courtesy Malcolm Humphreys)
* A bunch of bug fixes
**Version 0.5.14 (Sept 1 2010):**
* Python binding enhancements
* Simplified class implmentations (reduced internal header count)
**Version 0.5.13 (Aug 24 2010):**
* GPU Processing now supports High Dynamic Range color spaces
* Added log processing operator
* Numerous bug fixes
* Numerous enhancements to python glue
* Exposed PyOpenColorIO header, for use in apps that require custom python glue
* Matrix op is optimized for diagonal-only subcases
* Numerous changes to Nuke Plugin (now with an addition node, OCIODisplay)
**Version 0.5.12 (Aug 18 2010):**
* Additional DisplayTransform improvements
* Additional GPU Improvements
* Added op hashing (processor->getGPULut3DCacheID)
**Version 0.5.11 (Aug 11 2010):**
* Initial DisplayTransform implementation
* ASC CDL Support
* Config Luma coefficients
**Version 0.5.10 (July 22 2010):**
* Updated Nuke Plugin, now works in OSX
* Fixed misc. build warnings.
* Continued GPU progress (still under development)
**Version 0.5.9 (June 28 2010):**
* Renamed project, classes, namespaces to OpenColorIO (OCIO)
* Added single-pixel processor path
* Improved python path makefile detection
* Continued GPU progress (still under development)
**Version 0.5.8 (June 22 2010):**
* Support for .3dl
* Support for matrix ops
* Code refactor (added Processors) to support gpu/cpu model
* Much better error checking
* Compilation support for python 2.5
* Compilation support for OSX
**Version 0.5.7 (June 14 2010):**
* Python API is much more fleshed out
* Improved public C++ header
**Version 0.5.6 (June 8 2010):**
* PyConfig stub implementation
* Dropped ImageDesc.init; added PlanarImageDesc / PackedImageDesc
* Dropped tr1::shared_ptr; added boost::shared_ptr
**Version 0.5.5 (June 4 2010):**
* .ocio supports path references
* Switch config envvar to $OCIO
* Added 3D lut processing ops
**Version 0.5.4 (June 1 2010):**
* Initial Release
* CMake linux support
* XML OCIO format parsing / saving
* Example colorspace configuration with a few 'trivial' colorspaces
* Mutable colorspace configuration API
* Support for 1D lut processing
* Support for SPI 1D fileformats.
* Nuke plugin