summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-15bash-completion: Fix device completion for pacatpoljar (Damir Jelić)1-2/+2
2013-08-14pacat: Added support for recording from one specific sink inputMagnus Ekhall2-3/+24
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-07doc: Update LICENSE to reflect optional libpulse dep on libdbusArun Raghavan1-0/+7
2013-08-06thread-mq: Support a mainloop as thread/consumerAlexander Couzens2-13/+68
2013-08-06i18n: Update zh_TW translationCheng-Chia Tseng1-218/+500
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-18vala: Add CVolume.set()Tanu Kaskinen1-0/+3
2013-07-17dbus: Fix invalid dbus_bool_t valuesTanu Kaskinen1-26/+26
2013-07-16sink: Add missing curly bracesTanu Kaskinen1-1/+2
2013-07-15pactl: Print available flag of card profilesLuiz Augusto von Dentz1-1/+2
2013-07-15introspect: Expose card profile available flagLuiz Augusto von Dentz5-16/+37
2013-07-15ucm: Fix an incorrect log messageTanu Kaskinen1-1/+1
2013-07-15log: Harmonize log target outputTanu Kaskinen1-2/+15
2013-07-15log: Use pa_write() instead of write()Tanu Kaskinen1-1/+2
2013-07-15log: Remove pa_log_set_fd()Tanu Kaskinen2-14/+0
2013-07-15build-sys: Fix misuse of "dependant"João Paulo Rechi Vita1-2/+2
2013-07-15bluetooth: Fix coding styleJoão Paulo Rechi Vita1-1/+1
2013-07-15bluetooth: Remove unused DBusErrorJoão Paulo Rechi Vita1-4/+0
2013-07-15module: Fix styleJoão Paulo Rechi Vita1-1/+1
2013-07-14tunnel: Fix reading state from wrong variableTanu Kaskinen1-3/+3
2013-07-14caps: Fix compilation on WindowsTanu Kaskinen1-1/+1
2013-07-11alsa: Support ALSA without a use case managerPierre Ossman3-2/+73
2013-07-11log: Fix thread name printingTanu Kaskinen1-2/+4
2013-07-11module: Fix crash in pa_module_unload_all()Tanu Kaskinen1-0/+3
2013-07-10Revert "resampler: Resample first followed by remapping if have more out chan...Tanu Kaskinen1-31/+13
2013-07-09sink-input: Keep reference ratio up-to-dateTanu Kaskinen1-0/+1
2013-07-09Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen11-175/+210
2013-07-09pulse: Add verbose volume printing functionsTanu Kaskinen3-0/+89
2013-07-08loopback: Fix cork state not updated after moveMikel Astiz1-0/+14
2013-07-05sconv: avoid multiply in ARM NEON s16->float conversionPeter Meerwald1-8/+4