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
2013-02-12Use simple nop codes for <= sse (rather than <= mmx).Ronald S. Bultje
2013-01-23Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer
2013-01-23Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer
2013-01-23Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'Michael Niedermayer
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-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-19Merge commit 'd633d12b2cc999cee3ac25bf9a810fe7ff03726d'Michael Niedermayer
2013-01-19Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b'Michael Niedermayer
2013-01-19x86: Add a Yasm-based emms() replacementMartin Storsjö
2013-01-19x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun
2013-01-18x86inc: Rename "program_name" to "private_prefix"Diego Biurrun
2013-01-18Merge commit '80ac87c13dc8c6c063e26a464c5c542357c0583f'Michael Niedermayer
2013-01-17float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_windowMartin Storsjö
2013-01-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-16Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e'Michael Niedermayer
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2013-01-15x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun
2013-01-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-15Merge commit '094a7405e5d8463d7d167d893e04934ec1a84ecd'Michael Niedermayer
2013-01-15Merge commit 'd8c772de53d29afb1bada88afa859fce8489c668'Michael Niedermayer
2013-01-15x86: ABSB2: port to cpuflagsDiego Biurrun
2013-01-15x86: ABSB: port to cpuflagsDiego Biurrun
2013-01-15x86: ABS2: port to cpuflagsDiego Biurrun
2013-01-07Merge commit '5b4dfbffc258f90a7d2540d21209ac23afcf7cd0'Michael Niedermayer
2013-01-06x86: ABS1: port to cpuflagsDiego Biurrun
2012-12-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-19lavc: merge latest x86inc.asm fixes with x264Ronald S. Bultje
2012-12-14Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f'Michael Niedermayer
2012-12-14x86inc: fully concatenate tokens to fix macro expansion for nasmJanne Grunau
2012-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-12x86inc: fix stack alignment on win64Ronald S. Bultje
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUE.Ronald S. Bultje
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje
2012-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-08x86: float_dsp: fix loading of the len parameter on x86-32Justin Ruggles
2012-12-07Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'Michael Niedermayer
2012-12-06Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56'Michael Niedermayer
2012-12-06Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer
2012-12-06x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32Justin Ruggles
2012-12-05x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles
2012-12-05float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles
2012-11-28Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1'Michael Niedermayer
2012-11-28x86: cpu: Drop unused HAVE_RWEFLAGS conditionDiego Biurrun
2012-11-27Merge commit '3c370f5abc55739a261534b9f9bdc739cedbbbb9'Michael Niedermayer
2012-11-26x86: float_dsp: add SSE version of vector_fmul_scalar()Justin Ruggles
2012-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-18x86: SPLATD: port to cpuflagsDiego Biurrun
2012-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer