pulsesink: Add "client" property to set the PA client name
[platform/upstream/gst-plugins-good.git] / ext / pulse / pulsesink.c
2010-09-04 Philippe Normandpulsesink: Add "client" property to set the PA client...
2010-09-04 Sebastian Drögepulsesink: Free the clock on state change failures too
2010-09-04 Sebastian Drögepulsesink: Free the GstPulseContext after usage
2010-09-04 Philippe Normandpulsesink: share the PA context between all clients...
2010-09-04 Philippe Normandpulsesink: clear the PA mainloop if baseaudiosink faile...
2010-08-08 Tim-Philipp Müllerpulse: fix printf format in some debugging messages
2010-08-04 Philippe Normandpulsesink: use G_TYPE_DEFINE to define ring buffer...
2010-08-04 Sebastian Drögepulsesink: Post CLOCK-LOST/CLOCK-PROVIDE when going...
2010-07-26 Tim-Philipp Müllerpulsesink: correctly check what version of gst-plugins...
2010-07-16 Sebastian Drögepulsesink: Only use gst_audio_clock_new() when compilin...
2010-07-16 Sebastian Drögepulsesink: Post clock-provide/clock-lost when going...
2010-06-09 Sebastian Drögepulsesink: Don't request more shared memory than needed
2010-06-09 Sebastian Drögepulsesink: Flush shm buffer immediately if it's full
2010-06-09 Sebastian Drögepulsesink: Fix writing of buffers larger than segsize
2010-06-09 Sebastian Drögepulsesink: Fix playback if PA doesn't give us a large...
2010-06-06 Tim-Philipp Müllerpulse: log message printf format fixes
2010-06-06 Sebastian Drögeext: Don't use GST_DEBUG_FUNCPTR for GObject vfuncs
2010-06-03 Sebastian DrögeRevert "pulsesink: Add comments to remove the provide...
2010-06-03 Sebastian Drögepulsesink: Add comments to remove the provide-clock...
2010-06-02 Pierre-Louis Bossartpulsesink: optimize communication with PulseAudio using...
2010-06-02 Sebastian Drögepulsesink: Post provide-clock message on the bus if...
2010-05-17 Sebastian Drögepulse: Don't lock the mainloop in NULL
2010-05-06 Sebastian Drögepulsesink: Allocate and free the custom clock in NULL...
2010-05-06 Sebastian Drögepulsesink: Create and free the PA mainloop in NULL...
2010-04-06 Stefan Kostpulsesink: fix racy shutdown
2010-03-18 Mark Nauwelaertspulse: use #ifdef rather than #if conditionals
2010-02-22 Philippe Normandpulsesink: gst_pulsesink_get_mute: set result earlier.
2010-02-15 Tim-Philipp Müllerpulsesink: add comment for translators for 'x by y...
2010-02-12 Wim Taymanspulsesink: avoid segfault when shutting down
2009-11-18 Wim Taymanspulsesink: use acquired flag when checking valid state
2009-11-18 Wim Taymanspulsesink: implement some more callbacks
2009-11-05 Tim-Philipp Müllerpulsesink: printf format fix
2009-10-30 Sebastian Drögepulsesink: Only set the volume on stream connection...
2009-10-19 Bastien NoceraFix the StreamVolume interface not being advertised
2009-10-18 Lennart Poetteringpulse: never apply volume more than once
2009-10-17 Lennart Poetteringpulse: use 'performer' as a fallback for 'artist' tag
2009-10-17 Lennart Poetteringpulse: when constructing a stream title from tag data...
2009-10-17 Lennart Poetteringpulse: make a few things smaller by making them bitfields
2009-10-14 René Stadlerpulsesink: set desired minreq value to segsize/latency...
2009-10-02 René Stadlerpulse: rename pa_buffer_attr variables
2009-09-15 David Henningssonpulsesink: Don't dereference NULL pointers
2009-09-14 Wim Taymanspulsesink: handle stream events
2009-09-11 Sebastian Drögepulsesink: Implement GstStreamVolume interface
2009-09-11 Sebastian Drögepulsesink: Implement mute property
2009-09-09 Wim Taymanspulsesink: remove ringbuffer reset compensation
2009-09-02 Stefan Kostpulsesink: also guard reseting subscribe callback with...
2009-08-25 Wim Taymanspulsesink: don't use relative seeks
2009-08-02 Tim-Philipp Müllerpulsesink: don't do logic within g_assert() statements
2009-07-29 Wim Taymanspulse: conditionally compile newer stuff
2009-07-27 Wim Taymanspulsesink: avoid using ivalid stream indexes
2009-07-23 Colin Guthriepulsesink: Fix a couple error messages that mentioned...
2009-07-20 Wim Taymanspulsesink: set some values to their defaults
2009-07-20 Wim Taymanspulsesink: don't wait for posted message
2009-07-20 Wim Taymanspulsesink: use relative seeks
2009-07-14 Olivier Crêtepulsesink: Emit stream-status leave message
2009-07-14 Olivier Crêtepulsesink: Emit stream-status enter message
2009-07-14 Wim Taymanspulsesink: debug the latency update values
2009-07-14 Wim Taymanspulsesink: add 24bit sample formats
2009-06-30 Stefan Kostpulsesink: include "1.0=100%" in volume and change...
2009-06-29 Wim Taymanspulsesink: clear ringbuffer when asked to
2009-06-19 Wim Taymanspulseink: don't leak device_description
2009-06-15 Tim-Philipp Müllerpulsesink: ref custom ring buffer class and type in...
2009-06-11 Wim Taymanspulsesink: handle border cases in resampler
2009-06-04 Stefan Kostpulsesink: only notify if all checks passed
2009-06-03 Stefan Kostpulsesink: check pointer before accessing
2009-06-03 Stefan Kostpulsesink: rename gst_pulse_sink_get_time to gst_pulses...
2009-06-03 Stefan Kostpulsesink: use values from pa_stream_get_buffer_attr()
2009-05-21 Jan Schmidtpulsesink: Convert an erroneous assertion
2009-05-21 Olivier Crêtepulse: Print a warning on under/overflows
2009-04-30 Wim Taymanspulsesink: make sure we always signal waiters
2009-04-18 Edward HerveyRemove unused variables in _class_init
2009-04-16 Wim Taymanspulsesink: fix sample offset calculation again
2009-04-10 Wim Taymanspulsesink: handle NULL timing info
2009-04-10 Stefan Kostpulse: make it work on 0.9.12
2009-04-10 Wim Taymanspulsesink: handle server disconnect in get_time
2009-04-10 Wim Taymanspulsesink: bps is signed int to avoid overflow
2009-04-09 Wim Taymanspulsesink: check for a stream
2009-04-09 Wim Taymanspulsesink: fix compilation for newer pulseaudio
2009-04-09 Wim Taymanspulsesink: uncork fixes and use prebuf = 0
2009-04-09 Wim Taymanspulsesink: handle write errors
2009-04-09 Wim Taymanspulsesink: write silence on underflow
2009-04-09 Wim Taymanspulsesink: handle pull-based scheduling
2009-04-09 Wim Taymanspulsesink: add beginnings of pull-based scheduling
2009-04-09 Wim Taymanspulsesink: keep track of clock reset
2009-04-09 Wim Taymanspulsesink: rewrite pulsesink
2009-03-23 Wim Taymanspulsesink: clean up the state change function
2009-03-20 Jan Schmidtpulsesink: Track the corked/uncorked state ourselves
2009-03-20 Jan Schmidtpulse: Make sure the stream is uncorked in the write...
2009-03-13 Jan Schmidtpulsesink: Wait until there is enough room to write...
2009-02-13 Mark Nauwelaertspulsesink: Issue property change notification in stream...
2009-01-28 Jan SchmidtFix compile error in the last commit
2009-01-28 Jan SchmidtRewrite the pulse plugin, conditionally enabling new...
2009-01-28 Stefan KostUpdate and add documentation for plugins with deps...
2009-01-07 Jan Schmidtext/pulse/pulsesink.*: Use a mutex to protect the curre...
2009-01-05 Sebastian Drögeext/pulse/pulsesink.c: Don't wait for the pulse mainloo...
2008-11-23 Stefan Kostext/pulse/pulsesink.c: Change #if 0 to something more...
2008-10-03 Wim Taymansext/pulse/: Return -1 instead of 0 in error cases....
2008-09-27 Jan Schmidtext/pulse/pulsesink.c: Fix problems with pulsesink...
2008-08-20 Sebastian Drögeext/pulse/: Use GST_BOILERPLATE everywhere and fix...
2008-08-18 Sebastian Drögeext/pulse/: The bytes_per_sample and silence_sample...
next