Archives week 14 of 2005
April 4, 2005 - April 10, 2005
MythTV program database off by one hour (Silly Daylight Savings Time...)
Written by
on
in
Tuxedo.
All of the recordings since the time-change yesterday are garbage. The MythTV database apparently doesn't adjust for DST. There's a couple of threads discussing the problem, but I haven't found anything that actually fixes the problem.
So much for doing something more relaxing with my evening.
Spoke too soon (Wrong-buffer rendering is still happening...)
Written by
on
in
Snaking.
The fix for the display "hiccups" in OpenGLContext turns out not to be a fix at all... it just pushed the timing off in that particular case so that it didn't happen. Other tests are now showing the effect (the display displays the new frame for an instant and then redisplays the original for one ...
Interesting, ATI extensions missing from radeon driver (libGL.so.1 only has glBlendEquationSeparateATI)
Written by
on
in
Snaking.
Decided to do some testing with OpenGLContext this evening. Second test I run runs into a weird little error. There's an undefined symbol error for the glGetArrayObjectivATI function... sure enough, the symbol doesn't exist in libGL.so.1 (which I would imagine is where it should be), or in any other library I can find.
PITA, as ...!-->!-->
Mmm next-gen features... (Expanding Cinemon through refactoring)
Written by
on
in
Snaking.
Today marked the beginning of work on the 2.0 development branch for Cinemon. 1.0 still has lots of items to deal with, but I've now begun work on the features planned for release 2.0. Most of today was spent refactoring the test framework to allow for generating MockCMTS that can be scanned by the new ...