summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/resampler.c
Commit message (Expand)AuthorAgeFilesLines
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* simplify code a bit by using pa_sample_size_of_format()Lennart Poettering2009-02-041-11/+1
* allow sample spec/channel map to be queried for pa_resampler objectsLennart Poettering2009-01-231-0/+24
* Use #ifdef to avoid warning about undefined macro.Diego E. 'Flameeyes' Pettenò2009-01-221-1/+1
* Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering2009-01-161-1/+3
* add support for 24bit packed samplesLennart Poettering2009-01-161-1/+3
* Don't mix front-center into rear channelsLennart Poettering2008-12-171-3/+93
* make sure peaks resampler also works for very short input buffersLennart Poettering2008-09-091-11/+20
* Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering2008-09-051-2/+6
* remove a few more gcc warningsLennart Poettering2008-08-301-1/+1
* add a few missing castsLennart Poettering2008-08-201-2/+2
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-39/+39
* get rid of our internal copy of the speex resampler. Instead, link against a ...Lennart Poettering2008-06-281-34/+15
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* fix peak detection pseudo resamplerLennart Poettering2008-05-171-6/+8
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-16/+136
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-131-4/+4
* add API for resetting allocated resamplersLennart Poettering2007-12-231-7/+31
* add a simple fully-automatic fully-linearupmixer/downmixer and enable it by d...Lennart Poettering2007-11-111-63/+505
* add support for 32bit integer samplesLennart Poettering2007-11-091-1/+3
* make speex-float-3 the default resamplerLennart Poettering2007-10-291-3/+3
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-347/+752
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-52/+52
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-128/+119
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-119/+128
* rework the resample to allocate temporary memory with pa_memblock_new() inste...Lennart Poettering2006-08-191-25/+58
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-10/+11
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+618