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-11-02x86: vp8dsp: Split loopfilter code into a separate fileDiego Biurrun
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-08-07x86: add colons after labelsMans Rullgard
2012-07-05x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt
2012-04-04vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET
2012-03-10vp8: convert mbedge loopfilter x86 assembly to use named arguments.Ronald S. Bultje
2012-03-10vp8: convert inner loopfilter x86 assembly to use named arguments.Ronald S. Bultje
2012-03-04vp8: convert simple loopfilter x86 assembly to use named arguments.Ronald S. Bultje
2012-03-04vp8: convert idct x86 assembly to use named arguments.Ronald S. Bultje
2012-03-04vp8: convert mc x86 assembly to use named arguments.Ronald S. Bultje
2012-03-04vp8: convert loopfilter x86 assembly to use cpuflags().Ronald S. Bultje
2012-03-04vp8: convert idct/mc x86 assembly to use cpuflags().Ronald S. Bultje
2012-03-02vp8: disable mmx functions with sse/sse2 counterparts on x86-64.Ronald S. Bultje
2011-08-15Fix NASM include directiveDave Yeo
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje
2011-08-12Move x86inc.asm to libavutil/.Ronald S. Bultje
2011-05-17Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang
2011-05-14Fix FSF address copy paste error in some license headers.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-05Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger
2010-08-24Mark xmm registers as clobbered in simple loopfilter. Should fix the lastRonald S. Bultje
2010-08-23Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures).Ronald S. Bultje
2010-08-03VP8: move zeroing of luma DC block into the WHTJason Garrett-Glaser
2010-08-01Use word-writing instead of dword-writing (with two cached but otherwiseRonald S. Bultje
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-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-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-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-20Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions.Ronald S. Bultje