Displaying 3 results from an estimated 3 matches for "climaxgroup".
2007 May 03
1
converting YUV to RGB
...one has a definitive answer on this ;-)
Also, performance wise, is it better to do the conversion to RGB in a
shader, or is it better to use GL_LUMINANCE8 textures?
cheers,
_________________________________________________
kostas kostiadis | lead programmer | climax action
work: <mailto:kos@climaxgroup.com> kos@climaxgroup.com |
<http://www.climaxgroup.com/> www.climaxgroup.com
home: <mailto:kos@kostiadis.com> kos@kostiadis.com |
<http://www.kostiadis.com/> www.kostiadis.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph...
2007 Apr 26
6
example sources
Hello all,
Very new to Theora so apologies if this sounds elementary ;-)
I'm trying to integrate a simple theora video player in my engine.
All I need is simple load/unload and play/stop functionality.
I'd also like to be able to stream from disk or mem.
Other than the API reference I haven't found any example code,
e.g. the sources for theora_player_example. Are these available
2007 May 25
2
Cleaning app
Hello all,
When I'm doing something like:
yuv_buffer yuv;
theora_decode_YUVout(&td,&yuv);
I'm guessing a bunch of stuff gets newed/malloced for yuv.y, yuv.u, and
yuv.u.
Who is responsible for deleting/freeing that stuff?
Cheers,
Kos.