<feed xmlns='http://www.w3.org/2005/Atom'>
<title>osc-graphics/chuck, branch master</title>
<subtitle>OSC-based graphics framework</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/'/>
<entry>
<title>rewritten recorder using ffmpeg libs (without SDL_ffmpeg)</title>
<updated>2012-10-04T20:42:06+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-10-04T20:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=4bb5ce0be62671f7c5127d969c682d57e971679b'/>
<id>4bb5ce0be62671f7c5127d969c682d57e971679b</id>
<content type='text'>
 * 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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * 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)
</pre>
</div>
</content>
</entry>
<entry>
<title>allow to stop video recoding via (/recorder/start s "") and OSCGraphics.record()</title>
<updated>2012-10-03T13:49:34+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-10-03T13:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=920067622e7ba72dd6947eb8e7875719315872b9'/>
<id>920067622e7ba72dd6947eb8e7875719315872b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added video recorder based on SDL_ffmpeg</title>
<updated>2012-10-03T13:37:20+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-10-03T13:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=c61253adbd5bed1d7393a3153f9c865517280431'/>
<id>c61253adbd5bed1d7393a3153f9c865517280431</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed OSCGraphicsText</title>
<updated>2012-10-03T13:34:24+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-10-03T13:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=d982412a34cf4e672da6ee89edf2728a646f5f6b'/>
<id>d982412a34cf4e672da6ee89edf2728a646f5f6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ChucK text layer wrapper</title>
<updated>2012-10-03T11:06:07+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-10-03T11:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=20001cbed6f01461a936ce00e6da51ca1aa4c926'/>
<id>20001cbed6f01461a936ce00e6da51ca1aa4c926</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure that chuck wrapper's lib.ck contains the installation path</title>
<updated>2012-09-28T19:56:36+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-28T19:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=4da30b1131a569109940d64d8f0e51152b17dc75'/>
<id>4da30b1131a569109940d64d8f0e51152b17dc75</id>
<content type='text'>
a custom Makefile rule must be used since the *dir output variables are not fully expanded
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a custom Makefile rule must be used since the *dir output variables are not fully expanded
</pre>
</div>
</content>
</entry>
<entry>
<title>autotools based build system</title>
<updated>2012-09-28T13:26:29+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-28T13:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=e7da86053b3df2882816b0df8089e1a51b61939f'/>
<id>e7da86053b3df2882816b0df8089e1a51b61939f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add video rate, position, paused commands. pause videos by default</title>
<updated>2012-09-17T17:03:41+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-17T17:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=018d709ac8ddd584b1750a0b7e7b93e37debfe55'/>
<id>018d709ac8ddd584b1750a0b7e7b93e37debfe55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added methods for changing image/video file/URL</title>
<updated>2012-09-17T01:52:48+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-17T01:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=ff75ed1b6509c56479b75bc470de5737658cf61a'/>
<id>ff75ed1b6509c56479b75bc470de5737658cf61a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all layer constructor methods support an alpha argument</title>
<updated>2012-09-17T01:39:01+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-17T01:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=abfc56b8c4fc768593c7afdd1961aab35c0468c4'/>
<id>abfc56b8c4fc768593c7afdd1961aab35c0468c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
