summaryrefslogtreecommitdiff
path: root/sys/directsound
Commit message (Expand)AuthorAgeFilesLines
* Remove autotools build systemTim-Philipp Müller2019-10-141-21/+0
* doc: Port documentation to hotdocThibault Saunier2019-05-131-0/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-3/+3
* meson: Add build files for osxaudio, osxvideo, waveformNirbheek Chauhan2018-08-171-6/+8
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-1/+11
* Meson: Generate pc file for all plugins in goodXavier Claessens2018-04-251-0/+1
* meson: Add deviceprovider changes to directsoundsinkNirbheek Chauhan2018-03-101-1/+9
* directsoundsink: Downgrade rank to match directsoundsrc in -badNirbheek Chauhan2018-03-011-1/+1
* directsoundsink: Add missing \ in multi-line #defineSebastian Dröge2018-01-251-9/+9
* directsoundsink: Add support for a DeviceProviderSebastian Dröge2018-01-256-15/+365
* directsoundsink: simplify how DirecSoundBuffer is clearedPhilippe Renon2017-10-121-1/+1
* directsoundsink: fix commentPhilippe Renon2017-10-121-1/+1
* directsoundsink: don't call set_volume with private scaled volumePhilippe Renon2017-10-121-1/+2
* directsoundsink: remove duplicate volume initializationPhilippe Renon2017-10-121-1/+0
* directsound: Fix .c file name in MakefileNicolas Dufresne2017-07-201-1/+1
* directsound: Fix DLL name to match plugin nameNicolas Dufresne2017-07-202-8/+8
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* directsoundsink: Use GstClock API instead of Sleep() for waitingDustin Spicuzza2017-05-082-5/+53
* directsoundsink: Fix corner case causing large CPU usageNirbheek Chauhan2017-05-081-16/+23
* directsoundsink: Clean up some debug loggingNirbheek Chauhan2017-05-081-14/+11
* meson: directsound: Add ole32 library dependencyScott D Phillips2016-10-211-1/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+16
* directsound: port away from old DirectX APINirbheek Chauhan2016-08-182-11/+52
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+2
* dirctsoundsink: Setting volume should not unmuteThomas Roos2016-03-081-2/+2
* dirctsoundsink: Fix volume reset on unmuteThomas Roos2016-03-081-1/+2
* 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