177 Commits (077880ad88eb1218c5c6b3b134e75317701dbe81)

Author SHA1 Message Date
Rémi Denis-Courmont 620e6e1487 arm: relax byte-swap assembler constraints 2 years ago
Martin Storsjö 0dd8fe6f4b arm: Check the build time constants in av_clip_*intp2 2 years ago
Aman Karmani 2f299c0b8b avutil: use getauxval(3) for CPU capabilities on linux/android ARM 3 years ago
Martin Storsjö ee040a7fc2 arm/aarch64: Use mach_absolute_time as timer on apple platforms 4 years ago
Martin Storsjö 41cf3e3b1c arm: Create proper .rdata sections for COFF 6 years ago
Martin Storsjö 5584abf69d arm: Emit .thumb_func directives 6 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 7 years ago
Andrew D'Addesio 9b45bcf713 libavutil: Add saturating subtraction functions 7 years ago
Martin Storsjö 17f5171cd4 arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp 7 years ago
Martin Storsjö f1fd12ef85 lavu/arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp 7 years ago
James Almer 3d828c9fd5 cpu: split flag checks per arch in av_cpu_max_align() 7 years ago
James Almer 3b345d389b avutil/cpu: split flag checks per arch in av_cpu_max_align() 7 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 8 years ago
Martin Storsjö 86c5a23ee5 arm: Clear the gp register alias at the end of functions 8 years ago
Martin Storsjö 824e8c2840 arm: Clear the gp register alias at the end of functions 8 years ago
Martin Storsjö 6f9e34baea arm: Check for support for the .fpu directive 8 years ago
Timothy Gu 44304ae322 all: Add missing header guards 9 years ago
Martin Storsjö 73c8c0341c arm: Fix vfp dead code elimination with have_vfp_vm 9 years ago
Janne Grunau e2710e790c arm: add a cpu flag for the VFPv2 vector mode 9 years ago
James Almer 36e1665d3d avutil/attributes: add AV_GCC_VERSION_AT_MOST 9 years ago
Michael Niedermayer d82d11397f avutil/arm/intmath: return int for uint8 / uint16 clip 9 years ago
Andreas Cadhalpun 5bf84a584e arm: only enable setend on ARMv6 10 years ago
Martin Storsjö dcae2e32f7 arm: Suppress tags about used cpu arch and extensions 10 years ago
Peter Meerwald 76ce9bd8e2 libavutil: Add ARM av_clip_intp2_arm 10 years ago
Martin Storsjö f963f80399 arm: Use .data.rel.ro for const data with relocations 10 years ago
jessejiang 29d208d5d4 avutil/arm/float_dsp_init_vfp: replace restrict by av_restrict 10 years ago
Michael Niedermayer 1e519b9d40 avutil: turn arm setend into a cpuflag 10 years ago
Ben Avison 6869612f5c arm: Macroize the test for 'setend' CPU instruction support 10 years ago
Ben Avison 5a272190a0 armv6: Accelerate butterflies_float 10 years ago
Ben Avison 5edad2c4a1 armv6: Accelerate vector_fmul_window 10 years ago
Ben Avison 57641410d1 armv6: Accelerate butterflies_float 10 years ago
Ben Avison 649c666137 armv6: Accelerate vector_fmul_window 10 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 11 years ago
Janne Grunau cbddee1cca arm: hpeldsp: prevent overreads in armv6 asm 11 years ago
Martin Storsjö 543156d751 arm: Mark the stack as non-executable 11 years ago
Martin Storsjö e3fec3f095 arm: Add EXTERN_ASM to the .func and .type declarations for exported symbols 11 years ago
Martin Storsjö 44a0a98f92 arm: Add an option for making sure NEON registers aren't clobbered 11 years ago
Martin Storsjö 5dae487235 arm: Allow overriding the alignment set in the function macro 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Diego Biurrun 7ffda66fd5 arm: float_dsp: Propagate cpu_flags to vfp initialization function 11 years ago
Diego Biurrun 8410d6e93c avutil: Refactor CPU extension availability macros 11 years ago
Diego Biurrun b78b10c4b7 avutil: Move internal CPU detection function declarations to private header 11 years ago
Diego Biurrun 439902e0d6 Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ 11 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 12 years ago