summaryrefslogtreecommitdiff
path: root/libavutil/arm
Commit message (Expand)AuthorAge
* arm: Fix vfp dead code elimination with have_vfp_vmMartin Storsjö2016-01-08
* arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-14
* arm: Suppress tags about used cpu arch and extensionsMartin Storsjö2015-03-07
* libavutil: Add ARM av_clip_intp2_armPeter Meerwald2015-02-21
* arm: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-09
* arm: Macroize the test for 'setend' CPU instruction supportBen Avison2014-07-21
* armv6: Accelerate butterflies_floatBen Avison2014-07-18
* armv6: Accelerate vector_fmul_windowBen Avison2014-07-18
* arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernelMartin Storsjö2014-06-28
* build: check if AS supports the '.func' directiveJanne Grunau2014-06-03
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
* arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau2014-03-05
* arm: Mark the stack as non-executableMartin Storsjö2014-02-19
* arm: Add EXTERN_ASM to the .func and .type declarations for exported symbolsMartin Storsjö2014-02-07
* arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö2014-01-11
* arm: Allow overriding the alignment set in the function macroMartin Storsjö2014-01-07
* arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun2013-08-29
* avutil: Refactor CPU extension availability macrosDiego Biurrun2013-08-28
* avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-28
* Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun2013-07-18
* arm: Only output eabi attributes if building for ELFMartin Storsjö2013-05-27
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* 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