index
:
jmx
canvas
master
Graphical dataflow media framework
dyne.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
let both execCode: and execFunction: return a boolean
xant
2012-04-05
2
-8/+13
*
leak
xant
2012-03-26
1
-1/+1
*
propagate cmdline arguments to javascripts
xant
2012-03-19
3
-2/+34
*
forgotten files
xant
2012-03-11
4
-0/+80
*
extract and propagate audio samples if an audio track is found in the video file
xant
2012-03-11
1
-0/+9
*
optimized data-reading
xant
2012-03-11
2
-17/+43
*
use a proper recursivelock to have more granularity
xant
2012-03-11
2
-14/+18
*
allow to seek movie files + js example
xant
2012-03-11
1
-0/+9
*
cycle the nodejs runloop in the script entities and not in the global context...
xant
2012-03-10
2
-32/+10
*
ensure calling [super dealloc]
xant
2012-03-10
3
-1/+4
*
don't override the 'copy' message in a category
xant
2012-03-10
2
-9/+9
*
bugfix: ensure propagating the correct params
xant
2012-03-10
1
-3/+4
*
use a single thread to cycle the nodejs event runloop
xant
2012-03-03
2
-22/+8
*
bugfix: ensure setting data slots to nil when releasing the underlying data
xant
2012-03-03
1
-0/+1
*
use nanosleep instead of + [NSThread sleepForTimeInterval:]
xant
2012-03-02
1
-3/+11
*
lockless reads obtained by using OSAtomicIncrement32()
xant
2012-03-02
2
-29/+15
*
allow nodejs-managed events to run up to 120 ticks per seconds
xant
2012-03-01
1
-1/+1
*
proper mapping of NSDictionary objects
xant
2012-03-01
4
-92/+93
*
minor cleanings
xant
2012-03-01
1
-5/+11
*
let echo access [NSObject description] if the argument is an object wrapper
xant
2012-03-01
1
-3/+12
*
just indentation
xant
2012-03-01
1
-2/+3
*
be more generic
xant
2012-03-01
1
-4/+1
*
make jsObj mandatory
xant
2012-03-01
1
-8/+9
*
use base JMXV8 protocol implementation
xant
2012-03-01
1
-46/+11
*
forgot to re-enable the base JMXV8 protocol implementation in NSXMLNode insta...
xant
2012-03-01
1
-25/+25
*
comments
xant
2012-02-28
2
-3/+7
*
removed some commented-out code and fixed a comment
xant
2012-02-28
2
-4/+1
*
bugfix: ensure removing all timers/intervals when disposing a javascript glob...
xant
2012-02-28
3
-4/+9
*
implented an additive-blur filter + minor cleanings in the other custom filters
xant
2012-02-28
6
-6/+190
*
bugfix: ensure retaining the input/output pins created from a script
xant
2012-02-28
2
-2/+2
*
ensure doing the right thing when setting the alpha 'multiplier' in a video e...
xant
2012-02-28
1
-1/+1
*
AlphaBlend filter (to preserve alpha when blending multiple images)
xant
2012-02-28
3
-0/+137
*
allow to create image entities from javascript
xant
2012-02-27
1
-0/+2
*
preliminary support for HID devices
xant
2012-02-27
25
-148/+861
*
don't automatically add newly created element to the current document
xant
2012-02-26
1
-1/+1
*
don't over-retain
xant
2012-02-26
1
-1/+1
*
documentation
xant
2012-02-26
21
-59/+238
*
ensure setting the requested opacity
xant
2012-02-26
2
-1/+3
*
some more documentation and minor cleanings
xant
2012-02-23
3
-11/+44
*
documentation
xant
2012-02-23
13
-37/+382
*
minor cleanings and optimizations
xant
2012-02-21
3
-23/+44
*
bugfix: ensure saving the current path before calling CGContextDrawPath()
xant
2012-02-21
1
-3/+9
*
allow to set the 'invertYCoordinates' property from javascript
xant
2012-02-21
1
-8/+7
*
allow to retrieve data from color and size properties
xant
2012-02-21
1
-1/+4
*
leak!
xant
2012-02-21
1
-1/+5
*
ensure balancing all threaded entities retain count when replacing the real e...
xant
2012-02-20
1
-2/+38
*
bugfix: check if the node has an actual name before passing it to strcmp()
xant
2012-02-20
1
-1/+1
*
set the private data when starting/stopping the thread
xant
2012-02-20
1
-2/+2
*
ensure having nsautoreleasepools in place
xant
2012-02-20
5
-7/+13
*
CGFloat size differs among ia32 and x64 ... so let's ensure using always a do...
xant
2012-02-20
1
-1/+1
[next]