summaryrefslogtreecommitdiff
path: root/libavutil/arm
Commit message (Expand)AuthorAge
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* ARM: use numeric ID for Tag_ABI_align_preservedMans Rullgard2012-10-03
* ARM: bswap: drop armcc version of av_bswap16()Mans Rullgard2012-10-02
* ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-02
* ARM: fix Thumb PIC on AppleMans Rullgard2012-10-02
* ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard2012-09-21
* ARM: align PIC offset pools to 4 bytesMans Rullgard2012-09-21
* ARM: swap source operands in some add instructionsMans Rullgard2012-09-20
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-15
* ARM: intmath: use native-size return types for clipping functionsMans Rullgard2012-08-13
* libavutil: add saturating addition functionsMans Rullgard2012-08-13
* ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard2012-08-10
* ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard2012-08-07
* ARM: generate position independent code to access data symbolsMans Rullgard2012-07-01
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-22
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-18
* ARM: fix float_dsp breakage from d5a7229Mans Rullgard2012-06-08
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* 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