summaryrefslogtreecommitdiff
path: root/src/pulsecore/remap.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-09-10cpu: Add force_generic_code flag to cpu_info structPeter Meerwald1-0/+14
2014-08-18remap: Add 4-channel to mono channel rearrangementPeter Meerwald1-1/+35
2014-04-29remap: Add stereo to mono and 4-channel special case remappingPeter Meerwald1-0/+129
2014-04-29remap: Add special remapping case which just re-arranges channelsPeter Meerwald1-1/+73
2014-04-29remap: Change remapping function argument type from void to int16_t / float a...Peter Meerwald1-17/+10
2014-04-29remap: Cleanup remap function selection, add pa_set_remap_func() helperPeter Meerwald1-20/+17
2014-04-29remap: Add helper function to setup channel arrangement informationPeter Meerwald1-0/+29
2014-04-29remap: Use float constant instead of doublePeter Meerwald1-2/+2
2014-04-29remap: Split remapping functions into s16 and float implementationPeter Meerwald1-96/+92
2014-04-29remap: Make resampler's remap structure more self-containedPeter Meerwald1-6/+6
2014-04-29remap: Rename pa_init_remap() to pa_init_remap_func()Peter Meerwald1-6/+6
2014-04-29remap: Don't use PA_VOLUME_NORMPeter Meerwald1-1/+1
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-1/+0
2013-03-29remap: fix check when to apply specialized code pathPeter Meerwald1-1/+2
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-9/+9
2009-08-20remap: init the do_remap function to NULLWim Taymans1-2/+4
2009-08-20remap: allow specialisations to install NULLWim Taymans1-0/+5
2009-08-20remap: move remapping code in separate fileWim Taymans1-0/+197