summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* magicleap: update lumin_rt libraries names to the latest official versionAntonio Ospite2021-11-051-2/+2
* mfvideosrc: Fix for negative MF strideSeungha Yang2021-08-203-20/+186
* v4l2slh264dec: Fix slice header bit size calculationNicolas Dufresne2021-08-181-2/+2
* mfvideosrc: Fix negotiation when interlace-mode is specifiedSeungha Yang2021-07-082-2/+2
* gst: don't use volatile to mean atomicMatthew Waters2021-04-1328-34/+34
* mfvideoenc: Don't pass 0/1 framerate to MFTSeungha Yang2021-03-251-2/+5
* nvh264sldec: Reopen decoder object if larger DPB size is requiredSeungha Yang2021-03-071-0/+24
* d3d11h264dec: Keep track of actually configured DPB sizeSeungha Yang2021-03-041-1/+6
* d3d11h264dec: Reconfigure decoder object on DPB size changeSeungha Yang2021-03-041-0/+25
* decklinkvideosink: Use correct numerator for 29.97fpsSebastian Dröge2021-02-261-1/+1
* decklinksrc: Use a more accurate capture timeEdward Hervey2021-02-261-0/+35
* decklink: Fixed decklinkvideosink auto format detectionStaz M2021-01-301-1/+2
* d3d11videosink: Fix build error on UWPSeungha Yang2021-01-211-1/+1
* decklinkaudiosrc: Fix duration of the first audio frame after each discontSebastian Dröge2021-01-131-0/+2
* msdk: needn't close mfx session when failedHaihao Xiang2020-12-301-1/+0
* msdk: check GstMsdkContext instead of mfxSession instanceHaihao Xiang2020-12-302-12/+13
* d3d11shader: Fix ID3DBlob object leakSeungha Yang2020-12-291-0/+7
* d3d11videosink: Prepare window once streaming startedSeungha Yang2020-12-231-11/+32
* Revert "v4l2codecs: decoder: Unmark previously pending request"Nicolas Dufresne2020-12-021-1/+0
* nvcodec: leave g_once_init when all quarks are initializedJulian Bouzas2020-11-091-3/+2
* decklink: correct framerate 2KDCI 23.98Jason Pereira2020-11-051-1/+1
* decklink: Update enum value bounds check in gst_decklink_get_mode()Sebastian Dröge2020-10-301-1/+1
* amc: Fix crash when encoding AVCXavier Claessens2020-10-301-1/+2
* d3d11videoprocessor: Fix wrong input/output supportability checkSeungha Yang2020-10-291-7/+12
* v4l2codecs: vp8: Allow baseclass from skipping framesNicolas Dufresne2020-10-161-11/+7
* v4l2codecs: decoder: Unmark previously pending requestNicolas Dufresne2020-10-161-0/+1
* v4l2codecs: decoder: Properly remove pending requestsNicolas Dufresne2020-10-161-1/+1
* mfvideosrc: Use only the first video stream per deviceSeungha Yang2020-10-111-1/+8
* decklink: Correctly order the different dependent mode tablesSebastian Dröge2020-10-051-7/+7
* wasapisrc: Make sure that wasapisrc produces data in loopback modeSeungha Yang2020-10-052-0/+189
* vtdec/vulkan: use Shared storage mode for IOSurface texturesMatthew Waters2020-10-041-1/+1
* kmssink: Do not source using padded width/heightNicolas Dufresne2020-10-041-6/+7
* gst: Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-073-3/+3
* msdkvp9dec: change the include header orderHaihao Xiang2020-09-011-2/+2
* dshowsrcwrapper: Update build instructions. Add _builddir to include search p...Jérôme Laheurte2020-08-282-0/+6
* dshowsrcwrapper: fix typo in variable nameJérôme Laheurte2020-08-251-1/+1
* d3d11videosink: Fix crash caused by missing null terminationSeungha Yang2020-08-241-1/+1
* va: allocator: remove parameter from _create_buffer_surface()Víctor Manuel Jáquez Leal2020-08-241-3/+3
* va: utils: free allocated stringVíctor Manuel Jáquez Leal2020-08-241-1/+4
* va: utils: fix log category initializationVíctor Manuel Jáquez Leal2020-08-241-0/+2
* va: h264dec: check va allocator at decide allocationVíctor Manuel Jáquez Leal2020-08-242-7/+7
* va: decoder: improve locks for member variable accessVíctor Manuel Jáquez Leal2020-08-241-5/+11
* mediafoundation: Correct wrong raw video format mappingSeungha Yang2020-08-171-2/+2
* va: h264dec: set latencyVíctor Manuel Jáquez Leal2020-08-171-0/+35
* mediafoundation: Call MFShutdown when destroying pluginSeungha Yang2020-08-131-0/+17
* msdkvpp: do not hold too many input buffers in locked listXu Guangxin2020-08-131-3/+12
* msdkvpp: refact, put input and output surface in diffrent listXu Guangxin2020-08-132-12/+32
* d3d11: Handle newly added GST_VIDEO_TRANSFER_BT601Seungha Yang2020-08-121-0/+2
* d3d11: Store more device information in context structureSeungha Yang2020-08-121-4/+15
* d3d11: Selected adapter index should be unsigned integerSeungha Yang2020-08-121-5/+5