summaryrefslogtreecommitdiff
path: root/libavcodec/armv4l/mathops.h
Commit message (Expand)AuthorAgeFilesLines
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-93/+0
* Add shift argument to MULL() macroMåns Rullgård2008-11-241-4/+2
* ARM: change MUL16() macro to inline functionMåns Rullgård2008-11-061-4/+7
* ARM: prettify MAC16() macroMåns Rullgård2008-11-061-2/+3
* ARM: change MULH() macro to inline functionMåns Rullgård2008-11-061-5/+7
* ARM: change MULL() macro to inline functionMåns Rullgård2008-11-061-8/+11
* ARM: mathops.h whitespace cosmeticsMåns Rullgård2008-11-061-2/+2
* Fix illegal identifier, __ are reserved for the system.Diego Biurrun2008-11-031-3/+3
* Add missing headers to pass 'make checkheaders'.Diego Biurrun2008-10-291-0/+3
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-7/+7
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* ARM: optimised MAC64 and MLS64Måns Rullgård2008-07-151-0/+10
* ARM: optimised MUL64Måns Rullgård2008-07-151-0/+9
* ARM: ARMv6 optimised MULHMåns Rullgård2008-07-151-0/+10
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix MUL16 macroMåns Rullgård2006-09-261-3/+3
* New single instruction math operation headerLuca Barbato2006-09-191-0/+47