aboutsummaryrefslogtreecommitdiff
path: root/libavutil/arm
AgeCommit message (Expand)Author
2012-06-18float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-06-12arm/intmath: disable av_clip_uintp2_arm with config_smallMichael Niedermayer
2012-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08ARM: fix float_dsp breakage from d5a7229Mans Rullgard
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-08ARM: Move asm.S from libavcodec to libavutilJustin Ruggles
2012-05-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun
2012-05-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-03arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6Mans Rullgard
2012-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-02arm: intreadwrite: disable inline asm for gcc 4.7 and laterMans Rullgard
2012-05-02arm: intreadwrite: fix inline asm constraints for gcc 4.6 and laterMans Rullgard
2012-04-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-03-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-12remove iwmmxt optimizationsJanne Grunau
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-12bswap: make generic implementation more compiler-friendlyMans Rullgard
2011-10-11arm: fix av_clipl_int32() asmMichael Niedermayer
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-23ARM: allow building in Thumb2 modeMans Rullgard
2011-05-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-30ARM: simplify inline asm with 64-bit operandsMans Rullgard
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-28ARM: improve FASTDIV asmMans Rullgard
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26ARM: add ARMv6 optimised av_clip_uintp2Mans Rullgard
2011-05-26ARM: remove volatile from asm statements in libavutil/intmathMans Rullgard
2011-05-26ARM: fix av_clipl_int32_arm()Mans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-18Force inlining of avutil common routinesJason Garrett-Glaser
2011-02-17Force inlining of avutil common routinesJason Garrett-Glaser
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-09-26ARM: change return type of AV_RN16() to unsignedMåns Rullgård
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård
2010-07-07ARM: optimised integer clip functionsMåns Rullgård
2010-07-07ARM: intmath.h cosmeticsMåns Rullgård
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-03-08ARM: add some missing includesMåns Rullgård
2010-02-22ARM: change argument/return type of bswap_16() to unsigned 32-bitMåns Rullgård
2010-01-19Move FASTDIV macro to intmath.hMåns Rullgård
2010-01-18Mark all intreadwrite functions av_always_inlineMåns Rullgård
2009-08-16ARM: first value loaded in AV_RN64 needs to be early-clobberMåns Rullgård
2009-07-01ARM: use gcc inline asm in bswap.h only when availableMåns Rullgård
2009-04-18ARM asm for AV_RN*()Måns Rullgård
2009-04-01ARM: START/STOP_TIMER support for ARMv7Måns Rullgård