summaryrefslogtreecommitdiffstats
path: root/ext/pulse
Commit message (Expand)AuthorAgeFilesLines
* pulsesink: set some values to their defaultsWim Taymans2009-07-201-2/+2
* pulsesink: don't wait for posted messageWim Taymans2009-07-201-6/+1
* pulsesink: use relative seeksWim Taymans2009-07-201-4/+14
* pulsesink: Emit stream-status leave messageOlivier Crête2009-07-141-0/+30
* pulsesink: Emit stream-status enter messageOlivier Crête2009-07-142-0/+32
* pulsesink: debug the latency update valuesWim Taymans2009-07-141-0/+22
* pulsesink: add 24bit sample formatsWim Taymans2009-07-142-1/+24
* pulsesink: include "1.0=100%" in volume and change upper limitStefan Kost2009-06-301-1/+7
* pulse: some more trivial cleanupsWim Taymans2009-06-291-20/+19
* pulse: trivial cleanupsWim Taymans2009-06-291-13/+2
* pulsesink: clear ringbuffer when asked toWim Taymans2009-06-291-0/+23
* pulseink: don't leak device_descriptionWim Taymans2009-06-191-12/+20
* pulsesink: ref custom ring buffer class and type in class_initTim-Philipp Müller2009-06-151-0/+4
* pulsesink: handle border cases in resamplerWim Taymans2009-06-111-2/+5
* pulsesink: only notify if all checks passedStefan Kost2009-06-041-4/+3
* pulsesink: check pointer before accessingStefan Kost2009-06-031-3/+3
* pulsesink: rename gst_pulse_sink_get_time to gst_pulsesink_get_timeStefan Kost2009-06-031-2/+2
* pulsesink: use values from pa_stream_get_buffer_attr()Stefan Kost2009-06-031-4/+6
* pulsesink: Convert an erroneous assertionJan Schmidt2009-05-211-3/+5
* pulse: Print a warning on under/overflowsOlivier Crête2009-05-211-0/+31
* pulsesink: make sure we always signal waitersWim Taymans2009-04-301-9/+15
* Remove unused variables in _class_initEdward Hervey2009-04-181-2/+0
* pulsesink: fix sample offset calculation againWim Taymans2009-04-161-2/+3
* pulsesink: handle NULL timing infoWim Taymans2009-04-101-11/+15
* pulse: make it work on 0.9.12Stefan Kost2009-04-102-12/+22
* pulsesink: handle server disconnect in get_timeWim Taymans2009-04-101-0/+11
* pulsesink: bps is signed int to avoid overflowWim Taymans2009-04-101-2/+1
* pulsesink: check for a streamWim Taymans2009-04-091-19/+8
* pulsesink: fix compilation for newer pulseaudioWim Taymans2009-04-091-2/+2
* pulsesink: uncork fixes and use prebuf = 0Wim Taymans2009-04-091-77/+69
* pulsesink: handle write errorsWim Taymans2009-04-091-3/+14
* pulsesink: write silence on underflowWim Taymans2009-04-091-0/+38
* pulsesink: handle pull-based schedulingWim Taymans2009-04-091-118/+11
* pulsesink: add beginnings of pull-based schedulingWim Taymans2009-04-091-19/+116
* pulsesink: keep track of clock resetWim Taymans2009-04-091-41/+63
* pulsesink: rewrite pulsesinkWim Taymans2009-04-092-770/+1269
* pulse: remove some stray debug linesWim Taymans2009-04-091-8/+0
* pulsesink: clean up the state change functionWim Taymans2009-03-231-10/+12
* pulsesink: Track the corked/uncorked state ourselvesJan Schmidt2009-03-202-1/+5
* pulse: Make sure the stream is uncorked in the write functionJan Schmidt2009-03-201-4/+23
* pulsesink: Wait until there is enough room to write an entire segmentJan Schmidt2009-03-131-1/+1
* pulsemixer: Don't use g_atomic_int_(get|set) for accessing the mixer track flagsSebastian Dröge2009-02-221-9/+12
* pulsemixer: Fix compiler warnings.Mark Nauwelaerts2009-02-131-6/+6
* pulsesink: Issue property change notification in streaming thread,Mark Nauwelaerts2009-02-132-6/+9
* Fix compile error in the last commitJan Schmidt2009-01-281-0/+2
* Rewrite the pulse plugin, conditionally enabling new behaviour withJan Schmidt2009-01-288-276/+855
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-283-28/+14
* ext/pulse/pulseprobe.c: Fix refcount loop, resulting in a thread leak. Fixes ...Lennart Poettering2009-01-141-3/+1
* ext/pulse/pulsesink.*: Use a mutex to protect the current stream pointer, and...Jan Schmidt2009-01-072-5/+34
* ext/pulse/pulsesink.c: Don't wait for the pulse mainloop when destroying the ...Sebastian Dröge2009-01-051-7/+4