summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* d3d11bufferpool: Hide buffer_size field from headerSeungha Yang2021-08-229-25/+83
* nvcodec: Fix various typosSeungha Yang2021-08-217-15/+15
* nvcodec: Get rid of G_GNUC_INTERNALSeungha Yang2021-08-2114-123/+1
* v4l2codecs: h264: Fix split field handlingNicolas Dufresne2021-08-201-34/+93
* v4l2codec: h264: Implement support for split fieldsNicolas Dufresne2021-08-201-1/+33
* v4l2codecs: h264: Fix filling weight factorsNicolas Dufresne2021-08-201-2/+2
* mfvideosrc: Fix for negative MF strideSeungha Yang2021-08-193-20/+186
* v4l2slh264dec: Fix slice header bit size calculationNicolas Dufresne2021-08-181-2/+2
* vapostproc: Use vapostproc as debug category name.Víctor Manuel Jáquez Leal2021-08-181-1/+1
* vapostproc: Disable cropping in pass-through mode.Víctor Manuel Jáquez Leal2021-08-181-36/+14
* vapostproc: Update filters update_properties().Víctor Manuel Jáquez Leal2021-08-181-0/+1
* decklinkvideosrc: Fix PAL/NTSC widescreen autodetection when switching back t...Sebastian Dröge2021-08-181-6/+22
* msdkvpp: Fix frc from lower fps to higher fpsMengkejiergeli Ba2021-08-181-11/+41
* va: Use GST_CAPS_FEATURE_MEMORY_VA to replace "memory:VAMemory".He Junyan2021-08-1610-22/+35
* 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