Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-18directsound: port away from old DirectX APINirbheek Chauhan
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM
2016-03-08dirctsoundsink: Setting volume should not unmuteThomas Roos
2016-03-08dirctsoundsink: Fix volume reset on unmuteThomas Roos
2015-12-21directsoundsink: Fix sleep for buffer-time lower than 200000Thomas Roos
2015-12-14directsoundsink: Check device property and fail if device can't be foundThomas Roos
2015-12-14directsoundsink: Fix handling of the mute propertyThomas Roos
2015-12-11directsoundsink: Check the return value of GetStatus() too to decide if there...Thomas Roos
2015-08-17directsoundsink: allow specifying audio playback deviceDustin Spicuzza
2015-03-06directsoundsink: fix modulo math with ringbuffer parametersThiago Santos
2013-08-21directsoundsink: WAVEFORMATEX is unsigned for 8 bit integers, and signed for ...Sebastian Dröge
2013-03-26directsoundsink: Check for a subset instead of non-empty intersection in acce...Sebastian Dröge
2013-03-26directsoundsink: Properly handle the filter caps in get_caps()Sebastian Dröge
2013-03-26directsoundsink: Don't unnecessarily get the parent class in class_initSebastian Dröge
2012-12-13directsound, waveform: fix compilation errors caused by circular includesРуслан Ижбулатов
2012-11-04Fix FSF addressTim-Philipp Müller
2012-09-19directsoundsink: Specify endianness in IEC 61937 payloadingArun Raghavan
2012-09-11directsoundsink: port to the new GLib thread APIMark Nauwelaerts
2012-08-28docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller
2012-08-06directsoundsink: Do not overwrite the DS buffer when testing for AC3 supportXavi Artigas
2012-07-04directsoundsink: Fix query function implementation; more debuggingРуслан Ижбулатов
2012-07-04directsoundsink: Fix spec stuff in directsoundsinkРуслан Ижбулатов
2012-07-04directsoundsink: fix access to invalid pointer in set_volumeAndoni Morales Alastruey
2012-07-04directsoundsink: Fix caps leaksSebastian Dr=C3=B6ge
2012-07-04directsoundsink: fix acceptcaps checkAndoni Morales Alastruey
2012-07-04directsoundsink: use helper function to check for spdif formatsAndoni Morales Alastruey
2012-07-04directsoundsink: add support for DTSAndoni Morales Alastruey
2012-07-04directsoundsink: force 48000 kHz force AC-3 over spdifAndoni Morales Alastruey
2012-07-04directsoundsink: add support for ac-3 over spdifAndoni Morales Alastruey
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller
2012-01-27direcsoundsink: Port element to 0.11Andoni Morales Alastruey
2011-10-21interfaces: clean up the use of iface and class/klassStefan Sauer
2011-07-10directsoundsink: 16-bit audio is signed, 8-bit is unsigned.Philip Jägenstedt
2011-04-14directsoundsink: Add conditionals on WAVE_FORMAT_DOLBY_AC3_SPDIFDavid Schleef
2011-02-01directsound: arrange for definition of _swab on CygwinMark Nauwelaerts
2010-06-09directsoundsink: Plug some memleak and support 22050Hz mono sound.Julien Moutte
2010-06-06sys: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge
2010-03-27directsoundsink: fix redundant function redeclaration compiler warningsTim-Philipp Müller
2010-03-27gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte
2010-03-27directsoundsink: Implement SPDIF support for AC3.Julien Moutte
2010-03-18directsoundsink: fix redundant function redeclaration compiler warningsTim-Philipp Müller
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte
2009-01-29Remove version numbers from a few gst-launch examples.Stefan Kost
2009-01-29Update and add documentation for platform specific plugins (sys).Stefan Kost
2008-10-02configure.ac: Fix libs for linking directsound.Michael Smith
2007-05-24docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property do...Sébastien Moutte
2007-02-27update copyright statementsChristian Schaller
2007-02-21sys/directsound/gstdirectsoundsink.*: Remove include of unused headers.Sébastien Moutte
2007-02-18sys/directdraw/: Prepare the plugin to move to good:Sébastien Moutte
2007-01-04Add directsoundsink to build and dist it, so it gets built when compiling wit...Vincent Torri