PPC: fix asm operand constraints in AV_RL64
The target register of first word loaded must be marked early-clobber.
Originally committed as revision 19536 to svn://svn.ffmpeg.org/ffmpeg/trunk
PPC: check for x-form asm constraint support
Originally committed as revision 18606 to svn://svn.ffmpeg.org/ffmpeg/trunk
PPC asm for AV_RL*()
PPC is normally big endian but has special little endian load/storeinstructions. Using these avoids a separate byteswap. This makes thevorbis decoder about 5% faster. Not much else uses little-endianread/write extensively.
GCC generates horrible PPC code for the default AV_[RW]B64 (which uses...
Split libavutil/timer.h per architecture
Originally committed as revision 18304 to svn://svn.ffmpeg.org/ffmpeg/trunk