summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-09-18module-tunnel: Fixup broken buildDavid Henningsson1-4/+4
2013-09-17log: Add missing headerArun Raghavan1-0/+1
2013-09-17alsa-ucm: Make combination port names deterministicArun Raghavan1-3/+17
2013-09-17alsa-ucm: Use playback/capture rate specification from UCMArun Raghavan2-2/+36
2013-09-17alsa: Allow sample spec override in mappingsArun Raghavan4-0/+28
2013-09-17hashmap: Add the ability to free keysArun Raghavan41-205/+232
2013-09-13module-tunnel: automatically find the PulseAudio serverPierre Ossman3-10/+211
2013-09-13suspend-on-idle: Allow disabling suspending for specific devicesTanu Kaskinen1-11/+23
2013-09-13tunnel-source-new: counterpart to module-tunnel-sink-newAlexander Couzens2-0/+562
2013-09-08resampler: Never return zero for max block sizeTanu Kaskinen1-1/+17
2013-09-08card-restore: Watch for profiles added after card creation.poljar (Damir Jelić)1-4/+25
2013-08-27context: add pa_context_load_cookie_from_file()Alexander Couzens3-0/+20
2013-08-27sink, source: Fix error reporting style for rate updatesTanu Kaskinen8-41/+41
2013-08-27source: When updating a monitor source's rate, update the sink rate tooTanu Kaskinen1-2/+32
2013-08-27source: Fix monitor source rate changingTanu Kaskinen1-6/+14
2013-08-27resampler: Add a choose_auto_resampler functionpoljar (Damir Jelić)1-10/+15
2013-08-27resampler: Get rid of redundant implementation specific structspoljar (Damir Jelić)1-52/+38
2013-08-27resampler: Add assert to set_input/output_ratepoljar (Damir Jelić)1-0/+2
2013-08-27resampler: Introduce a implementation specific structpoljar (Damir Jelić)2-51/+56
2013-08-27Resampler: Don't use the peaks resampler for upsamplingpoljar (Damir Jelić)1-0/+10
2013-08-27resampler: Add a function for comparing sample format precisionpoljar (Damir Jelić)1-8/+49
2013-08-27resampler: choose_work_format use switch instead of if/elsepoljar (Damir Jelić)1-10/+23
2013-08-27resampler: Move the work format finding logic into a separate functionpoljar (Damir Jelić)1-26/+43
2013-08-27resampler: fix_method use switch instead of if/elsepoljar (Damir Jelić)1-8/+15
2013-08-27resampler: Move the fix method logic into a separate functionpoljar (Damir Jelić)1-19/+33
2013-08-27resampler: Make resampler struct implementation agnosticpoljar (Damir Jelić)1-84/+136
2013-08-27sink, source: Return early from pa_*_update_rate(), if there's no need to do ...Tanu Kaskinen2-0/+6
2013-08-23sink, source: Small readability improvementTanu Kaskinen2-4/+2
2013-08-23sink, source: Fix default and alternate rate assertionsTanu Kaskinen2-4/+4
2013-08-23sink, source: Don't care about default and alternate rate in passthrough modeTanu Kaskinen2-4/+4
2013-08-22sink, source: Reduce indentation level in *_update_rate()Tanu Kaskinen2-113/+113
2013-08-21source-output: Get the correct source for "direct_on_input" streamsTanu Kaskinen1-2/+10
2013-08-21tunnel-sink-new: add a rewrite of module-tunnel using libpulseAlexander Couzens2-0/+557
2013-08-21client-conf: refactor cookie loadersAlexander Couzens3-19/+51
2013-08-14pacat: Added support for recording from one specific sink inputMagnus Ekhall1-3/+18
2013-08-08sink-input: Don't assert when removing non-existent volume factorArun Raghavan2-3/+11
2013-08-08alsa: Trivial whitespace deletionArun Raghavan1-2/+2
2013-08-06thread-mq: Support a mainloop as thread/consumerAlexander Couzens2-13/+68
2013-08-02cli: Use pa_xnew0 to save some 0 initsPeter Meerwald1-10/+1
2013-08-02pacmd: Discriminate between interactive and non-interactive modePeter Meerwald1-2/+9
2013-08-02cli: Output prompt and welcome message only when requested by 'hello'Peter Meerwald1-3/+10
2013-08-02alsa-mixer: Prefer moving "Capture" before moving boostsDavid Henningsson8-50/+48
2013-08-02sample: Apply SPARC-specific condition on SPARC onlyArun Raghavan1-1/+1
2013-07-31Fix typos in command_namesKerrick Staley1-3/+3
2013-07-29resampler: Fix peaks resampler's channel handlingTanu Kaskinen1-2/+2
2013-07-29loopback: Increase the maximum allowed latencyTanu Kaskinen1-1/+1
2013-07-26alsa-ucm: Make combination ports have lower priorityDavid Henningsson1-2/+13
2013-07-23daemon.conf: Document new speex-float-1 defaultDavid Henningsson1-1/+1
2013-07-17dbus: Fix invalid dbus_bool_t valuesTanu Kaskinen1-26/+26
2013-07-16sink: Add missing curly bracesTanu Kaskinen1-1/+2