Skip to content

Commit

Permalink
OK, let's release this little bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Harvey committed Jan 19, 2010
1 parent 7525763 commit 5d615de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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.

Expand Down
12 changes: 7 additions & 5 deletions README
@@ -1,4 +1,4 @@
CineJS 0.1.0
CineJS 0.1.1
http://code.google.com/p/cinejs/


Expand Down Expand Up @@ -33,17 +33,19 @@ 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.


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?
Expand Down
3 changes: 0 additions & 3 deletions TODO
Expand Up @@ -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.
Expand Down

0 comments on commit 5d615de

Please sign in to comment.