summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* va: h264dec: remove spurious commentVíctor Manuel Jáquez Leal2020-08-101-2/+0
* va: h264dec: check return value of gst_va_handle_set_context()Víctor Manuel Jáquez Leal2020-08-101-2/+5
* build: update for gl pkg-config file splitMatthew Waters2020-08-072-2/+2
* decklink: Re-order modes enum for backwards compatibility with 1.16Sebastian Dröge2020-08-063-14/+14
* androidmedia: ignore additional camera effects if not presentAndrew Branson2020-08-042-112/+145
* va: h264dec: log if upstream pool is keptVíctor Manuel Jáquez Leal2020-08-041-0/+2
* va: utils: fix precondition check for handle_context_query()Víctor Manuel Jáquez Leal2020-08-041-1/+1
* va: allocator: support for GST_MAP_VA map flagVíctor Manuel Jáquez Leal2020-08-032-0/+11
* va: context: instanciate VA display through GstContextVíctor Manuel Jáquez Leal2020-08-034-7/+442
* va: h264dec: don't copy frames if VAMemory capsfeature is negotiatedVíctor Manuel Jáquez Leal2020-08-031-2/+12
* va: h264dec: copy render_device_path in klassVíctor Manuel Jáquez Leal2020-08-031-1/+2
* va: display: wrapped: Fix property nameVíctor Manuel Jáquez Leal2020-08-031-1/+1
* va: decoder: remove unused argumentVíctor Manuel Jáquez Leal2020-08-033-5/+3
* va: caps: bail raw caps if driver doesn't report surface formatsVíctor Manuel Jáquez Leal2020-08-031-0/+9
* va: allocator: get a surface format from a image formatVíctor Manuel Jáquez Leal2020-08-039-29/+100
* va: caps: add raw caps image formats with same chroma of surfacesVíctor Manuel Jáquez Leal2020-08-031-26/+42
* va: display: add gst_va_display_get_image_formats()Víctor Manuel Jáquez Leal2020-08-034-0/+95
* va: decoder: initialize rt_formas to zeroVíctor Manuel Jáquez Leal2020-08-031-1/+1