summaryrefslogtreecommitdiff
path: root/libavutil/arm
Commit message (Expand)AuthorAge
* arm: Fall back to runtime cpu feature detection via /proc/cpuinfoMartin Storsjö2013-02-11
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* arm: detect cpu features at runtime on LinuxMans Rullgard2012-12-07
* arm: rename ARMVFP config symbol to VFPMans Rullgard2012-12-07
* arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard2012-12-07
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-26
* 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