summaryrefslogtreecommitdiff
path: root/libavcodec/arm/asm.S
Commit message (Collapse)AuthorAge
* ARM: simplify movrel definition as CONFIG_PIC is now set for shared libsMåns Rullgård2009-10-11
| | | | Originally committed as revision 20204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: apply extern symbol prefix where neededMåns Rullgård2009-10-02
| | | | Originally committed as revision 20147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: do not use movw/movt for relocatable values with PICMåns Rullgård2009-09-16
| | | | Originally committed as revision 19886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: cleaner selection of ELF-spefic assembler directivesMåns Rullgård2009-07-27
| | | | Originally committed as revision 19522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.Martin Storsjö2009-07-27
| | | | | | patch by Martin Storsjö, martin martin st Originally committed as revision 19514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: check for VFP register argumentsMåns Rullgård2009-07-20
| | | | Originally committed as revision 19474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård2008-12-30
| | | | Originally committed as revision 16395 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