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
2010-07-31Remove x86/mmx.h. It is not used anymore and has been deprecated for years.Vitor Sessak
2010-07-31Convert deinterlacing MMX code to YASMVitor Sessak
2010-07-30Fix compilation in x86_64. I broke it with r24580.Vitor Sessak
2010-07-30Translate libmpeg2 MMX IDCT to plain asmVitor Sessak
2010-07-27Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster.Ronald S. Bultje
2010-07-26VP8: Much faster SSE2 MCJason Garrett-Glaser
2010-07-26Enable no-loop memory/register saving for ssse3/sse4 also.Ronald S. Bultje
2010-07-26Save a register (or regsize of stackspace for x86-32) for the no-loopRonald S. Bultje
2010-07-26Use nested ifs instead of &&, which appears to not work with %ifidn (i.e. thisRonald S. Bultje
2010-07-26Split pextrw macro-spaghetti into several opt-specific macros, this will makeRonald S. Bultje
2010-07-25Fix obvious bug in assignment. Somehow, the test vectors don't test this...Ronald S. Bultje
2010-07-24Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so thisRonald S. Bultje
2010-07-24Inline asm for VP56 arith coderEli Friedman
2010-07-23VP8: optimize DC-only chroma case in the same way as luma.Jason Garrett-Glaser
2010-07-23VP8 asm: cosmetics (spacing)Jason Garrett-Glaser
2010-07-23VP8: 30% faster idct_mbJason Garrett-Glaser
2010-07-23VP8: clear DCT blocks in iDCT instead of using clear_blocks.Jason Garrett-Glaser
2010-07-22Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles onRonald S. Bultje
2010-07-22Fix and enable horizontal >=SSE2 mbedge loopfilter.Ronald S. Bultje
2010-07-22relicense h264 deblock sse2 to lgplLoren Merritt
2010-07-22sync yasm macros from x264Loren Merritt
2010-07-22Eliminate one instruction in VP8 dc_add_sse4Jason Garrett-Glaser
2010-07-22Various VP8 x86 deblocking speedupsJason Garrett-Glaser
2010-07-22Make mmx VP8 WHT fasterJason Garrett-Glaser
2010-07-21Add header declarations for mmx/sse constants missing themDavid Conrad
2010-07-21Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.cDavid Conrad
2010-07-21VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)Ronald S. Bultje
2010-07-21Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder.Ronald S. Bultje
2010-07-20Revert r24339 (it causes fate failures on x86-64) - I'll figure out what'sRonald S. Bultje
2010-07-20Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster thanRonald S. Bultje
2010-07-20Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions.Ronald S. Bultje
2010-07-20Be more efficient with registers or stack memory. Saves 8/16 bytes stackRonald S. Bultje
2010-07-20Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje
2010-07-19more credits to D. J. Bernstein for fftLoren Merritt
2010-07-17Attempt to fix x86-64 testsuite on fate.Ronald S. Bultje
2010-07-16Remove duplicate define.Ronald S. Bultje
2010-07-16Revert 24270, it contained some stuff that shouldn't have been in there.Ronald S. Bultje
2010-07-16Remove duplicate define.Ronald S. Bultje
2010-07-16Give x86 r%d registers names, this will simplify implementation of the chromaRonald S. Bultje
2010-07-16Change return statement, the REP_RET is a mistake since the else case (x86-64,Ronald S. Bultje
2010-07-16VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje
2010-07-12MMX/SSE VC1 loop filterDavid Conrad
2010-07-12Make ff_pw_4 128 bitsDavid Conrad
2010-07-06Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak
2010-07-06SSE optimized 32-point DCTVitor Sessak
2010-07-03Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje
2010-07-03SSSE3 versions of vp8 width4 bilinear MC functionsJason Garrett-Glaser
2010-07-02SSSE3 versions of width4 VP8 6-tap MC functionsJason Garrett-Glaser
2010-07-02Fix 100L in vp8dsp asm initJason Garrett-Glaser
2010-07-01Fix h264/vp8 intra pred on Athlon XPJason Garrett-Glaser