summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-06Release 1.18.21.18.2Tim-Philipp Müller5-4/+514
2020-12-05glimagesink: Avoid assert in query.He Junyan1-32/+99
2020-12-05glcolorconver: Return empty caps in transform_caps if fails.He Junyan1-1/+1
2020-12-05glbasefilter: Need to check the display before lock it.He Junyan1-0/+5
2020-12-05glbasefilter: Delete the un-paired unlock in change_state().He Junyan1-3/+1
2020-12-05audioencoder: Fix incorrect GST_LOG_OBJECT usageArun Raghavan1-1/+1
2020-12-04gl/eagl: Fix automatic resize behaviourMart Raudsepp1-10/+3
2020-12-04gl/eagl: Fix resize condition check in draw_cb to not get called unnecessarilyMart Raudsepp1-1/+1
2020-12-04video/converter: increase the number of cache lines for resamplingMatthew Waters1-2/+4
2020-12-04gluploadelement: Avoid race condition of base class' context.He Junyan1-1/+4
2020-12-04gluploadelement: Avoid race condition in propose_allocation().He Junyan1-5/+18
2020-12-02compositor: Don't crash in prepare_frame() if the pad was just removedSebastian Dröge1-1/+4
2020-12-02videometa: gir annotate the size of plane array in new APIGuillaume Desmottes1-2/+2
2020-12-02audiodecoder: Move max_errors out of GstAudioDecoderContextSanchayan Maity1-6/+7
2020-11-19decodebin3: Don't leak filter capsEdward Hervey1-1/+3
2020-11-19decodebin3: Properly handle caps query with no filterEdward Hervey1-0/+4
2020-11-11Fix segfault when using invalid encoding profileDavid Keijser1-2/+2
2020-11-10videoaggregator: Guarantee that the output format is supportedThibault Saunier6-31/+167
2020-11-10video-aggregator: Fix renegotiation when using convert padsThibault Saunier1-15/+3
2020-11-09videoaggregator: Use local var instead of reloading vagg->infoJan Alexander Steffens (heftig)1-2/+2
2020-11-09videoaggregator: Take object lock for writing vagg->infoJan Alexander Steffens (heftig)1-0/+5
2020-11-09video: fix doc warningGuillaume Desmottes1-1/+1
2020-11-05gluploadelement: Avoid race condition of inside upload creation.He Junyan1-15/+44
2020-11-04gl: Fix prototype of glGetSynciv()Sebastian Dröge1-2/+4
2020-11-02tcpserversink: Don't assume g_socket_get_remote_address succeedsJan Alexander Steffens (heftig)1-6/+12
2020-10-30audio/videodecoder: Initialize max_errors in instance_init()Sebastian Dröge2-0/+2
2020-10-30examples/gl/gtk: Add missing dependency on gstglJan Alexander Steffens (heftig)1-2/+2
2020-10-29videoaggregator: document and fix locking in convert padMathieu Duponchelle1-0/+11
2020-10-29audio/videodecoder: Don't reset max-errors in reset()Sebastian Dröge2-2/+0
2020-10-27Back to developmentTim-Philipp Müller1-1/+1
2020-10-26Release 1.18.11.18.1Tim-Philipp Müller5-21/+517
2020-10-22theoradec: Set telemetry options only if they are nonzeroZebediah Figura1-4/+8
2020-10-22glslstage: delete shader on finalize of stageMichael Tretter1-0/+12
2020-10-22urisourcebin: Fix crash caused by use after freeSeungha Yang1-2/+1
2020-10-22examples: Add an uridecodebin3 exampleSeungha Yang2-1/+390
2020-10-22decodebin3: Store stream-start event on output pad before exposing itSeungha Yang2-0/+26
2020-10-17Add some missing nullable annotationsSebastian Dröge2-2/+2
2020-10-17typefind/xdgmime: Validate mimetypes to be valid GstStructure names before us...Sebastian Dröge1-0/+26
2020-10-14uridecodebin3: Forward upstream events to decodebin3 directlySeungha Yang1-0/+14
2020-10-14video-converter: Add fast paths from v210 to I420/YV12, Y42B, UYVY and YUY2Sebastian Dröge1-0/+515
2020-10-14videoaggregator: Limit accepted caps by template capsJan Alexander Steffens (heftig)1-1/+1
2020-10-14videoaggregator: Log the format name instead of indexJan Alexander Steffens (heftig)1-5/+6
2020-10-12gstrtpbuffer: fix header extension length validationWill Miller2-1/+25
2020-10-11decodebin3: only force streams-selected seqnum after a select-streamsFrançois Laignel1-1/+3
2020-10-10audio: video: Fix in/outbuf confusion of transform_metaJan Alexander Steffens (heftig)3-11/+11
2020-10-10build: use cpu_family for arch checksMatthew Waters1-1/+1
2020-10-10meson: add abi configuration for meson buildsohwan.park1-0/+24
2020-10-10video-info: clarify GST_VIDEO_INTERLACE_MODE_ALTERNATE docGuillaume Desmottes1-1/+1
2020-10-10videodecoder: fix output state interlace-modeGuillaume Desmottes1-43/+61
2020-10-10videodecoder: add interlace-mode to debug output when setting output stateGuillaume Desmottes1-2/+3