Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | resampler: fix identity check | Wim Taymans | 2009-08-20 | 1 | -10/+6 | |
| * | | | | | | | resample: fix counters | Wim Taymans | 2009-08-20 | 1 | -4/+4 | |
| * | | | | | | | resample: refactor the channel remapping a little | Wim Taymans | 2009-08-20 | 1 | -88/+109 | |
| * | | | | | | | svolume: add CPU guards around code | Wim Taymans | 2009-08-20 | 2 | -0/+11 | |
| * | | | | | | | svolume: add ARM optimized volume scaling | Wim Taymans | 2009-08-20 | 5 | -2/+281 | |
| * | | | | | | | svolume: remove unneeded compare | Wim Taymans | 2009-08-20 | 2 | -3/+1 | |
| * | | | | | | | resampler: cache integer channel_map | Wim Taymans | 2009-08-20 | 1 | -33/+33 | |
| * | | | | | | | Get rid of liboil | Wim Taymans | 2009-08-20 | 8 | -90/+65 | |
| * | | | | | | | volume: remove ref functions | Wim Taymans | 2009-08-20 | 2 | -446/+0 | |
| * | | | | | | | volume: improved comments | Wim Taymans | 2009-08-20 | 2 | -27/+30 | |
| * | | | | | | | volume: make the benchmark more meaningfull | Wim Taymans | 2009-08-20 | 2 | -43/+69 | |
| * | | | | | | | svolume: add some comments | Wim Taymans | 2009-08-20 | 1 | -0/+18 | |
| * | | | | | | | cpu-x86: guard header with ifdef | Wim Taymans | 2009-08-20 | 1 | -0/+5 | |
| * | | | | | | | main: hook up cpu detection code | Wim Taymans | 2009-08-20 | 4 | -21/+20 | |
| * | | | | | | | cpu-x86: add cpu detection code and helpers | Wim Taymans | 2009-08-20 | 3 | -0/+184 | |
| * | | | | | | | svolume: improve SSE and MMX code | Wim Taymans | 2009-08-20 | 2 | -123/+268 | |
| * | | | | | | | volume_sse: add sse optimisations | Wim Taymans | 2009-08-20 | 4 | -1/+440 | |
| * | | | | | | | volume_mmx: fix mmx code a bit | Wim Taymans | 2009-08-20 | 1 | -20/+26 | |
| * | | | | | | | volume: add first mmx optimized function | Wim Taymans | 2009-08-20 | 4 | -0/+428 | |
| * | | | | | | | samples-util: add padding to volume array | Wim Taymans | 2009-08-20 | 1 | -5/+17 | |
| * | | | | | | | sample-util: move volume code to separate file | Wim Taymans | 2009-08-20 | 4 | -311/+347 | |
| * | | | | | | | sample-util: move some functions around | Wim Taymans | 2009-08-20 | 1 | -22/+22 | |
| * | | | | | | | sample-utils: coding style cleanup | Wim Taymans | 2009-08-20 | 1 | -53/+46 | |
| * | | | | | | | sample-utils: split out functions from case | Wim Taymans | 2009-08-20 | 1 | -283/+303 | |
* | | | | | | | | udev: check busy status of alsa cards before loading alsa modules and hence i... | Lennart Poettering | 2009-08-22 | 1 | -17/+132 | |
* | | | | | | | | udev: process all inotify events queued up, not just the first one in the queue | Lennart Poettering | 2009-08-22 | 1 | -17/+39 | |
* | | | | | | | | core: relex validity checks when destructing half-set up source outputs/sink ... | Lennart Poettering | 2009-08-22 | 2 | -3/+4 | |
* | | | | | | | | ladspa/remap: handle failing stream moves properly | Lennart Poettering | 2009-08-22 | 2 | -4/+10 | |
* | | | | | | | | add usergroup-test to .gitignore | Lennart Poettering | 2009-08-22 | 1 | -0/+1 | |
* | | | | | | | | daemon: don't free script_commands twice | Lennart Poettering | 2009-08-22 | 1 | -5/+0 | |
* | | | | | | | | core: Remove wrong doc on how to free returned data | Ted Percival | 2009-08-22 | 1 | -4/+0 | |
* | | | | | | | | Solaris: fixed latency (resent) | Finn Thain | 2009-08-22 | 1 | -26/+30 | |
* | | | | | | | | Solaris: use smoother (resent) | Finn Thain | 2009-08-22 | 1 | -3/+29 | |
* | | | | | | | | Solaris: build fixes (resent) | Finn Thain | 2009-08-22 | 1 | -7/+5 | |
* | | | | | | | | core: Add thread-safe group info functions with dynamic buffers | Ted Percival | 2009-08-22 | 6 | -115/+643 | |
* | | | | | | | | daemon: fix leak of script_commands | Scott Reeves | 2009-08-21 | 1 | -1/+1 | |
* | | | | | | | | udev: tell inotify to actually inform us about ACL changes | Lennart Poettering | 2009-08-21 | 1 | -1/+1 | |
* | | | | | | | | udev: watch for both ACL changes and processes closing devices | Lennart Poettering | 2009-08-21 | 1 | -12/+51 | |
* | | | | | | | | udev: don't access string after free() | Lennart Poettering | 2009-08-21 | 1 | -1/+1 | |
* | | | | | | | | udev: always verify access before loading modules | Lennart Poettering | 2009-08-21 | 1 | -11/+3 | |
* | | | | | | | | gconf: use correct path for gconf-helper tool when running from build tree | Lennart Poettering | 2009-08-21 | 1 | -4/+5 | |
* | | | | | | | | object: speed up type verification by not relying on strcmp() | Lennart Poettering | 2009-08-21 | 19 | -65/+73 | |
* | | | | | | | | udev: when a device appears that we cannot access right-away try again later ... | Lennart Poettering | 2009-08-21 | 1 | -34/+57 | |
* | | | | | | | | alsa: leave headphone jack enabled in normal mixer paths | Lennart Poettering | 2009-08-21 | 3 | -6/+15 | |
* | | | | | | | | combine: quieten gcc a bit | Lennart Poettering | 2009-08-21 | 1 | -0/+2 | |
* | | | | | | | | adjust various data/library paths automatically if we are run from a build tree | Lennart Poettering | 2009-08-21 | 6 | -7/+59 | |
* | | | | | | | | ladspa: forward volume changes from ladspa sink to stream and hence via flat ... | Lennart Poettering | 2009-08-21 | 1 | -9/+63 | |
* | | | | | | | | sink-input: add callbacks that are called whenever the mute/volume changes | Lennart Poettering | 2009-08-21 | 3 | -6/+38 | |
|/ / / / / / / | ||||||
* | | | | | | | Modification of the thread-mainloop doc to ensure that nobody frees the api a... | Xabier Rodriguez Calvar | 2009-08-20 | 1 | -1/+3 | |
* | | | | | | | Modification of the mainloop doc to ensure that nobody frees the api as it is... | Xabier Rodriguez Calvar | 2009-08-20 | 1 | -1/+3 |