summaryrefslogtreecommitdiff
path: root/src/pulsecore/remap_mmx.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-04-29remap: Change remapping function argument type from void to int16_t / float a...Peter Meerwald1-3/+4
2014-04-29remap: Cleanup remap function selection, add pa_set_remap_func() helperPeter Meerwald1-10/+1
2014-04-29remap: Split remapping functions into s16 and float implementationPeter Meerwald1-26/+29
2014-04-29remap: Make resampler's remap structure more self-containedPeter Meerwald1-3/+3
2014-04-29remap: Don't use PA_VOLUME_NORMPeter Meerwald1-1/+1
2013-03-29remap: fix check when to apply specialized code pathPeter Meerwald1-1/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+0
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-4/+4
2009-09-09simd: be more precise which SIMD optimizations we activateLennart Poettering1-2/+6
2009-08-31remap: fix counters for mmx and sse remapWim Taymans1-13/+21
2009-08-27remap: cleanup assembler a littleWim Taymans1-22/+21
2009-08-24remap: fix build for non-x86 buildsv0.9.16-test6Lennart Poettering1-0/+2
2009-08-20remap: make the MMX code pretierWim Taymans1-50/+24
2009-08-20remap: add MMX mono to stereoWim Taymans1-0/+174