Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of liboil | Wim Taymans | 2009-08-20 | 1 | -3/+0 |
| | | | | | | | Get rid of the liboil dependency and reimplement the liboil functions with an equivalent C implementation. Note that most of these functions are deprecated in liboil and that none of them had any optimisations. We can further specialize our handrolled versions for some extra speedups. | ||||
* | mix-test: fix test for s24-32 samples | Lennart Poettering | 2009-08-08 | 1 | -33/+41 |
| | |||||
* | daemon: before exec'ing ourselves, make sure nobody plays games with ↵ | Lennart Poettering | 2009-07-20 | 1 | -2/+4 |
| | | | | /proc/self/exe | ||||
* | Implement mix-test for s24le and s24be sample formats. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+29 |
| | |||||
* | Use static constants to keep the generated sample blocks. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -46/+20 |
| | |||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | rework logging to make it more modular | Lennart Poettering | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | when we mix into a 16bit accumulator make sure we clamp before we scale with ↵ | Lennart Poettering | 2008-10-02 | 1 | -2/+4 |
| | | | | a volume to avoid range faults when multiplying | ||||
* | Make the shared memory segment size configurable | Lennart Poettering | 2008-10-01 | 1 | -1/+1 |
| | | | | | This is useful only on systems where memory overcommit is not available or disabled. | ||||
* | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 2008-08-19 | 1 | -10/+10 |
| | |||||
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 1 | -2/+0 |
| | |||||
* | optimize mixing code a bit. Add mixers for S32LE, S32BE, ULAW, ALAW and ↵ | Lennart Poettering | 2007-11-09 | 1 | -0/+261 |
FLOAT32BE. Add volume adjusters for FLOAT32BE, ALAW, ULAW. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2041 fefdeb5f-60dc-0310-8127-8f9354f1896f |