summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-01Release 1.19.11.19.1Tim-Philipp Müller7-1997/+4122
2021-05-29rtpjpegpay: fix image corruption when compiled with MSVC on WindowsTim-Philipp Müller1-2/+3
2021-05-28v4l2videoenc: Set default latency if the frame duration is invalidHou Qi1-0/+4
2021-05-27deinterlace: Drop "field-order" field while transforming capsSeungha Yang1-2/+9
2021-05-27deinterlace: Drop field-order field if outputting progressiveSeungha Yang1-0/+5
2021-05-25rtpssrcdemux: fix "data flow before segment event" crashHavard Graff2-20/+125
2021-05-25rtpssrcdemux: refactor destruction of GstRtpSsrcDemuxPadsHavard Graff1-18/+13
2021-05-25rtpssrcdemux: make naming consistentHavard Graff2-53/+52
2021-05-23wavparse: use g_strndup() for copying text dataTim-Philipp Müller1-2/+2
2021-05-23wavparse: clean up adtl/note/labl chunk parsingTim-Philipp Müller1-4/+2
2021-05-23wavparse: guard against overflow when comparing chunk sizesTim-Philipp Müller1-1/+1
2021-05-21doc: update gst_plugins_cache.jsonDaniel Almeida1-4/+4
2021-05-20matroskademux: fix decoder glitches with H264 contentStéphane Cerveau1-4/+8
2021-05-12qml: don't use buffers that have invalid contentsMatthew Waters1-2/+26
2021-05-12qml: also use the dummy texture when no buffer has been setMatthew Waters1-1/+2
2021-05-11doc: Update cache for RGBP format additionNicolas Dufresne1-4/+4
2021-05-11matroskademux: Advertise codec-alpha in capsNicolas Dufresne3-1/+27
2021-05-11matroskademux: Store alpha stream in VideoCodecAlphaMetaNicolas Dufresne1-7/+14
2021-05-11matroska-demux: extract VP8 alpha from BlockAdditionalsTim-Philipp Müller1-2/+144
2021-05-11qt: return a different GstGLDisplay object when the first sink requestsMatthew Waters5-8/+14
2021-05-07udpsrc: Plug leaks of saddr in error casesJan Alexander Steffens (heftig)1-0/+2
2021-05-07udpsrc: WhitespaceJan Alexander Steffens (heftig)1-1/+1
2021-05-07deinterlace: Plug a method subobject leakJan Alexander Steffens (heftig)1-1/+1
2021-05-06vp9enc: Add color range supportNicolas Dufresne1-2/+23
2021-05-06vp9enc: Move colorspace configuration in VP9 encNicolas Dufresne2-62/+65
2021-05-06vpxdenc: Add a GstVideoCodecState to configure_encoder virtualNicolas Dufresne3-3/+3
2021-05-06gtk: Remove coordinates double-translationBastien Nocera1-12/+2
2021-05-06gtk: Translate navigation events coordinatesBastien Nocera1-0/+13
2021-05-06gtk: Export _display_size_to_stream_size()Bastien Nocera2-5/+10
2021-05-05matroska-mux: Change accepted caps width and height from [16, MAX] to [1, MAX]David Fernandez2-3/+3
2021-05-05Use gst_element_request_pad_simpleFrançois Laignel14-65/+66
2021-04-30qtmux: Make sure to write 64-bit STCO table when needed.Jan Schmidt2-7/+24
2021-04-27v4l2object: Add interlace-mode back to caps for cameraHou Qi1-8/+19
2021-04-26rtpopuspay: set MARKER flagGuillaume Desmottes3-4/+46
2021-04-26rtpopuspay: add DTX supportGuillaume Desmottes4-1/+176
2021-04-26taglib: Update createFrame() to non-deprecated version.Doug Nazar1-0/+13
2021-04-25rtpjitterbuffer: fix divide-by-zeroHavard Graff2-3/+49
2021-04-24rtpjitterbuffer: clean up and improve missing packets handlingHavard Graff2-118/+273
2021-04-23level: make properties thread-safeGuillaume Desmottes2-9/+30
2021-04-23level: disable passthrough when audio-level-meta is enabledGuillaume Desmottes1-1/+11
2021-04-23matroskamux: Don't pass a non-GObject pointer to GST_DEBUG_OBJECT and similarSebastian Dröge1-2/+3
2021-04-22rtpjitterbuffer: Avoid generation of invalid timestampsEdward Hervey1-3/+32
2021-04-21v4l2: Fix glib warning emitted when attribute query failsPhilippe Normand1-1/+1
2021-04-21qmloverlay: Use first found GstGLVideoItem as widget propertyVaL Doroshchuk2-0/+36
2021-04-20v4l2: fix debug category initialisation againTim-Philipp Müller1-0/+5
2021-04-20rtspsrc: Fix race saving seek event seqnum.Doug Nazar1-5/+5
2021-04-19qmlglsink: allow to set force-aspect-ratio propertyMarco Felsch2-0/+7
2021-04-19v4l2src: fix spurious SOURCE_CHANGED error-level log messagesTim-Philipp Müller1-1/+6
2021-04-15rtpsbcpay: remove use of packed struct for payloadDoug Nazar1-40/+2
2021-04-14dtmf: convert to bit accessorsDoug Nazar3-27/+24