summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* rawbaseparse: check destination format correctlyDaniel Knobe2021-06-021-1/+2
* compositor: Fix NV12 blend operationNicolas Dufresne2021-05-201-2/+2
* videotestsrc: Fix a leak when computing alpha capsNirbheek Chauhan2021-04-301-0/+1
* uridecodebin: Don't force floating reference for future reusable decodebinSeungha Yang2021-04-211-2/+9
* uridecodebin: Use gst_object_ref instead of g_object_refSeungha Yang2021-04-211-1/+1
* playbin{2,3}: fix base_time selection when flush seeking liveMathieu Duponchelle2021-04-142-6/+44
* gstgiobasesink: Handle incomplete writes in gst_gio_base_sink_render()Robin Burchell2021-04-131-17/+5
* gst: don't use volatile to mean atomicMatthew Waters2021-04-135-7/+7
* parsebin: Put stream flags in GstStreamEdward Hervey2021-03-251-1/+3
* gstgiosrc: Don't leak scheme string in gst_gio_src_query()Jan Schmidt2021-03-251-0/+1
* 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
* 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
* compositor/blend: fix blending of subsampled componentsMathieu Duponchelle2021-01-011-2/+2
* audiorate: Make buffer writable before changing its metadataSebastian Dröge2020-12-151-2/+2
* decodebin3: Release selection lock when pushing EOSEdward Hervey2020-12-111-5/+22
* compositor: Don't crash in prepare_frame() if the pad was just removedSebastian Dröge2020-12-021-1/+4
* decodebin3: Don't leak filter capsEdward Hervey2020-11-191-1/+3
* decodebin3: Properly handle caps query with no filterEdward Hervey2020-11-191-0/+4
* videoaggregator: Guarantee that the output format is supportedThibault Saunier2020-11-101-1/+1
* tcpserversink: Don't assume g_socket_get_remote_address succeedsJan Alexander Steffens (heftig)2020-11-021-6/+12
* urisourcebin: Fix crash caused by use after freeSeungha Yang2020-10-221-2/+1
* decodebin3: Store stream-start event on output pad before exposing itSeungha Yang2020-10-222-0/+26
* typefind/xdgmime: Validate mimetypes to be valid GstStructure names before us...Sebastian Dröge2020-10-171-0/+26
* uridecodebin3: Forward upstream events to decodebin3 directlySeungha Yang2020-10-141-0/+14
* decodebin3: only force streams-selected seqnum after a select-streamsFrançois Laignel2020-10-111-1/+3
* audio: video: Fix in/outbuf confusion of transform_metaJan Alexander Steffens (heftig)2020-10-101-4/+4
* multihandlesink: Don't pass NULL caps to gst_caps_is_equalJan Alexander Steffens (heftig)2020-10-101-1/+1
* video: Rename gst_video_color_transfer_*() to gst_video_transfer_function_*()...Sebastian Dröge2020-09-071-3/+3
* videoscale: make local quark vars staticTim-Philipp Müller2020-08-281-2/+2
* compositor: fix off-by-1 error in blending ARGBJan Schmidt2020-08-262-373/+454
* videorate/videoscale/audioresample: Ensure that the caps returned from fixate...Sebastian Dröge2020-08-263-2/+4
* videoscale: Don't call NULL GstMeta transform functionSebastian Dröge2020-08-181-1/+3
* compositor: Frames where we introduce alpha can't obscure anythingThibault Saunier2020-07-311-13/+10
* encodebin: Fix and refactor smart encodingThibault Saunier2020-07-223-502/+770
* streamsplitter: Forward STREAM_START to all branchsThibault Saunier2020-07-221-0/+3
* streamsplitter/combiner: Drain encoder before switching branchThibault Saunier2020-07-223-1/+59
* encodebin: Rebuilt internal state when swicthing to avoid-reencodingThibault Saunier2020-07-221-0/+6
* videorate: Error out on streams with no way to guess framerateOlivier Crête2020-07-201-0/+8
* videorate: Assert on invalid result from internal codeOlivier Crête2020-07-201-4/+6
* rawvideoparse: Fix tiling supportNicolas Dufresne2020-07-141-4/+13
* playback: Clarify flag usage for playbin3Edward Hervey2020-07-071-1/+2
* Revert "playbin3: handle GST_PLAY_FLAG_FORCE_SW_DECODERS"Edward Hervey2020-07-073-83/+9
* decodebin3: Only override the selection if neededEdward Hervey2020-07-073-3/+27
* Update disted generated orc backup filesTim-Philipp Müller2020-07-041-239/+221
* meson: add update-orc-dist targetTim-Philipp Müller2020-07-045-0/+5
* video-converter: Make fast path work for equivalent transfer functionsVivia Nikolaidou2020-07-031-0/+18
* audio: video: Optimize by using cached quark for meta tagHavard Graff2020-06-272-4/+13