summaryrefslogtreecommitdiff
path: root/libavcodec/x86/rv40dsp.asm
Commit message (Expand)AuthorAge
* avcodec/x86/rv40dsp_init: Remove obsolete MMX(EXT), 3dnow functionsAndreas Rheinhardt2022-06-22
* Merge commit '6eef263aca281fb582e1fa3d841ac20ef747a252'James Almer2017-10-12
|\
| * x86: Merge align directives into SECTION_RODATA declarations where possibleDiego Biurrun2017-03-05
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '79793f833784121d574454af4871866576c0749d'Michael Niedermayer2014-07-01
|\|
| * Update Fiona's name in copyright statements.Diego Biurrun2014-07-01
* | Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer2014-03-14
|\|
| * x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-13
* | Merge commit 'e2b5b097898c9155f4bdff4d83cdc54d5eef6930'Michael Niedermayer2013-11-05
|\|
| * x86: rv40dsp: Use PAVGB instruction macro where appropriateDiego Biurrun2013-11-04
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
|/
* 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: use 32-bit source registers with movd instructionMans Rullgard2012-08-07
* x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.Michael Kostylev2012-05-15
* rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet2012-05-10
* rv40dsp x86: use only one register, for both increment and loop counterChristophe GISQUET2012-04-10
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-10
* rv40: x86 SIMD for biweightChristophe Gisquet2012-01-30