summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vp8dsp.asm
Commit message (Expand)AuthorAge
* Update Fiona's name in copyright statements.Diego Biurrun2014-07-01
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-13
* x86: vp8dsp: Split loopfilter code into a separate fileDiego Biurrun2013-11-01
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-10
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje2012-12-12
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* x86: add colons after labelsMans Rullgard2012-08-07
* x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-05
* vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET2012-04-04
* vp8: convert mbedge loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-10
* vp8: convert inner loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-10
* vp8: convert simple loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-03
* vp8: convert idct x86 assembly to use named arguments.Ronald S. Bultje2012-03-03
* vp8: convert mc x86 assembly to use named arguments.Ronald S. Bultje2012-03-03
* vp8: convert loopfilter x86 assembly to use cpuflags().Ronald S. Bultje2012-03-03
* vp8: convert idct/mc x86 assembly to use cpuflags().Ronald S. Bultje2012-03-03
* vp8: disable mmx functions with sse/sse2 counterparts on x86-64.Ronald S. Bultje2012-03-02
* Fix NASM include directiveDave Yeo2011-08-15
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang2011-05-17
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-05
* Mark xmm registers as clobbered in simple loopfilter. Should fix the lastRonald S. Bultje2010-08-24
* Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures).Ronald S. Bultje2010-08-23
* VP8: move zeroing of luma DC block into the WHTJason Garrett-Glaser2010-08-02
* Use word-writing instead of dword-writing (with two cached but otherwiseRonald S. Bultje2010-07-31
* Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster.Ronald S. Bultje2010-07-26
* VP8: Much faster SSE2 MCJason Garrett-Glaser2010-07-26
* Enable no-loop memory/register saving for ssse3/sse4 also.Ronald S. Bultje2010-07-26
* Save a register (or regsize of stackspace for x86-32) for the no-loopRonald S. Bultje2010-07-26
* Use nested ifs instead of &&, which appears to not work with %ifidn (i.e. thisRonald S. Bultje2010-07-26
* Split pextrw macro-spaghetti into several opt-specific macros, this will makeRonald S. Bultje2010-07-26
* Fix obvious bug in assignment. Somehow, the test vectors don't test this...Ronald S. Bultje2010-07-25
* Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so thisRonald S. Bultje2010-07-24
* VP8: optimize DC-only chroma case in the same way as luma.Jason Garrett-Glaser2010-07-23
* VP8 asm: cosmetics (spacing)Jason Garrett-Glaser2010-07-23
* VP8: 30% faster idct_mbJason Garrett-Glaser2010-07-23
* VP8: clear DCT blocks in iDCT instead of using clear_blocks.Jason Garrett-Glaser2010-07-23
* Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles onRonald S. Bultje2010-07-22
* Fix and enable horizontal >=SSE2 mbedge loopfilter.Ronald S. Bultje2010-07-22
* Eliminate one instruction in VP8 dc_add_sse4Jason Garrett-Glaser2010-07-21
* Various VP8 x86 deblocking speedupsJason Garrett-Glaser2010-07-21
* Make mmx VP8 WHT fasterJason Garrett-Glaser2010-07-21
* VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)Ronald S. Bultje2010-07-20
* Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder.Ronald S. Bultje2010-07-20