summaryrefslogtreecommitdiff
path: root/libavcodec/arm/simple_idct_armv6.S
Commit message (Collapse)AuthorAge
* Drop DCTELEM typedefDiego Biurrun2013-01-22
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* ARM: use =const syntax instead of explicit literal poolsMans Rullgard2012-08-01
| | | | 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: 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: use push/pop pseudo-instructions in simple_idct_armv6.SMåns Rullgård2009-01-12
| | | | Originally committed as revision 16570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: simple_idct_armv6.S whitespace cosmeticsMåns Rullgård2009-01-12
| | | | Originally committed as revision 16569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: clean up pc-relative references in simple_idct_armv6.SMåns Rullgård2009-01-12
| | | | Originally committed as revision 16568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: use rX register names in simple_idct_armv6.SMåns Rullgård2009-01-12
| | | | Originally committed as revision 16567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk