Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libpulse: don't support pa_context_get_card_info_list() on servers that ↵v0.9.16 | Lennart Poettering | 2009-09-10 | 1 | -0/+2 |
| | | | | cannot handle it | ||||
* | introspect: Fix two memory issues in port handling code. | Colin Guthrie | 2009-07-12 | 1 | -1/+9 |
| | | | | | First one is a simple typo on an error condition that would have likely caused issues if it ever cropped up. Second issue is that port information is never actually freed if everything works fine. | ||||
* | introspect: Fix a bug in sink/source info protocol handling related to ports. | Colin Guthrie | 2009-06-29 | 1 | -60/+64 |
| | | | | | | Previously the active_profile was extracted from the tagstruct regardless of the protocol version which caused errors while speaking to older version servers. | ||||
* | native-protocol: allow enumerating ports | Lennart Poettering | 2009-06-17 | 1 | -13/+97 |
| | |||||
* | libpulse: implement client side for sink/source port selection commands | Lennart Poettering | 2009-06-17 | 1 | -0/+100 |
| | |||||
* | try to detect when stupid clients forks and refuse all service from then on | Lennart Poettering | 2009-03-05 | 1 | -0/+35 |
| | |||||
* | Merge commit 'coling/lgpl21' | Lennart Poettering | 2009-03-03 | 1 | -1/+1 |
|\ | |||||
| * | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | | |||||
* | | pass profile priority value to clients | Lennart Poettering | 2009-03-03 | 1 | -1/+2 |
|/ | |||||
* | introduce default channel map in addition to the default sample spec | Lennart Poettering | 2009-02-21 | 1 | -0/+5 |
| | |||||
* | export card information for sinks/sources and number of sinks/sources a ↵ | Lennart Poettering | 2009-02-18 | 1 | -3/+9 |
| | | | | profile would create to clients | ||||
* | move flat volume logic into the core. while doing so add n_volume_steps ↵ | Lennart Poettering | 2009-01-27 | 1 | -2/+6 |
| | | | | field to sinks/sources | ||||
* | add client API for querying card information | Lennart Poettering | 2009-01-20 | 1 | -1/+199 |
| | |||||
* | pulse: introspect sink state | Marc-André Lureau | 2009-01-20 | 1 | -5/+15 |
| | |||||
* | allow setting properties for modules, too | Lennart Poettering | 2009-01-19 | 1 | -1/+6 |
| | |||||
* | kill autoload stuff as planned | Lennart Poettering | 2009-01-15 | 1 | -142/+15 |
| | |||||
* | read base volume only in proto 15 | Lennart Poettering | 2009-01-12 | 1 | -2/+2 |
| | |||||
* | Add "base volume" field to sinks/sources | Lennart Poettering | 2008-12-24 | 1 | -2/+8 |
| | |||||
* | add missing include | Lennart Poettering | 2008-10-05 | 1 | -0/+2 |
| | |||||
* | don't use PA_GCC_UNUSED anymore | Lennart Poettering | 2008-08-09 | 1 | -11/+11 |
| | |||||
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 1 | -2/+0 |
| | |||||
* | add missing const to a few functions | Lennart Poettering | 2008-06-16 | 1 | -4/+4 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2540 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | check for packet size on server info data | Lennart Poettering | 2008-06-16 | 1 | -1/+2 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2537 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge glitch-free branch back into trunk | Lennart Poettering | 2008-05-15 | 1 | -22/+86 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge 'lennart' branch back into trunk. | Lennart Poettering | 2007-10-28 | 1 | -121/+251 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 1 | -0/+3 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1426 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 1 | -59/+59 |
| | | | | | | | mmmkay? git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1418 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | implement pa_context_move_source_output_by_{name,index}() | Lennart Poettering | 2006-08-03 | 1 | -0/+50 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1184 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | bump API and protocol version. Return PA_ERR_NOTSUPPORTED if ↵ | Lennart Poettering | 2006-08-01 | 1 | -0/+2 |
| | | | | | | pa_context_move_sink_input_by_*()is called for servers that don't support it git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1179 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | wrap PA_COMMAND_MOVE_SINK_INPUT for libpulse | Lennart Poettering | 2006-07-31 | 1 | -0/+48 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1177 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 1 | -0/+1240 |
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1033 fefdeb5f-60dc-0310-8127-8f9354f1896f |