summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2019-02-27mpegtsmux: restore stream creation orderMathieu Duponchelle1-7/+6
2019-02-21audiobuffersplit: Added max-silence-time propertyVivia Nikolaidou2-82/+117
2019-02-20mpegtsmux: allow specifying the PID of the PCR streamMathieu Duponchelle1-5/+21
2019-02-13tsdemux: Skew correction should use the upstream DTSJan Schmidt1-3/+6
2019-02-06misc: Fix warnings on Cerbero MinGWNirbheek Chauhan1-1/+1
2019-01-31testbin: Do not take FlowCombiner into account when flushingThibault Saunier1-3/+6
2019-01-31testbin: Forward seek to all sourcesThibault Saunier1-0/+36
2019-01-24mpegpsmux: add stream-format and alignment to H.264 capsNicola Murino1-1/+2
2019-01-24mpegdemux: add support for H.265Nicola Murino2-0/+10
2019-01-24mpegdemux: add stream format to H.264 capsNicola Murino1-1/+2
2019-01-17removesilence: Add $(LIBM) to librariesSebastian Dröge1-1/+1
2018-12-27Remove compositor plugin which was moved to -baseTim-Philipp Müller12-7567/+1
2018-12-26Remove GstVideoAggregator, moved into libgstvideo in -baseTim-Philipp Müller2-3/+2
2018-12-25stereo: remove plugin which has been merged into audiofx in -goodTim-Philipp Müller6-299/+1
2018-12-20timecodestamper: Don't use deprecated APISebastian Dröge1-2/+9
2018-12-17meson: install freeverb preset fileTim-Philipp Müller1-0/+2
2018-12-14removesilence: add libm to meson.buildNicola Murino1-1/+1
2018-12-14removesilence: reset filter on start and on segment eventsNicola Murino2-8/+50
2018-12-14removesilence: improve documentationNicola Murino1-4/+11
2018-12-14removesilence: add threshold propertyNicola Murino3-5/+38
2018-12-14removesilence: add properties to detect silence only after minimum silence ti...Nicola Murino2-3/+67
2018-12-14removesilence: add silent property to control bus message notificationsNicola Murino2-15/+33
2018-12-14removesilence: post bus messages when silence is detected/finishedNicola Murino2-0/+25
2018-12-14removesilence: add squash propertyNicola Murino2-2/+37
2018-12-13h26{4,5}parse: Don't confuse nal of codec_data with frameSeungha Yang2-0/+9
2018-12-11mpegvideoparse: extract CEA-708 closed captionsTim-Philipp Müller2-0/+85
2018-12-10mpegtsmux: Handle zero-sized buffers correctly without going into an infinite...Sebastian Dröge1-1/+1
2018-12-02h265parse: process SEI recovery pointGuillaume Desmottes1-0/+8
2018-12-02h265parse: parse SEI messagesGuillaume Desmottes1-1/+31
2018-12-02h264parse: mark SEI Recovery Point as keyframesGuillaume Desmottes1-0/+1
2018-11-30h265parse: Don't duplicate VPS/SPS/PPS per config-interval if existsSeungha Yang2-0/+17
2018-11-30h264parse: Don't duplicate SPS/PPS per config-interval if existsSeungha Yang2-0/+13
2018-11-15siren: Fix floating point invalid operationLars Petter Endresen1-4/+4
2018-11-07tsdemux: implement preliminary support for the bitrate queryMatthew Waters3-0/+63
2018-11-02compositor: update disted orc backup filesTim-Philipp Müller2-2/+612
2018-10-31compositor: Fix enum type mismatchVíctor Manuel Jáquez Leal1-3/+3
2018-10-30compositor: fix undeclared functionsJohan Bjäreholt1-0/+2
2018-10-28compositor: Implement different operators via per-pad propertySebastian Dröge5-197/+220
2018-10-27compositor: Remove extra header for the pad declarationSebastian Dröge4-71/+38
2018-10-17meson: Replace empty configuration_data() with copy keywordSeungha Yang4-8/+8
2018-10-04avwait: Fix sending of dropping=true messagesVivia Nikolaidou1-0/+6
2018-09-27mpegtsmux: add custom AC-3 descriptorMathieu Duponchelle1-0/+4
2018-09-21avwait: Send dropping=true message after all streams stoppedVivia Nikolaidou2-11/+77
2018-09-10h265parse: Fix periodic SPS/PPS sending work after a seekSeungha Yang1-1/+5
2018-09-10h265parse: Add support insert parameter set per IDRSeungha Yang2-112/+132
2018-09-10h265parse: Don't discard first AU delimiterSeungha Yang1-0/+6
2018-09-10h265parse: Consider SEI NALU as "HEADER" packetsSeungha Yang1-0/+1
2018-09-10h265parse: Don't unref buffer that was unreffed just a few lines before alreadySeungha Yang1-1/+0
2018-09-10h265parse: Reset the parser information when caps changesSeungha Yang1-19/+36
2018-09-10h265parse: Fix collection of access units to preserve config headersSeungha Yang1-2/+9