summaryrefslogtreecommitdiff
path: root/sys/directsound
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-3/+13
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-03-10meson: Add deviceprovider changes to directsoundsrcNirbheek Chauhan1-1/+10
2018-03-01wasapi: Increase rank to prefer over directsoundsrcNirbheek Chauhan1-1/+1
2018-01-25directsoundsrc: Add missing \ in multi-line #defineSebastian Dröge1-3/+3
2018-01-25directsoundsrc: Add support for a DeviceProviderSebastian Dröge6-9/+362
2018-01-22directsoundsrc: Don't dynamically load one DirectSound symbol at runtimeSebastian Dröge2-41/+1
2017-08-16sys: Convert source files to UTF-8Jan Alexander Steffens (heftig)1-1/+1
2017-07-11directsoundsrc: Properly pass pLockedBuffer by reference when calling IDirect...Philippe Renon1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-12directsoundsrc: Use a GstClockID to wait instead of Sleep()Nirbheek Chauhan2-12/+47
2017-05-08directsoundsrc: Use latency-time and buffer-time settingsNirbheek Chauhan2-49/+94
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2017-04-12Revert "directsoundsrc: Correctly calculate segsize and segtotal"Sebastian Dröge2-15/+19
2017-04-06directsoundsrc: Correctly calculate segsize and segtotalSebastian Dröge2-19/+15
2016-10-31directsoundsrc: Correctly cast mixer to uintptrArtem Martynovich1-1/+1
2016-10-21meson: directsound: Add ole32 library dependencyScott D Phillips1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+16
2016-05-03directsoundsrc: Convert Windows strings to UTF8 before comparing against UTF8...Sebastian Dröge1-2/+17
2016-04-03directsoundsrc: add missing -lole32Kouhei Sutou1-1/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+2
2015-12-18directsoundsrc: add device property as it is done in directsoundsinkThomas Roos2-8/+85
2015-12-18directsoundsrc: Convert header from (some) DOS line endings to UNIXSebastian Dröge1-111/+111
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-12-11directsoundsrc: Check return values of DirectSound functions in read loopThomas Roos1-1/+13
2015-09-09directsoundsrc: fix build error for 64bit Windows build by MinGWKouhei Sutou1-1/+1
2015-03-31directsoundsrc: Implement volume and muteVictor Toso3-3/+276
2014-08-10directsoundsrc: Avoid leaking copy of caps objectSebastian Rasmussen1-2/+1
2014-04-08directsoundsrc: Fix critical due to missing debug category initializationXavi Artigas1-3/+3
2013-08-22directsoundsrc: Remove unused variableSebastian Dröge1-19/+16
2013-08-22directsoundsrc: Add 'device-name' property for selecting a audio deviceKishore Arepalli2-26/+74
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-3/+3
2012-12-12directsound: fix compilation errors caused by circular includesРуслан Ижбулатов2-6/+8
2012-11-21windows: Put the DirectX LDFLAGS in the correct place and reorder librariesSebastian Dröge1-3/+3
2012-11-04Fix FSF addressTim-Philipp Müller3-6/+6
2012-10-26directsoundsrc: Fix a number of warnings/errors in directsoundsrcРуслан Ижбулатов3-14/+9
2012-10-17directsoundsrc: Fix compiler warningRaimo Järvi1-2/+3
2012-10-17directsoundsrc: port to 1.0Raimo Järvi1-127/+78
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-2/+2
2012-07-03directsoundsrc: Chain up to the parent class' finalize implementationSebastian Dröge1-5/+7
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2010-05-01Fix warnings in directdrawsink and directsoundsrcРуслан Ижбулатов1-3/+3
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-10-27Remove executable bits from non-executable files.Michael Smith1-0/+0
2009-08-26directdraw, directsound: unify CFLAGS and fix configure checks for DirectX-ba...Руслан Ижбулатов2-20/+12
2009-08-10directsoundsrc: LF and indentJulien Isorce1-544/+635
2009-07-29directsoundsrc: Add DirectSound source pluginJoni Valtanen4-0/+760
2007-06-08Remove DirectDraw & DirectSound plugins, as they've moved to GoodJan Schmidt4-729/+0
2007-05-23docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property do...Sébastien Moutte2-78/+133