summaryrefslogtreecommitdiff
path: root/libavcodec/armv4l/mathops.h
Commit message (Collapse)AuthorAge
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
| | | | Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add shift argument to MULL() macroMåns Rullgård2008-11-24
| | | | | | | | This replaces use of FRAC_BITS in the MULL() definition with a third argument specifying the shift amount. All uses of this macro are updated to pass FRAC_BITS as third argument. Originally committed as revision 15921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MUL16() macro to inline functionMåns Rullgård2008-11-06
| | | | Originally committed as revision 15783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: prettify MAC16() macroMåns Rullgård2008-11-06
| | | | Originally committed as revision 15782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MULH() macro to inline functionMåns Rullgård2008-11-06
| | | | Originally committed as revision 15781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MULL() macro to inline functionMåns Rullgård2008-11-06
| | | | Originally committed as revision 15780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: mathops.h whitespace cosmeticsMåns Rullgård2008-11-06
| | | | Originally committed as revision 15779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix illegal identifier, __ are reserved for the system.Diego Biurrun2008-11-03
| | | | Originally committed as revision 15771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing headers to pass 'make checkheaders'.Diego Biurrun2008-10-29
| | | | Originally committed as revision 15745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
| | | | | | | | | | | | | Neither the asm() nor the __asm__() keyword is part of the C99 standard, but while GCC accepts the former in C89 syntax, it is not accepted in C99 unless GNU extensions are turned on (with -fasm). The latter form is accepted in any syntax as an extension (without requiring further command-line options). Sun Studio C99 compiler also does not accept asm() while accepting __asm__(), albeit reporting warnings that it's not valid C99 syntax. Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: optimised MAC64 and MLS64Måns Rullgård2008-07-15
| | | | Originally committed as revision 14245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: optimised MUL64Måns Rullgård2008-07-15
| | | | Originally committed as revision 14244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: ARMv6 optimised MULHMåns Rullgård2008-07-15
| | | | Originally committed as revision 14243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
| | | | Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
| | | | Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix MUL16 macroMåns Rullgård2006-09-26
| | | | Originally committed as revision 6344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New single instruction math operation headerLuca Barbato2006-09-19
Originally committed as revision 6291 to svn://svn.ffmpeg.org/ffmpeg/trunk