From 5d615de8ec28e395fe16a0d50d3340f680188c38 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 19 Jan 2010 22:39:01 +1300 Subject: [PATCH] OK, let's release this little bug fix. --- NEWS | 2 +- README | 12 +++++++----- TODO | 3 --- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 7e6f54f..4accd4e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -CineJS 0.1.1 ("") +CineJS 0.1.1 (released 2010-01-19) - Add a workaround for a WebKit bug; the source and destination elements must now be identical in size. diff --git a/README b/README index 55bef78..c2c3ac4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -CineJS 0.1.0 +CineJS 0.1.1 http://code.google.com/p/cinejs/ @@ -33,7 +33,7 @@ subset of HTML5 as at January 2010. In practice, I test with these browsers: - Firefox 3.5 - Safari 4 -- Chrome 3 +- Chrome 4 There are no Javascript library or framework requirements; CineJS is completely standalone. @@ -41,9 +41,11 @@ standalone. IV. ARE THERE EXAMPLES? -Definitely! If you build CineJS, you can point your browser to the test -directory and look at the various HTML files therein. Alternatively, you can go -to http://code.google.com/p/cinejs/ to see the same tests in action. +Definitely! An example file to pull apart is available at http://xxx/ + +If you build CineJS, you can point your browser to the test directory and look +at the various HTML files therein. Alternatively, you can go to +http://code.google.com/p/cinejs/ to see the same tests in action. V. WHY ON EARTH WOULD YOU WANT TO PROCESS VIDEO IN JAVASCRIPT? diff --git a/TODO b/TODO index 5ac5231..4023c20 100644 --- a/TODO +++ b/TODO @@ -4,9 +4,6 @@ call for performance reasons if we don't care about 2D at the point of filtering. -- There's probably a lack of a really simple example at the moment. Hopefully - I'll get to that before 0.1. - - There are a tonne more filters that could be implemented. I'd like to start working on some of them, at least. Something that uses HSV might be nice, since I went to the trouble of implementing it and all.