summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add proper -I directives for out-of-tree builds.Diego E. 'Flameeyes' Pettenò2009-01-191-0/+5
| | | | | When building out of tree, the generated files are put in builddir rather than srcdir, so handle that properly.
* Create only the directory the current target should be created into.Diego E. 'Flameeyes' Pettenò2009-01-191-4/+1
| | | | | | | | | | | | With this change, instead of running multiple `mkdir -p` commands in all the rules for all the generated definition files, only the call for the current generated file is executed. Not only it should shorten build time (especially for parallel make) but it also fixes out-of-tree builds when new directories are added. The $(dir $@) construct is GNU make-specific, but the rest of the buildsystem is already GNU make-dependent so there should be no problem.
* make use of PR_SET_TIMERSLACKLennart Poettering2009-01-163-0/+29
|
* Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering2009-01-1613-19/+339
|
* add support for 24bit packed samplesLennart Poettering2009-01-1615-32/+370
|
* Add SPDIF/HDMI ALSA devices and device descriptions to device search tableLennart Poettering2009-01-155-73/+184
|
* rename card config to card profileLennart Poettering2009-01-152-35/+35
|
* include libcli.la in libprotocol-cli's dependenciesLennart Poettering2009-01-151-1/+1
|
* add stub makefiles for oss and alsa subdirsLennart Poettering2009-01-152-0/+2
|
* move alsa and oss modules into their own subdirectoriesLennart Poettering2009-01-158-8/+8
|
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-1517-16/+124
|
* don't show autoload flag anymore since it is obsoleteLennart Poettering2009-01-151-4/+2
|
* make proplist inheritance scheme automatic and implicitLennart Poettering2009-01-156-4/+12
|
* make things compile againLennart Poettering2009-01-151-1/+0
|
* we don't support glib1.2 anymoreLennart Poettering2009-01-151-1/+0
|
* kill autoload stuff as plannedLennart Poettering2009-01-1545-944/+166
|
* flat-volume: use pa_sink_get_volume(s, TRUE) to work with slaved sinkMarc-André Lureau2009-01-151-5/+5
|
* Merge commit 'e0f8ffe41f99789fafac575e944acf02e940bbf7'Lennart Poettering2009-01-153-21/+69
|\
| * match: add "key" argument to match different propertiesMarc-André Lureau2009-01-141-2/+11
| |
| * match: can now change properties alsoMarc-André Lureau2009-01-141-11/+42
| |
| * sink: add a virtual_volume to sinkMarc-André Lureau2009-01-142-8/+16
| |
* | redirect folks to the ALSA developers not me when their sound drivers are brokenLennart Poettering2009-01-152-4/+8
| |
* | add functionality to dump list of cardsLennart Poettering2009-01-153-4/+60
| |
* | maintain a list of sink inputs/source outputs as part of the pa_client objectLennart Poettering2009-01-155-2/+27
| |
* | add new pa_card object as a way to logically combine multiple sinks and sourcesLennart Poettering2009-01-1512-4/+327
| |
* | fix bad memory accessLennart Poettering2009-01-151-1/+2
| |
* | make PA_CONTEXT_IS_GOOD/PA_STREAM_IS_GOOD a macro so that we can easily ↵Lennart Poettering2009-01-151-2/+10
| | | | | | | | check for its availability
* | port missing modules to new pa_client_new() APILennart Poettering2009-01-152-12/+29
| |
* | convert pa_client instantiation to use a pa_client_new_data struct and add ↵Lennart Poettering2009-01-157-30/+106
| | | | | | | | hooks for manipulating it
* | add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering2009-01-1512-22/+32
| |
* | don't rely on PA_SINK_RUNNING vs. PA_SINK_IDLE for optimizations since it ↵Lennart Poettering2009-01-152-12/+4
| | | | | | | | might not be fully up to date
* | fix a potential format string vulnerabilityLennart Poettering2009-01-151-1/+1
| |
* | document that PA_API_VERSION is only for incompatible API changesLennart Poettering2009-01-151-1/+2
|/
* make pa_asyncq_push() fail under no circumstances.Lennart Poettering2009-01-141-6/+7
|
* Fix a typo I know owe Marc-Andre a beer for.Lennart Poettering2009-01-141-2/+2
|
* Fix a potentially non-returning function in base64 code.Colin Guthrie2009-01-131-2/+7
|
* Merge commit 'elmarco/master'Lennart Poettering2009-01-149-6/+163
|\
| * build: fix few warningsMarc-André Lureau2009-01-133-2/+3
| |
| * cli: add missing update-*-proplistMarc-André Lureau2009-01-131-0/+122
| |
| * core: add source, si, so proplist_updateMarc-André Lureau2009-01-135-4/+38
| |
* | remove calc_sine() since we don't need it anymoreLennart Poettering2009-01-141-9/+0
| |
* | include new proplist functions in export listLennart Poettering2009-01-141-1/+3
| |
* | fix calculation of avail_minLennart Poettering2009-01-142-2/+2
| |
* | add pa_proplist_size() and pa_proplist_isempty()Lennart Poettering2009-01-142-0/+18
| |
* | Fix version infoLennart Poettering2009-01-141-1/+1
|/
* cli: update-sink-proplistMarc-André Lureau2009-01-131-1/+35
|
* libpulse: add proplist_from_stringMarc-André Lureau2009-01-134-3/+99
|
* core: report remaining shared objects when cleanupMarc-André Lureau2009-01-131-1/+8
|
* core: add pa_source_update_proplistMarc-André Lureau2009-01-132-0/+16
|
* core: add pa_sink_update_proplistMarc-André Lureau2009-01-132-0/+16
|