| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: detect cpu features at runtime on Linux | Mans Rullgard | 2012-12-07 | 1 | -0/+83 |
* | arm: rename ARMVFP config symbol to VFP | Mans Rullgard | 2012-12-07 | 4 | -5/+5 |
* | arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation | Mans Rullgard | 2012-12-07 | 3 | -8/+8 |
* | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 2 | -0/+42 |
* | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 1 | -24/+0 |
* | ARM: use numeric ID for Tag_ABI_align_preserved | Mans Rullgard | 2012-10-03 | 1 | -1/+1 |
* | ARM: bswap: drop armcc version of av_bswap16() | Mans Rullgard | 2012-10-02 | 1 | -7/+0 |
* | ARM: set Tag_ABI_align_preserved in all asm files | Mans Rullgard | 2012-10-02 | 2 | -10/+1 |
* | ARM: fix Thumb PIC on Apple | Mans Rullgard | 2012-10-02 | 1 | -1/+3 |
* | ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code | Mans Rullgard | 2012-09-21 | 1 | -1/+1 |
* | ARM: align PIC offset pools to 4 bytes | Mans Rullgard | 2012-09-21 | 1 | -0/+1 |
* | ARM: swap source operands in some add instructions | Mans Rullgard | 2012-09-20 | 1 | -1/+1 |
* | flacdsp: arm optimised lpc filter | Mans Rullgard | 2012-09-15 | 1 | -0/+6 |
* | ARM: intmath: use native-size return types for clipping functions | Mans Rullgard | 2012-08-13 | 1 | -5/+5 |
* | libavutil: add saturating addition functions | Mans Rullgard | 2012-08-13 | 1 | -0/+15 |
* | ARM: add missing "cc" clobber in av_clipl_int32_arm() | Mans Rullgard | 2012-08-10 | 1 | -1/+1 |
* | ARM: use Q/R inline asm operand modifiers only if supported | Mans Rullgard | 2012-08-07 | 2 | -0/+8 |
* | ARM: generate position independent code to access data symbols | Mans Rullgard | 2012-07-01 | 1 | -1/+72 |
* | cosmetics: do not use full path for local headers | Diego Biurrun | 2012-06-22 | 2 | -2/+2 |
* | float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil | Justin Ruggles | 2012-06-18 | 2 | -0/+52 |
* | ARM: fix float_dsp breakage from d5a7229 | Mans Rullgard | 2012-06-08 | 4 | -8/+8 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 7 | -0/+267 |
* | ARM: Move asm.S from libavcodec to libavutil | Justin Ruggles | 2012-06-08 | 1 | -0/+231 |
* | build: cosmetics: Add missing end-of-line backslashes to item lists. | Diego Biurrun | 2012-05-07 | 1 | -1/+1 |
* | arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6 | Mans Rullgard | 2012-05-03 | 1 | -1/+3 |
* | arm: intreadwrite: disable inline asm for gcc 4.7 and later | Mans Rullgard | 2012-05-02 | 1 | -1/+2 |
* | arm: intreadwrite: fix inline asm constraints for gcc 4.6 and later | Mans Rullgard | 2012-05-02 | 1 | -3/+10 |
* | ARM: allow runtime masking of CPU features | Mans Rullgard | 2012-04-22 | 3 | -0/+63 |
* | remove iwmmxt optimizations | Janne Grunau | 2012-03-12 | 1 | -25/+0 |
* | bswap: make generic implementation more compiler-friendly | Mans Rullgard | 2011-12-12 | 1 | -0/+2 |
* | ARM: allow building in Thumb2 mode | Mans Rullgard | 2011-06-23 | 1 | -0/+2 |
* | ARM: simplify inline asm with 64-bit operands | Mans Rullgard | 2011-05-30 | 1 | -9/+8 |
* | ARM: improve FASTDIV asm | Mans Rullgard | 2011-05-28 | 1 | -6/+6 |
* | ARM: add ARMv6 optimised av_clip_uintp2 | Mans Rullgard | 2011-05-26 | 1 | -0/+9 |
* | ARM: remove volatile from asm statements in libavutil/intmath | Mans Rullgard | 2011-05-26 | 1 | -16/+16 |
* | ARM: fix av_clipl_int32_arm() | Mans Rullgard | 2011-05-26 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 5 | -20/+20 |
* | Force inlining of avutil common routines | Jason Garrett-Glaser | 2011-02-17 | 1 | -7/+7 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -3/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+3 |
* | ARM: change return type of AV_RN16() to unsigned | Måns Rullgård | 2010-09-26 | 1 | -2/+2 |
* | Clean up av_get_cpu_flag() | Måns Rullgård | 2010-09-09 | 1 | -6/+2 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -0/+29 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -8/+8 |
* | ARM: optimised integer clip functions | Måns Rullgård | 2010-07-07 | 1 | -0/+45 |
* | ARM: intmath.h cosmetics | Måns Rullgård | 2010-07-07 | 1 | -3/+7 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 2 | -2/+2 |
* | ARM: add some missing includes | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | ARM: change argument/return type of bswap_16() to unsigned 32-bit | Måns Rullgård | 2010-02-22 | 1 | -2/+2 |
* | Move FASTDIV macro to intmath.h | Måns Rullgård | 2010-01-19 | 1 | -0/+54 |