summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* d3d11download: Allow linking with downstream d3d11 elementsSeungha Yang2020-08-031-1/+7
* mfvideosrc: Select common formats if both VideoPreview and VideoRecord are av...Seungha Yang2020-08-013-11/+74
* mfvideosrc: Check framerate for target IMediaFrameFormat selectionSeungha Yang2020-08-011-0/+23
* mfvideosrc: Handle I420/IYUV subtypes for UWP casesSeungha Yang2020-08-011-6/+20
* mfvideosrc: Add more debug logSeungha Yang2020-08-012-20/+109
* wasapi2, mfvideosrc: Update "dispatcher" property to be only writableSeungha Yang2020-07-313-19/+36
* wasapi2device: Allow empty caps for UWP use caseSeungha Yang2020-07-261-1/+3
* wasapi2: Activate device asynchronously if requiredSeungha Yang2020-07-264-127/+214
* wasapi2: Add a new property for ICoreDispatcher settingSeungha Yang2020-07-265-39/+112
* mfvideosrc: Only device activation needs to be running on UI threadSeungha Yang2020-07-262-85/+4
* mfvideosrc: Add a new property for ICoreDispatcher settingSeungha Yang2020-07-268-45/+149
* mfvideosrc: Suppress more spammy debug messagesSeungha Yang2020-07-261-2/+2
* d3d11window: Remove timeout and wait a task if possibleSeungha Yang2020-07-242-4/+4
* d3d11window: Increase timeout to 10 sec for WinRT window implementationsSeungha Yang2020-07-242-2/+2