summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* rtspconnection: Consistently translate GIOError to GstRTSPResultNirbheek Chauhan2021-09-061-36/+44
* gl/wayland: Use consistent wl_display when creating work queue for proxy wrapperScott Moreau2021-08-051-2/+1
* audioaggregator: Resync on the next buffer when dropping a buffer on discont ...Sebastian Dröge2021-07-161-6/+9
* video-converter: Set up gamma tables only onceJan Alexander Steffens (heftig)2021-07-071-2/+6
* audio-converter: Free config when gst_audio_converter_new failsJan Alexander Steffens (heftig)2021-07-071-0/+2
* video-converter: Set up matrix tables only once.Jan Schmidt2021-06-281-5/+9
* gstrtspconnection: Add IPv6 support for tunneled modePer Förlin2021-06-241-4/+18
* audiobasesink: Fix of double lock releaseSergei Kovalev2021-06-221-0/+1
* audioaggregator: Don't overwrite already written samplesOlivier Crête2021-06-021-6/+11
* audiobasesrc: Fix divide by zero assertionSeungha Yang2021-06-011-6/+11
* audio,video-format: Make generate_raw_formats idempotent for assertionsMarijn Suijten2021-06-012-2/+6
* appsrc: Don't leak buffer list while wrongly unreffing buffer on EOS/flushingSebastian Dröge2021-05-031-4/+12
* app: Add gstappsrc.h to the enum headers in meson.buildSebastian Dröge2021-05-031-1/+1
* gstgl: Fix build when Meson >= 0.58.0rc1Xavier Claessens2021-04-271-3/+12
* gst: don't use volatile to mean atomicMatthew Waters2021-04-1337-56/+56
* Fix build issue on MinGW64Binh Truong2021-04-071-1/+1
* gl/wayland: provide a dummy global_remove functionMatthew Waters2021-03-251-2/+15
* tag: id3v2: fix frame size check and potential invalid readsTim-Philipp Müller2021-03-151-1/+1
* audioaggregator: fix input_buffer ownershipGuillaume Desmottes2021-03-101-17/+7
* audioaggregator: fix input buffer when convertingGuillaume Desmottes2021-03-101-1/+1
* video-converter: Don't upsample/downsample/dither invalid linesVivia Nikolaidou2021-02-261-3/+3
* gstrtspconnection: correct data_size when tunneled modeKristofer Björkström2021-02-251-1/+1
* audioaggregator: Log if the sample rate of one sinkpad is not acceptedSebastian Dröge2021-02-251-1/+6
* videodecoder: Fix racy critical when pool negotiation occurs during flushAlicia Boya García2021-02-171-1/+16
* libs: audio: Fix gst_audio_buffer_truncate meta handlingJan Alexander Steffens (heftig)2021-02-171-1/+5
* video: Convert info_to_caps to take self as const ptrMarijn Suijten2021-01-282-7/+7
* 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
* appsrc: fix signal documentationMathieu Duponchelle2020-12-311-7/+7
* videoaggregator: Pop out old buffers on timeoutEdward Hervey2020-12-311-2/+12
* 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
* 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
* Fix segfault when using invalid encoding profileDavid Keijser2020-11-111-2/+2
* videoaggregator: Guarantee that the output format is supportedThibault Saunier2020-11-101-21/+126
* 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
* gl: Fix prototype of glGetSynciv()Sebastian Dröge2020-11-041-2/+4
* audio/videodecoder: Initialize max_errors in instance_init()Sebastian Dröge2020-10-302-0/+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
* glslstage: delete shader on finalize of stageMichael Tretter2020-10-221-0/+12