Catchy Name
Multimedia Mike
I’ve been working hard on the FFmpeg automated build/test server in the last few weeks. I’m planning new test configurations, plotting the specs for hundreds of different automated tests, and stabilizing the general infrastructure. But I’m missing something key– I don’t want to keep having to refer to it as the FFmpeg automated build/test server. I need a catchy name for it.

Any ideas? I realize that free software types are not the most creative lot, but it’s worth throwing the question out there anyway.
Posted in FATE Server, Open Source Multimedia |
7 Comments »
January 10th, 2008 at 10:44 am
FFmpeg Automatic Test Environment – make abbreviation yourself ;-)
January 10th, 2008 at 10:46 am
Hmm, promising.
January 10th, 2008 at 7:31 pm
Building and testing, eh?…
“FFmpeg Make ‘n’ Break”
January 14th, 2008 at 12:27 pm
Just a curiosity: did you try adding ICC to the list of compilers? Looks like a good what to avoid gcc-specific code in the tree…
January 14th, 2008 at 12:30 pm
Good idea, Vitor. But a few questions: 1) Is ICC a free download? 2) Is FFmpeg currently expected to compile with ICC?
January 14th, 2008 at 12:34 pm
1) Yes, for non-commercial use http://www.intel.com/cd/software/products/asmo-na/eng/compilers/277618.htm .
2) Just tested, need a –disable-mmx and a one-line patch (h264.c line 5308, s/static const attribute_used/const/)
But don’t pass regression tests…
January 14th, 2008 at 12:51 pm
Thanks again for the tips. I will see about adding it to the farm. Hopefully, at least some regression tests will pass. Even if not, they will be useful statistics.