summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2015-07-03pcapparse: fix another regressionTim-Philipp Müller1-2/+5
2015-07-03pcapparse: fix regression when handling packets with eth paddingTim-Philipp Müller1-3/+2
2015-06-26mpegdemux: check pointer before dereferencingSangkyu Park1-0/+5
2015-06-23error-ignore: New element to convert some GstFlowReturn types into othersVivia Nikolaidou4-2/+338
2015-06-22bayer: update ORC filesWim Taymans1-616/+760
2015-06-22irtspparse: reflow code to avoid uninitialized variable warningTim-Philipp Müller1-6/+4
2015-06-22tsmux: code style fixVineeth TM1-3/+2
2015-06-22mpeg1sys: remove ancient plugin that's never even been ported to 0.8Tim-Philipp Müller9-1998/+0
2015-06-20h264parse: fix typo in log messageTim-Philipp Müller1-1/+1
2015-06-19h264parse: Move PAR calcs, and use them for stereoscopic half-aspectJan Schmidt1-12/+21
2015-06-18fpsdisplaysink: get rendered and dropped stats from QOS messagesAlessandro Decina1-38/+40
2015-06-15mpegtsmux: Remove redundant min_dtsNicolas Dufresne2-13/+6
2015-06-15mpegtsmux: fix build errorVineeth TM1-1/+1
2015-06-14compositor: update zorder documentation.Mathieu Duponchelle1-2/+2
2015-06-12tsdemux: Segment start should match first PTSNicolas Dufresne1-27/+27
2015-06-12tsmux: Add negative DTS supportNicolas Dufresne4-59/+77
2015-06-12tsmux: Remove uneeded cast and cast macroNicolas Dufresne2-3/+1
2015-06-12mpegtsmux: Properly detect backward DTSNicolas Dufresne1-2/+7
2015-06-12debugutilsbad: Minor cleanupVivia Nikolaidou2-27/+28
2015-06-12h264parse: Add support for passing stereoscopic/multiview infoJan Schmidt2-5/+154
2015-06-12h264parse: Don't switch to passthrough on set_caps()Jan Schmidt2-9/+21
2015-06-12mpegtsmux: Remove arbitrary constraint on prog-map program idsYanko Kaneti2-11/+19
2015-06-11h263parse: Fix PSC matchingEdward Hervey1-2/+7
2015-06-10liveadder: Fix memory leaks iterating over padsSantiago Carot-Nemesio1-6/+5
2015-06-09audiomixer: fix misleading documentation copied from adderTim-Philipp Müller1-2/+1
2015-06-09dvdspu: Map the pixel data once per render, not *ahem* twice per byte.Jan Schmidt2-5/+17
2015-06-08tsdemux: correct fix for dead codeLuis de Bethencourt1-1/+1
2015-06-08Revert "tsdemux: remove dead code"Luis de Bethencourt1-0/+2
2015-06-08tsdemux: remove dead codeLuis de Bethencourt1-2/+0
2015-06-07Release 1.5.1Sebastian Dröge5-1114/+988
2015-06-05tsdemux: remove ignored assignmentLuis de Bethencourt1-1/+0
2015-06-05simplevideomarkdetect: fix detect of videomark partially or fully outside videoVineeth TM1-14/+73
2015-06-05simplevideomark: Add Error logsVineeth TM1-1/+4
2015-06-04tsdemux: refactor pad creationThiago Santos1-63/+53
2015-06-03vc1parse: remove useless value assignmentsLuis de Bethencourt1-8/+0
2015-06-02mpegtsbase: do not access variable after unrefThiago Santos1-1/+2
2015-06-02simplevideomark: fix display of videomark partially or fully outside videoVineeth TM1-18/+70
2015-06-02tsdemux: enable Chinese AVS video streamAurélien Zanelli1-0/+8
2015-06-01audiointerleave: Always have "channels" be the actual pad countOlivier Crête1-7/+5
2015-06-01audiointerleave: Use the channel count from the set capsOlivier Crête1-3/+4
2015-06-01audiovisualizer: clean dereferences of private structureLuis de Bethencourt1-107/+127
2015-06-01audiovisualizer: make private all variable subclasses don't needLuis de Bethencourt2-165/+172
2015-05-27mpegtsmux: don't overwrite valueLuis de Bethencourt1-3/+4
2015-05-26dvbsuboverlay: remove unused assignmentLuis de Bethencourt1-1/+0
2015-05-26exclusion: exception when set factor to 0Vineeth T M1-4/+1
2015-05-21compositor/glvideomixer: Don't calculate PAR/DAR with unset GstVideoInfosSebastian Dröge1-0/+9
2015-05-21compositor: Fix double assignmentSebastian Dröge1-5/+0
2015-05-21compositor/glvideomixer: fix up par handlingMatthew Waters1-7/+8
2015-05-20h264parse: Consider SEI NALU as "HEADER" packetsEdward Hervey1-0/+1
2015-05-20mpegtsmux: Carry over GST_BUFFER_FLAG_HEADEREdward Hervey2-1/+8