summaryrefslogtreecommitdiff
path: root/sys/directsound
AgeCommit message (Expand)AuthorFilesLines
2019-10-14Remove autotools build systemTim-Philipp Müller1-21/+0
2019-05-13doc: Port documentation to hotdocThibault Saunier1-0/+1
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2018-08-17meson: Add build files for osxaudio, osxvideo, waveformNirbheek Chauhan1-6/+8
2018-07-27meson: Add feature options for all pluginsNirbheek Chauhan1-1/+11
2018-04-25Meson: Generate pc file for all plugins in goodXavier Claessens1-0/+1
2018-03-10meson: Add deviceprovider changes to directsoundsinkNirbheek Chauhan1-1/+9
2018-03-01directsoundsink: Downgrade rank to match directsoundsrc in -badNirbheek Chauhan1-1/+1
2018-01-25directsoundsink: Add missing \ in multi-line #defineSebastian Dröge1-9/+9
2018-01-25directsoundsink: Add support for a DeviceProviderSebastian Dröge6-15/+365
2017-10-12directsoundsink: simplify how DirecSoundBuffer is clearedPhilippe Renon1-1/+1
2017-10-12directsoundsink: fix commentPhilippe Renon1-1/+1
2017-10-12directsoundsink: don't call set_volume with private scaled volumePhilippe Renon1-1/+2
2017-10-12directsoundsink: remove duplicate volume initializationPhilippe Renon1-1/+0
2017-07-20directsound: Fix .c file name in MakefileNicolas Dufresne1-1/+1
2017-07-20directsound: Fix DLL name to match plugin nameNicolas Dufresne2-8/+8
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-08directsoundsink: Use GstClock API instead of Sleep() for waitingDustin Spicuzza2-5/+53
2017-05-08directsoundsink: Fix corner case causing large CPU usageNirbheek Chauhan1-16/+23
2017-05-08directsoundsink: Clean up some debug loggingNirbheek Chauhan1-14/+11
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-08-18directsound: port away from old DirectX APINirbheek Chauhan2-11/+52
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+2
2016-03-08dirctsoundsink: Setting volume should not unmuteThomas Roos1-2/+2
2016-03-08dirctsoundsink: Fix volume reset on unmuteThomas Roos1-1/+2
2015-12-21directsoundsink: Fix sleep for buffer-time lower than 200000Thomas Roos1-2/+13
2015-12-14directsoundsink: Check device property and fail if device can't be foundThomas Roos1-1/+8
2015-12-14directsoundsink: Fix handling of the mute propertyThomas Roos1-5/+10
2015-12-11directsoundsink: Check the return value of GetStatus() too to decide if there...Thomas Roos1-8/+13
2015-08-17directsoundsink: allow specifying audio playback deviceDustin Spicuzza2-2/+69
2015-03-06directsoundsink: fix modulo math with ringbuffer parametersThiago Santos1-2/+2
2013-08-21directsoundsink: WAVEFORMATEX is unsigned for 8 bit integers, and signed for ...Sebastian Dröge1-1/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-26directsoundsink: Check for a subset instead of non-empty intersection in acce...Sebastian Dröge1-2/+3
2013-03-26directsoundsink: Properly handle the filter caps in get_caps()Sebastian Dröge1-13/+15
2013-03-26directsoundsink: Don't unnecessarily get the parent class in class_initSebastian Dröge1-2/+0
2012-12-12directsound, waveform: fix compilation errors caused by circular includesРуслан Ижбулатов2-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller3-6/+6
2012-09-19directsoundsink: Specify endianness in IEC 61937 payloadingArun Raghavan1-1/+1
2012-09-11directsoundsink: port to the new GLib thread APIMark Nauwelaerts2-4/+8
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-2/+2
2012-08-06directsoundsink: Do not overwrite the DS buffer when testing for AC3 supportXavi Artigas1-51/+44
2012-07-04directsoundsink: Fix query function implementation; more debuggingРуслан Ижбулатов1-2/+14
2012-07-04directsoundsink: Fix spec stuff in directsoundsinkРуслан Ижбулатов1-14/+10
2012-07-04directsoundsink: fix access to invalid pointer in set_volumeAndoni Morales Alastruey1-0/+1
2012-07-04directsoundsink: Fix caps leaksSebastian Dr=C3=B6ge1-5/+23
2012-07-04directsoundsink: fix acceptcaps checkAndoni Morales Alastruey1-3/+9
2012-07-04directsoundsink: use helper function to check for spdif formatsAndoni Morales Alastruey1-11/+6
2012-07-04directsoundsink: add support for DTSAndoni Morales Alastruey1-2/+6