summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sample-util.c
Commit message (Expand)AuthorAgeFilesLines
* Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* use pa_fopen_cloexec() where applicableLennart Poettering2009-10-301-1/+1
* sample-util: add pa_convert_size() call for converting sizes between two samp...Lennart Poettering2009-09-091-0/+10
* sample-util: avoid stack overrunWim Taymans2009-08-271-2/+2
* whitespace fixesWim Taymans2009-08-201-5/+6
* samples-util: add padding to volume arrayWim Taymans2009-08-201-5/+17
* sample-util: move volume code to separate fileWim Taymans2009-08-201-311/+5
* sample-util: move some functions aroundWim Taymans2009-08-201-22/+22
* sample-utils: coding style cleanupWim Taymans2009-08-201-53/+46
* sample-utils: split out functions from caseWim Taymans2009-08-201-283/+303
* sample: fix build on BE archsLennart Poettering2009-06-081-1/+1
* sample-util: fix iteration loop when adjusting volume of s24 samplesLennart Poettering2009-05-011-4/+4
* sample-util: properly allocate silence block for s24-32 formatsLennart Poettering2009-05-011-0/+4
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* don't overflow when we do digital amplification of 16 bit samplesLennart Poettering2009-01-231-31/+71
* Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering2009-01-161-0/+120
* add support for 24bit packed samplesLennart Poettering2009-01-161-0/+123
* add new API function pa_memchunk_sine()Lennart Poettering2009-01-121-0/+34
* make things compile againLennart Poettering2009-01-081-1/+2
* Add new debuuging API pa_memchunk_dump_to_file()Lennart Poettering2009-01-081-0/+27
* fix return value of pa_frame_aligned()Lennart Poettering2008-10-211-1/+1
* make a few casts explicit to remove compiler warningsLennart Poettering2008-10-031-2/+2
* user lrint() and friends in inner loops instead of normal C casts to speed up...Lennart Poettering2008-10-031-2/+2
* optimize mixing routines a bit by pulling the multiplication with the global ...Lennart Poettering2008-10-031-112/+85
* when we mix into a 16bit accumulator make sure we clamp before we scale with ...Lennart Poettering2008-10-021-4/+4
* add byte-to-usec and usec-to-byte converters that round up, not downLennart Poettering2008-08-281-0/+33
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-14/+13
* otpimize mixing code a bit by moving a few checks out of the inner loopsLennart Poettering2008-08-111-83/+39
* optimize volume changing a bit by only using a single counter for the inner l...Lennart Poettering2008-08-111-31/+36
* adhere to struct gcc aliasing rulesLennart Poettering2008-08-111-7/+3
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-42/+138
* optimize mixing code a bit. Add mixers for S32LE, S32BE, ULAW, ALAW and FLOAT...Lennart Poettering2007-11-091-110/+450
* replace a few CLAMPs by PA_CLAMP_UNLIKELYLennart Poettering2007-11-091-3/+3
* add support for 32bit integer samplesLennart Poettering2007-11-091-6/+55
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-83/+205
* Kill spaces on EOLLennart Poettering2007-05-291-1/+1
* Fix a DoS with allocating overly large silence buffers. (Identified by Luigi ...Lennart Poettering2007-05-231-0/+12
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-69/+69
* Support reversed endian floats. (closes #28) (closes #35)Pierre Ossman2006-11-081-0/+1
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-82/+34
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-34/+82
* remove all occurences of Lennart Poettering2006-08-181-2/+2
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-3/+4
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+405