summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-08wasapisink: Re-align device period if necessaryNirbheek Chauhan1-3/+30
2018-02-08wasapisink: pre-load the buffer with silenceNirbheek Chauhan2-29/+80
2018-02-08wasapi: Try to use latency-time and buffer-timeNirbheek Chauhan6-53/+143
2018-02-08wasapi: Cover more HRESULT error messagesNirbheek Chauhan4-50/+115
2018-02-08wasapi: Increase thread priority to reduce glitchesNirbheek Chauhan4-0/+38
2018-02-08wasapi: Allow opening devices in exclusive modeNirbheek Chauhan6-68/+232
2018-02-08wasapi: Rename struct element for device nameNirbheek Chauhan4-20/+24
2018-02-08wasapi: Fix indentation issues missed by the commit hookNirbheek Chauhan5-30/+37
2018-01-31wasapi: Correctly set ringbuffer segsize/segtotalNirbheek Chauhan2-28/+77
2018-01-31wasapi: Implement a device provider for probingNirbheek Chauhan6-17/+451
2018-01-31wasapi: Implement support for >2 channelsNirbheek Chauhan6-32/+153
2018-01-30kmssink: Make render rectangle property controllableNicolas Dufresne1-5/+14
2018-01-26ahc: enable autofocus callbackJustin Kim1-3/+3
2018-01-25directsoundsrc: Add missing \ in multi-line #defineSebastian Dröge1-3/+3
2018-01-25directsoundsrc: Add support for a DeviceProviderSebastian Dröge6-9/+362
2018-01-25wasapi: Fix some leaks, bugs, and compiler warningsNirbheek Chauhan3-20/+75
2018-01-24nvenc: add "gop-size" propertyTim-Philipp Müller3-0/+26
2018-01-24nvenc: mark properties that can be changed at runtime accordinglyTim-Philipp Müller1-12/+18
2018-01-24nvenc: Add support for dynamic bitrate/preset reconfigurationOle André Vadla Ravnås2-0/+19
2018-01-24nvenc: Add support for I420Ole André Vadla Ravnås1-16/+45
2018-01-23decklink: don't crash if there are no decklink devicesTim-Philipp Müller1-0/+12
2018-01-23decklink: don't limit number of devices to 16Tim-Philipp Müller1-44/+48
2018-01-22directsoundsrc: Don't dynamically load one DirectSound symbol at runtimeSebastian Dröge2-41/+1
2018-01-22wasapi: Rewrite most of the code to make it workNirbheek Chauhan6-225/+696
2018-01-11msdk: change plugin's descriptionVíctor Manuel Jáquez Leal1-1/+1
2018-01-10msdk: init the debug category for mpeg2decSreerenj Balachandran1-0/+3
2018-01-10msdk: Add mpeg2 decoderSreerenj Balachandran5-0/+162
2018-01-04decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame...Vivia Nikolaidou2-2/+25
2018-01-04decklink: Detect gaps on incoming stream times, issue warningsVivia Nikolaidou4-0/+89
2018-01-04Revert "WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, ...Vivia Nikolaidou4-82/+0
2018-01-04Revert "decklinkaudiosrc: Extrapolate stream/hw reference timestamps when vid...Vivia Nikolaidou2-25/+2
2018-01-04decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame...Vivia Nikolaidou2-2/+25
2018-01-04WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, issue wa...Vivia Nikolaidou4-0/+82
2017-12-19shmsink: Block in preroll_wait on unlockOlivier Crête1-13/+33
2017-12-19smhsink: Check return values of functions working on memoryMarcin Lewandowski1-17/+38