summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_weight.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: replace explicit REP_RETs with RETsLynne2023-02-011-6/+6
* avcodec/x86/h264dsp_init: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-221-36/+0
* x86/h264_weight: use appropriate register size for weight parametersHendrik Leppkes2016-09-231-6/+6
* avcodec/x86: add missing colon to labelsJames Almer2015-07-261-2/+2
* Merge commit '5e87080f2c73186066df0b9c43877b4af0beef3a'Michael Niedermayer2015-06-121-2/+2
|\
| * h264_weight: Fix SSSE3 biweight code with weights of 128Michael Niedermayer2015-06-121-0/+10
* | avcodec/x86/h264_weight: handle weight1=128Michael Niedermayer2015-06-091-0/+3
* | Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer2014-03-141-5/+5
|\ \ | |/
| * x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-131-5/+5
* | Merge commit 'f5fa03660db16f9d78abc5a626438b4d0b54f563'Michael Niedermayer2012-11-281-64/+55
|\ \ | |/
| * x86: h264_weight: port to cpuflagsDiego Biurrun2012-11-271-57/+48
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-141-6/+6
|\ \ | |/
| * x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-6/+6
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-311-1/+1
|\ \ | |/
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-071-8/+8
|\ \ | |/
| * x86: add colons after labelsMans Rullgard2012-08-071-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-131-7/+7
|\ \ | |/
| * x86inc improvements for 64-bitHenrik Gramner2012-04-111-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+2
|\ \ | |/
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-061-4/+0
|\ \ | |/
| * h264_weight: remove duplication functions.Ronald S. Bultje2011-11-051-4/+0
* | h264: fix ssse3 biweight code with weights of 128Michael Niedermayer2011-11-051-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-131/+79
|\ \ | |/
| * H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-211-131/+79
* | Move x264asm to libavutil.Kieran Kunhya2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-1/+1
|\ \ | |/
| * Fix NASM include directiveDave Yeo2011-08-151-1/+1
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-1/+1
|\ \ | |/
| * Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-151-1/+1
|\ \ | |/
| * Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-141-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-051-11/+11
* Fix typo in r25019.Eli Friedman2010-09-011-1/+1
* Unscrew breakage after my last commit because of symbol prefixes.Ronald S. Bultje2010-09-011-8/+8
* Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje2010-09-011-0/+375