summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2018-03-18wasapi: try to satisfy both mingw and msvcTim-Philipp Müller2-0/+3
2018-03-18kmssink: Add Amlogic upstreamer DRM driver supportNicolas Dufresne1-1/+1
2018-03-17wasapi: fix indentationTim-Philipp Müller1-2/+3
2018-03-17wasapi: fix unresolved symbol linker error with vs2017 on win10Tim-Philipp Müller2-1/+1
2018-03-13msdk: libva: remove unnecessary code and commentsHyunjun Ko1-8/+0
2018-03-13msdk: adds new debug categoryHyunjun Ko2-2/+4
2018-03-13msdk: fix typoHyunjun Ko2-6/+6
2018-03-13msdk: Fix the I420 video format supportWang,Fei1-2/+8
2018-03-10wasapi: Minor fixes for debug loggingNirbheek Chauhan1-3/+3
2018-03-10meson: Add deviceprovider changes to directsoundsrcNirbheek Chauhan1-1/+10
2018-03-10wasapi: Guard IAudioClient2 structs and enumsNirbheek Chauhan1-13/+11
2018-03-09meson: fix build when msdk is not foundTim-Philipp Müller1-0/+4
2018-03-09msdk: Fix the misspelled file name in meson buildSreerenj Balachandran1-1/+1
2018-03-09wasapi: ship audioclient3 header in tarballsEmilio Pozuelo Monfort1-1/+2
2018-03-08msdk: enc: fix missing some frames to be encodedHyunjun Ko2-31/+36
2018-03-08msdk: dec: fix leaks when flushingHyunjun Ko1-8/+16
2018-03-08msdk: manage child sessions on parent GstMsdkContextHyunjun Ko1-3/+19
2018-03-08msdk: dec: remove code to manage buffers with locked surfaceHyunjun Ko2-66/+2
2018-03-08msdk: manage MSDK surfaces seperatelyHyunjun Ko5-43/+279
2018-03-01wasapi: Increase rank to prefer over directsoundsrcNirbheek Chauhan2-3/+5
2018-02-26wasapi: Clarify usage of low-latency property, add myself as authorNirbheek Chauhan2-2/+12
2018-02-26wasapi: Add a property for trying the AudioClient3 APINirbheek Chauhan4-8/+64
2018-02-26wasapi: Set realtime thread priority at runtimeNirbheek Chauhan4-20/+67
2018-02-26wasapi: Use IAudioClient3 interface when availableNirbheek Chauhan5-124/+434
2018-02-26wasapi: __uuidof is simply not available in CNirbheek Chauhan1-13/+2
2018-02-26wasapi: Set a default category for util functionsNirbheek Chauhan2-0/+8
2018-02-26wasapi: Use a macro for HRESULT failure pathsNirbheek Chauhan4-246/+85
2018-02-23msdk: remove unused codeHyunjun Ko1-182/+0
2018-02-22msdkenc: remove unnecessary memsetSreerenj Balachandran1-5/+0
2018-02-22msdk: enc: Support force-key-unit eventsSreerenj Balachandran2-1/+13
2018-02-20msdk: enc: Fix typoSreerenj Balachandran1-1/+1
2018-02-20msdk: h264_enc: Enable B-pyramid prediction supportSreerenj Balachandran2-0/+22
2018-02-20msdk: Add more tuning optionsSreerenj Balachandran5-17/+99
2018-02-20msdk: h264_enc: Add slice size tuning optionSreerenj Balachandran2-3/+19
2018-02-20msdk: move enum definitions to separte fileSreerenj Balachandran7-77/+163
2018-02-20msdk: encoder: h264: Enable trellis quantization tuningSreerenj Balachandran2-0/+42
2018-02-20msdk: h264_enc: Add LookaheadDownsampling supportSreerenj Balachandran2-7/+45
2018-02-20msdk: encode: Add more rate control optionsSreerenj Balachandran2-9/+113
2018-02-20msdk: encode: Add property to set slice/partitioningSreerenj Balachandran2-0/+4
2018-02-20msdk: encoder: h265: generalize the behavior of "i-frames" propertySreerenj Balachandran1-0/+7
2018-02-20msdk: encoder: register only the required propertiesSreerenj Balachandran6-167/+400
2018-02-19msdk: add missing files for dist targetVíctor Manuel Jáquez Leal1-0/+7
2018-02-14decklink: Fix array of devices usageEdward Hervey1-31/+31
2018-02-13msdk: vc1_dec: Add Advanced profile (WVC1) supportSreerenj Balachandran1-5/+25
2018-02-13msdk: dec: Add non-packetized stream handling supportSreerenj Balachandran2-3/+34
2018-02-13msdk: Add VC1 decoder (simple and main profiles)Sreerenj Balachandran5-1/+189
2018-02-13msdk : Add RenderNode supportSreerenj Balachandran3-9/+69
2018-02-13msdk: Avoid build failures on Windows until d3d allocator is implementedHyunjun Ko4-3/+102
2018-02-13msdkdec: use video memory if there's another MSDK context in a pipelineHyunjun Ko1-9/+14
2018-02-13msdk: add async depth from each msdk element to GstMsdkContext to be sharedHyunjun Ko4-1/+36