summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add vadeinterlace element.Víctor Manuel Jáquez Leal2021-09-104-1/+905
* va: filter: Add past and future frames in GstVaSample.Víctor Manuel Jáquez Leal2021-09-102-0/+10
* va: filter: Add gst_va_filter_add_deinterlace_buffer()Víctor Manuel Jáquez Leal2021-09-102-0/+46
* va: filter: Add deinterlacing method parameter.Víctor Manuel Jáquez Leal2021-09-102-0/+134
* va: filter: Protect filters array of overwrite.Víctor Manuel Jáquez Leal2021-09-101-23/+24
* va: filter: Add helper function to query pipeline caps.Víctor Manuel Jáquez Leal2021-09-101-24/+41
* va: filter: Shuffle _destroy_filters_unlocked().Víctor Manuel Jáquez Leal2021-09-101-31/+31
* vapostproc: Move up color balance detection to plugin.Víctor Manuel Jáquez Leal2021-09-103-11/+24
* va: basetransform: Update documentation.Víctor Manuel Jáquez Leal2021-09-101-0/+9
* va: basetransform: Add autoptr clean up function.Víctor Manuel Jáquez Leal2021-09-101-0/+2
* va: basetransform: Use copy_metadata() at buffer import.Víctor Manuel Jáquez Leal2021-09-101-4/+4
* vapostproc: don't chain up transform_meta()Víctor Manuel Jáquez Leal2021-09-101-2/+1
* msdk: Adjust the plugin and factories description based on MFX_VERSION.Ung, Teng En2021-09-0919-34/+40
* Revert "kmssink: Fix fallback path for driver not able to scale scenario"Nicolas Dufresne2021-08-271-4/+2
* 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