summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-273-5/+16
* allow samples to be played with 'default' (i.e. unspecified) volume.Lennart Poettering2009-01-272-2/+10
* swap argument order of pa_cvolume_get_balance() to be a bit more systematicLennart Poettering2009-01-272-4/+4
* add a few missing doxygen commentsLennart Poettering2009-01-274-1/+19
* import version.h in all header files to make sure that version-based feature ...Lennart Poettering2009-01-2721-0/+21
* always define PA_MAJOR/PA_MINOR/PA_MICRO to ease feature checking in client a...Lennart Poettering2009-01-271-0/+9
* make a few comments appear in doxygenLennart Poettering2009-01-271-2/+2
* implement pa_cvolume_scale()Lennart Poettering2009-01-272-1/+25
* implement new API functions pa_channel_map_can_balance(), pa_channel_map_to_n...Lennart Poettering2009-01-272-4/+204
* fix copy'n'paste errorLennart Poettering2009-01-221-2/+2
* export pa_channel_map_superset()Lennart Poettering2009-01-202-0/+22
* add client API for querying card informationLennart Poettering2009-01-202-3/+245
* don't divide by zero if no left resp. no right channels are definedLennart Poettering2009-01-201-2/+9
* add missing eof checksLennart Poettering2009-01-201-1/+2
* remove misplaced whitespaceLennart Poettering2009-01-201-1/+1
* Document explicitly that the internal sink/source states are not considered p...Lennart Poettering2009-01-191-6/+18
* pulse: share private enum values with client sideMarc-André Lureau2009-01-201-2/+18
* pulse: introspect sink stateMarc-André Lureau2009-01-203-6/+76
* Beef pactl output up a bitLennart Poettering2009-01-191-1/+1
* fix doxygen version referencesLennart Poettering2009-01-193-8/+8
* allow setting properties for modules, tooLennart Poettering2009-01-193-1/+11
* add api for manipulating volume balancesLennart Poettering2009-01-192-0/+105
* add pa_proplist_to_string_sep()Lennart Poettering2009-01-172-7/+27
* Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering2009-01-163-15/+48
* add support for 24bit packed samplesLennart Poettering2009-01-163-6/+37
* Add SPDIF/HDMI ALSA devices and device descriptions to device search tableLennart Poettering2009-01-151-2/+6
* we don't support glib1.2 anymoreLennart Poettering2009-01-151-1/+0
* kill autoload stuff as plannedLennart Poettering2009-01-154-185/+62
* add new pa_card object as a way to logically combine multiple sinks and sourcesLennart Poettering2009-01-151-1/+7
* make PA_CONTEXT_IS_GOOD/PA_STREAM_IS_GOOD a macro so that we can easily check...Lennart Poettering2009-01-151-2/+10
* document that PA_API_VERSION is only for incompatible API changesLennart Poettering2009-01-151-1/+2
* Merge commit 'elmarco/master'Lennart Poettering2009-01-142-2/+2
|\
| * build: fix few warningsMarc-André Lureau2009-01-132-2/+2
* | add pa_proplist_size() and pa_proplist_isempty()Lennart Poettering2009-01-142-0/+18
* | Fix version infoLennart Poettering2009-01-141-1/+1
|/
* libpulse: add proplist_from_stringMarc-André Lureau2009-01-132-1/+89
* read base volume only in proto 15Lennart Poettering2009-01-121-2/+2
* Add "base volume" field to sinks/sourcesLennart Poettering2008-12-242-2/+10
* Add new API functions pa_volume_snprint() and pa_sw_volume_snprint_dB()Lennart Poettering2008-12-242-3/+60
* Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTEDLennart Poettering2008-10-262-3/+29
* add missing includeLennart Poettering2008-10-051-0/+2
* implement pa_sw_volume_divide() and pa_sw_cvolume_divide()Lennart Poettering2008-10-042-7/+40
* rename pa_cvolume_snprint_dB to pa_sw_cvolume_snprint_dB since it isLennart Poettering2008-10-032-3/+3
* increase PA_CVOLUME_SNPRINT_MAX to a proper value and document that it is not...Lennart Poettering2008-10-033-4/+16
* when checking the validity of a cvolume check whether all values are not -1Lennart Poettering2008-10-031-0/+6
* add new API call pa_cvolume_compatible()Lennart Poettering2008-10-032-0/+18
* add new API call pa_cvolume_snprint_dB()Lennart Poettering2008-10-032-2/+43
* 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
* treat a channel map only then as compatible with a sample spec if it is validLennart Poettering2008-10-031-0/+6