IRC log of #cubox of Sun 23 Dec 2012. All times are in CET < Back to index

11:26 warped-rudi Hi gimli, are you listening ?
11:28 gimli warped-rudi: sometimes yes :)
11:28 warped-rudi Great !
11:29 warped-rudi I'm just hacking aound with the vmeta stuff. Have you ever tried to use it for JPEG deccoding ?
11:30 gimli no
11:31 warped-rudi To me it looks like YCrCb422i is the only output format supported. When I try any RGBxxxx, I get error -10.
11:35 _rmk_ correct
11:39 warped-rudi Hmm, so if we need BGR888 or BGRA8888, we need tpo do a color space conversion in software, which will most likely kill the advantage of HW decoding.
11:39 _rmk_ vmeta only decodes to a single format
11:39 _rmk_ or use the gpu to do the conversion
11:42 warped-rudi Is there any example for using the GPU ? I mean, not just for display purposes but for creating in-memory RGB impages from YUV ?
11:45 _rmk_ don't think so but it looks straight forward. setup the source, setup the destination, set the clip box, and blit. there's some calls which say "does colorspace conversion" - I don't think the gco2D_xxx calls do
11:46 _rmk 11:46 * _rmk_ is waiting for the cubox to finish updating a few packages
12:22 _rmk_ I think gcoSURF_CopyPixels() is what you want
13:15 warped-rudi Thanks for the info. Mayby I'll try that out eventually...
16:44 sraue where i can find the most recent hardfp librarys for ipp and libgfx ?
17:43 _rmk 17:43 * _rmk_ sighs in a very frustrated way with gstreamer
17:43 _rmk_ why the hell can't that piece of crap deal with wav audio files
18:57 moogmoogle Hi folks
18:59 moogmoogle I am struggling to get spdif passthrough working in Debian Wheezy armhf
18:59 moogmoogle works fine but only got stereo
19:00 moogmoogle I have simplified the problem by using aplay to playback 5.1 wav files
19:00 moogmoogle but they either refuse to play or just come out in stereo
19:00 moogmoogle Anyone got any ideas?
19:24 moogmoogle Guessing nobody is around...I'll post on the forum instead.