Pulseaudio
[Prev Page][Next Page]
- [PATCH RFCv3 39/51] mix: Make use of pa_cvolume_is_norm/muted() macros, (continued)
- [PATCH RFCv3 39/51] mix: Make use of pa_cvolume_is_norm/muted() macros, Peter Meerwald
- [PATCH RFCv3 40/51] mix: Avoid redundant cvolume checks, Peter Meerwald
- [PATCH RFCv3 41/51] mix: pa_mix() is always called with more than one steam, Peter Meerwald
- [PATCH RFCv3 42/51] mix: Length over all chunk has already been computed by the caller, Peter Meerwald
- [PATCH RFCv3 43/51] core: Add volume-util.h, Peter Meerwald
- [PATCH RFCv3 44/51] core: Make use of volume macros, Peter Meerwald
- [PATCH RFCv3 45/51] iochannel: Remove unnecessary zero-initialization, Peter Meerwald
- [PATCH RFCv3 46/51] asyncmsgq: Drop weird assert, Peter Meerwald
- [PATCH RFCv3 47/51] protocol-native: Make sink_input_pop_cb() return entire chunk, Peter Meerwald
- [PATCH RFCv3 48/51] alsa-sink: Assume left_to_play can be computed, save one call to snd_pcm_avail(), Peter Meerwald
- [PATCH RFCv3 49/51] alsa: Refactor computation of sleep usec, Peter Meerwald
- [PATCH RFCv3 50/51] alsa: Precompute max_frames, Peter Meerwald
- [PATCH RFCv3 51/51] alsa: Remove redundant sample_spec parameter to reset_watermark() function, Peter Meerwald
- [PATCH RFCv3 00/51] optimizations, David Henningsson
- [PATCH RFCv3 00/51] optimizations, Alexander E. Patrakov
- [PATCH RFCv3 00/51] optimizations, Peter Meerwald
- “Failed to open audio output” error when trying to send audio from mpd to pulseaudio, Fred Hamilton
- Bluez Questions,
Georg Chini
- [PATCH 0/4] Allow native and oFono headset backends in parallel,
David Henningsson
- [PATCH] socket-server: pa_socket_server_new() can't fail, so don't check its return value,
Tanu Kaskinen
- Socket Activation v2,
Colin Guthrie
- [PATCH] socket-server: Improve readability,
Tanu Kaskinen
- [PATCH v2] alsa-mixer: Add support for "Headphone+LO" and "Speaker+LO",
David Henningsson
- [PATCH] dbus: Fix Device.SetActivePort() handler,
Tanu Kaskinen
- [PATCH] shell-completion: zsh: Fix the set-card-profile description,
Tanu Kaskinen
- [PATCH] shell-completion: zsh: Fix set-default-sink/source completion,
Tanu Kaskinen
- [PATCH] pactl: Remove deprecated 'stat' behaviour,
Peter Meerwald
- [PATCH 0/6] Tunes to get the X220 dock work just right,
Sjoerd Simons
- raop on gentoo+systemd,
SGT. Garcia
- Controlling the PulseAudio Read Call back.,
Ibrar Ahmed
- [PATCH RFCv2 00/27] memory optimizations,
Peter Meerwald
- [PATCH RFCv2 01/27] tagstruct: Distinguish pa_tagstruct_new() use cases, Peter Meerwald
- [PATCH RFCv2 02/27] tagstruct: Replace dynamic flag with type, Peter Meerwald
- [PATCH RFCv2 03/27] tagstruct: Get rid of pa_tagstruct_free_data(), Peter Meerwald
- [PATCH RFCv2 04/27] tagstruct: Add type _APPENDED, Peter Meerwald
- [PATCH RFCv2 05/27] tagstruct: Use flist to potentially save calls to malloc()/free(), Peter Meerwald
- [PATCH RFCv2 06/27] packet: Hide internals of pa_packet, introduce pa_packet_data(), Peter Meerwald
- [PATCH RFCv2 07/27] packet: Make pa_packet_new() create fixed-size packets, Peter Meerwald
- [PATCH RFCv2 08/27] packet: Introduce pa_packet_new_data() to copy data into a newly created packet, Peter Meerwald
- [PATCH RFCv2 09/27] packet: Use flist to save calls to malloc()/free(), Peter Meerwald
- [PATCH RFCv2 10/27] pstream: Unionize item_info, Peter Meerwald
- [PATCH RFCv2 11/27] pstream: Add pa_pstream_send_tagstruct(), Peter Meerwald
- [PATCH RFCv2 12/27] pstream: #define PA_PSTREAM_SHM_SIZE, Peter Meerwald
- [PATCH RFCv2 13/27] pstream: Duplicate assignment, write.data is always NULL, Peter Meerwald
- [PATCH RFCv2 14/27] pstream: Only reset memchunk if it has been used, Peter Meerwald
- [PATCH RFCv2 15/27] pstream: Split up do_read(), Peter Meerwald
- [PATCH RFCv2 16/27] pstream: Use small minibuffer to combine several read()s if possible, Peter Meerwald
- [PATCH RFCv2 17/27] iochannel: Fix channel enable, Peter Meerwald
- [PATCH RFCv2 18/27] queue: Add pa_queue_peek() function, Peter Meerwald
- [PATCH RFCv2 19/27] pstream: Add helper functions reset_descriptor(), shm_descriptor(), Peter Meerwald
- [PATCH RFCv2 20/27] pstream: Peek into next item on send queue to see if it can be put into minibuffer together with current item, Peter Meerwald
- [PATCH RFCv2 21/27] once: Inline functions, Peter Meerwald
- [PATCH RFCv2 22/27] rtpoll: typo, Peter Meerwald
- [PATCH RFCv2 23/27] rtpoll: Fix condition for DEBUG_TIMING output, Peter Meerwald
- [PATCH RFCv2 24/27] rtpoll: Drop extra wait_op argument to pa_rtpoll_run(), Peter Meerwald
- [PATCH RFCv2 25/27] mainloop: Clear wakeup pipe only when necessary, Peter Meerwald
- [PATCH RFCv2 26/27] flist: Don't use atomic operations to manipulate ptr, next, Peter Meerwald
- [PATCH RFCv2 27/27] flist: Don't make flist volatile, Peter Meerwald
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry,
mailing lists
- Pulseaudio sound quality problem on ARM,
Andrej Šimko
- [PATCH] alsa-mixer: Merge analog-output-desktop-speaker with analog-output-speaker(-always),
Tanu Kaskinen
- [PATCH] alsa-mixer: Ignore some elements in the analog-output path,
Tanu Kaskinen
- [PATCH] creds: Rename pa_ancil to pa_cmsg_ancil_data, Arun Raghavan
- [PATCH RFC 00/17] memory optimizations,
Peter Meerwald
- [PATCH RFC 01/17] tagstruct: Distinguish pa_tagstruct_new() use cases, Peter Meerwald
- [PATCH RFC 02/17] tagstruct: Replace dynamic flag with type, Peter Meerwald
- [PATCH RFC 03/17] tagstruct: Get rid of pa_tagstruct_free_data(), Peter Meerwald
- [PATCH RFC 04/17] tagstruct: Add type _APPENDED, Peter Meerwald
- [PATCH RFC 05/17] tagstruct: Use flist to potentially save calls to malloc()/free(), Peter Meerwald
- [PATCH RFC 06/17] packet: Hide internals of pa_packet, introduce pa_packet_data(), Peter Meerwald
- [PATCH RFC 07/17] packet: Make pa_packet_new() create fixed-size packets, Peter Meerwald
- [PATCH RFC 08/17] packet: Introduce pa_packet_new_data() to copy data into a newly created packet, Peter Meerwald
- [PATCH RFC 09/17] packet: Use flist to save calls to malloc()/free(), Peter Meerwald
- [PATCH RFC 10/17] pstream: Unionize item_info, Peter Meerwald
- [PATCH RFC 11/17] pstream: Add pa_pstream_send_tagstruct(), Peter Meerwald
- [PATCH RFC 12/17] pstream: #define PA_PSTREAM_SHM_SIZE, Peter Meerwald
- [PATCH RFC 13/17] pstream: Duplicate assignment, write.data is always NULL, Peter Meerwald
- [PATCH RFC 14/17] pstream: Only reset memchunk if it has been used, Peter Meerwald
- [PATCH RFC 15/17] pstream: Split up do_read(), Peter Meerwald
- [PATCH RFC 16/17] pstream: Use small minibuffer to combine several read()s if possible, Peter Meerwald
- [PATCH RFC 17/17] iochannel: Fix channel enable, Peter Meerwald
- [PATCH] Alsa: Correct port availability with multiple jacks,
Sjoerd Simons
- [PATCH 0/4] Add simple HSP support in new native backend v3,
Wim Taymans
- [PATCH 2/7] Cleanup !! for bool,
Peter Meerwald
- [PATCH 0/7] misc cleanup,
Peter Meerwald
- [PATCH] pavucontrol: Handle IO errors in icon setting code,
Felipe Sateler
- [PATCH] Don't crash if pa_stream_peek returns NULL,
Felipe Sateler
- [PATCH] Change the default fragment size to 5 ms,
Alexander E. Patrakov
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry,
mailing lists
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry, Raymond Yau
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry, mailing lists
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry, Laurențiu Nicola
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry, mailing lists
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry, Raymond Yau
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry, mailing lists
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry, mailing lists
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry, mailing lists
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry [SOLVED], mailing lists
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry, mailing lists
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry, mailing lists
- pulseaudio (V5) incorrect rate detection on usb sound card with raspberry, mailing lists
- incomplete IPv6 support in pa_socket_client_new_string(),
Hajime Fujita
- [PATCH] module-card/device-restore: Do not legacy load an empty entry,
David Henningsson
- [PATCH] alsa-mixer: Add support for "Headphone+LO" and "Speaker+LO",
David Henningsson
- About the routing patches,
Tanu Kaskinen
- systemd socket activation support,
Colin Guthrie
- [PATCH 1/8] man: Fix XDG_RUNTIME_DIR variable reference., Colin Guthrie
- [PATCH 2/8] build-sys: Clarify some systemd sub-component variable/define names., Colin Guthrie
- [PATCH 3/8] build-sys: Add support for newer systemd without compatibility libs, Colin Guthrie
- [PATCH 4/8] socket-server: Add support for systemd socket activation., Colin Guthrie
- [PATCH 5/8] launch: Avoid specifically starting PA and rely on autospawn/socket activation, Colin Guthrie
- [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances, Colin Guthrie
- [PATCH 7/8] launch: Disable autospawn by default when systemd daemon support is enabled., Colin Guthrie
- [PATCH 8/8] build-sys: Minor cosmetic tidyup of configure summary, Colin Guthrie
- systemd socket activation support, Tanu Kaskinen
- systemd socket activation support, Peter Meerwald
- systemd socket activation support, Jaska Uimonen
- systemd socket activation support, Jaska Uimonen
- [PATCH 0/2] A couple of Zsh completion patches,
Tanu Kaskinen
- Problem with timing and USB scanning...,
Joshua J. Kugler
- [PATCH] pulse: Initalise pa_threaded_mainloop with zeroes,
Arun Raghavan
- [PATCH] pstream-util: Fix build on freebsd,
David Henningsson
- [PATCH 0/3] Fix unaligned memblock crash (bug 77595),
David Henningsson
- On replacing ffmpeg resampler with lavr,
Alexander E. Patrakov
- [PATCH 1/2] configure: Move path to modules to /usr/lib/pulseaudio/modules-x.y,
David Henningsson
- Bluez5 ofono-backend Issues with current GIT,
Georg Chini
- pulse xrdp sink,
Edouard Gaulué
- should prebuf always be greater than minreq ?,
Alban Browaeys
- [PATCH] tunnel-sink-new: Fix requested latency check,
Tanu Kaskinen
- [PATCH v2] tunnel-sink-new: Limit the maximum latency to 200 ms,
Tanu Kaskinen
- [PATCH] tunnel-sink-new: Limit the maximum latency to 200 ms, Tanu Kaskinen
- Sharing X application the old way with sound,
Edouard Gaulué
- [PATCH] bluetooth: Move stuff to pa_bluetooth_transport_put/unlink(),
Tanu Kaskinen
- Resampler quality evaluation: now on music files, Alexander E. Patrakov
- [PATCH] module-virtual-sink: Speed up draining,
David Henningsson
- [PATCH] libpulse.vapi: adding missing fields for sink_input/source_output info struct,
Ricardo Salveti de Araujo
- [PATCH] module-stream-restore: use entry_write when filling up the database,
Ricardo Salveti de Araujo
- bluez4 endpoint_select_configuration,
motya
- drain latency with echo-cancel,
Heero Yui
- PulseAudio, switch audio output on device connection,
Mark Gaiser
- [PATCH] Don't let user-set PULSE_RUNTIME_PATH values affect behaviour,
Tanu Kaskinen
- LFE remixing,
Tanu Kaskinen
- [PATCH] module-switch-on-port-available: make the output more accurate,
Hui Wang
- Resampler quality evaluation: now with room noise!,
Alexander E. Patrakov
- [PATCH] bluetooth: bluez4: Add profile name to sinks and sources,
Pali Rohár
- [PATCH] bluetooth: bluez4: For each bluetooth profile use different port names,
Pali Rohár
- [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles,
Pali Rohár
- Crash with pulseaudio 1.1, Vinod Rayapudi
- Issues with ALSA code on the Raspberry Pi, Paul A. Steckler
- Bringing up new audio driver and pulse is not happy,
jonsmirl@xxxxxxxxx
- [V4 PATCH] module-switch-on-connect: add an argument for conditionally connecting,
Hui Wang
- [V3 PATCH] module-switch-on-connect: add an argument for conditionally connecting,
Hui Wang
- How to use ALSA compress API in Pulseaudio with passthrough mode,
Kiran Krishnappa
- [PATCH v2] Add a Valgrind suppression file,
Tanu Kaskinen
- Are there issues with PulseAudio using the Intel HDA sound driver?, Daniel Presley
- [PATCH] Add a Valgrind suppression file,
Tanu Kaskinen
- Ladspa controls,
Tanu Kaskinen
- [PATCH 0/3] Trivial alsa-time-test patches,
David Henningsson
- [RFC PATCH] alsa-sink: Reduce hardware pointer update syscalls,
David Henningsson
- [V2 PATCH] module-switch-on-connect: add an argument for conditionally connecting,
Hui Wang
- Pulseaudio in read only system environment,
Hans
- Virtual device doesn't work correctly, Joël Krähemann
- No dynamic ACLs on /dev/snd/* when opening a new virtual terminal via openvt,
Alex K
- [PATCH 1/2] bluetooth: Switch transport state to idle in case of HUP,
Luiz Augusto von Dentz
- [PATCH] srbchannel: Defer reading when setting up read callback,
David Henningsson
- PulseAudio and OpenAL games: AL lib: pulseaudio.c:331: PulseAudio returned minreq > tlength/2; expect break up,
Martin Steigerwald
- [PATCH 0/3] Add simple HSP support in new native backend,
Wim Taymans
- Pulseaudio's RAOP2 support,
Colin Leroy
[Index of Archives]
[Linux Audio Users]
[AMD Graphics]
[Linux USB Devel]
[Linux Media]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]