summaryrefslogtreecommitdiff
path: root/libavcodec/arm/float_arm_vfp.c
Commit message (Collapse)AuthorAge
* ARM: clean up file/function naming conventionsMåns Rullgård2009-10-04
| | | | Originally committed as revision 20164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: clean up dsputil initialisationMåns Rullgård2009-10-04
| | | | | | | - Move v5 and v6 initialisation to separate files. - Move NEON IDCT selection to ff_dsputil_init_neon() Originally committed as revision 20163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk