summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* v4l2codecs: h264: Fix filling weight factorsNicolas Dufresne2021-08-201-2/+2
* dashdemux: Properly initalize GErrorEdward Hervey2021-08-201-1/+1
* mfvideosrc: Fix for negative MF strideSeungha Yang2021-08-193-20/+186
* v4l2slh264dec: Fix slice header bit size calculationNicolas Dufresne2021-08-181-2/+2
* example: va: Add skin tone enhancement.Víctor Manuel Jáquez Leal2021-08-181-4/+15
* vapostproc: Use vapostproc as debug category name.Víctor Manuel Jáquez Leal2021-08-181-1/+1
* examples: va: Add random cropping.Víctor Manuel Jáquez Leal2021-08-181-8/+53
* 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
* webrtc: improve matching on the correct jitterbufferMatthew Waters2021-08-161-13/+32
* va: Use GST_CAPS_FEATURE_MEMORY_VA to replace "memory:VAMemory".He Junyan2021-08-1611-22/+42
* va: Use MEMORY_DMABUF definition to replace "memory:DMABuf" strings.He Junyan2021-08-162-2/+2
* fdkaacdec: Add Converter class to hint gst-validateThibault Saunier2021-08-132-2/+2
* wasapi2: Increase rank to primary + 1Seungha Yang2021-08-131-5/+1
* ccconverter: fix overflow when not doing framerate conversionMathieu Duponchelle2021-08-131-0/+6
* webrtcbin: Don't assume that non-audio medias are video medias when creating ...Sebastian Dröge2021-08-121-3/+10
* webrtcbin: Use the correct media for deciding the media kind when creating th...Sebastian Dröge2021-08-121-1/+1
* codecs: h264dec: Output the picture directly if already a frame.He Junyan2021-08-121-1/+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
* openh264: Respect level set downstreamThibault Saunier2021-08-092-1/+16
* x265: Fix a deadlock when failing to create the x265enc.He Junyan2021-08-091-2/+5
* rtmpsrc: mention setting librtmp flags in docsR S Nikhil Krishna2021-08-091-0/+10
* mpeg2enc: fix interlace-mode detectionMathieu Duponchelle2021-08-051-1/+19
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-0526-36/+46
* timecodestamper: Fix latency calculationSebastian Dröge2021-08-051-3/+5
* 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
* d3d11: Disable packed and subsampled YUV formatsSeungha Yang2021-07-293-3/+18
* tsdemux: Notify when ignore_pcr is setJan Alexander Steffens (heftig)2021-07-281-0/+1
* cccombiner: fix CDP padding detectionMathieu Duponchelle2021-07-281-1/+1
* codecs: h264dec: Improve the find_first_field_picture().He Junyan2021-07-281-31/+53
* codecs: h264dec: consider the last field when add picture to DPB.He Junyan2021-07-281-6/+28
* codecs: h264dec: Consider the field case when directly output.He Junyan2021-07-281-5/+73
* codecs: h264dec: Fix a error print of dpb_add.He Junyan2021-07-281-1/+1
* decklink: Don't print error for dlopen failureSeungha Yang2021-07-281-1/+1
* player: Add static keyword to _config_quark_tableImanol Fernandez2021-07-282-2/+2
* applemedia: silence a couple of MoltenVK warningsMatthew Waters2021-07-282-3/+20
* debugutils: Only proxy the properties onceNicolas Dufresne2021-07-272-2/+26
* mxf: Handle D10 "picture only" variantEdward Hervey2021-07-271-1/+1
* va: filter: refactor convert_surface() to process()Víctor Manuel Jáquez Leal2021-07-273-4/+3