summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* audioresample: Respect buffer layout when drainJeongki Kim2021-02-241-4/+13
* decodebin3: change stream selection message ownerStéphane Cerveau2021-02-191-1/+1
* uridecodebin3: make caps property workTim-Philipp Müller2021-02-171-0/+3
* 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
* overlay/example: added qt core dependency for qt overlay exampleKnobe, Daniel2021-01-301-1/+1
* video: Convert info_to_caps to take self as const ptrMarijn Suijten2021-01-282-7/+7
* Back to developmentTim-Philipp Müller2021-01-141-1/+1
* 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