summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.18.31.18.3Tim-Philipp Müller2021-01-135-7/+294
* encodebin: Ensure that parsers are compatible with selected encodersThibault Saunier2021-01-131-9/+18
* decodebin3: When reconfiguring a slot make sure that the ghostpad is unlinkedSebastian Dröge2021-01-131-0/+9
* video-blend: fix blending 8-bit and 16-bit frames togetherJakub Adam2021-01-121-23/+30
* gl: document some GL caps specificsMatthew Waters2021-01-053-2/+17
* tagdemux: resize and trim buffer in place to fix interaction with oggdemuxTim-Philipp Müller2021-01-041-9/+23
* compositor/blend: fix blending of subsampled componentsMathieu Duponchelle2021-01-011-2/+2
* appsrc: fix signal documentationMathieu Duponchelle2020-12-311-7/+7
* videoaggregator: Pop out old buffers on timeoutEdward Hervey2020-12-311-2/+12
* audiorate: Make buffer writable before changing its metadataSebastian Dröge2020-12-151-2/+2
* libvisual: workaround clang warningJordan Petridis2020-12-141-6/+7
* decodebin3: Release selection lock when pushing EOSEdward Hervey2020-12-111-5/+22
* Back to developmentTim-Philipp Müller2020-12-061-1/+1
* Release 1.18.21.18.2Tim-Philipp Müller2020-12-065-4/+514
* glimagesink: Avoid assert in query.He Junyan2020-12-051-32/+99
* glcolorconver: Return empty caps in transform_caps if fails.He Junyan2020-12-051-1/+1
* glbasefilter: Need to check the display before lock it.He Junyan2020-12-051-0/+5
* glbasefilter: Delete the un-paired unlock in change_state().He Junyan2020-12-051-3/+1
* audioencoder: Fix incorrect GST_LOG_OBJECT usageArun Raghavan2020-12-051-1/+1
* gl/eagl: Fix automatic resize behaviourMart Raudsepp2020-12-041-10/+3
* gl/eagl: Fix resize condition check in draw_cb to not get called unnecessarilyMart Raudsepp2020-12-041-1/+1
* video/converter: increase the number of cache lines for resamplingMatthew Waters2020-12-041-2/+4
* gluploadelement: Avoid race condition of base class' context.He Junyan2020-12-041-1/+4
* gluploadelement: Avoid race condition in propose_allocation().He Junyan2020-12-041-5/+18
* compositor: Don't crash in prepare_frame() if the pad was just removedSebastian Dröge2020-12-021-1/+4
* videometa: gir annotate the size of plane array in new APIGuillaume Desmottes2020-12-021-2/+2
* audiodecoder: Move max_errors out of GstAudioDecoderContextSanchayan Maity2020-12-021-6/+7
* decodebin3: Don't leak filter capsEdward Hervey2020-11-191-1/+3
* decodebin3: Properly handle caps query with no filterEdward Hervey2020-11-191-0/+4
* Fix segfault when using invalid encoding profileDavid Keijser2020-11-111-2/+2
* videoaggregator: Guarantee that the output format is supportedThibault Saunier2020-11-106-31/+167
* video-aggregator: Fix renegotiation when using convert padsThibault Saunier2020-11-101-15/+3
* videoaggregator: Use local var instead of reloading vagg->infoJan Alexander Steffens (heftig)2020-11-091-2/+2
* videoaggregator: Take object lock for writing vagg->infoJan Alexander Steffens (heftig)2020-11-091-0/+5
* video: fix doc warningGuillaume Desmottes2020-11-091-1/+1
* gluploadelement: Avoid race condition of inside upload creation.He Junyan2020-11-051-15/+44
* gl: Fix prototype of glGetSynciv()Sebastian Dröge2020-11-041-2/+4
* tcpserversink: Don't assume g_socket_get_remote_address succeedsJan Alexander Steffens (heftig)2020-11-021-6/+12
* audio/videodecoder: Initialize max_errors in instance_init()Sebastian Dröge2020-10-302-0/+2
* examples/gl/gtk: Add missing dependency on gstglJan Alexander Steffens (heftig)2020-10-301-2/+2
* videoaggregator: document and fix locking in convert padMathieu Duponchelle2020-10-291-0/+11
* audio/videodecoder: Don't reset max-errors in reset()Sebastian Dröge2020-10-292-2/+0
* Back to developmentTim-Philipp Müller2020-10-271-1/+1
* Release 1.18.11.18.1Tim-Philipp Müller2020-10-265-21/+517
* theoradec: Set telemetry options only if they are nonzeroZebediah Figura2020-10-221-4/+8
* glslstage: delete shader on finalize of stageMichael Tretter2020-10-221-0/+12
* urisourcebin: Fix crash caused by use after freeSeungha Yang2020-10-221-2/+1
* examples: Add an uridecodebin3 exampleSeungha Yang2020-10-222-1/+390
* decodebin3: Store stream-start event on output pad before exposing itSeungha Yang2020-10-222-0/+26
* Add some missing nullable annotationsSebastian Dröge2020-10-172-2/+2