summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* Android, Fix wrong dinamic linking attemptReynaldo H. Verdejo Pinochet2012-01-131-0/+1
* sirenenc: fix base class call mixup in finalizeVincent Penquerc'h2012-01-131-1/+1
* patchdetect: remove (leaking) dead codeVincent Penquerc'h2012-01-122-9/+0
* inter: remove (leaking) dead codeVincent Penquerc'h2012-01-128-25/+0
* hlsdemux: fix queue leakVincent Penquerc'h2012-01-121-0/+1
* dccpclientsink: fix string leakVincent Penquerc'h2012-01-121-0/+12
* y4mdec: fix event leakVincent Penquerc'h2012-01-121-0/+3
* interlace: fix caps leaksVincent Penquerc'h2012-01-101-1/+15
* interlace: fix ref leakVincent Penquerc'h2012-01-101-0/+2
* tsdemux: Don't provide bogus values in non-TIME push-modeEdward Hervey2012-01-101-6/+9
* tsdemux: Handle rollover in PTS and DTSEdward Hervey2012-01-101-13/+75
* h264parse: use the framerate that was copied a few lines aboveVincent Penquerc'h2012-01-091-2/+2
* mpegvideoparse: add a couple consts on string literal arraysVincent Penquerc'h2012-01-091-2/+3
* coloreffects: added support for a visual magnifier color filter to be used in...David Biomech3602012-01-062-1/+40
* h264parse: fix test and set not using the same inputVincent Penquerc'h2012-01-061-1/+1
* interlace: avoid dividing by zero on unkbown framerateVincent Penquerc'h2012-01-061-7/+13
* h264parse: fix and tweak frame timestampingMark Nauwelaerts2012-01-042-3/+29
* h264parse: prefer negotiating pass-throughMark Nauwelaerts2012-01-031-6/+27
* h264parse: mark byte-stream AU frame with inserted codec NALs as keyframeMark Nauwelaerts2012-01-031-0/+3
* h264parse: properly determine skip amount when no NAL start found yetMark Nauwelaerts2012-01-031-1/+3
* h264parse: some more proper parse state resetMark Nauwelaerts2012-01-031-1/+3
* camerabin2: clarify some message logsThiago Santos2011-12-301-2/+2
* camerabin2: fix gvalue leakThiago Santos2011-12-271-5/+4
* camerabin2: secure event ref when sending event to parent classThiago Santos2011-12-271-0/+4
* basecamerabinsrc: remove redundant functionsThiago Santos2011-12-221-2/+8
* camerabin2: remove unused helper functionThiago Santos2011-12-222-28/+0
* camerabin2: Fix A/V sync for capturesThiago Santos2011-12-202-10/+42
* wrappercamerabinsrc: Push newsegments on video capture startThiago Santos2011-12-201-0/+8
* mpegtsdemux: only warn when we see a PID with unknown typeVincent Penquerc'h2011-12-191-1/+1
* h264parse: avoid pushing SPS/PPS at start only if both are found in streamAlessandro Decina2011-12-192-4/+26
* mpeg4videoparse: handle force key unit eventsAlessandro Decina2011-12-182-4/+170
* h264parse: do wait for a keyframe when handling force key unit eventsAlessandro Decina2011-12-181-2/+0
* mpegtsmux: unset the current PCR stream when starting a new unitAlessandro Decina2011-12-181-0/+1
* mpegtsmux: fix key unit event handling when muxing both audio and videoAlessandro Decina2011-12-181-1/+1
* videomeasure: port to GstCollectPads2Vincent Penquerc'h2011-12-152-23/+23
* mxfmux: port to GstCollectPads2Vincent Penquerc'h2011-12-152-41/+44
* mpegtsmux: port to GstCollectPads2Vincent Penquerc'h2011-12-152-23/+23
* mpegpsmux: port to GstCollectPads2Vincent Penquerc'h2011-12-152-18/+18
* frei0r: port to GstCollectPads2Vincent Penquerc'h2011-12-152-21/+21
* compare: port to GstCollectPads2Vincent Penquerc'h2011-12-152-15/+15
* asfmux: port to GstCollectPads2Vincent Penquerc'h2011-12-153-20/+20
* camerabin2: fix leak on error handlingTommi Myöhänen2011-12-141-0/+2
* mpegtsparse: check offset when retrieving table_id on malformed packetsJulien Isorce2011-12-131-0/+8
* Revert "mpegtsparse: check offset when retrieving table_id on malformed packets"Sebastian Dröge2011-12-131-17/+6
* mpegtsparse: check offset when retrieving table_id on malformed packetsJulien Isorce2011-12-121-6/+17
* liveadder: fix buffer leakVincent Penquerc'h2011-12-121-2/+3
* mpegpsmux: put stream headers into output capsTim-Philipp Müller2011-12-113-10/+95
* mpegpsmux: add "aggregate-gops" property to aggregate GOPs into buffer listsTim-Philipp Müller2011-12-112-3/+77
* mpegpsmux: remember primary video streamTim-Philipp Müller2011-12-112-1/+14
* mpegpsmux: remember whether an incoming buffer is a keyunit or notTim-Philipp Müller2011-12-113-3/+11