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
/
pulsecore
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-02
streams: Fix the actual resampler method shown in debug messages.
Colin Guthrie
2
-0
/
+2
2011-05-20
format: Fix channel map handling
Arun Raghavan
1
-1
/
+2
2011-05-16
protocol-native: Fix memory leaks introduced in protocol 21 (passthrough supp...
Colin Guthrie
1
-26
/
+30
2011-05-16
sink-input: Fix memory leak of proplist when sending format-changed events
Colin Guthrie
1
-0
/
+1
2011-05-15
Merge branch 'passthrough'
Colin Guthrie
13
-106
/
+464
2011-05-15
sink-input: Provide more information to client when format is lost
Arun Raghavan
1
-1
/
+5
2011-05-15
sink-input: Add a format-lost event
Arun Raghavan
1
-1
/
+2
2011-05-15
sink-input: Don't restore volume for passthrough streams
Arun Raghavan
1
-0
/
+6
2011-05-15
sink-input: Don't print an error if a passthrough connection fails
Arun Raghavan
1
-1
/
+2
2011-05-06
rtkit: use private bus connection in order to avoid threading issues when inv...
Lennart Poettering
1
-1
/
+2
2011-05-02
core: Factor out passthrough checks into their own functions
Arun Raghavan
3
-15
/
+39
2011-05-02
introspect: Get format of sink input
Arun Raghavan
1
-0
/
+2
2011-05-02
introspect: Get formats for sinks
Arun Raghavan
1
-0
/
+13
2011-05-02
core: Suspend monitor when a sink enters passthrough mode
Arun Raghavan
3
-1
/
+18
2011-05-02
sink: Trivial typo fix in comment
Arun Raghavan
1
-1
/
+1
2011-05-02
core: Fix some FIXMEs for the extended API
Arun Raghavan
1
-4
/
+9
2011-05-02
sink-input: Kill passthrough streams if moving to an unsupported sink
Arun Raghavan
3
-0
/
+33
2011-05-02
sink: Fix leak in pa_sink_check_formats()
Arun Raghavan
1
-1
/
+4
2011-05-02
format: Avoid some code duplication
Arun Raghavan
2
-14
/
+7
2011-05-02
sink-input: Don't assert on bad formats
Arun Raghavan
1
-2
/
+2
2011-05-02
sink-input: Return NOTSUPPORTED if format negotiation fails
Arun Raghavan
1
-1
/
+1
2011-05-02
sink-input: Minor cleanups
Arun Raghavan
1
-5
/
+5
2011-05-02
sink: Remove PASSTHROUGH flag
Arun Raghavan
3
-44
/
+38
2011-05-02
core: Add extended stream API to support compressed formats
Arun Raghavan
7
-37
/
+193
2011-05-02
sink: Extend API for compressed formats support
Arun Raghavan
2
-0
/
+58
2011-05-02
core: Add a pa_format_info structure
Arun Raghavan
2
-1
/
+47
2011-05-02
sink: Trivial typo fix
Arun Raghavan
1
-7
/
+7
2011-05-02
sink-input: Don't resample passthrough inputs
Pierre-Louis Bossart
1
-12
/
+14
2011-04-30
x11: More XCB fixes.
Arnaud Fontaine
1
-13
/
+25
2011-04-28
core: Drop empty gaps in the memblockq when playing data from it.
Antti-Ville Jansson
1
-5
/
+8
2011-04-28
x11: Fix build errors with newest xcb-util.
Maciej Grela
1
-9
/
+17
2011-04-23
protocol-dbus: Fix some memory management bugs.
Tanu Kaskinen
1
-6
/
+6
2011-04-23
thread-posix: Use pthread_(get|set)name_np() if available
Daniel Mack
1
-0
/
+9
2011-04-23
pulsecore:: Define _POSIX_C_SOURCE locally for rtclock on OSX
Daniel Mack
1
-0
/
+4
2011-04-21
memblockq: decode unset chunks as NULL chunks again
Lennart Poettering
3
-1
/
+13
2011-04-18
volume: Get more data from volume tests
Arun Raghavan
4
-57
/
+147
2011-04-18
pa_poll(): Simplify detection of invalid fds in select() emulation mode
Daniel Mack
1
-2
/
+27
2011-04-18
sink-input: Check flat volume with pa_sink_flat_volume_enabled().
Tanu Kaskinen
1
-2
/
+2
2011-03-29
sink-input: Add volume_writable to pa_sink_input.
Tanu Kaskinen
4
-34
/
+14
2011-03-28
alsa-mixer: Get rid of a compiler warning.
Tanu Kaskinen
2
-8
/
+24
2011-03-25
dbus: Do not refcnt the core.
Colin Guthrie
1
-3
/
+1
2011-03-24
Move compile-time checks around pa_run_from_build_tree to core-util
Maarten Bosmans
2
-3
/
+5
2011-03-24
Merge remote-tracking branch 'zonique/osx'
Colin Guthrie
1
-1
/
+37
2011-03-21
osx: add routines for real-time thread scheduling
Daniel Mack
1
-1
/
+37
2011-03-20
Get rid of some warnings: -Wunsafe-loop-optimizations
Maarten Bosmans
1
-1
/
+1
2011-03-20
Get rid of some warnings: -Wunused-result
Maarten Bosmans
2
-4
/
+8
2011-03-20
Merge remote-tracking branch 'mkbosmans/mingw32-build'
Colin Guthrie
14
-214
/
+114
2011-03-19
Fix pa_rtclock_from_wallclock
Maarten Bosmans
1
-10
/
+4
2011-03-19
Use pulsecore/arpa-inet.h to make arpa/inet.h functionality available
Maarten Bosmans
10
-124
/
+59
2011-03-19
Find modules and config files relative to the installed libraries.
Maarten Bosmans
3
-80
/
+51
[next]