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