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
2022-06-22avutil/x86/float_dsp: Remove obsolete 3dnowext functionAndreas Rheinhardt
2022-06-22avutil/x86/pixelutils: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt
2022-05-21x86/tx_float: replace fft_sr_avx with fft_sr_fma3Lynne
2022-05-21x86/tx_float: improve temporary register allocation for loadsLynne
2022-05-21x86/tx_float: add AV_CPU_FLAG_AVXSLOW/SLOW_GATHER flags where appropriateLynne
2022-05-21Revert "x86/tx_float: remove vgatherdpd usage"Lynne
2022-05-20x86/tx_float: remove vgatherdpd usageLynne
2022-03-10avutil/cpu: add AVX512 Icelake flagWu Jianhua
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2022-02-21avutil/x86/emms: Don't unnecessarily include lavu/cpu.hAndreas Rheinhardt
2022-02-08libavutil: include assembly with full path from source rootAlexander Kanavin
2022-02-07lavu/tx: refactor assembly codelet definitionLynne
2022-02-02x86/tx_float: avoid redefining macrosLynne
2022-01-29x86/tx_float: mark AVX2 functions as AVXSLOWLynne
2022-01-27x86/tx_float: add missing FF_TX_OUT_OF_PLACE flag to functionsLynne
2022-01-27x86/tx_float: do not build tx_float_init.c if x86 assembly is disabledLynne
2022-01-26x86/tx_float: add permute-free FFT versionsLynne
2022-01-26lavu/tx: rewrite internal code as a tree-based codelet constructorLynne
2021-12-21avutil/cpu: move slow gather checks below in the functionJames Almer
2021-12-21libavutil/cpu: Add AV_CPU_FLAG_SLOW_GATHER.Alan Kelly
2021-11-19x86/intmath: add VEX encoded versions of av_clipf() and av_clipd()James Almer
2021-11-15libavutil/common: clip nan value to aminMark Reid
2021-07-18x86/tx_float: correctly load the transform lengthLynne
2021-04-26x86/tx_float: remove ff_ prefix from external constant tablesJames Almer
2021-04-24x86/tx_float: fix forgotten 2-argument mulpsLynne
2021-04-24x86/tx_float: use all arguments on vperm2f and vpermilps and reindent commentsLynne
2021-04-24x86/tx_float: Fixes compilation with old yasmJames Almer
2021-04-24lavu/x86/tx_float: fix FMA3 implying AVX2 is availableLynne
2021-04-24lavu/x86: add FFT assemblyLynne
2021-04-19Include attributes.h directlyAndreas Rheinhardt
2020-07-12avutil/x86inc: fix warnings when assembling with Nasm 2.15Henrik Gramner
2020-01-23libavutil: x86: Include stdlib.h before using _byteswap_ulongMartin Storsjö
2018-09-14x86/float_dsp: add ff_vector_dmul_{sse2,avx}James Almer
2018-08-01x86/pixelutils: don't use the AVX2 functions on CPUs known to be slow with themJames Almer
2018-08-01x86/pixelutils: add missing preprocessor wrapper to the AVX2 functionsJames Almer
2018-07-31avutil/pixelutils: sad_32x32 sse2/avx2 optimizations.Jun Zhao
2018-07-19lavu/x86/cpu: Fix aesni detectionalexander schmid
2018-07-11avutil/pixelutils: correct the function name in commentsJun Zhao
2018-02-12Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906'James Almer
2018-02-06Drop some unnecessary config.h #includesDiego Biurrun
2018-01-20x86inc: Drop cpuflags_slowctzHenrik Gramner
2018-01-20x86inc: Correctly set mmreg variablesHenrik Gramner
2018-01-20x86inc: Support creating global symbols from local labelsHenrik Gramner
2018-01-20x86inc: Use .rdata instead of .rodata on WindowsHenrik Gramner
2018-01-20x86inc: Enable AVX emulation for floating-point pseudo-instructionsHenrik Gramner
2017-12-25x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled ...James Almer
2017-12-25x86inc: AVX-512 supportHenrik Gramner
2017-12-25avutil: add alignment needed for AVX-512James Darnley
2017-12-25avutil: detect when AVX-512 is availableJames Darnley
2017-12-25avutil: add AVX-512 flagsJames Darnley