Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: use pa_path_get_filename() where applicable | Lennart Poettering | 2009-06-04 | 2 | -16/+3 |
| | |||||
* | sndfile: big rework of libsndfile interfacing code | Lennart Poettering | 2009-05-26 | 4 | -781/+645 |
| | | | | | | | | | This adds proper channel map handling when reading/writing audio files. This allows surround .WAV files to be played with the right channel setup automatically. This also merges paplay into pacat and adds recording into formatted files to pacat. | ||||
* | core-util: introduce pa_disable_sigpipe() | Lennart Poettering | 2009-05-26 | 1 | -1/+3 |
| | |||||
* | pacat: add missing newline | Lennart Poettering | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | in verbose mode log buffer attr changes | Lennart Poettering | 2009-04-01 | 1 | -0/+8 |
| | |||||
* | Merge commit 'coling/lgpl21' | Lennart Poettering | 2009-03-03 | 8 | -8/+8 |
|\ | |||||
| * | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 8 | -8/+8 |
| | | |||||
* | | pass profile priority value to clients | Lennart Poettering | 2009-03-03 | 1 | -1/+1 |
|/ | |||||
* | introduce default channel map in addition to the default sample spec | Lennart Poettering | 2009-02-21 | 1 | -10/+13 |
| | |||||
* | padsp: don't use si if it's NULL | Marc-André Lureau | 2009-02-19 | 1 | -2/+2 |
| | |||||
* | pacat: remove unused variable | Marc-André Lureau | 2009-02-19 | 1 | -2/+1 |
| | |||||
* | pactl: return in case of error reading file (avoid using freed d) | Marc-André Lureau | 2009-02-19 | 1 | -0/+1 |
| | |||||
* | pactl: check if pa_context_connect succeed | Marc-André Lureau | 2009-02-19 | 1 | -1/+4 |
| | |||||
* | paplay: check if pa_context_connect() succeed | Marc-André Lureau | 2009-02-19 | 1 | -1/+4 |
| | |||||
* | allow sending meta/policy events to clients | Lennart Poettering | 2009-02-12 | 1 | -0/+13 |
| | |||||
* | make pacmd work in a pipe | Lennart Poettering | 2009-02-04 | 1 | -36/+68 |
| | |||||
* | swap argument order of pa_cvolume_get_balance() to be a bit more systematic | Lennart Poettering | 2009-01-27 | 1 | -4/+4 |
| | |||||
* | implement pactl set-card-profile | Lennart Poettering | 2009-01-21 | 1 | -19/+38 |
| | |||||
* | show active profile | Lennart Poettering | 2009-01-20 | 1 | -0/+4 |
| | |||||
* | add client API for querying card information | Lennart Poettering | 2009-01-20 | 1 | -1/+47 |
| | |||||
* | include sink/source state in pactl output | Lennart Poettering | 2009-01-19 | 1 | -0/+20 |
| | |||||
* | Beef pactl output up a bit | Lennart Poettering | 2009-01-19 | 1 | -81/+131 |
| | |||||
* | don't show autoload flag anymore since it is obsolete | Lennart Poettering | 2009-01-15 | 1 | -4/+2 |
| | |||||
* | kill autoload stuff as planned | Lennart Poettering | 2009-01-15 | 1 | -31/+0 |
| | |||||
* | for record streams fill in the latency as the fragsize | Lennart Poettering | 2009-01-12 | 1 | -0/+1 |
| | |||||
* | Make sure we don't drop any data on the client side | Lennart Poettering | 2009-01-10 | 1 | -9/+8 |
| | |||||
* | Allow access("/dev/dsp", W_OK) succeed | Lennart Poettering | 2008-12-18 | 1 | -5/+5 |
| | | | | | | | Some stupid apps (such as X-lite Softphone) check for W_OK on /dev/dsp. This is of course crazy but easy for us to support. Closes rhbz #474313 | ||||
* | don't set the volume of pacat unless it is explicitly set | Lennart Poettering | 2008-10-22 | 1 | -1/+3 |
| | |||||
* | inform dsp_empty_socket() *after* we emptied the dsp socket, that it is now ↵ | Lennart Poettering | 2008-10-02 | 1 | -4/+9 |
| | | | | empty | ||||
* | check for errors returned by pa_context_connect() | Lennart Poettering | 2008-09-05 | 1 | -1/+4 |
| | |||||
* | use pa_channel_map_compatible() where applicable | Lennart Poettering | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | update documentation and help texts for s32le/s32be sample types | Lennart Poettering | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | use PA_STREAM_EARLY_REQUESTS for OSS streams | Lennart Poettering | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | fix a few compiler warnings on older gcc | Lennart Poettering | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 2008-08-19 | 4 | -43/+43 |
| | |||||
* | don't use PA_GCC_UNUSED anymore | Lennart Poettering | 2008-08-09 | 1 | -1/+1 |
| | |||||
* | add new switch --disallow-exit | Lennart Poettering | 2008-08-06 | 1 | -2/+2 |
| | |||||
* | add i18n support | Lennart Poettering | 2008-08-06 | 6 | -195/+214 |
| | |||||
* | fix error path (spotted by Coling Guthrie) | Lennart Poettering | 2008-08-05 | 1 | -1/+3 |
| | |||||
* | use (uint32_t) -1 to signify default buffer_attr values instead of 0, to ↵ | Lennart Poettering | 2008-06-27 | 1 | -0/+2 |
| | | | | allow prebuf=0 | ||||
* | remove remaining $ | Lennart Poettering | 2008-06-18 | 1 | -2/+0 |
| | |||||
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 8 | -16/+0 |
| | |||||
* | properly handle if pa_runtime_path() fails | Lennart Poettering | 2008-05-21 | 1 | -1/+3 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2474 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge glitch-free branch back into trunk | Lennart Poettering | 2008-05-15 | 4 | -77/+162 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge r2183 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -0/+4 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2199 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge r2182 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -1/+1 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2198 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | work around solaris printf %s and NULL string brain damage | Lennart Poettering | 2008-03-14 | 1 | -1/+1 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2117 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | Improve compatibility with applications which like to pass invalid strings ↵ | Lennart Poettering | 2008-02-15 | 1 | -72/+60 |
| | | | | | | to the libc functions we overwrite, by handing directly to the original function. Patch by Colin Guthrie and Gustavo De Nardin, Closes #227 git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2106 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | - Check process name when dealing with PID files | Lennart Poettering | 2007-11-21 | 2 | -13/+92 |
| | | | | | | | | | | | | - 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 | ||||
* | increase the pacmd timeout a bit | Lennart Poettering | 2007-11-13 | 1 | -1/+1 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2051 fefdeb5f-60dc-0310-8127-8f9354f1896f |