95 Commits (a3a501df240fa179fe12c2cf5dbbb4f1d9f650ca)

Author SHA1 Message Date
  Martin Storsjö 5584abf69d arm: Emit .thumb_func directives 7 years ago
  Martin Storsjö 3a7b4ae62c arm: Produce .const_data instead of .section .rodata for Mach-O 7 years ago
  Diego Biurrun 4cf84e254a Drop some unnecessary config.h #includes 8 years ago
  Martin Storsjö 17f5171cd4 arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp 8 years ago
  James Almer 3d828c9fd5 cpu: split flag checks per arch in av_cpu_max_align() 8 years ago
  Martin Storsjö 59cee42d7d arm: Check for the .arch directive in configure 8 years ago
  Janne Grunau 6a1ea4ec93 arm: warn/error on movrelx usage problematic with PIC on ELF 9 years ago
  Martin Storsjö 824e8c2840 arm: Clear the gp register alias at the end of functions 9 years ago
  Martin Storsjö 6f9e34baea arm: Check for support for the .fpu directive 9 years ago
  Martin Storsjö 73c8c0341c arm: Fix vfp dead code elimination with have_vfp_vm 10 years ago
  Janne Grunau e2710e790c arm: add a cpu flag for the VFPv2 vector mode 10 years ago
  Martin Storsjö dcae2e32f7 arm: Suppress tags about used cpu arch and extensions 11 years ago
  Peter Meerwald 76ce9bd8e2 libavutil: Add ARM av_clip_intp2_arm 11 years ago
  Martin Storsjö f963f80399 arm: Use .data.rel.ro for const data with relocations 11 years ago
  Ben Avison 6869612f5c arm: Macroize the test for 'setend' CPU instruction support 11 years ago
  Ben Avison 5a272190a0 armv6: Accelerate butterflies_float 11 years ago
  Ben Avison 5edad2c4a1 armv6: Accelerate vector_fmul_window 11 years ago
  Martin Storsjö 7b0c7c9163 arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernel 11 years ago
  Janne Grunau d5a5598198 build: check if AS supports the '.func' directive 11 years ago
  Diego Biurrun 831a118078 Update dsputil- and SIMD-related comments to match reality more closely 12 years ago
  Janne Grunau cbddee1cca arm: hpeldsp: prevent overreads in armv6 asm 12 years ago
  Martin Storsjö 543156d751 arm: Mark the stack as non-executable 12 years ago
  Martin Storsjö e3fec3f095 arm: Add EXTERN_ASM to the .func and .type declarations for exported symbols 12 years ago
  Martin Storsjö 44a0a98f92 arm: Add an option for making sure NEON registers aren't clobbered 12 years ago
  Martin Storsjö 5dae487235 arm: Allow overriding the alignment set in the function macro 12 years ago
  Diego Biurrun 7ffda66fd5 arm: float_dsp: Propagate cpu_flags to vfp initialization function 12 years ago
  Diego Biurrun 8410d6e93c avutil: Refactor CPU extension availability macros 12 years ago
  Diego Biurrun b78b10c4b7 avutil: Move internal CPU detection function declarations to private header 12 years ago
  Diego Biurrun 439902e0d6 Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ 13 years ago
  Martin Storsjö be7952b5c3 arm: Only output eabi attributes if building for ELF 12 years ago
  Diego Biurrun 1fda184a85 avutil: Add av_cold attributes to init functions missing them 12 years ago
  Martin Storsjö ab8f1a6989 arm: Fall back to runtime cpu feature detection via /proc/cpuinfo 13 years ago
  Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 13 years ago
  Ronald S. Bultje 5959bfaca3 floatdsp: move butterflies_float from dsputil to avfloatdsp. 13 years ago
  Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 13 years ago
  Ronald S. Bultje 55aa03b9f8 floatdsp: move vector_fmul_add from dsputil to avfloatdsp. 13 years ago
  Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 13 years ago
  Mans Rullgard b57c1da81e arm: detect cpu features at runtime on Linux 13 years ago
  Mans Rullgard b326755989 arm: rename ARMVFP config symbol to VFP 13 years ago
  Mans Rullgard a7831d509f arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation 13 years ago
  Justin Ruggles 284ea790d8 dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil 13 years ago
  Diego Biurrun 9734b8ba56 Move avutil tables only used in libavcodec to libavcodec. 13 years ago
  Mans Rullgard 51a15ed740 ARM: use numeric ID for Tag_ABI_align_preserved 13 years ago
  Mans Rullgard 1ca3b62b10 ARM: bswap: drop armcc version of av_bswap16() 13 years ago
  Mans Rullgard 5e826fd65e ARM: set Tag_ABI_align_preserved in all asm files 13 years ago
  Mans Rullgard 7bda4ed780 ARM: fix Thumb PIC on Apple 13 years ago
  Mans Rullgard 8995d34972 ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code 13 years ago
  Mans Rullgard cdb7db5acd ARM: align PIC offset pools to 4 bytes 13 years ago
  Mans Rullgard a27a690fac ARM: swap source operands in some add instructions 13 years ago
  Mans Rullgard 7689eea49a flacdsp: arm optimised lpc filter 13 years ago