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
/
pulse
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-25
client API: Document buffer_attr.maxlength
David Henningsson
1
-1
/
+7
2013-03-25
stream: Make it easier to enable debug output
Arun Raghavan
1
-6
/
+20
2013-03-13
pulse: Document the operation state behavior on context disconnection.
Tanu Kaskinen
2
-5
/
+14
2013-02-22
format: Add #defines for enum values
Tanu Kaskinen
1
-0
/
+21
2013-02-18
core: Internally deprecate pa_port_available_t to use pa_available_t
Mikel Astiz
1
-0
/
+2
2013-02-16
add support for MPEG-2 AAC pass-through
Akihiro Tsukada
2
-0
/
+4
2013-02-16
hashmap: Add pa_hashmap_remove_all()
Tanu Kaskinen
1
-3
/
+1
2013-02-16
idxset: Use pa_free_cb_t instead of pa_free2_cb_t
Tanu Kaskinen
2
-6
/
+0
2013-02-16
hashmap: Use pa_free_cb_t instead of pa_free2_cb_t
Tanu Kaskinen
2
-4
/
+3
2013-02-04
simple: Handle holes in recording streams.
Tanu Kaskinen
1
-1
/
+6
2013-01-13
pulse: Initialize pa_operation objects to all-zero.
Tanu Kaskinen
1
-1
/
+2
2013-01-12
pulse: Add pa_operation_set_state_callback() API
Paul Meng
3
-0
/
+29
2013-01-04
pulse: Fix endianness definition on Sparc.
Tanu Kaskinen
1
-0
/
+7
2012-12-19
mainloop-signal: Explicitly ignore pa_write() return value.
Tanu Kaskinen
1
-1
/
+2
2012-12-19
mainloop: Check pa_write() return value.
Tanu Kaskinen
1
-1
/
+4
2012-12-19
mainloop: Remove redundant wakeup_pipe validity checks.
Tanu Kaskinen
1
-14
/
+7
2012-11-15
mainloop: Don't care about the mainloop state variable when waking up the mai...
Tanu Kaskinen
1
-1
/
+1
2012-11-15
mainloop: Change wakeup_requested type from pa_bool_t to pa_atomic_t.
Tanu Kaskinen
1
-4
/
+3
2012-11-08
pulse: Fix hole handling in pa_stream_peek().
Tanu Kaskinen
2
-9
/
+31
2012-11-08
introspect: Minor documentation fix
Arun Raghavan
1
-4
/
+4
2012-10-30
core: Proper poll() emulation to fix pacat and friends on Windows
Thomas Martitz
1
-18
/
+0
2012-10-24
pulse: Fix for volume documentation
Flavio Ceolin
1
-1
/
+1
2012-10-23
gccmacro: Disable printf-like format checking on mingw32 compilers.
Thomas Martitz
1
-1
/
+8
2012-09-21
stream: Allow record streams to start muted
Arun Raghavan
1
-1
/
+0
2012-06-30
introspect: Add functions to handle the latency offset.
poljar (Damir Jelic)
2
-5
/
+39
2012-06-29
conf-parser: Add support for parsing property lists.
Tanu Kaskinen
1
-1
/
+1
2012-06-29
proplist: Change proplist_name_valid() to be public function pa_proplist_key_...
Tanu Kaskinen
2
-14
/
+17
2012-06-29
pulse: Use more intuitive indexing with port infos in introspect.c.
Tanu Kaskinen
1
-14
/
+14
2012-06-28
glib: Stop using g_source_get_current_time()
Arun Raghavan
1
-3
/
+3
2012-05-15
auth: move cookie file to ~/.config/pulse/cookie
Lennart Poettering
1
-6
/
+18
2012-05-15
context: get rid of really old runtime dir logic, i.e. break compat with >4y-...
Lennart Poettering
1
-70
/
+0
2012-05-15
build-sys: readd stub makefiles to subdirectories to make building with emacs...
Lennart Poettering
1
-0
/
+1
2012-05-15
proplist: document new meaning of the session ID
Lennart Poettering
1
-1
/
+1
2012-04-17
pulse: Fix warning in introspect.h; minor rewording and punctuation.
Peter Meerwald
1
-50
/
+50
2012-04-17
pulse: Clarify proplist doxygen documentation.
Peter Meerwald
1
-3
/
+3
2012-03-28
libpulse: Cope with systems not implementing SA_NOCLDWAIT
Pino Toscano
1
-0
/
+4
2012-03-28
stream: Fix sample spec initialisation for extended API
Arun Raghavan
1
-1
/
+1
2012-03-11
introspect: Expose port info per card to clients
David Henningsson
3
-6
/
+134
2012-03-09
proplist: Match pa_proplist_copy argument name between header and implementat...
Tanu Kaskinen
1
-6
/
+6
2012-03-09
proplist: Constify the pa_proplist_copy and _update input pointers.
Tanu Kaskinen
2
-4
/
+6
2012-03-05
format: Allow format->sample spec conversion for compressed formats
Arun Raghavan
3
-24
/
+30
2012-03-05
format: Add API to query a property's type
Arun Raghavan
2
-0
/
+98
2012-03-05
format: Trivial reorganisation
Arun Raghavan
1
-20
/
+20
2012-03-05
format: Add more property getters
Arun Raghavan
2
-0
/
+151
2012-03-05
format: Expose pa_format_info<->pa_sample_spec conversion functions
Arun Raghavan
3
-10
/
+15
2012-03-05
format: Don't assert on errors in getters
Arun Raghavan
1
-3
/
+10
2012-03-05
format: Export pa_format_info int and string property getters
Arun Raghavan
3
-17
/
+21
2012-02-19
pulse: Fix old bug in stream_free
Maarten Lankhorst
1
-2
/
+3
2012-02-07
format: Add "since 1.0" documentation tags where they were missing
Arun Raghavan
1
-16
/
+16
2012-01-28
fix the ever-popular 'the the' typo
Peter Meerwald
2
-2
/
+2
[next]