summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* msdkdec/enc: query GstContext to share GstMsdkContextHyunjun Ko2018-02-134-33/+133
* msdk: context: add job type to figure out if joining session is necessaryHyunjun Ko2018-02-136-9/+85
* msdk: adds util functions to handle GstContextHyunjun Ko2018-02-134-0/+294
* msdkdec: use bufferpoolHyunjun Ko2018-02-132-151/+349
* msdkenc: use bufferpoolHyunjun Ko2018-02-134-155/+382
* msdk: supports bufferpoolHyunjun Ko2018-02-138-0/+1178
* msdk: adds frame allocator using libvaHyunjun Ko2018-02-136-2/+487
* msdkdec: fix typoHyunjun Ko2018-02-131-1/+1
* msdk: implements GstMsdkContext.Hyunjun Ko2018-02-1315-154/+339
* msdk: libva: adds utility function between mfx and libvaHyunjun Ko2018-02-132-0/+195
* msdk: adds new utility functions for conversion from gstreamer to libmfxHyunjun Ko2018-02-132-0/+77
* msdk: move and rename the function msdk_video_alignmentHyunjun Ko2018-02-133-15/+25
* wasapisrc: Re-align device period if necessaryNirbheek Chauhan2018-02-092-4/+32
* meson: Fix wasapi build on WindowsNirbheek Chauhan2018-02-081-1/+3
* wasapi: Unprepare when src/sink_prepare failsNirbheek Chauhan2018-02-082-28/+17
* wasapisink: Re-align device period if necessaryNirbheek Chauhan2018-02-081-3/+30
* wasapisink: pre-load the buffer with silenceNirbheek Chauhan2018-02-082-29/+80
* wasapi: Try to use latency-time and buffer-timeNirbheek Chauhan2018-02-086-53/+143
* wasapi: Cover more HRESULT error messagesNirbheek Chauhan2018-02-084-50/+115
* wasapi: Increase thread priority to reduce glitchesNirbheek Chauhan2018-02-084-0/+38
* wasapi: Allow opening devices in exclusive modeNirbheek Chauhan2018-02-086-68/+232
* wasapi: Rename struct element for device nameNirbheek Chauhan2018-02-084-20/+24
* wasapi: Fix indentation issues missed by the commit hookNirbheek Chauhan2018-02-085-30/+37
* wasapi: Correctly set ringbuffer segsize/segtotalNirbheek Chauhan2018-01-312-28/+77
* wasapi: Implement a device provider for probingNirbheek Chauhan2018-01-316-17/+451
* wasapi: Implement support for >2 channelsNirbheek Chauhan2018-01-316-32/+153
* kmssink: Make render rectangle property controllableNicolas Dufresne2018-01-301-5/+14
* ahc: enable autofocus callbackJustin Kim2018-01-261-3/+3
* directsoundsrc: Add missing \ in multi-line #defineSebastian Dröge2018-01-251-3/+3
* directsoundsrc: Add support for a DeviceProviderSebastian Dröge2018-01-256-9/+362
* wasapi: Fix some leaks, bugs, and compiler warningsNirbheek Chauhan2018-01-253-20/+75
* nvenc: add "gop-size" propertyTim-Philipp Müller2018-01-243-0/+26
* nvenc: mark properties that can be changed at runtime accordinglyTim-Philipp Müller2018-01-241-12/+18
* nvenc: Add support for dynamic bitrate/preset reconfigurationOle André Vadla Ravnås2018-01-242-0/+19
* nvenc: Add support for I420Ole André Vadla Ravnås2018-01-241-16/+45
* decklink: don't crash if there are no decklink devicesTim-Philipp Müller2018-01-231-0/+12
* decklink: don't limit number of devices to 16Tim-Philipp Müller2018-01-231-44/+48
* directsoundsrc: Don't dynamically load one DirectSound symbol at runtimeSebastian Dröge2018-01-222-41/+1
* wasapi: Rewrite most of the code to make it workNirbheek Chauhan2018-01-226-225/+696
* msdk: change plugin's descriptionVíctor Manuel Jáquez Leal2018-01-111-1/+1
* msdk: init the debug category for mpeg2decSreerenj Balachandran2018-01-101-0/+3
* msdk: Add mpeg2 decoderSreerenj Balachandran2018-01-105-0/+162
* decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame...Vivia Nikolaidou2018-01-042-2/+25