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-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-10-18aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov
2016-10-02avcodec: fix arguments on xmm/neon clobber test wrappersJames Almer
2016-10-01avcodec: add missing xmm/neon clobber test wrappers for the new encode APIJames Almer
2016-09-23x86/h264_weight: use appropriate register size for weight parametersHendrik Leppkes
2016-09-23avcodec/h264: Use ptrdiff_t for (bi)weight functionsMichael Niedermayer
2016-08-07avcodec/ttadsp: cosmeticsJames Almer
2016-08-02x86/ttaenc: add ff_ttaenc_filter_process_{ssse3,sse4}James Almer
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-07-26vp9: add mxext versions of the single-block (w=8,npx=8) h/v loopfilters.Ronald S. Bultje
2016-07-26vp9: add mxext versions of the single-block (w=4,npx=8) h/v loopfilters.Ronald S. Bultje
2016-07-26vp9: add 32x32 idct AVX2 implementation.Ronald S. Bultje
2016-07-20x86/diracdsp: make ff_put_signed_rect_clamped_10_sse4 work on x86_32James Almer
2016-07-12diracdsp_init: add missing ARCH_X86_64 checkRostislav Pehlivanov
2016-07-12diracdsp: add SIMD for the 10 bit version of put_signed_rect_clampedRostislav Pehlivanov
2016-07-12diracdsp: add dequantization SIMDRostislav Pehlivanov
2016-07-11vp9: add 16x16 idct avx2 (8-bit).Ronald S. Bultje
2016-07-09Merge commit 'f1a9eee41c4b5ea35db9ff0088ce4e6f1e187f2c'Clément Bœsch
2016-07-05x86/dcadsp: optimize lfe_fir0_float_fma3 on x86_32James Almer
2016-07-04avcodec: add missing xmm/neon clobber test wrappers for the new decode APIJames Almer
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2016-06-26Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes
2016-06-22Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-06-17x86: Add missing movsxd for the int stride parameterMartin Storsjö
2016-06-14x86/aacpsdsp: optimize add_squares loopJames Almer
2016-06-08x86/aacdec: use HADDPS macroJames Almer
2016-05-28Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun
2016-05-28asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-05-08x86: lossless audio: SSE4 madd 32bitsChristophe Gisquet
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-12Merge commit '73ff983e8dd22ccee166403d0bbbc9c1cd543622'Derek Buitenhuis
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-03-04avcodec/fft: Add revtab32 for FFTs with more than 65536 samplesMichael Niedermayer
2016-03-04avcodec: Extend fft to size 2^17Michael Niedermayer
2016-03-01fft: Split MDCT bits off from FFTDiego Biurrun
2016-02-29x86/vc1dsp: Split the file into MC and loopfilterTimothy Gu
2016-02-26fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun
2016-02-24Merge commit '15a24614aef5836af3cd2c7cc3b2b737eee6bf3c'Derek Buitenhuis
2016-02-23x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun
2016-02-23x86/dcadec: add ff_lfe_fir1_float_{sse3,avx}James Almer
2016-02-19build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun
2016-02-16Merge commit 'e280fe13291e9c712a5f4aa13b5263f3e8afed45'Derek Buitenhuis
2016-02-16Merge commit 'eafb05fcf37cd19a910ca3b17824384f9006bc0a'Derek Buitenhuis
2016-02-15x86: use the new helper macros where usefulJames Almer
2016-02-14x86/vc1dsp: Port vc1_*_hor_16b_shift2 to NASM formatTimothy Gu
2016-02-07huffyuvencdsp: Undefine "i" macro after each useTimothy Gu
2016-02-06x86/dcadec: add ff_lfe_fir0_float_{sse,sse2,avx,fma3}James Almer