summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add new API call pa_cvolume_init()Lennart Poettering2008-10-032-1/+19
* extend documentation for pa_channel_map_init()Lennart Poettering2008-10-031-1/+3
* make a few casts explicit to remove compiler warningsLennart Poettering2008-10-031-2/+2
* a bit of late pa_bool_t'izationLennart Poettering2008-10-032-2/+2
* treat a channel map only then as compatible with a sample spec if it is validLennart Poettering2008-10-031-0/+6
* add new API function pa_sample_spec_init()Lennart Poettering2008-10-032-0/+15
* if a volume or channel map is invalid show so when printing itLennart Poettering2008-10-033-1/+16
* user lrint() and friends in inner loops instead of normal C casts to speed up...Lennart Poettering2008-10-035-13/+13
* 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
* make sure we call pa_sink_process_rewind() if a rewind was requested under al...Lennart Poettering2008-10-021-2/+7
* when we mix into a 16bit accumulator make sure we clamp before we scale with ...Lennart Poettering2008-10-022-6/+8
* 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 e...Lennart Poettering2008-10-021-4/+9
* 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, instea...Lennart Poettering2008-10-012-17/+24
* 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
* | 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, since...Lennart Poettering2008-10-011-3/+3
* | 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
* | esound auth-ip-acl fixNix2008-09-291-1/+1
* | have make_random_dir respect $TMPDIRStelian Ionescu2008-09-291-7/+19
* | 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 the...Lennart Poettering2008-09-291-19/+23
* | Use the same module parameter names for module-bluetooth-device as for most o...Lennart Poettering2008-09-291-12/+15
* | 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 equaki...Lennart Poettering2008-09-261-1/+1
* | 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