summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/resampler.c
Commit message (Expand)AuthorAgeFilesLines
* fix selection of working formatLennart Poettering2007-09-221-60/+63
* * add a new resampler "copy" which is does not change sample rates but copies...Lennart Poettering2007-09-161-3/+63
* add new API function pa_resample_method_supported() which tests whether a res...Lennart Poettering2007-09-031-0/+21
* Allow compilation without libsamplerate; based on patch from Marc-Andre Lurea...Lennart Poettering2007-09-021-1/+14
* make floating point speex resampler the defaultLennart Poettering2007-08-251-7/+2
* enable -ffast-math for gccLennart Poettering2007-08-251-10/+15
* make ffmpeg resampler actually workLennart Poettering2007-08-251-19/+81
* add makefiles to speex/ and ffmpeg/ to easy compilation from emacsLennart Poettering2007-08-241-3/+75
* big resampler rework: support integer-only resampling, support speex resamplerLennart Poettering2007-08-231-317/+447
* Fix channel remapping in resample; other modernizationsLennart Poettering2007-07-261-77/+78
* Fix a couple of typos in the resampler codeLennart Poettering2007-07-141-3/+5
* Minor clarificationLennart Poettering2007-07-131-1/+2
* Remove a superfluous pa_memblock_release(); properly handle buf4 allocationLennart Poettering2007-07-131-5/+1
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-131-2/+37
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-115/+124
* 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