Wednesday, November 29, 2006

Canola almost there!!!

So today is the day that we release Canola to the public! I have been looking forward to this day because it has been extremely hard not being able to show people the cool work that the Canola team done!

A version of Syncropated! will hopefully soon follow, so that people can get some media contents on their N770s!

Friday, November 17, 2006

DVDemux trick mode: backward playback

This week I have been following a great GStreamer course given by Edward "Bilboed" Heivey. I have touched GStreamer before but only from the application developers side, and I have never written a plugin. After this week I have realized that GStreamer is a lot more powerful than I have ever expected it to be and it is waaaay-cool :) Writing a plugin is extremely simple and the base classes takes care of many things for you; like if you write a videosink, QoS will already be implemented - stuff like that really rocks!

Yesterday I tried adding backward playback to dvdemux and dvdec, and even though I did get it to playback backward there were quite some issues, like it playing at twise the speed while the stream time being already, resulting in playing back from 10 sec to 5 sec and not to 0 sec, and then mysteriously jumping to 20 sec (2 times 10 sec). Well, Bilboed took a look at my code and ended up hacking on it on his laptop as what happened didn't really make sense. It turned out that there were at least 2-3 bugs in NEWSEGMENT when the rate < 0.0, so he will try fixing that later. Lets see if I can get it working after that :-)

Anyway, learned a lot, so a big thanks goes to Edward! Thanks for a great course and it has been fun hanging out with you!

Tuesday, November 07, 2006

Canola!

So at least we are allowed to talk about the Canola project that I am in some ways associated with. Canola is a rocking-hard media player for the N770 and its successors.

Marcelo is showing off some of the features in a preview video that he posted to youtube.com - go check it out!

On the other front, I have been redesigning Syncropated! and am currently working on getting it working on Windows; something that proved more complicated than anticipated.