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
2014-07-19sws/x86: split mmxext fast bilinear scaler outMichael Niedermayer
2014-04-19Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-04-08swscale/x86/swscale_template: loose hardcoded dstw_offsetMichael Niedermayer
2014-03-26Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2013-08-29Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer
2013-08-29swscale: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-02-16sws/x86: improve rounding for yuv2yuvXMichael Niedermayer
2012-10-31Merge commit 'be923ed659016350592acb9b3346f706f8170ac5'Michael Niedermayer
2012-10-31Merge commit 'a65bdceb060628881578afb29df4eb222421381f'Michael Niedermayer
2012-10-31Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in variable namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-05sws: support 12&14 bit planar colorspacesMichael Niedermayer
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-06swscale: make filterPos 32bit.Ronald S. Bultje
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-20Revert two swscale commits.Ronald S. Bultje
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-17swscale: make access to filter data conditional on filter type.Ronald S. Bultje
2012-02-17swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje
2012-02-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-07swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case.Ronald S. Bultje
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-10swscale: fix crash in fast_bilinear code when compiled with -mred-zone.Ronald S. Bultje
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje
2011-12-03sws: remove unused variableMichael Niedermayer
2011-11-19sws: update copyright datesMichael Niedermayer
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-06swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.Ronald S. Bultje
2011-10-24sws: replace long by x86_reg in x86 asmMichael Niedermayer
2011-10-23sws: x86_32 fixMichael Niedermayer
2011-10-23sws: add yuv2yuvX() back and updated to the just 1 plane APIMichael Niedermayer
2011-10-23sws: port to thw new 1 plane API and add back yuv2yuv1_ar().Michael Niedermayer
2011-10-23sws: better MOVNTQ macroMichael Niedermayer
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-22swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje
2011-10-22Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya
2011-10-09swscale: Fix prototypes of *toyv12 so they can be used with planar rgb input.Michael Niedermayer
2011-09-25Compile x86/swscale_template with -mno-red-zone.Reimar Döffinger
2011-09-20Hack around gcc 4.6 breaking asm using call.Reimar Döffinger