summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2014-09-07Revert "dataurisrc: Remove unnecessary else if condition"Thiago Santos1-6/+14
2014-09-05aiffparse: Fix handling of 64 bit floating point dataVineeth T M1-1/+1
2014-09-04dataurisrc: Remove unnecessary else if conditionVineeth T M1-14/+6
2014-09-02dataurisrc: Make get_uri() threadsafeVineeth T M1-2/+5
2014-09-01zebrastripe: Refactor to remove duplicate codeVineeth T M1-73/+17
2014-08-29dvbsuboverlay: remove code that can't be reachedTim-Philipp Müller1-7/+2
2014-08-28h264parse: fix up handling of input caps corner casesTim-Philipp Müller1-20/+68
2014-08-28rawparse: Reset negotiation state when going back to READYSebastian Dröge1-0/+1
2014-08-28rfbsrc: Clamp out of bounds resolutions to prevent segfaultsBlake Tregre1-4/+14
2014-08-25h264parse: don't consider unknown stream-format as avcThiago Santos1-2/+3
2014-08-19tsdemux: remove pads when resetting the elementThiago Santos1-9/+13
2014-08-14scenechange: fix crash on startupVineeth T M1-0/+1
2014-08-13tsdemux: Do not tweak segments on reverse playbackThibault Saunier1-4/+7
2014-08-11dvbsuboverlay: improve negotiationThiago Santos1-24/+69
2014-08-11dvbsuboverlay: always intersect with the filter in getcapsThiago Santos1-27/+14
2014-08-11inter: Unref bus after usageSebastian Rasmussen1-0/+5
2014-08-10wrappercamerabinsrc: Unref elements after usageSebastian Rasmussen1-1/+10
2014-08-10interlace: fix caps refcountingSebastian Rasmussen1-2/+1
2014-08-10dvbsuboverlay: Avoid leaking copy of caps objectSebastian Rasmussen1-2/+2
2014-08-05mpegtspacketizer: Store PCR time/byte offsets in 64 bit integersSebastian Dröge2-10/+12
2014-08-05Revert "mpegtspacketizer: Convert PCR times to GStreamer times before compari...Sebastian Dröge1-2/+1
2014-08-05mpegtspacketizer: Convert PCR times to GStreamer times before comparing them ...Sebastian Dröge1-1/+2
2014-08-01mpegtspacketizer: avoid timestamp overflowsThiago Santos1-2/+7
2014-07-26wrappercamerabinsrc: do not give references to probesThiago Santos1-6/+3
2014-07-26camerabin: use gst_object_ref to make it easier to track refsThiago Santos1-2/+2
2014-07-26wrappercamerabinsrc: unref request padsThiago Santos1-0/+8
2014-07-24jpegparse: port to baseparseThiago Santos2-262/+154
2014-07-23wrappercamerabinsrc: only flush buffers if renegotiation is neededThiago Santos1-7/+8
2014-07-23camerabin: handle EOS on the pipelineThiago Santos2-16/+19
2014-07-22tsdemux: Do not scan for keyframe when in push mode.Mathieu Duponchelle1-1/+2
2014-07-22tsdemux: Do not scan for a keyframe in non-accurate mode.Mathieu Duponchelle1-1/+4
2014-07-22gdppay: remove obsolete codeThiago Santos1-13/+0
2014-07-22gdppay: put all sticky events in streamheaderThiago Santos2-154/+101
2014-07-22pnmenc: Port PNM Encoder to use GstVideoEncoder ClassSanjay NM2-150/+182
2014-07-21pnmdec: Patch to handle max valueSanjay NM2-1/+25
2014-07-17wrappercamerabinsrc: set src to ready when there are no pending buffersThiago Santos1-1/+1
2014-07-16mxfmux: Avoid taking unnecessary refSebastian Rasmussen1-1/+1
2014-07-11wrappercamerabinsrc: Fix caps filter caps proxyingNicolas Dufresne1-15/+14
2014-07-10camerabin2: Flush downstream after setting src to READYNicolas Dufresne1-0/+12
2014-07-04aiffparse: Print invalid fourcc in error message in hexSebastian Rasmussen1-2/+1
2014-07-03mpegtspacketizer: Don't dereference NULL if we have no PCR yetSebastian Dröge1-0/+6
2014-07-03tsdemux: Add locking around mpegtspacketiser groups.Jan Schmidt2-3/+40
2014-07-01watchdog: Only create a new GSource if we have a main contextGöran Jönsson1-3/+3
2014-07-01h264parse: fix collection of access units to preserve config headers.Gwenole Beauchesne1-2/+9
2014-07-01h264parse: improve conditions for skipping NAL units.Gwenole Beauchesne1-12/+31
2014-07-01h264parse: introduce new state tracking variables.Gwenole Beauchesne2-1/+32
2014-07-01h264parse: fix and optimize NAL collection function.Gwenole Beauchesne1-3/+3
2014-06-29intersubsrc: basesrc is already creating a pad for us, no need to do it twiceSebastian Dröge2-5/+0
2014-06-29yadif: basetransform is creating pads for us already, don't do it twiceSebastian Dröge2-9/+0
2014-06-29intersubsink/src: Free channel string when finalizing the instanceSebastian Dröge2-4/+28