Commit Graph

7 Commits

Author SHA1 Message Date
xant
5157c0acc8 massive cleanup and bugfixes after recent refactoring of cocoa-related internals 2010-08-08 23:19:54 +02:00
xant
ffddbd0b64 refactoring the internal CVLayerController api
- the video-pipeline in cocoa layers now goes through Layer::feed() and Layer::do_filters()
- image parameters are applied by the layer controller when a new frame is provided
  by the underlying CVLayer through feedFrame
2010-08-07 00:54:00 +02:00
xant
f05ea9df4d getTexture now returns an autoreleased object. Callers will retain it if necessary
refactoring the feedFrame/renderFrame/getTexture flow to make a more
clever use of memory and autorelease pools

started implementing CVFilter

(on the way of having CoreImage filters usable from javascript)
2010-05-22 11:11:23 +02:00
xant
77d0408784 CVGeoLayer (+ all necessary refactoring and fixes to make it possible) 2010-04-29 14:24:46 +02:00
xant
0aa1f83d04 more cleanings in CVFFmpegController and fixed some more minor bugs
posterImage is now show correctly
2010-03-30 21:02:44 +02:00
xant
ee78078676 some minor fixes in QtLayer and continued with the GUI refactoring 2010-03-30 12:03:40 +02:00
xant
c1ae6dbf43 renaming CVFFmpegInput* to CVFFmpegLayer* (for consistency) 2010-03-27 21:26:48 +01:00