summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2018-03-09FIXUP WIP CLEANUP CC DECKLINKTOA Developer2-46/+94
2018-03-08WIP more decklink workEdward Hervey2-20/+27
2018-03-06WIP decklinkEdward Hervey1-3/+11
2018-03-06WIP decklink ANC supportEdward Hervey4-8/+60
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
2018-02-13msdkdec/enc: query GstContext to share GstMsdkContextHyunjun Ko4-33/+133
2018-02-13msdk: context: add job type to figure out if joining session is necessaryHyunjun Ko6-9/+85
2018-02-13msdk: adds util functions to handle GstContextHyunjun Ko4-0/+294
2018-02-13msdkdec: use bufferpoolHyunjun Ko2-151/+349
2018-02-13msdkenc: use bufferpoolHyunjun Ko4-155/+382
2018-02-13msdk: supports bufferpoolHyunjun Ko8-0/+1178
2018-02-13msdk: adds frame allocator using libvaHyunjun Ko6-2/+487
2018-02-13msdkdec: fix typoHyunjun Ko1-1/+1
2018-02-13msdk: implements GstMsdkContext.Hyunjun Ko15-154/+339
2018-02-13msdk: libva: adds utility function between mfx and libvaHyunjun Ko2-0/+195
2018-02-13msdk: adds new utility functions for conversion from gstreamer to libmfxHyunjun Ko2-0/+77
2018-02-13msdk: move and rename the function msdk_video_alignmentHyunjun Ko3-15/+25
2018-02-09wasapisrc: Re-align device period if necessaryNirbheek Chauhan2-4/+32
2018-02-08meson: Fix wasapi build on WindowsNirbheek Chauhan1-1/+3
2018-02-08wasapi: Unprepare when src/sink_prepare failsNirbheek Chauhan2-28/+17