summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* pacat: use zero-copy write calls when playing audio fileLennart Poettering2009-07-231-61/+65
|
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-202-15/+7
| | | | | | | | | | | | | | | | Move the mainloop to monotonic based time events. Introduces 4 helper functions: pa_{context,core}_rttime_{new,restart}(), that fill correctly a timeval with the rtclock flag set if the mainloop supports it. Both mainloop-test and mainloop-test-glib works with rt and timeval based time events. PulseAudio and clients should be fully functional. This patch has received several iterations, and this one as been largely untested. Signed-off-by: Marc-André Lureau <marca-andre.lureau@nokia.com>
* pactl: show list of supported portsLennart Poettering2009-06-171-0/+24
|
* pactl: implement pactl set-{sink|source}-portLennart Poettering2009-06-171-5/+52
|
* utils: use pa_path_get_filename() where applicableLennart Poettering2009-06-042-16/+3
|
* sndfile: big rework of libsndfile interfacing codeLennart Poettering2009-05-264-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 Poettering2009-05-261-1/+3
|
* pacat: add missing newlineLennart Poettering2009-04-141-1/+1
|
* in verbose mode log buffer attr changesLennart Poettering2009-04-011-0/+8
|
* Merge commit 'coling/lgpl21'Lennart Poettering2009-03-038-8/+8
|\
| * Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-038-8/+8
| |
* | pass profile priority value to clientsLennart Poettering2009-03-031-1/+1
|/
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-211-10/+13
|
* padsp: don't use si if it's NULLMarc-André Lureau2009-02-191-2/+2
|
* pacat: remove unused variableMarc-André Lureau2009-02-191-2/+1
|
* pactl: return in case of error reading file (avoid using freed d)Marc-André Lureau2009-02-191-0/+1
|
* pactl: check if pa_context_connect succeedMarc-André Lureau2009-02-191-1/+4
|
* paplay: check if pa_context_connect() succeedMarc-André Lureau2009-02-191-1/+4
|
* allow sending meta/policy events to clientsLennart Poettering2009-02-121-0/+13
|
* make pacmd work in a pipeLennart Poettering2009-02-041-36/+68
|
* swap argument order of pa_cvolume_get_balance() to be a bit more systematicLennart Poettering2009-01-271-4/+4
|
* implement pactl set-card-profileLennart Poettering2009-01-211-19/+38
|
* show active profileLennart Poettering2009-01-201-0/+4
|
* add client API for querying card informationLennart Poettering2009-01-201-1/+47
|
* include sink/source state in pactl outputLennart Poettering2009-01-191-0/+20
|
* Beef pactl output up a bitLennart Poettering2009-01-191-81/+131
|
* don't show autoload flag anymore since it is obsoleteLennart Poettering2009-01-151-4/+2
|
* kill autoload stuff as plannedLennart Poettering2009-01-151-31/+0
|
* for record streams fill in the latency as the fragsizeLennart Poettering2009-01-121-0/+1
|
* Make sure we don't drop any data on the client sideLennart Poettering2009-01-101-9/+8
|
* Allow access("/dev/dsp", W_OK) succeedLennart Poettering2008-12-181-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 setLennart Poettering2008-10-221-1/+3
|
* inform dsp_empty_socket() *after* we emptied the dsp socket, that it is now ↵Lennart Poettering2008-10-021-4/+9
| | | | empty
* check for errors returned by pa_context_connect()Lennart Poettering2008-09-051-1/+4
|
* use pa_channel_map_compatible() where applicableLennart Poettering2008-09-051-1/+1
|
* update documentation and help texts for s32le/s32be sample typesLennart Poettering2008-09-051-1/+1
|
* use PA_STREAM_EARLY_REQUESTS for OSS streamsLennart Poettering2008-09-031-1/+1
|
* fix a few compiler warnings on older gccLennart Poettering2008-08-291-1/+1
|
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-194-43/+43
|
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-1/+1
|
* add new switch --disallow-exitLennart Poettering2008-08-061-2/+2
|
* add i18n supportLennart Poettering2008-08-066-195/+214
|
* fix error path (spotted by Coling Guthrie)Lennart Poettering2008-08-051-1/+3
|
* use (uint32_t) -1 to signify default buffer_attr values instead of 0, to ↵Lennart Poettering2008-06-271-0/+2
| | | | allow prebuf=0
* remove remaining $Lennart Poettering2008-06-181-2/+0
|
* get rid of svn $ keywordsLennart Poettering2008-06-188-16/+0
|
* properly handle if pa_runtime_path() failsLennart Poettering2008-05-211-1/+3
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2474 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge glitch-free branch back into trunkLennart Poettering2008-05-154-77/+162
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge r2183 from prepare-0.9.10Lennart Poettering2008-03-311-0/+4
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2199 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge r2182 from prepare-0.9.10Lennart Poettering2008-03-311-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2198 fefdeb5f-60dc-0310-8127-8f9354f1896f