summaryrefslogtreecommitdiff
path: root/libavcodec/arm/dsputil_armv6.S
Commit message (Collapse)AuthorAge
* arm: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-02
| | | | | | | | All our ARM asm preserves alignment so setting this attribute in a common location is simpler. This removes numerous warnings when linking with armcc. Signed-off-by: Mans Rullgard <mans@mansr.com>
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-08
| | | | | This will allow for easier implementation of ARM-optimized functions in libraries other than libavcodec.
* ARM: remove needless .text/.align directivesMans Rullgard2011-11-23
| | | | | | | The 'function' macro already includes the appropriate directives. Signed-off-by: Mans Rullgard <mans@mansr.com>
* ARM: allow building in Thumb2 modeMans Rullgard2011-06-23
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* ARM: set size of asm functions in object filesMåns Rullgård2010-03-09
| | | | Originally committed as revision 22404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: add missing preserve8 directivesMåns Rullgård2010-02-22
| | | | Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_sumMåns Rullgård2010-02-09
| | | | Originally committed as revision 21705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_norm1Måns Rullgård2010-02-09
| | | | Originally committed as revision 21704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised sse16Måns Rullgård2010-02-09
| | | | Originally committed as revision 21703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised diff_pixelsMåns Rullgård2010-02-09
| | | | Originally committed as revision 21702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised get_pixelsMåns Rullgård2010-02-09
| | | | Originally committed as revision 21701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs8Måns Rullgård2010-02-09
| | | | Originally committed as revision 21700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs16_y2Måns Rullgård2010-02-09
| | | | Originally committed as revision 21699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs16_x2Måns Rullgård2010-02-09
| | | | Originally committed as revision 21698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs16Måns Rullgård2010-02-09
| | | | Originally committed as revision 21697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised put_pixels functions except xy2 variantsMåns Rullgård2010-02-09
| | | | Originally committed as revision 21696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård2009-10-06
Originally committed as revision 20184 to svn://svn.ffmpeg.org/ffmpeg/trunk