Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | headers: Some trivial fixes for some documentation typos | Mads Kiilerich | 2010-01-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Note also the willneed/will_need inconsistency. I guess it could be nice to ASAP choose one of them and introduce a backward compatibility hack for the other. The issues was mostly found with: for a in $(grep -r '^[ /]\*.*()' $( find -name '*.[ch]') | sed 's,^.* \([^ ]*\)().*$,\1,g' | sort | uniq | grep ^pa_) do grep -rq "^.[^*].*\<$a(" $(find * -name '*.h') || echo $a done | ||||
* | libpulse: explain semantics of pa_stream_connect_playback() in more detail | Lennart Poettering | 2009-10-28 | 1 | -1/+16 |
| | |||||
* | libpulse: add missing includes | Lennart Poettering | 2009-10-12 | 1 | -0/+2 |
| | |||||
* | libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicable | Lennart Poettering | 2009-09-06 | 1 | -1/+1 |
| | |||||
* | client: documented that pa_stream_drain() may only have a single operation ↵ | Lennart Poettering | 2009-07-31 | 1 | -1/+3 |
| | | | | | | active at a time Closes #552. | ||||
* | client: limit block size for zero-copy operations to mempool block size | Lennart Poettering | 2009-07-24 | 1 | -6/+7 |
| | |||||
* | client: make volume struct const | Lennart Poettering | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | client: allow zero-copy writing to the stream | Lennart Poettering | 2009-07-20 | 1 | -7/+63 |
| | |||||
* | update documentation regarding stream timing a bit | Lennart Poettering | 2009-04-07 | 1 | -21/+49 |
| | |||||
* | extend documentation for pa_stream_cork() a bit | Lennart Poettering | 2009-04-06 | 1 | -1/+10 |
| | |||||
* | notify clients about tlength changes | Lennart Poettering | 2009-03-30 | 1 | -1/+8 |
| | |||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | allow sending meta/policy events to clients | Lennart Poettering | 2009-02-12 | 1 | -1/+13 |
| | |||||
* | don't use PA_STREAM_NOT_MONOTONOUS anymore | Lennart Poettering | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | fix typo | Lennart Poettering | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | prepare doxygen docs for 0.9.11 | Lennart Poettering | 2008-07-21 | 1 | -28/+85 |
| | |||||
* | don't refer to nonexisting pa_stream_read() function | Lennart Poettering | 2008-06-23 | 1 | -1/+1 |
| | |||||
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 1 | -2/+0 |
| | |||||
* | fix a bad memory access pulsecore/client.c | Lennart Poettering | 2008-06-13 | 1 | -3/+13 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2527 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge glitch-free branch back into trunk | Lennart Poettering | 2008-05-15 | 1 | -22/+58 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | - Check process name when dealing with PID files | Lennart Poettering | 2007-11-21 | 1 | -4/+67 |
| | | | | | | | | | | | | - Add new PA_STREAM_FIX_CHANNELS, FIX_RATE, FIX_FORMAT, DONT_MOVE, VARIABLE_RATES to pa_sream_flags_t adn implement it - Expose those flags in pacat - Add notifications about device suspend/resume to the protocol and expose them in libpulse - Allow changing of buffer_attr during playback - allow disabling for remixing globally - hookup polkit support git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2067 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | rename 'length' parameters in the API to 'bytes', to make their unit clear | Lennart Poettering | 2007-10-30 | 1 | -5/+5 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1999 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 | -10/+10 |
| | | | | | | | mmmkay? git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1418 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio" | Lennart Poettering | 2006-06-19 | 1 | -8/+8 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1036 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 1 | -0/+449 |
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1033 fefdeb5f-60dc-0310-8127-8f9354f1896f |