index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-stream-restore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-29
stream-restore: With dbus-proto fix segfault if e->device is NULL.
Juho Hämäläinen
1
-2
/
+2
2016-02-18
modules: Fix compiler warning comparing 0 with bool
Peter Meerwald
1
-1
/
+1
2015-04-10
module-*-restore: use pa_module_hook_connect
David Henningsson
1
-31
/
+9
2015-02-26
tagstruct: Distinguish pa_tagstruct_new() use cases
Peter Meerwald
1
-4
/
+4
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-10-06
module-stream-restore: use entry_write when filling up the database
Ricardo Salveti de Araujo
1
-8
/
+1
2014-05-02
sink-input, source-output: Remove redundant get_mute() functions
Tanu Kaskinen
1
-2
/
+2
2014-04-17
Use pa_hashmap_remove_and_free() where appropriate
Tanu Kaskinen
1
-4
/
+3
2014-03-07
Fix a few "it's -> its" typos
Alexander E. Patrakov
1
-2
/
+2
2013-12-20
modules: Fix resource leak in stream-restore
Peter Meerwald
1
-1
/
+3
2013-09-17
hashmap: Add the ability to free keys
Arun Raghavan
1
-2
/
+2
2013-07-09
Use pa_(c)volume_snprint_verbose() everywhere
Tanu Kaskinen
1
-1
/
+3
2013-07-04
Revert dbus_bool_t variables to use TRUE/FALSE instead of true/false
poljar (Damir Jelić)
1
-4
/
+4
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-88
/
+88
2013-06-24
Whitespace cleanup: Remove all multiple newlines
poljar (Damir Jelić)
1
-1
/
+0
2013-02-16
idxset: Use pa_free_cb_t instead of pa_free2_cb_t
Tanu Kaskinen
1
-1
/
+1
2013-02-16
hashmap: Use pa_free_cb_t instead of pa_free2_cb_t
Tanu Kaskinen
1
-11
/
+1
2012-11-20
stream-restore: Add missing method handler argument.
Juho Hämäläinen
1
-5
/
+6
2012-05-31
modules: Use PA_IDXSET_FOREACH wherever applicable.
Harsh Prateek Bora
1
-1
/
+1
2012-01-28
stream-restore: Don't verify entry validity needlessly.
Tanu Kaskinen
1
-12
/
+4
2012-01-28
stream-restore: Clean up the database at startup.
Tanu Kaskinen
1
-27
/
+125
2011-11-24
proplist: Add internal API to get stream group
Arun Raghavan
1
-37
/
+13
2011-10-01
stream-restore: Support a simple fallback volume table
Marc-André Lureau
1
-2
/
+95
2011-09-04
stream-restore: Add proper data validity checks to the legacy database entry ...
Colin Guthrie
1
-0
/
+20
2011-09-04
stream-restore: Add in some variable sets that were missing from 9ffa93.
Colin Guthrie
1
-0
/
+8
2011-08-12
Plug some memory leaks and an invalid read
Maarten Bosmans
1
-0
/
+1
2011-08-08
stream-restore: Save/restore source output volume/mute
Colin Guthrie
1
-1
/
+91
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-2
/
+1
2011-06-22
database: Support legacy format database entries.
Colin Guthrie
1
-34
/
+94
2011-06-22
database: Convert our use of database files to save in tagstruct format.
Colin Guthrie
1
-188
/
+232
2011-06-22
capture: Add the passthrough format negotiation to capture streams.
Colin Guthrie
1
-3
/
+2
2011-05-02
core: Add extended stream API to support compressed formats
Arun Raghavan
1
-5
/
+3
2011-04-28
stream-restore: Enable database dumping if DEBUG_VOLUME is defined.
Tanu Kaskinen
1
-2
/
+2
2011-04-18
stream-restore: Check for readability before reading volume
Arun Raghavan
1
-1
/
+1
2011-04-05
stream-restore: add version to new entry.
Harri Mähönen
1
-0
/
+1
2011-03-29
sink-input: Add volume_writable to pa_sink_input.
Tanu Kaskinen
1
-3
/
+3
2011-03-18
Fix up some double spaces
Maarten Bosmans
1
-1
/
+1
2011-02-22
Allow read-only or non-existing sink input volume.
Tanu Kaskinen
1
-5
/
+9
2010-12-20
fix bug about get source-output status
Chen Rui
1
-1
/
+1
2010-12-20
Fix typos
Zhang Wanming
1
-1
/
+1
2010-10-19
volume: Fix incorrect usage of PA_VOLUME_IS_VALID
Arun Raghavan
1
-1
/
+1
2010-10-15
volume: Use a macro to check if a volume is valid
Arun Raghavan
1
-1
/
+1
2010-05-10
stream-restore: When changing restore entries with D-Bus, apply the changes i...
Tanu Kaskinen
1
-0
/
+3
2010-05-10
stream-restore: Fix segfaulting. The dbus entry callbacks expect a dbus_entry...
Tanu Kaskinen
1
-1
/
+1
2010-02-21
stream-restore: be a little bit more verbose why we don't reastore a sink
Lennart Poettering
1
-1
/
+1
2010-02-05
stream-restore: Clear the save_sink/save_source flags on apply_entry.
Colin Guthrie
1
-12
/
+36
2009-12-03
stream-restore: At startup, create dbus entries only for valid database entries.
Tanu Kaskinen
1
-2
/
+7
2009-12-03
stream-restore: Add a missing pa_xnew0() call in handle_add_entry().
Tanu Kaskinen
1
-0
/
+1
2009-12-03
stream-restore: Fix a few assertion misuses with the D-Bus code.
Tanu Kaskinen
1
-5
/
+5
2009-11-21
Rename all the signal parameters and variables to something more explicit.
Diego Elio 'Flameeyes' Pettenò
1
-25
/
+25
[next]