Skip to content

Commit

Permalink
cleaning up more files
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdyer committed May 30, 2013
1 parent d71d1e8 commit 65c60f0
Show file tree
Hide file tree
Showing 9 changed files with 128 additions and 242 deletions.
6 changes: 4 additions & 2 deletions .gitignore
@@ -1,2 +1,4 @@
Build
Debug
debug
build
unittest/ctlrender/output
.DS_Store
71 changes: 58 additions & 13 deletions AUTHORS
@@ -1,19 +1,64 @@
Developers:
-----------
Cmake build system

Florian Kainz <kainz@ilm.com>
Andrew Kunz <akunz@ilm.com>
Kimball Thurston
Ken Boreham

Contributors:
-------------

Fred Pighin
Francesco Callari
Richard Patterson
Joseph Goldstone
CTL Language

Win32 build system:
-------------------
Developers:
-----------

Kimball Thurston
Florian Kainz <kainz@ilm.com>
Andrew Kunz <akunz@ilm.com>

Contributors:
-------------

Fred Pighin
Francesco Callari
Richard Patterson
Joseph Goldstone
Ken Boreham
Tom Dilligan
John Hurst


OpenEXR_CTL

Developers:
-----------

Florian Kainz <kainz@ilm.com>
Andrew Kunz <akunz@ilm.com>

Contributors:
-------------


ctlrender

Developers:
-----------

Tom Dilligan
Ken Boreham

Contributors:
-------------

Bill Elswick


Nuke_CTL

Developers:
-----------

Jonathan Graham

Contributors:
-------------

Ken Boreham

52 changes: 52 additions & 0 deletions ChangeLog
@@ -1,3 +1,16 @@
Version 1.5:
* added OpenEXR_CTL, Nuke_CTL, ctlrender
* changed build system to Cmake
* updated CTL libraries with features previously only avialable to ctlrender
* ctlrender now uses official CTL libraries
* added ability to write ACES files (SMPTE 2065-4) from ctlrender when
optional aces_container library is installed
* added ability allow for loading CTL modules directly from memory
* Bug fix: update to CtlSimdInst.cpp to resolve streaks that occur in
some images
* Bug fix: fix memory leak

Version 1.4.2:
* Bug fix: x[y] = z overwrites the entire array x if x is
varying while y and z are uniform.
(Florian Kainz)
Expand Down Expand Up @@ -76,3 +89,42 @@ Version 1.0.1:
Version 1.0.0:
* Initial release (only to AMPAS File Format Committee)


--------
OpenEXR_CTL Changes prior to CTL 1.5
Future versions of OpenEXR_CTL will be part of the CTL package and not
have independent version numbering

Version 1.0.1:
* Removed Windows .suo files from distribution.
(Eric Wimmer)

Version 1.0.0:
* Bumped DSO version number to 2.0
(Florian Kainz)
* Moved some .ctl files from the OpenEXR_Viewers to the
OpenEXR_CTL package, changed naming conventions for
image channels to match upcoming paper.
(Florian Kainz)
* Added support for multithreaded execution to function
ImfCtl::applyTransforms(), added command line option to
enable multithreading to exr_ctl_exr and exrdpx.
(Florian Kainz)
* Added exr_ctl_exr, a program that reads an OpenEXR file,
applies one or more CTL programs to the pixels, and
stores the result in another OpenEXR file.
(Florian Kainz)
* Installation Tuning :
- corrected version number on dso's (libtool) - now 1.0
- Separated package's LDFLAGS and LIBS flags so that test programs
can link with static libraries properly
- eliminated some warning messages during install
(Andrew Kunz)

Version 0.9.0:
* initial release
* New build scripts for Linux/Unix
(Andrew Kunz)
* New Windows project files and build scripts
(Kimball Thurston)

15 changes: 0 additions & 15 deletions OpenEXR_CTL/AUTHORS

This file was deleted.

32 changes: 0 additions & 32 deletions OpenEXR_CTL/ChangeLog

This file was deleted.

2 changes: 0 additions & 2 deletions OpenEXR_CTL/CtlModules/CMakeLists.txt
@@ -1,8 +1,6 @@
install(
FILES
utilities.ctl
transform_RRT.ctl
transform_display_video.ctl
DESTINATION
${INSTALL_LIB_DIR}/CTL
)
Expand Down
105 changes: 0 additions & 105 deletions OpenEXR_CTL/CtlModules/transform_RRT.ctl

This file was deleted.

60 changes: 0 additions & 60 deletions OpenEXR_CTL/CtlModules/transform_display_video.ctl

This file was deleted.

0 comments on commit 65c60f0

Please sign in to comment.