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
2015-02-02x86/hevcdsp: add missing vzeroupper in ff_hevc_sao_band_filter_48_*_avx2James Almer
2015-02-02x86/hevcdsp: add missing guards to ff_hevc_sao_band_filter_avx2James Almer
2015-02-02x86: hevc/sao: aligned source buffersChristophe Gisquet
2015-02-02x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2}James Almer
2015-01-26x86/sbrdsp: Use different mem movesChristophe Gisquet
2015-01-26x86/sbrdsp: add ff_sbr_autocorrelate_{sse,sse3}James Almer
2015-01-05x86/flacdsp: remove unneeded ifdefferyJames Almer
2014-12-31x86/swr: add SSE2/AVX pack_8ch functionsJames Almer
2014-12-28vp9/x86: add myself to copyright holders for loopfilter assembly.Ronald S. Bultje
2014-12-28vp9/x86: make filter_16_h work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_48/84/88_h work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_44_h work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_16_v work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_48/84_v work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_88_v work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_44_v work on 32-bit.Ronald S. Bultje
2014-12-28vp8/x86: save one register in SIGN_ADD/SUB.Ronald S. Bultje
2014-12-28vp9/x86: store unpacked intermediates for filter6/14 on stack.Ronald S. Bultje
2014-12-28vp8/x86: move variable assigned inside macro branch.Ronald S. Bultje
2014-12-28vp9/x86: simplify ABSSUM_CMP by inverting the comparison meaning.Ronald S. Bultje
2014-12-28vp8/x86: remove unused register from ABSSUB_CMP macro.Ronald S. Bultje
2014-12-28vp9/x86: slightly simplify 44/48/84/88 h stores.Ronald S. Bultje
2014-12-28vp9/x86: make cglobal statement more conservative in register allocation.Ronald S. Bultje
2014-12-28vp9/x86: save one register in loopfilter surface coverage.Ronald S. Bultje
2014-12-23x86/vp9: remove duplicate function prototypesJames Almer
2014-12-20x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasmJames Almer
2014-12-19x86/constants: fix alignment of pw_255James Almer
2014-12-19vp9/x86: intra prediction sse2/32bit support.Ronald S. Bultje
2014-12-19vp9/x86: invert hu_ipred left array ordering.Ronald S. Bultje
2014-12-16vp9/x86: save one register on 32bit idct32x32.Ronald S. Bultje
2014-12-15vp9/x86: sse2 MC assembly.Ronald S. Bultje
2014-12-15vp9/x86: 32bit and sse2 support for vp9 inverse transform assemblyRonald S. Bultje
2014-12-11avcodec/x86/hevc_mc: fix sse register countsMichael Niedermayer
2014-12-10avcodec/x86/hevc_mc: remove dead branch from EPEL_FILTERMichael Niedermayer
2014-12-08avcodec/x86/pngdsp: fix off by 1 errorMichael Niedermayer
2014-12-06Merge commit '9a738c27dceb4b975784b23213a46f5cb560d1c2'Michael Niedermayer
2014-12-05v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-12-04h264_i386: Fix operand sizeReimar Döffinger
2014-12-03pngdsp x86: use unaligned accessChristophe Gisquet
2014-11-26v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-11-24Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600'Michael Niedermayer
2014-11-24motion_est: convert stride to ptrdiff_tVittorio Giovara
2014-11-23Fix standalone compilation of the apng decoder on x86.Carl Eugen Hoyos
2014-11-23avcodec/x86/Makefile: fix orderMichael Niedermayer
2014-11-22avcodec/x86/lossless_audiodsp: fix fallback code for 32bitMichael Niedermayer
2014-11-22avcodec/x86/lossless_audiodsp: support len %16 == 8 in scalarproduct_and_madd...Michael Niedermayer
2014-11-22h264_i386: Optimize decode_significance_8x8_x86 for 64 bit.Reimar Döffinger
2014-11-13x86/flacdsp: add SSE2 and AVX decorrelate functionsJames Almer
2014-11-12x86/flacdsp: separate decoder and encoder dsp initializationJames Almer
2014-10-23x86/hpeldsp: fix loop in {avg,avg_no_rnd}_pixels16_x2_mmxJames Almer