summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2021-01-13decklinkaudiosrc: Fix duration of the first audio frame after each discontSebastian Dröge1-0/+2
2020-12-30msdk: needn't close mfx session when failedHaihao Xiang1-1/+0
2020-12-30msdk: check GstMsdkContext instead of mfxSession instanceHaihao Xiang2-12/+13
2020-12-29d3d11shader: Fix ID3DBlob object leakSeungha Yang1-0/+7
2020-12-23d3d11videosink: Prepare window once streaming startedSeungha Yang1-11/+32
2020-12-02Revert "v4l2codecs: decoder: Unmark previously pending request"Nicolas Dufresne1-1/+0
2020-11-09nvcodec: leave g_once_init when all quarks are initializedJulian Bouzas1-3/+2
2020-11-05decklink: correct framerate 2KDCI 23.98Jason Pereira1-1/+1
2020-10-30decklink: Update enum value bounds check in gst_decklink_get_mode()Sebastian Dröge1-1/+1
2020-10-30amc: Fix crash when encoding AVCXavier Claessens1-1/+2
2020-10-29d3d11videoprocessor: Fix wrong input/output supportability checkSeungha Yang1-7/+12
2020-10-16v4l2codecs: vp8: Allow baseclass from skipping framesNicolas Dufresne1-11/+7
2020-10-16v4l2codecs: decoder: Unmark previously pending requestNicolas Dufresne1-0/+1
2020-10-16v4l2codecs: decoder: Properly remove pending requestsNicolas Dufresne1-1/+1
2020-10-11mfvideosrc: Use only the first video stream per deviceSeungha Yang1-1/+8
2020-10-05decklink: Correctly order the different dependent mode tablesSebastian Dröge1-7/+7
2020-10-05wasapisrc: Make sure that wasapisrc produces data in loopback modeSeungha Yang2-0/+189
2020-10-04vtdec/vulkan: use Shared storage mode for IOSurface texturesMatthew Waters1-1/+1
2020-10-04kmssink: Do not source using padded width/heightNicolas Dufresne1-6/+7
2020-09-07gst: Update for gst_video_transfer_function_*() function renamingSebastian Dröge3-3/+3
2020-09-01msdkvp9dec: change the include header orderHaihao Xiang1-2/+2
2020-08-28dshowsrcwrapper: Update build instructions. Add _builddir to include search p...Jérôme Laheurte2-0/+6
2020-08-25dshowsrcwrapper: fix typo in variable nameJérôme Laheurte1-1/+1
2020-08-24d3d11videosink: Fix crash caused by missing null terminationSeungha Yang1-1/+1
2020-08-24va: allocator: remove parameter from _create_buffer_surface()Víctor Manuel Jáquez Leal1-3/+3
2020-08-24va: utils: free allocated stringVíctor Manuel Jáquez Leal1-1/+4
2020-08-24va: utils: fix log category initializationVíctor Manuel Jáquez Leal1-0/+2
2020-08-24va: h264dec: check va allocator at decide allocationVíctor Manuel Jáquez Leal2-7/+7
2020-08-24va: decoder: improve locks for member variable accessVíctor Manuel Jáquez Leal1-5/+11
2020-08-17mediafoundation: Correct wrong raw video format mappingSeungha Yang1-2/+2
2020-08-17va: h264dec: set latencyVíctor Manuel Jáquez Leal1-0/+35
2020-08-13mediafoundation: Call MFShutdown when destroying pluginSeungha Yang1-0/+17
2020-08-13msdkvpp: do not hold too many input buffers in locked listXu Guangxin1-3/+12
2020-08-13msdkvpp: refact, put input and output surface in diffrent listXu Guangxin2-12/+32
2020-08-12d3d11: Handle newly added GST_VIDEO_TRANSFER_BT601Seungha Yang1-0/+2
2020-08-12d3d11: Store more device information in context structureSeungha Yang1-4/+15
2020-08-12d3d11: Selected adapter index should be unsigned integerSeungha Yang1-5/+5
2020-08-10va: h264dec: remove spurious commentVíctor Manuel Jáquez Leal1-2/+0
2020-08-10va: h264dec: check return value of gst_va_handle_set_context()Víctor Manuel Jáquez Leal1-2/+5
2020-08-07build: update for gl pkg-config file splitMatthew Waters2-2/+2
2020-08-06decklink: Re-order modes enum for backwards compatibility with 1.16Sebastian Dröge3-14/+14
2020-08-04androidmedia: ignore additional camera effects if not presentAndrew Branson2-112/+145
2020-08-04va: h264dec: log if upstream pool is keptVíctor Manuel Jáquez Leal1-0/+2
2020-08-04va: utils: fix precondition check for handle_context_query()Víctor Manuel Jáquez Leal1-1/+1
2020-08-03va: allocator: support for GST_MAP_VA map flagVíctor Manuel Jáquez Leal2-0/+11
2020-08-03va: context: instanciate VA display through GstContextVíctor Manuel Jáquez Leal4-7/+442
2020-08-03va: h264dec: don't copy frames if VAMemory capsfeature is negotiatedVíctor Manuel Jáquez Leal1-2/+12
2020-08-03va: h264dec: copy render_device_path in klassVíctor Manuel Jáquez Leal1-1/+2
2020-08-03va: display: wrapped: Fix property nameVíctor Manuel Jáquez Leal1-1/+1
2020-08-03va: decoder: remove unused argumentVíctor Manuel Jáquez Leal3-5/+3