summaryrefslogtreecommitdiff
path: root/libavutil/arm
Commit message (Expand)AuthorAge
...
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-08
* build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-07
* arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6Mans Rullgard2012-05-03
* arm: intreadwrite: disable inline asm for gcc 4.7 and laterMans Rullgard2012-05-02
* arm: intreadwrite: fix inline asm constraints for gcc 4.6 and laterMans Rullgard2012-05-02
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-22
* remove iwmmxt optimizationsJanne Grunau2012-03-12
* bswap: make generic implementation more compiler-friendlyMans Rullgard2011-12-12
* ARM: allow building in Thumb2 modeMans Rullgard2011-06-23
* ARM: simplify inline asm with 64-bit operandsMans Rullgard2011-05-30
* ARM: improve FASTDIV asmMans Rullgard2011-05-28
* ARM: add ARMv6 optimised av_clip_uintp2Mans Rullgard2011-05-26
* ARM: remove volatile from asm statements in libavutil/intmathMans Rullgard2011-05-26
* ARM: fix av_clipl_int32_arm()Mans Rullgard2011-05-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Force inlining of avutil common routinesJason Garrett-Glaser2011-02-17
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* ARM: change return type of AV_RN16() to unsignedMåns Rullgård2010-09-26
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-09
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* ARM: optimised integer clip functionsMåns Rullgård2010-07-07
* ARM: intmath.h cosmeticsMåns Rullgård2010-07-07
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* ARM: add some missing includesMåns Rullgård2010-03-08
* ARM: change argument/return type of bswap_16() to unsigned 32-bitMåns Rullgård2010-02-22
* Move FASTDIV macro to intmath.hMåns Rullgård2010-01-19
* Mark all intreadwrite functions av_always_inlineMåns Rullgård2010-01-18
* ARM: first value loaded in AV_RN64 needs to be early-clobberMåns Rullgård2009-08-16
* ARM: use gcc inline asm in bswap.h only when availableMåns Rullgård2009-07-01
* ARM asm for AV_RN*()Måns Rullgård2009-04-18
* ARM: START/STOP_TIMER support for ARMv7Måns Rullgård2009-04-01
* ARM: armcc versions of bswap_16/32Måns Rullgård2009-03-05
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* split bswap.h into per-arch filesMåns Rullgård2008-10-21