summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-10h265parse: Improve conditions for skipping NAL unitsSeungha Yang1-14/+36
2018-09-10h265parse: Introduce new state tracking variablesSeungha Yang2-1/+33
2018-09-10h265parse: Fix and optimize NAL collection functionSeungha Yang1-3/+3
2018-09-10h265parse: Unref/replace force_key_unit_event in gst_h265_parse_resetSeungha Yang1-1/+1
2018-09-10h265parse: Copy over DISCONT flag from input buffersSeungha Yang2-0/+14
2018-09-10watchdog: Add missing static keywordNicolas Dufresne1-4/+2
2018-09-03timecodestamper: Fix typo in set_drop_frameVivia Nikolaidou1-1/+1
2018-08-28audiobuffersplit: Fix format string warningJohan Bjäreholt1-2/+2
2018-08-19freeverb: update for g_type_class_add_private() deprecationTim-Philipp Müller1-8/+5
2018-08-17audiobuffersplit: Add a gapless mode which inserts silence/drops samples on d...Sebastian Dröge2-11/+178