Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-21arm: Check for support for the .fpu directiveMartin Storsjö
2016-01-09arm: Fix vfp dead code elimination with have_vfp_vmMartin Storsjö
2015-12-14arm: add a cpu flag for the VFPv2 vector modeJanne Grunau
2015-03-07arm: Suppress tags about used cpu arch and extensionsMartin Storsjö
2015-02-21libavutil: Add ARM av_clip_intp2_armPeter Meerwald
2014-12-09arm: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-07-22arm: Macroize the test for 'setend' CPU instruction supportBen Avison
2014-07-18armv6: Accelerate butterflies_floatBen Avison
2014-07-18armv6: Accelerate vector_fmul_windowBen Avison
2014-06-28arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernelMartin Storsjö
2014-06-03build: check if AS supports the '.func' directiveJanne Grunau
2014-03-13Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun
2014-03-05arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau
2014-02-19arm: Mark the stack as non-executableMartin Storsjö
2014-02-07arm: Add EXTERN_ASM to the .func and .type declarations for exported symbolsMartin Storsjö
2014-01-11arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö
2014-01-07arm: Allow overriding the alignment set in the function macroMartin Storsjö
2013-08-29arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun
2013-08-29avutil: Refactor CPU extension availability macrosDiego Biurrun
2013-08-29avutil: Move internal CPU detection function declarations to private headerDiego Biurrun
2013-07-18Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun
2013-05-27arm: Only output eabi attributes if building for ELFMartin Storsjö
2013-05-05avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2013-02-11arm: Fall back to runtime cpu feature detection via /proc/cpuinfoMartin Storsjö
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-07arm: detect cpu features at runtime on LinuxMans Rullgard
2012-12-07arm: rename ARMVFP config symbol to VFPMans Rullgard
2012-12-07arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-03ARM: use numeric ID for Tag_ABI_align_preservedMans Rullgard
2012-10-02ARM: bswap: drop armcc version of av_bswap16()Mans Rullgard
2012-10-02ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard
2012-10-02ARM: fix Thumb PIC on AppleMans Rullgard
2012-09-21ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard
2012-09-21ARM: align PIC offset pools to 4 bytesMans Rullgard
2012-09-20ARM: swap source operands in some add instructionsMans Rullgard
2012-09-16flacdsp: arm optimised lpc filterMans Rullgard
2012-08-13ARM: intmath: use native-size return types for clipping functionsMans Rullgard
2012-08-13libavutil: add saturating addition functionsMans Rullgard
2012-08-10ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard
2012-08-08ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard
2012-07-01ARM: generate position independent code to access data symbolsMans Rullgard
2012-06-22cosmetics: do not use full path for local headersDiego Biurrun
2012-06-19float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-06-08ARM: fix float_dsp breakage from d5a7229Mans Rullgard