2014-05-23 |
Alexander Potashev | i18n: Update Russian translation |
commit | commitdiff | tree | snapshot |
2014-05-23 |
Pierre Ossman | protocol-native: Early request bandaid for high latency... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
Alexander E... | resampler: Support speex resampler compiled with FIXED_... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
Alexander E... | build-sys: Eliminate _FORTIFY_SOURCE warnings |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Dimitris Spingos | i18n: Update Greek translation |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Tanu Kaskinen | bluetooth: Fix a copy-paste error in log message |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Tanu Kaskinen | bluetooth: Remove redundant assignments |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink-input, source-output: Add hooks for mute changes |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink, source: Add hooks for mute changes |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink-input, source-output: Add hooks for volume changes |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink, source: Add hooks for volume changes |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | solaris, tunnel: Remove some redundant boolean conversions |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink-input, source-output: Remove redundant get_mute... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink, source: Assign to s->muted from only one place |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink, source: Call set_mute() from mute_changed() |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | echo-cancel: Remove redundant get_mute() callback |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink, source: Allow calling set_mute() during initializ... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink-input, source-output: Add logging to set_mute() |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink, source: Return early from set_mute() |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink-input, source-output: Assign to volume from only... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tanu Kaskinen | sink, source: Assign to reference_volume from only... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Add stereo to mono and 4-channel special case... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Add special remapping case which just re-arrange... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Add (optional) state to remap struct |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Change remapping function argument type from... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Cleanup remap function selection, add pa_set_rem... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Add helper function to setup channel arrangement... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Use float constant instead of double |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Split remapping functions into s16 and float... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Make resampler's remap structure more self-contained |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Refactor channel remap table computation calc_ma... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Rename pa_init_remap() to pa_init_remap_func() |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Peter Meerwald | remap: Don't use PA_VOLUME_NORM |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Peter Meerwald | pacat: Mention source in addition to sink where applica... |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Peter Meerwald | sconv: Cleanup ARM NEON code |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Bradley Broom | default.pa: Use freedesktop theme sounds in sample... |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Arun Raghavan | gconf: Avoid calling deprecated function if possible |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Arun Raghavan | gconf: Remove unused variable |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Tanu Kaskinen | sink-input, source-output: Fix mute saving |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Hemanth Meenakshisun... | combine-sink: fix zero adjust_time behaviour. |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Alexander E... | core-util: Remove redundant check of directory permissions |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Bradley Broom | core-util: Call fchown() only when necessary |
commit | commitdiff | tree | snapshot |
2014-04-22 |
David Henningsson | fdsem: Use atomic.h |
commit | commitdiff | tree | snapshot |
2014-04-22 |
David Henningsson | fdsem: remove superfluous parameter in call to pa_fdsem... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Alexander Kurtz | vala: Add bindings for libpulse-simple |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Juho Hämäläinen | dbus: Use correct initialization for source ports hashmap. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Tanu Kaskinen | doxygen: Enable GENERATE_DEPRECATEDLIST |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Niels Ole Salscheider | virtual-surround-sink: Move normalization heuristic... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Tanu Kaskinen | Use pa_hashmap_remove_and_free() where appropriate |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Tanu Kaskinen | hashmap: Add pa_hashmap_remove_and_free() |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Peter Meerwald | pactl: Clean up checking for VOL_RELATIVE flag |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Peter Meerwald | pactl: Document ability to specify channel volumes... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Peter Meerwald | pactl: Check consistency of volumes specified |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Parin Porecha | pactl: Allow to set volume of each channel independentl... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Peter Meerwald | pactl: Stop parsing option when the first non-option... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Peter Meerwald | man: Fix typos in pulse-daemon.conf.5.xml.in |
commit | commitdiff | tree | snapshot |
2014-04-15 |
David Henningsson | pstream: Use pa_xnew0 in initialization |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Alexander E... | Name HDMI outputs uniquely |
commit | commitdiff | tree | snapshot |
2014-04-04 |
David Henningsson | module-switch-on-port-available: Use new find best... |
commit | commitdiff | tree | snapshot |
2014-04-04 |
David Henningsson | module-switch-on-port-available: Use port->card pointer |
commit | commitdiff | tree | snapshot |
2014-04-04 |
David Henningsson | module-switch-on-port-available: Don't switch profiles... |
commit | commitdiff | tree | snapshot |
2014-03-28 |
Tanu Kaskinen | zeroconf-publish: Don't assume any particular defer... |
commit | commitdiff | tree | snapshot |
2014-03-28 |
Tanu Kaskinen | client-conf: Don't create multiple cookie files |
commit | commitdiff | tree | snapshot |
2014-03-28 |
Tanu Kaskinen | client-conf: Remove redundant function parameters |
commit | commitdiff | tree | snapshot |
2014-03-28 |
Tanu Kaskinen | util: Check that the home dir is an absolute path |
commit | commitdiff | tree | snapshot |
2014-03-28 |
Tanu Kaskinen | pactl: Fix crash with older servers |
commit | commitdiff | tree | snapshot |
2014-03-28 |
David Henningsson | sink/source: Initialize port before fixate hook (fixes... |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Tanu Kaskinen | introspect: Use pa_direction_valid() to validate port... |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Tanu Kaskinen | direction: Add a couple of direction helper functions |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Wim Taymans | device-restore: log restored mute state |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Peter Ujfalusi | alsa-util: Reset hwparams_copy before the second try... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Tanu Kaskinen | doxygen: Update the configuration file |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Tanu Kaskinen | zeroconf-publish: Don't react to messages while shuttin... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Tanu Kaskinen | zeroconf-publish: Add locking around pa_mainloop_api_once() |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Tanu Kaskinen | pacat: Fix partially translated message |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Tanu Kaskinen | core-util: Make pa_yes_no() translatable |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Peter Meerwald | doc: Fix some typos/wording in man/pulse-daemon.conf.5 |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Tanu Kaskinen | mainloop-api: Improve pa_mainloop_api_once() documentation |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Tanu Kaskinen | volume: Increase PA_SW_VOLUME_SNPRINT_DB_MAX |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Pete Beardmore | alsa: Use card description in default sink/source prefi... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Tanu Kaskinen | tunnel: Fix inverted if condition |
commit | commitdiff | tree | snapshot |
2014-03-11 |
David Henningsson | alsa-mixer: Fix Analog Input showing up on USB Headset |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Tanu Kaskinen | pactl: Fix a copy-paster error |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Peter Meerwald | doc: Use \since doxygen command correctly in mainloop... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Peter Meerwald | core: add missing SET_PORT_LATENCY_OFFSET to dispatcher... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Peter Meerwald | doc: Use correct parameter name wait_for_accept in... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Alexander E... | Fix a few "it's -> its" typos |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Peter Meerwald | tunnel-source-new: Fix shadow compiler warning |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Peter Meerwald | doc: Fix pa_stream_set_latency_update_callback() docume... |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Peter Meerwald | doc: Fix a couple of 'to to' typos |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Tanu Kaskinen | alsa: Remove a redundant check |
commit | commitdiff | tree | snapshot |
2014-03-03 |
James Bunton | bluetooth: Fix timing to count based on decoded data |
commit | commitdiff | tree | snapshot |
2014-03-03 |
James Bunton | bluetooth: Don't abort on SBC decoding error |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Tanu Kaskinen | Remove all references to the removed KDE files |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Rex Dieter | daemon: ensure pulseaudio early startup on kde |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Rex Dieter | daemon: consolidate startup scripts |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Tanu Kaskinen | suspend-on-idle: Fix monitor source handling upstream/5.0 v5.0 |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Tanu Kaskinen | Update NEWS |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Tanu Kaskinen | rtp-send: Add "inhibit_auto_suspend" module argument |
commit | commitdiff | tree | snapshot |
2014-02-28 |
David Henningsson | suspend-on-idle: Ensure we still time out if a stream... |
commit | commitdiff | tree | snapshot |
next |