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
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
2017-12-02avutil/x86util : add macro for loading a 128 bits constants in an xmm or in e...Martin Vignali
2017-10-25Don't use _tzcnt instrinics with clang for windows w/o BMI.Dale Curtis
2017-10-21Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'James Almer
2017-10-09cpu: split flag checks per arch in av_cpu_max_align()James Almer
2017-09-28avutil/cpu: split flag checks per arch in av_cpu_max_align()James Almer
2017-09-27Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'James Almer
2017-08-18Add macros to x86util.asm .Ivan Kalvachev
2017-06-27x86inc: don't use read-only data sections on COFF targetsJames Almer
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-06-19x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4}James Almer
2017-06-12x86inc: Add some additional cpuflag relationsHenrik Gramner
2017-06-09x86inc: Remove argument from WIN64_RESTORE_XMMAnton Mitrofanov
2017-06-09x86inc: Prefer r14/r15 over r12/r13 on x86-64Henrik Gramner
2017-06-09x86inc: Make REP_RET identical to RET in SSSE3+ functionsHenrik Gramner
2017-06-09x86inc: Fix call with memory operandsHenrik Gramner
2017-05-13x86/float_dsp: remove usage of integer instructionsJames Almer
2017-04-12x86/float_dsp: add ff_vector_fmul_reverse_avx2James Almer
2017-04-10x86/float_dsp: add ff_vector_dmac_scalar_{sse2,avx,fma3}James Almer
2017-03-30Merge commit '99434f4df81b6801b2b535d5b9143305595784f6'Clément Bœsch
2017-03-24Merge commit '7911186ed616ae81dd8617d6d0e8b08c818db9d8'James Almer
2017-03-24Merge commit '6be7944ee2ec2f045e6eb9a93237e992c8b20ac4'James Almer
2017-03-22avutil/x86util: don't use movss in VBROADCASTSS macro when src and dst args a...James Almer
2017-03-20Merge commit '07e1f99a1bb41d1a615676140eefc85cf69fa793'Clément Bœsch
2017-03-20Merge commit 'd7bc52bf456deba0f32d9fe5c288ec441f1ebef5'Clément Bœsch
2017-03-14x86util: Port all macros to cpuflagsDiego Biurrun
2017-03-01build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-02-18avcodec/h264: sse2, avx h luma mbaff deblock/loop filterJames Darnley
2017-02-18x86util: import MOVHL macroJames Darnley
2017-02-18avcodec/x86: deduplicate PASS8ROWS macroJames Darnley
2017-02-03asm: Consistently uppercase SECTION markersDiego Biurrun
2017-01-31Merge commit '8e9cd81d291b1010c625b2766058aadf4affb537'James Almer