summaryrefslogtreecommitdiff
path: root/sys/directsound
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore...Tim-Philipp Müller2007-05-151-2/+2
* update copyright statementsChristian Schaller2007-02-273-0/+18
* sys/directsound/gstdirectsoundsink.*: Remove include of unused headers.Sébastien Moutte2007-02-202-17/+1
* sys/directdraw/: Prepare the plugin to move to good:Sébastien Moutte2007-02-183-66/+89
* Add directsoundsink to build and dist it, so it gets built when compiling wit...Vincent Torri2007-01-042-1/+10
* sys/: Wait until the window is created before using it; guard unistd.h includ...Sergey Scobich2006-11-011-0/+2
* sys/directsound/gstdirectsoundsink.*: Add an attenuation property that will d...Sébastien Moutte2006-07-242-30/+137
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-5/+5
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* sys/: sinks are now using GST_RANK_PRIMARY to be used with autodectectionSébastien Moutte2006-03-032-4/+3
* added sys/directdraw added sys/directsound added win32/vs6/gst_plugins_bad.ds...Sébastien Moutte2006-01-053-0/+532