Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-04 | rewritten recorder using ffmpeg libs (without SDL_ffmpeg) | Robin Haberkorn | 1 | -2/+8 | |
* SDL_ffmpeg was broken and is hard to get * my implementation allows specifying an output codec. if the codec supports the screen's pixel format, no conversion is performed saving lots of performance (also beneficial for post-processing a recorded video) | |||||
2012-10-03 | allow to stop video recoding via (/recorder/start s "") and OSCGraphics.record() | Robin Haberkorn | 1 | -2/+3 | |
2012-10-03 | added video recorder based on SDL_ffmpeg | Robin Haberkorn | 1 | -1/+17 | |
2012-10-03 | ChucK text layer wrapper | Robin Haberkorn | 1 | -0/+35 | |
2012-09-17 | added methods for changing image/video file/URL | Robin Haberkorn | 1 | -2/+2 | |
2012-09-17 | all layer constructor methods support an alpha argument | Robin Haberkorn | 1 | -13/+24 | |
2012-09-17 | allow setting box color | Robin Haberkorn | 1 | -6/+6 | |
2012-09-16 | added support for OSCGraphicPorts: they allow you to control layer ↵ | Robin Haberkorn | 1 | -1/+1 | |
parameters by chucking a port into the UGen graph | |||||
2012-09-16 | added chuck wrappers | Robin Haberkorn | 1 | -0/+121 | |