Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | database: port restore modules to new database API | Lennart Poettering | 2009-05-14 | 1 | -39/+26 |
| | |||||
* | core: introduce new 'reference' volume for sinks | Lennart Poettering | 2009-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The reference volume is to be used as reference volume for stored stream volumes. Previously if a new stream was created the relative volume was taken relatively to the virtual device volume. Due to the flat volume logic this could then be fed back to the virtual device volume. Repeating the whole story over and over would result in a device volume that would go lower, and lower and lower. This patch introduces a 'reference' volume for each sink which stays unmodified by stream volume changes even if flat volumes are used. It is only modified if the sink volumes are modified directly by the user. For further explanations see http://pulseaudio.org/wiki/InternalVolumes | ||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | make PA_GCC_PACKED and PA_GCC_MALLOC actually work | Lennart Poettering | 2009-02-13 | 1 | -2/+2 |
| | |||||
* | version all entries in the database | Lennart Poettering | 2009-02-04 | 1 | -3/+12 |
| | |||||
* | add missing usage strings | Lennart Poettering | 2009-01-28 | 1 | -0/+3 |
| | |||||
* | don't restore mute/volume when already set | Lennart Poettering | 2009-01-21 | 1 | -10/+27 |
| | |||||
* | Pass GDBM_NOLOCK to gdbm | Lennart Poettering | 2008-12-17 | 1 | -1/+1 |
| | | | | | | | | | | gdbm still uses BSD lockf for locking which is incompatible with NFS. Since we don't need the locking here since the db files in question should never be accessed by more than one process since they are per-home-dir and per-machine we can disable locking without any ill results. This should fix rhbz #471279. | ||||
* | reduce needlessly large gdbm cache a bit | Lennart Poettering | 2008-08-29 | 1 | -0/+5 |
| | |||||
* | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 2008-08-19 | 1 | -2/+2 |
| | |||||
* | pass force_refresh=FALSE to all volume/mute read invocations | Lennart Poettering | 2008-08-13 | 1 | -4/+4 |
| | |||||
* | Modify pa_state_path() to take an additional argument for prepending the ↵ | Lennart Poettering | 2008-08-07 | 1 | -5/+5 |
| | | | | machine id to the file name. | ||||
* | split out save trigger function | Lennart Poettering | 2008-08-04 | 1 | -7/+15 |
| | |||||
* | store channel map in database and remap volumes if ncessary | Lennart Poettering | 2008-08-04 | 1 | -10/+22 |
| | |||||
* | a bit of refactoring | Lennart Poettering | 2008-08-03 | 1 | -75/+91 |
| | |||||
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 1 | -2/+0 |
| | |||||
* | merge Colin Guthrie's module-always-sink module, and add priorization to the ↵ | Lennart Poettering | 2008-06-11 | 1 | -2/+2 |
| | | | | | | hook subsystem while doing so. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2516 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | move device volume file to state dir | Lennart Poettering | 2008-05-21 | 1 | -5/+6 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2479 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge glitch-free branch back into trunk | Lennart Poettering | 2008-05-15 | 1 | -0/+349 |
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f |