summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2018-02-26rtpptdemux: provide example usage for ignored-payload-typesMathieu Duponchelle1-0/+5
2018-02-26rtpbin, rtpptdemux: Add missing Since markersMathieu Duponchelle2-1/+10
2018-02-26FEC elements: document, remove irrelevant propertiesMathieu Duponchelle6-55/+123
2018-02-24rtpgstdepay: do not warn when caps were not yet receivedMathieu Duponchelle1-2/+1
2018-02-23rtpulpfec: fix debug log printf format warning on 32-bit platformsArnaud Bonatti1-1/+1
2018-02-22docs: hook up new RTP FEC elementsTim-Philipp Müller5-0/+56
2018-02-21rtp: dist new header filesTim-Philipp Müller1-1/+11
2018-02-21rtp: fec: fix build with gstreamer debug log system disabledTim-Philipp Müller6-58/+15
2018-02-21rtpptdemux: do no assume sink caps are non NULLMathieu Duponchelle1-13/+16
2018-02-21rtpbin: Expose FEC support signalsMathieu Duponchelle2-34/+320
2018-02-21rtp: Implement ULPFEC (RFC 5109)Mikhail Fludkov21-1/+4231
2018-02-21rtpptdemux: Add ignored-payload-types propertyMathieu Duponchelle2-0/+87
2018-02-21rtpptdemux: Add ssrc to output capsMathieu Duponchelle1-1/+17
2018-02-18monoscope: Forward the SEGMENT event from the chain functionSebastian Dröge2-1/+14
2018-02-16rtspsrc: Fix missing read property of backchannelJames Stevenson1-0/+3
2018-02-16rtspsrc: Implement ONVIF backchannel support via TCPSebastian Dröge1-3/+42
2018-02-16rtspsrc: Implement ONVIF backchannel supportNirbheek Chauhan2-41/+233
2018-02-16splitmuxsrc: Improve not-linked handling.Jan Schmidt2-1/+34
2018-02-15rtpjitterbuffer: allow timestamps to move backwardsPatrick Radizi1-13/+0
2018-02-15docs: remove pointless Since: 0.10.x markersTim-Philipp Müller1-1/+0
2018-02-14rtpvorbisdepay: fix unbounded memory usageAlban Bedel1-0/+23
2018-02-09qtdemux: Fix comment typo in previous commitEdward Hervey1-1/+1
2018-02-09qtdemux: More 'meta' atom parsing fixesEdward Hervey1-3/+17
2018-02-09qtmux: Add support for muxing svmi atom for stereoscopic video informationSebastian Dröge3-0/+99
2018-02-09qtdemux: Minor cleanupEdward Hervey1-6/+6
2018-02-09qtdemux: Cope with difference between QTFF and ISO BMFF specsEdward Hervey1-1/+7
2018-02-09isomp4: Make 'hdlr' atom dump more flexibleEdward Hervey1-4/+4
2018-02-09Update ORC filesEdward Hervey4-30/+30
2018-02-01qtmux: send stream warning when refusing video capsJustin Kim2-3/+37
2018-02-01rtph264depay: update output caps regardless formatJustin Kim1-30/+2
2018-01-31isomp4: Add gmhd/gmin debuggingEdward Hervey3-2/+29
2018-01-31interleave: fix memory leak of GAP buffersPhilippe Normand1-1/+1
2018-01-31qtdemux_dump: Demote verbose logging to TRACE levelEdward Hervey1-1/+1
2018-01-31qtdemux: Re-enable full debug logging of stsz entriesEdward Hervey1-3/+1
2018-01-29qtdemux: Remove white space at end of lineSeungha Yang1-2/+2
2018-01-29qtdemux: Apply qtdemux debug category to gstisoffSeungha Yang8-4/+26
2018-01-29splitmuxsrc: properly set total duration on outgoing segmentTim-Philipp Müller1-0/+10
2018-01-29splitmuxsrc: don't respond to duration query with CLOCK_TIME_NONETim-Philipp Müller1-4/+7
2018-01-25qtdemux: Add more prose to the comment of gst_qtdemux_find_sample()Alicia Boya García1-3/+13
2018-01-23multifilesrc: fix up uri handler a littleTim-Philipp Müller1-12/+34
2018-01-23multifilesrc: implement uri handlerDimitrios Katsaros1-1/+67
2018-01-23qtmux: Make sure timecode uses the same timescale as videoVivia Nikolaidou3-11/+15
2018-01-23qtmux: Allow configuring trak timescale per pad/trakSebastian Dröge1-16/+140
2018-01-23Update for renamed aggregator pad APITim-Philipp Müller1-2/+2
2018-01-22rtspsrc: Fix up sendonly/recvonly attribute handlingSebastian Dröge1-4/+4
2018-01-18aacparse: When parsing raw input, accept frames of any sizeJan Alexander Steffens (heftig)1-0/+4
2018-01-18rtpbin: fix leak of elements requested by signalsMathieu Duponchelle1-3/+11
2018-01-16multifilesink: document unit of "max-file-duration" propertyTim-Philipp Müller1-2/+2
2018-01-12udpsrc: fix typo in documentationFlorent Thiéry1-1/+1
2017-12-24rtp: add L8 audio supportTim Allen7-0/+660