I did not ffmpeg 3.0.1, since I found why it was crashing every time. There is a bug in AROS ABI_V0 on the posix function posix_memalign. I modified the code to not use it.
Please let me know how is it...
What's the bug in posix_memalign()? I extended the test program for it, but couldn't get it to fail except when there wasn't enough memory available. I tested it on ABIv0 on pc-i386 and darwin-i386 (and also on ABIv1).
The new test program is only committed to SVN for ABIv1 for now, but I can backport it if there is interest.