aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/mathops.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add necessary #include for config.h.Diego Biurrun2009-08-241-0/+1
| | | | Originally committed as revision 19692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: disable inline asm for armccMåns Rullgård2009-03-051-0/+4
| | | | Originally committed as revision 17831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: fix missing MUL16() return typeMåns Rullgård2009-03-011-1/+1
| | | | Originally committed as revision 17679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: optimised mid_pred()Måns Rullgård2009-01-271-0/+18
| | | | Originally committed as revision 16819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: allow register operands for shifts in MULL()Måns Rullgård2009-01-271-1/+1
| | | | Originally committed as revision 16818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
| | | | | | 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-171-0/+93
Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk