summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* user lrint() and friends in inner loops instead of normal C casts to speed ↵Lennart Poettering2008-10-035-13/+13
| | | | up a few things
* use PA_FLOAT32_SWAP where usefulLennart Poettering2008-10-031-8/+4
|
* optimize mixing routines a bit by pulling the multiplication with the global ↵Lennart Poettering2008-10-031-112/+85
| | | | volume out of the inner loop by applying it first to the per-stream volumes
* make sure we call pa_sink_process_rewind() if a rewind was requested under ↵Lennart Poettering2008-10-021-2/+7
| | | | all circumstances
* when we mix into a 16bit accumulator make sure we clamp before we scale with ↵Lennart Poettering2008-10-022-6/+8
| | | | a volume to avoid range faults when multiplying
* properly parse response to pa_stream_set_buffer_attr() calls. closes #370Lennart Poettering2008-10-021-1/+14
|
* inform dsp_empty_socket() *after* we emptied the dsp socket, that it is now ↵Lennart Poettering2008-10-021-4/+9
| | | | empty
* make simple protocol not crash when allocating a memory blockLennart Poettering2008-10-021-4/+8
|
* when killing gconf helper, loop over EINTRLennart Poettering2008-10-011-2/+10
|
* PA_WARN_REFERENCE works only for ELF targetsLennart Poettering2008-10-011-1/+1
|
* don't hit an assert if a kernel driver reports invalid dB information, ↵Lennart Poettering2008-10-012-17/+24
| | | | instead just warn the user
* remove useless log messageLennart Poettering2008-10-011-1/+1
|
* remove useless log message, re #367Lennart Poettering2008-10-011-1/+0
|
* fix support for ALSA devices which lack dB informationLennart Poettering2008-10-012-39/+105
|
* Merge commit 'coling/master'Lennart Poettering2008-10-011-1/+1
|\
| * Linking fix for rtclock on libpulsedspColin Guthrie2008-09-061-1/+1
| |
* | a few FreeBSD fixes, from alexisLennart Poettering2008-10-014-4/+6
| | | | | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | replace module-volume-restore by module-stream-restore in system mode, tooLennart Poettering2008-10-011-2/+3
| |
* | it might be a bit too early to initialize bluetooth by default for now, ↵Lennart Poettering2008-10-011-3/+3
| | | | | | | | since it's still very rough around the edges
* | fix typo in default.conf, closes bug #354Lennart Poettering2008-10-011-1/+1
| |
* | follow PropertyChanged signals from BlueZLennart Poettering2008-10-011-86/+215
| |
* | Make the shared memory segment size configurableLennart Poettering2008-10-0121-37/+81
| | | | | | | | | | This is useful only on systems where memory overcommit is not available or disabled.
* | esound auth-ip-acl fixNix2008-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | [...] iv) module-protocol-stub has a one-character typo that breaks auth-ip-acl for the esound TCP module, patch: Unbreak esound auth-ip-acl. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | have make_random_dir respect $TMPDIRStelian Ionescu2008-09-291-7/+19
| | | | | | | | | | | | | | with the attached patch, make_random_dir first tries to use $TMPDIR, then $TMP finally defaulting to "/tmp" Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | make module-bluetooth-discover actually load modules and smaller other fixesLennart Poettering2008-09-291-213/+482
| |
* | all kinds of minor type, memory leak, initializatio fixesLennart Poettering2008-09-291-141/+113
| |
* | instead of failing when the requested sampling rate is not available find ↵Lennart Poettering2008-09-291-19/+23
| | | | | | | | the next one that is higher
* | Use the same module parameter names for module-bluetooth-device as for most ↵Lennart Poettering2008-09-291-12/+15
| | | | | | | | other modules
* | use TRUE for pa_bool_t argumentsLennart Poettering2008-09-292-2/+2
| |
* | remove a few compiler warnings in BlueZ codeLennart Poettering2008-09-293-6/+5
| |
* | fix compilation errors in priority queue codeLennart Poettering2008-09-272-3/+4
| |
* | ignore bt proximity helperLennart Poettering2008-09-261-1/+1
| |
* | add a generic priority queue implementationLennart Poettering2008-09-265-1/+372
| |
* | make pa_idxset_trivial_compare_func() do a full compare instea of just ↵Lennart Poettering2008-09-261-1/+1
| | | | | | | | equakity check
* | some minor fixes and cleanups in the bt codeLennart Poettering2008-09-261-25/+23
| |
* | make sure ~/.pulse exists before we create the runtime dir link beneath itLennart Poettering2008-09-121-3/+8
| |
* | replace Makefile stub copies by symlinksLennart Poettering2008-09-112-26/+2
| |
* | enable bluetooth by defaultLennart Poettering2008-09-111-0/+5
| |
* | downgrade a D-Bus log message to debugLennart Poettering2008-09-111-1/+1
| |
* | add trivial redirecting makefile to bt dirLennart Poettering2008-09-111-0/+1
| |
* | Move bluetooth proximity module to src/modules/bluetooth/João Paulo Rechi Vita2008-09-113-13/+13
| |
* | Change all int vars that doesn't allow negative values to uintJoão Paulo Rechi Vita2008-09-111-11/+12
| |
* | Move bluetooth discover and device modules to src/modules/bluetoothJoão Paulo Rechi Vita2008-09-1110-37/+37
| |
* | Cleanup some codeJoão Paulo Rechi Vita2008-09-111-14/+0
| |
* | Remove some warningsJoão Paulo Rechi Vita2008-09-111-5/+8
| |
* | Free mempoolJoão Paulo Rechi Vita2008-09-111-1/+3
| |
* | Fix "file not found" error on load of module-bt-device for Ubuntu Intrepid IbexRuss Dill2008-09-111-1/+1
| |
* | Merge A2DP and SCO thread functionsJoão Paulo Rechi Vita2008-09-111-121/+52
| |
* | Add some more device properties to the sink properties listJoão Paulo Rechi Vita2008-09-111-1/+10
| |
* | Remove check for SIOCOUTQ and add proper includesJoão Paulo Rechi Vita2008-09-111-17/+9
| |