summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* mediafoundation: Run gst-indentSeungha Yang2021-07-0413-475/+504
* va: Consider the compatibility when we get_profile() for H265 decoder.He Junyan2021-07-021-1/+32
* va: vp9dec: update segmentation and store the result.He Junyan2021-07-021-42/+68
* va: allocator: dma: Fail when mapping the non-linear buffer.He Junyan2021-07-021-12/+10
* mfvideoenc: Don't ignore previous flow return valueSeungha Yang2021-06-301-2/+12
* d3d11compositor: Add scaling policy to support PAR-aware scalingSeungha Yang2021-06-303-22/+174
* v4l2codecs: vp8: Check kernel versionEzequiel Garcia2021-06-291-0/+14
* v4l2codecs: vp8: Update to the new uAPIEzequiel Garcia2021-06-295-154/+237
* nvcodec: Enhance CUDA runtime compiler library loading on WindowsSeungha Yang2021-06-291-6/+28
* d3d11: Add AV1 decoderSeungha Yang2021-06-296-0/+1562
* va: change AV1 GstVideoAlignment setting to left-top corner.He Junyan2021-06-281-1/+1
* va: h264dec: Set the GstVideoAlignment correctly.He Junyan2021-06-281-2/+18
* va: h265dec: Set the GstVideoAlignment correctly.He Junyan2021-06-281-2/+18
* va: pool: Add VideoCropMeta to the buffer if crop_top/left > 0.He Junyan2021-06-281-8/+34
* va: basedec: Copy the frames into other_pool if needed.He Junyan2021-06-282-12/+88
* va: basedec: Setup the other_pool to copy output if crop_left/top.He Junyan2021-06-282-12/+220
* va: No need to set the alignment for VideoMetaHe Junyan2021-06-281-37/+7
* va: Delete the useless align expand in va_pool_set_config().He Junyan2021-06-281-9/+0
* msdk: fix qp range for vp9encMengkejiergeli Ba2021-06-243-3/+15