various: fix pad template leaks
[platform/upstream/gstreamer.git] / ext / pulse / pulsesink.c
2011-11-28 Vincent Penquerc'hvarious: fix pad template leaks
2011-11-11 Mark Nauwelaertspulsesink: do not leak clientname when setting up property
2011-10-18 Wim Taymanspulsesink: only use is_pcm for 1.0 of pulseaudio
2011-10-18 Wim Taymanspulsesink: only disable trickmodes for !pcm
2011-09-19 Arun Raghavanpulse: New pulseaudiosink element to handle format...
2011-08-23 Arun Raghavanpulsesink: Trivial indentation fix
2011-08-19 David Henningssonpulsesink: Allow writes in bigger chunks
2011-07-29 Tim-Philipp Müllerpulsesink: fix variable-set-but-not-used compiler warni...
2011-07-28 Arun Raghavanpulsesink: Add support for compressed formats
2011-07-28 Arun Raghavanpulsesink: Use the extended stream API if available
2011-07-05 René Stadlerpulsesink: prevent race condition causing ref leak
2011-07-05 René Stadlerpulsesink: small cleanup of copy-paste code
2011-07-05 René Stadlerpulsesink: remove unused member variable and misleading...
2011-06-21 Arun Raghavanpulse: Drop support for PA versions before 0.9.16
2011-04-16 Tim-Philipp Müllerpulse, speexenc, rtpgsmpay: don't use g_assert() for...
2011-04-16 Robert Swainjpegenc: pulsesink: raw1394: Address unused but set...
2011-04-08 Sebastian DrögeRevert "Pulsesink: Allow chunks up to bufsize instead...
2011-04-04 Arun Raghavanpulsesink: Always call pa_stream_new_with_proplist()
2011-03-31 Mark Nauwelaertspulsesink: also uncork during EOS waiting (and after...
2011-03-11 Philip Jägenstedtpulsesink: Better fix for deadlock on failed connect
2011-03-11 Arun Raghavanpulsesink: Fix deadlock if connecting to PA fails
2011-03-11 Tim-Philipp Müllerdocs: fix pulsesink gtk-doc markup
2011-03-08 Tim-Philipp MüllerMerge ad-hoc release branch '0.10.28'
2011-03-04 Stefan Kostpulsesink: add a doc example for setting stream-properties
2011-03-04 Stefan Kostpulsesink: fix the xml in the docs
2011-02-28 Philip Jägenstedtpulsesink: release pa_shared_resource_mutex before...
2011-02-28 Philip Jägenstedtpulsesink: s/ressource/resource/
2011-01-31 David HenningssonPulsesink: Allow chunks up to bufsize instead of segsize
2011-01-17 Arun Raghavanpulsesink: Uncork stream while flushing the ringbuffer
2011-01-11 Arun Raghavanpulsesink: Make corking during pause synchronous
2010-12-16 Mark Nauwelaertspulsesink: flush remaining buffered samples on EOS
2010-12-07 Wim Taymanspulsesink: don't uncork in _start
2010-09-22 Wim Taymanspulse: fix device_description in READY
2010-09-14 Stefan Kostpulsesink: move the shared mainloop from class to stati...
2010-09-13 Stefan Kostpulsesink: rework context sharing
2010-09-08 Stefan Kostpulsesink: remove unused code
2010-09-08 Stefan Kostpulsesink: fixup last commit
2010-09-08 Stefan Kostpulsesink: code cleanups
2010-09-07 Wim Taymanspulsesink: simplify clock provide code
2010-09-07 Stefan Kostpulsesink: move the context table init to _get_type...
2010-09-07 Stefan Kostpulse: allow setting stream properties
2010-09-06 Stefan Kostpulsesink: don't free the context multiple times
2010-09-06 Stefan Kostpulsesink: add since docs for new property.
2010-09-04 Sebastian Drögepulsesink: Fail gracefully if no threaded PA mainloop...
2010-09-04 Sebastian Drögepulsesink: Only include the server name in the context...
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
next