Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-base.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-08Release 1.18.51.18.5Tim-Philipp Müller
2021-09-06rtspconnection: Consistently translate GIOError to GstRTSPResultNirbheek Chauhan
2021-08-06gl/wayland: Use consistent wl_display when creating work queue for proxy wrapperScott Moreau
2021-07-16audioaggregator: Resync on the next buffer when dropping a buffer on discont ...Sebastian Dröge
2021-07-07video-converter: Set up gamma tables only onceJan Alexander Steffens (heftig)
2021-07-07audio-converter: Free config when gst_audio_converter_new failsJan Alexander Steffens (heftig)
2021-06-28video-converter: Set up matrix tables only once.Jan Schmidt
2021-06-24gstrtspconnection: Add IPv6 support for tunneled modePer Förlin
2021-06-22audiobasesink: Fix of double lock releaseSergei Kovalev
2021-06-03rawbaseparse: check destination format correctlyDaniel Knobe
2021-06-02audiomixer: Add test for discont going backwardsOlivier Crête
2021-06-02audioaggregator: Don't overwrite already written samplesOlivier Crête
2021-06-01audiobasesrc: Fix divide by zero assertionSeungha Yang
2021-06-01audio,video-format: Make generate_raw_formats idempotent for assertionsMarijn Suijten
2021-05-20compositor: Fix NV12 blend operationNicolas Dufresne
2021-05-03appsrc: Don't leak buffer list while wrongly unreffing buffer on EOS/flushingSebastian Dröge
2021-05-03app: Add gstappsrc.h to the enum headers in meson.buildSebastian Dröge
2021-04-30videotestsrc: Fix a leak when computing alpha capsNirbheek Chauhan
2021-04-27gstgl: Fix build when Meson >= 0.58.0rc1Xavier Claessens
2021-04-22uridecodebin: Don't force floating reference for future reusable decodebinSeungha Yang
2021-04-22uridecodebin: Use gst_object_ref instead of g_object_refSeungha Yang
2021-04-14playbin{2,3}: fix base_time selection when flush seeking liveMathieu Duponchelle
2021-04-13gstgiobasesink: Handle incomplete writes in gst_gio_base_sink_render()Robin Burchell
2021-04-13clockoverlay: Fix broken string formatting by strftime() on WindowsSeungha Yang
2021-04-13gst: don't use volatile to mean atomicMatthew Waters
2021-04-07Fix build issue on MinGW64Binh Truong
2021-03-25parsebin: Put stream flags in GstStreamEdward Hervey
2021-03-25gl/wayland: provide a dummy global_remove functionMatthew Waters
2021-03-25gstgiosrc: Don't leak scheme string in gst_gio_src_query()Jan Schmidt
2021-03-15Back to developmentTim-Philipp Müller
2021-03-15Release 1.18.41.18.4Tim-Philipp Müller
2021-03-15tag: id3v2: fix frame size check and potential invalid readsTim-Philipp Müller
2021-03-10audioaggregator: fix input_buffer ownershipGuillaume Desmottes
2021-03-10audioaggregator: fix input buffer when convertingGuillaume Desmottes
2021-02-26video-converter: Don't upsample/downsample/dither invalid linesVivia Nikolaidou
2021-02-25gstrtspconnection: correct data_size when tunneled modeKristofer Björkström
2021-02-25audioaggregator: Log if the sample rate of one sinkpad is not acceptedSebastian Dröge
2021-02-24audioresample: Respect buffer layout when drainJeongki Kim
2021-02-19decodebin3: change stream selection message ownerStéphane Cerveau
2021-02-17uridecodebin3: make caps property workTim-Philipp Müller
2021-02-17videodecoder: Fix racy critical when pool negotiation occurs during flushAlicia Boya García
2021-02-17libs: audio: Fix gst_audio_buffer_truncate meta handlingJan Alexander Steffens (heftig)
2021-01-30overlay/example: added qt core dependency for qt overlay exampleKnobe, Daniel
2021-01-28video: Convert info_to_caps to take self as const ptrMarijn Suijten
2021-01-14Back to developmentTim-Philipp Müller
2021-01-14Release 1.18.31.18.3Tim-Philipp Müller
2021-01-13encodebin: Ensure that parsers are compatible with selected encodersThibault Saunier
2021-01-13decodebin3: When reconfiguring a slot make sure that the ghostpad is unlinkedSebastian Dröge
2021-01-12video-blend: fix blending 8-bit and 16-bit frames togetherJakub Adam
2021-01-05gl: document some GL caps specificsMatthew Waters