summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2021-07-08splitmuxsink: always use factory property when setMathieu Duponchelle1-1/+3
2021-07-06qtdemux: No need for new "application/x-cbcs" capsYacine Bandou1-10/+12
2021-07-02matroskamux: Always write a tags element into seekheadJan Schmidt1-1/+1
2021-07-02qtmux: Don't need to update track per GstCaps if it's not changedSeungha Yang1-1/+13
2021-07-01rtpssrcdemux: Remove pads and reset the element also in READY->NULLSebastian Dröge1-1/+1
2021-07-01rtpptdemux: Remove pads also in PAUSED->READYSebastian Dröge1-1/+1
2021-06-28multiudpsink: Fix broken SO_SNDBUF get/set on WindowsSeungha Yang1-25/+22
2021-06-24rtpmanager: Access GstRTPHdrExt fields through accessorOlivier Crête1-2/+2
2021-06-22qtdemux: Refuse seeks in BYTES formatJan Schmidt1-1/+16
2021-06-16rtph265depay: update codec_data in caps regardless of formatNirbheek Chauhan1-29/+2
2021-06-02qtdemux: use g_memdup2() as g_memdup() is deprecatedTim-Philipp Müller1-19/+19
2021-06-02matroskademux: use g_memdup2() as g_memdup() is deprecatedTim-Philipp Müller4-31/+34
2021-05-29rtpjpegpay: fix image corruption when compiled with MSVC on WindowsTim-Philipp Müller1-2/+3
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 Graff1-14/+22
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-20matroskademux: fix decoder glitches with H264 contentStéphane Cerveau1-4/+8
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-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-05matroska-mux: Change accepted caps width and height from [16, MAX] to [1, MAX]David Fernandez1-2/+2
2021-05-05Use gst_element_request_pad_simpleFrançois Laignel3-13/+13
2021-04-30qtmux: Make sure to write 64-bit STCO table when needed.Jan Schmidt2-7/+24
2021-04-26rtpopuspay: set MARKER flagGuillaume Desmottes2-0/+37
2021-04-26rtpopuspay: add DTX supportGuillaume Desmottes2-0/+72
2021-04-25rtpjitterbuffer: fix divide-by-zeroHavard Graff1-2/+4
2021-04-24rtpjitterbuffer: clean up and improve missing packets handlingHavard Graff1-100/+156
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-20rtspsrc: Fix race saving seek event seqnum.Doug Nazar1-5/+5
2021-04-15rtpsbcpay: remove use of packed struct for payloadDoug Nazar1-40/+2
2021-04-14dtmf: convert to bit accessorsDoug Nazar3-27/+24
2021-04-13rtspsrc: Remove some dead codeNirbheek Chauhan1-9/+0
2021-04-13rtspsrc: Do not overwrite the known duration after a seekNirbheek Chauhan1-1/+0
2021-04-13rtspsrc: Just assign the segment instead of memcpyNirbheek Chauhan1-3/+3
2021-04-13rtpjitterbuffer: Check srcresult before waiting on the condition variable tooSebastian Dröge1-0/+4
2021-04-13rtp: fix rtptwcc to support big endian.Doug Nazar1-3/+3
2021-04-13rtp: fix rtphdrextrfc6464 to support big endian.Doug Nazar1-16/+7
2021-04-13qtmux: Protect against writing absurd sample durationsJan Schmidt2-6/+21
2021-04-12rtspsrc: De-dup seek event seqnums to avoid multiple seeksNirbheek Chauhan1-1/+9