Comment Re:Deblocking filter (Score 1) 6
Oh, and it seems CABAC by default is disabled too. Another thing you should really enable:
-coder ac
With friendly regards,
Takis
Microsoft Giving Away Vista Ultimate, With a Catch 495
Journal Journal: San Sabastian
Last week the OCEAN project meeting took place in Elgoibar near San Sebastian and Bilbao. I took the opportunity to visit the Guggenheim museum and experience the local habits such as the delicious pintxos and the marvelous ciderhouse-style diner.
The local people were all very friendly and there was a very warm and safe atmosphere all over.
This is definitely a place I'd like to visit again.
Journal Journal: Kana
About two weeks ago on a Saturday, I memorised the Hiragana characters. I'm able to recognise and read them all and their combinations. I started memorising the Katakana characters on Sunday, but since Sunday is family gathering day, I didn't have enough time to spend.
Journal Journal: RTAI 3.2 simplifications
The number of header and source files in the RTAI Kilauea tree determined with a simple find: 574.
In the Vesuvio tree: 569.
And finally in the new Magma tree: 325. Which shows that some serious cleanup has occurred.
Journal Journal: RTAI 3.2
The RTAI developers are preparing to release a new version based on the magma branch. My first impressions are quiet good. They seem to have removed a lot of the unnecessary stuff, which makes the project appear somewhat less complicated.
Journal Journal: DVD authoring
Creating DVD-Videos with Open Source software has gotten a lot easier recently. By using ffmpeg, dvdauthor and growisofs one can create a valid DVD-Video for free and rather fast.
Comment Re:Kernel Recompile (Score 1) 361
kernel-image-2.6.8-1-386 - Linux kernel image for version 2.6.8 on 386.
kernel-image-2.6.8-1-686 - Linux kernel image for version 2.6.8 on PPro/Celeron/PII/PIII/PIV.
kernel-image-2.6.8-1-
kernel-image-2.6.8-1-k7 - Linux kernel image for version 2.6.8 on AMD K7.
kernel-image-2.6.8-1-k7-smp - Linux kernel image for version 2.6.8 on AMD K7 SMP.
kernel-image-2.6.8-2-amd64-generic - Linux kernel image for version 2.6.8 on generic x86_64 systems.
kernel-image-2.6.8-2-amd64-k8 - Linux kernel image for version 2.6.8 on AMD64 systems.
kernel-image-2.6.8-2-amd64-k8-smp - Linux kernel image for version 2.6.8 on AMD K8 SMP.
kernel-image-2.6.8-2-amd64-xeon - Linux kernel image for version 2.6.8 on Intel amd64 systems.
Journal Journal: Blender with CORBA
Last Sunday I experimented with using CORBA from within Blender's Python scripting environment. Yesterday, I extended these simple scripts to use the EventService to receive its updated data.