summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* winks: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-243-15/+7
* msdk: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-242-24/+14
* uvch264src: get rid of unnecessary private structTim-Philipp Müller2018-06-242-154/+142
* decklink: Fix warning about HRESULT not being unsigned intNirbheek Chauhan2018-06-201-1/+1
* androidmedia: Invert the transform matrix from the decoderJan Schmidt2018-06-151-1/+64
* msdk: vpp: remove mfxExtVPPDoUse from vpp filters.Wang,Fei2018-06-072-30/+0
* msdk: vpp: set passthrough from set_caps method for code claritySreerenj Balachandran2018-06-071-5/+3
* mskd: vpp: error out gracefully instead of segfaulting if Init failedSreerenj Balachandran2018-06-072-1/+4
* msdk: vpp: Add filters to VideoParm before doing the QuerySreerenj Balachandran2018-06-071-9/+9
* vdpau: Run gst-indentEdward Hervey2018-06-061-1/+1
* msdk: vpp: fix the filter count in mfxExtVPPDoUseSreerenj Balachandran2018-06-051-10/+10
* dvb: Fix typo in comment terminationJan Schmidt2018-06-011-1/+1
* dvb: update my email addressAlessandro Decina2018-06-0123-24/+24
* dvb: camconditionalaccess: fix wrong license headersAlessandro Decina2018-06-012-26/+26
* msdk: vpp: don't use NV12 as vpp default output for DMABuf usecaseSreerenj Balachandran2018-05-301-4/+5
* msdk: enc: Add supprot for dmabuf-importSreerenj Balachandran2018-05-301-16/+81
* msdk: vpp: Add supprot for dmabuf-importSreerenj Balachandran2018-05-301-2/+85
* msdk: Add method to replace internal VASurface of mfxFrameSurfaceSreerenj Balachandran2018-05-302-0/+68
* msdk: Add method to export dmabuf to VASurfaceSreerenj Balachandran2018-05-302-0/+95
* wasapisink: recover from low buffer levels in shared modeChristoph Reiter2018-05-251-27/+47
* wasapisink: fix a rounding error when calculating the buffer frame countChristoph Reiter2018-05-251-3/+5
* wasapisink: fix missing unlock in case IAudioClient_Start failsChristoph Reiter2018-05-251-1/+2
* wasapi: use FAILED to detect errorsChristoph Reiter2018-05-231-1/+1
* wasapi: Don't pass CoTaskMemFree to g_clear_pointerChristoph Reiter2018-05-232-2/+4
* dvb: Fix string copy wiht strlen() argumentEdward Hervey2018-05-191-1/+1
* nvenc: Fix build warning errorSeungha Yang2018-05-181-3/+7
* msdk: Add conditional build for vp9 decoderSreerenj Balachandran2018-05-153-4/+13
* msdk: dec: Add VP9 decoderSreerenj Balachandran2018-05-154-0/+194
* msdk: allow building against open sourced msdkSreerenj Balachandran2018-05-158-8/+8
* decklink: Fix crash with closed-captions signal and 10-bit inputVivia Nikolaidou2018-05-111-1/+1
* decklinkvideosrc: Don't check for closed captions when there's no signalVivia Nikolaidou2018-05-111-1/+1
* msdk:dec: Add new propery to dump frames in decoded orderSreerenj Balachandran2018-05-074-0/+52
* msdk: dec: inform msdk if the buffer contains a complete frameSreerenj Balachandran2018-05-071-0/+1
* msdk: dec: reset async depth to oneSreerenj Balachandran2018-05-071-1/+1
* nvdec: Add support VP8/VP9 decodingSeungha Yang2018-05-051-1/+5
* msdk: enc: Add dmabuf-export supportSreerenj Balachandran2018-05-022-5/+96
* msdkvpp: Disable passthrough if memory capsfeature changesSreerenj Balachandran2018-04-302-0/+12
* msdk: vpp: Add dmabuf-export supportSreerenj Balachandran2018-04-302-8/+108
* nvdec: Add colorimetry info to the capsJan Schmidt2018-04-281-0/+98
* nvdec: Use gst_video_info_to_caps to build caps.Jan Schmidt2018-04-271-8/+14
* kmssink: Add 24bit RGB supportNicolas Dufresne2018-04-261-0/+8
* msdk: vpp: Add YV12, YUY2 and BGRx formats to templateSreerenj Balachandran2018-04-251-2/+3
* msdk: Add more video format mappingSreerenj Balachandran2018-04-251-0/+1
* msdk: vpp: Allocation query fixesSreerenj Balachandran2018-04-251-39/+44
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-2514-0/+14
* nvenc: Remove GST_USE_UNSTABLE_API definesJan Schmidt2018-04-252-2/+0
* nvenc: Use the HAVE_NVENC_GST_GL define instead of HAVE_GST_GLJan Schmidt2018-04-252-2/+2
* nvh265enc: Add Nvidia GPU based HEVC encoderSeungha Yang2018-04-254-2/+500
* nvencbase: Define sinkpad template in subclassSeungha Yang2018-04-252-19/+18
* nvenc: Add debug catagory for nvh264encSeungha Yang2018-04-254-1/+9