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