summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* va: Use MEMORY_DMABUF definition to replace "memory:DMABuf" strings.He Junyan2021-08-162-2/+2
* wasapi2: Increase rank to primary + 1Seungha Yang2021-08-131-5/+1
* va: caps: Make the template raw video caps classified by features.He Junyan2021-08-111-1/+44
* vapostproc: Inherit from GstVaBaseTransform.Víctor Manuel Jáquez Leal2021-08-101-745/+58
* va: Add base transform class.Víctor Manuel Jáquez Leal2021-08-103-0/+898
* va: pool: Add gst_va_pool_new_with_config().Víctor Manuel Jáquez Leal2021-08-102-0/+32
* d3d11window: Misc code cleanupSeungha Yang2021-08-105-41/+25
* d3d11compositor: Fix indentSeungha Yang2021-08-101-1/+1
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-055-6/+6
* msdk: make sure child context is destroyed firstHaihao Xiang2021-08-041-4/+5
* d3d11videosink: Fix warning around GstVideoOverlay::expose()Seungha Yang2021-08-023-21/+12
* d3d11videosink: Forward navigation event without modificationSeungha Yang2021-08-021-44/+5
* d3d11videosink: Add support for GstVideoOverlay::set_render_rectangleSeungha Yang2021-08-024-18/+95
* va: vp8: fix the overflow in _fill_quant_matrix().He Junyan2021-07-291-1/+1
* decklink: Don't print error for dlopen failureSeungha Yang2021-07-281-1/+1
* applemedia: silence a couple of MoltenVK warningsMatthew Waters2021-07-282-3/+20
* va: filter: refactor convert_surface() to process()Víctor Manuel Jáquez Leal2021-07-273-4/+3
* va: filter: Refactor set_formats() to set_video_info().Víctor Manuel Jáquez Leal2021-07-273-4/+4
* vapostproc: Don't add video alignment option in buffer pool.Víctor Manuel Jáquez Leal2021-07-271-2/+0
* Introduce Steinberg ASIO (Audio Streaming Input/Output) pluginSeungha Yang2021-07-2615-0/+4083
* kmssink: Fix fallback path for driver not able to scale scenarioDevarsh Thakkar2021-07-231-2/+4
* va: h265dec: Do not assign the frame->output_buffer until output_picture.He Junyan2021-07-231-3/+14
* va: H265: Add odd bit depth and chroma depth in get_rtformat.He Junyan2021-07-221-4/+9
* va: vp9dec: Minor cleanups.Víctor Manuel Jáquez Leal2021-07-171-4/+8
* va: decoder: Group decoder methods.Víctor Manuel Jáquez Leal2021-07-172-27/+28
* va: Refactor _format_changed() to _config_is_equal().Víctor Manuel Jáquez Leal2021-07-178-23/+30
* va: Refactor _change_resolution() to _update_frame_size().Víctor Manuel Jáquez Leal2021-07-173-4/+6
* va: Refactor _set_format() to _set_frame_size().Víctor Manuel Jáquez Leal2021-07-178-16/+26
* codecs: h265decoder: Fix a typo of NumPocTotalCurr when process ref pic list.He Junyan2021-07-161-1/+1
* va: h265dec: Do not add non reference frames into ref list.He Junyan2021-07-161-3/+10
* mfvideoenc: Disable RGB format supportSeungha Yang2021-07-151-0/+8
* va: h265dec: Fix a temp var overflow bug when write pred weight table.He Junyan2021-07-151-2/+2
* va: vp9dec: We need to check the resolution changes for every frame.He Junyan2021-07-151-0/+27
* va: vp9dec: Do not re-create context for dynamical resolution change.He Junyan2021-07-151-8/+35
* va: decoder: Add helper functions to get and change the resolution.He Junyan2021-07-152-0/+57
* wasapi2ringbuffer: Close IAudioClient on GstAudioRingBuffer::releaseSeungha Yang2021-07-131-3/+43
* wasapi2ringbuffer: Run gst-indentSeungha Yang2021-07-131-2/+2
* wasapi: fix reinit of audioclient in prepare()Jakub Janků2021-07-121-1/+9
* wasapi: split gst_wasapi_util_get_device_client()Jakub Janků2021-07-124-20/+42
* msdkvpp: use NV12 as default format on srcpadYinhang Liu2021-07-091-2/+2
* va: vpp: Improve the color properties setting.He Junyan2021-07-081-48/+69
* mfvideosrc: Fix negotiation when interlace-mode is specifiedSeungha Yang2021-07-082-2/+2
* mfvideobuffer: Don't error for unexpected Unlock/Unlock2D callSeungha Yang2021-07-072-15/+64
* va: basedec: Fix some artifact when do the crop copy.He Junyan2021-07-051-0/+6
* d3d11decoder: Enable zero-copy for QualcommSeungha Yang2021-07-051-3/+0
* d3d11vp9dec: Fix for incorrect use_prev_in_find_mv_refs settingSeungha Yang2021-07-051-0/+21
* gstmsdkvpp: add RGBP and BGRP in src padHaihao Xiang2021-07-056-1/+75
* mediafoundation: Port to IID_PPV_ARGSSeungha Yang2021-07-042-5/+3
* mfaudioenc: Remove pointless enumerating for hardware audio encoderSeungha Yang2021-07-042-40/+2
* mediafoundation: Fix typosSeungha Yang2021-07-045-5/+5