summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/motion_est_mvi_asm.S
Commit message (Collapse)AuthorAgeFilesLines
* Change license header to LGPL for consistency.Falk Hüffner2006-02-171-10/+10
| | | | Originally committed as revision 5029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't include config.h from assembly, because the mplayer developersFalk Hüffner2004-07-101-3/+0
| | | | | | | | decided it was a great idea to put some (bogus, of course) C function prototypes there and it doesn't seem worth bothering working around that since all we wanted is HAVE_GPROF. Originally committed as revision 3304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large winFalk Hüffner2002-09-291-0/+186
on ev6. Originally committed as revision 979 to svn://svn.ffmpeg.org/ffmpeg/trunk