summaryrefslogtreecommitdiff
path: root/sys/directsound
Commit message (Expand)AuthorAgeFilesLines
* directsoundsink: Fix sleep for buffer-time lower than 200000Thomas Roos2015-12-211-2/+13
* directsoundsink: Check device property and fail if device can't be foundThomas Roos2015-12-141-1/+8
* directsoundsink: Fix handling of the mute propertyThomas Roos2015-12-141-5/+10
* directsoundsink: Check the return value of GetStatus() too to decide if there...Thomas Roos2015-12-111-8/+13
* directsoundsink: allow specifying audio playback deviceDustin Spicuzza2015-08-172-2/+69
* directsoundsink: fix modulo math with ringbuffer parametersThiago Santos2015-03-061-2/+2
* directsoundsink: WAVEFORMATEX is unsigned for 8 bit integers, and signed for ...Sebastian Dröge2013-08-211-1/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* directsoundsink: Check for a subset instead of non-empty intersection in acce...Sebastian Dröge2013-03-261-2/+3
* directsoundsink: Properly handle the filter caps in get_caps()Sebastian Dröge2013-03-261-13/+15
* directsoundsink: Don't unnecessarily get the parent class in class_initSebastian Dröge2013-03-261-2/+0
* directsound, waveform: fix compilation errors caused by circular includesРуслан Ижбулатов2012-12-122-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-043-6/+6
* directsoundsink: Specify endianness in IEC 61937 payloadingArun Raghavan2012-09-191-1/+1
* directsoundsink: port to the new GLib thread APIMark Nauwelaerts2012-09-112-4/+8
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-2/+2
* directsoundsink: Do not overwrite the DS buffer when testing for AC3 supportXavi Artigas2012-08-061-51/+44
* directsoundsink: Fix query function implementation; more debuggingРуслан Ижбулатов2012-07-041-2/+14
* directsoundsink: Fix spec stuff in directsoundsinkРуслан Ижбулатов2012-07-041-14/+10
* directsoundsink: fix access to invalid pointer in set_volumeAndoni Morales Alastruey2012-07-041-0/+1
* directsoundsink: Fix caps leaksSebastian Dr=C3=B6ge2012-07-041-5/+23
* directsoundsink: fix acceptcaps checkAndoni Morales Alastruey2012-07-041-3/+9
* directsoundsink: use helper function to check for spdif formatsAndoni Morales Alastruey2012-07-041-11/+6
* directsoundsink: add support for DTSAndoni Morales Alastruey2012-07-041-2/+6
* directsoundsink: force 48000 kHz force AC-3 over spdifAndoni Morales Alastruey2012-07-041-1/+1
* directsoundsink: add support for ac-3 over spdifAndoni Morales Alastruey2012-07-041-11/+150
* directsound: No more gstinterfacesРуслан Ижбулатов2012-05-031-1/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* directsoundsink: Fix compilingRaimo Järvi2012-02-071-1/+0
* direcsoundsink: Port element to 0.11Andoni Morales Alastruey2012-01-272-229/+149
* interfaces: clean up the use of iface and class/klassStefan Sauer2011-10-211-2/+3
* directsoundsink: 16-bit audio is signed, 8-bit is unsigned.Philip Jägenstedt2011-07-091-2/+2
* directsoundsink: Add conditionals on WAVE_FORMAT_DOLBY_AC3_SPDIFDavid Schleef2011-04-131-0/+8
* directsound: arrange for definition of _swab on CygwinMark Nauwelaerts2011-02-011-0/+7
* directsoundsink: Plug some memleak and support 22050Hz mono sound.Julien Moutte2010-06-091-3/+12
* sys: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge2010-06-061-5/+3
* directsoundsink: fix redundant function redeclaration compiler warningsTim-Philipp Müller2010-03-271-4/+0
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-271-8/+4
* directsoundsink: Implement SPDIF support for AC3.Julien Moutte2010-03-262-35/+164
* build: Makefile.am cleanupsTim-Philipp Müller2010-03-181-6/+12
* directsoundsink: fix redundant function redeclaration compiler warningsTim-Philipp Müller2010-03-181-4/+0
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+4
* Remove version numbers from a few gst-launch examples.Stefan Kost2009-01-291-2/+2
* Update and add documentation for platform specific plugins (sys).Stefan Kost2009-01-291-16/+7
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* configure.ac: Fix libs for linking directsound.Michael Smith2008-10-011-9/+94
* Make sure to dist everything needed for win32 builds.Jan Schmidt2007-06-141-0/+2
* docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property do...Sébastien Moutte2007-05-232-78/+133