summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* tsdemux: remove memory leakLuis de Bethencourt2015-11-121-0/+2
* mpegtsmux: remove unnecessary buffer checkLuis de Bethencourt2015-11-121-2/+2
* tsdemux: fix pending buffers leak when flushingNicolas Huet2015-11-111-0/+14
* tsdemux: Fix pad leak when the pad is never exposedEtienne Peron2015-11-111-0/+2
* ivfparse: Fix the wrong width & height parsing of vp9 bitstreamSreerenj Balachandran2015-11-111-9/+14
* tsdemux: provide our own definition of log2()Matthew Waters2015-11-111-3/+5
* dvbsuboverlay: Don't send flush eventsEdward Hervey2015-11-061-30/+3
* Fix code indentationTim-Philipp Müller2015-11-062-24/+24
* rtponviftimestamp: use stream time for timestampBranko Subasic2015-11-061-3/+3
* rtponviftimestamp: Update ntp-offset and d/e-bits with a GstEventLinus Svensson2015-11-062-37/+104
* rtponviftimestamp: Do not rearange order of dataLinus Svensson2015-11-062-47/+119
* glshader, tsdemux: simplify codeTim-Philipp Müller2015-11-061-2/+1
* tsdemux: Don't create an incomplete OpusHead but set all the other caps field...Sebastian Dröge2015-11-031-22/+4
* tsmux: Simplify Opus caps parsing by using codecutils helpersSebastian Dröge2015-11-033-132/+93
* tsdemux/mux: Add support for GstAudioClippingMeta for OpusSebastian Dröge2015-11-034-11/+32
* tsmux: Add support for OpusSebastian Dröge2015-11-036-2/+338
* tsdemux: Add support for OpusSebastian Dröge2015-11-033-25/+393
* tsmux: Don't leak buffer in error casesSebastian Dröge2015-11-031-1/+11
* tsmux: Call prepare function for each collected bufferSebastian Dröge2015-11-031-9/+9
* audioaggregator: Improve log messagesOlivier Crête2015-11-021-10/+10
* mpegtsmux: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt2015-11-021-3/+2
* ivfparse: Add vp9 supportSreerenj Balachandran2015-10-292-3/+23
* liveadder: Make latency property be a uint in millisecsOlivier Crête2015-10-281-3/+71
* mxfmux: Remove some dead code that could never be calledSebastian Dröge2015-10-271-6/+1
* geometrictransform: rename gemetric math functions to have their symbols name...George Kiagiadakis2015-10-2610-34/+34
* mxfmux: Remove empty set/get_property()Sebastian Dröge2015-10-231-32/+0
* mxfmux: Port to GstAggregatorSebastian Dröge2015-10-233-288/+327
* mxfmux: Set GC essence element UL version to 0x01Sebastian Dröge2015-10-231-2/+1
* mxf: Reorder CFLAGS and LIBSSebastian Dröge2015-10-231-3/+9
* mxfmux: Set KAG size to 1Sebastian Dröge2015-10-211-1/+1
* mxfmux: Don't let the header partition's prev_partition point forward to the ...Sebastian Dröge2015-10-211-1/+1
* mxftypes: Fix generation of operational pattern ULSebastian Dröge2015-10-211-4/+4
* mxfmpeg: h264 is always byte-stream inside MXFSebastian Dröge2015-10-211-5/+6
* mxfmux: Don't leak SEEK events when dropping themSebastian Dröge2015-10-211-0/+1
* mxfvc3: The wrapping is the 15th byte of the essence container UL, not the 16thSebastian Dröge2015-10-211-1/+1
* mxfdemux: If seeking to the remaining parts of the file fails on EOS, conside...Sebastian Dröge2015-10-211-0/+3
* mxf: Re-enable mxfmux elementSebastian Dröge2015-10-211-2/+3
* mxfjpeg2000: Fix capsSebastian Dröge2015-10-211-2/+2
* mxfmux: Don't fail SEGMENT eventsSebastian Dröge2015-10-211-7/+0
* mxfmux: Push stream-start and caps event before segment eventSebastian Dröge2015-10-211-5/+11
* mxfaes-bwf: Format is unsigned if it's 1 byte per channelSebastian Dröge2015-10-211-4/+6
* pnmdec: drop frame in case of _handle() failureReynaldo H. Verdejo Pinochet2015-10-181-0/+1
* pnmdec: propagate input state after parsingReynaldo H. Verdejo Pinochet2015-10-182-1/+32
* pnmdec: completely reset parsing state at flushReynaldo H. Verdejo Pinochet2015-10-181-4/+1
* liveadder: latency property is an uint64 in audiomixerTim-Philipp Müller2015-10-121-1/+2
* liveadder: Remove plugin, replace by compat subclass of audiomixerOlivier Crête2015-10-114-1640/+26
* audioaggregator: Fix build errorVineeth TM2015-10-071-7/+8
* id3tag: fix sample memory leakVineeth TM2015-10-051-1/+5
* Update GLib dependency to 2.40.0Sebastian Dröge2015-10-021-4/+0
* gstreamer: bad: Fix memory leaks when context parse failsVineeth TM2015-10-021-3/+7