summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-29vc1parse: Fix compiler warnings when compiling with G_DISABLE_ASSERTSebastian Dröge1-3/+3
2014-06-28dataurisrc: fix leak as gst_buffer_replace adds its own refThiago Santos1-0/+1
2014-06-28interaudiosrc: Fail in set_caps() if the caps can't be parsedSebastian Dröge1-7/+12
2014-06-27audiovisualizer: fix caps leaksThiago Santos1-0/+3
2014-06-27codecparsers: h264: fix memory leak in GstH264PPS.Gwenole Beauchesne1-0/+1
2014-06-26codecparsers: h264: add support for Recovery Point SEI message.Aurélien Zanelli1-0/+10
2014-06-25mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey11-103/+103
2014-06-24mpegts: change to GType and from gchar[] to gchar*Stefan Ringel1-4/+8
2014-06-24all: Don't declare variables in 'for' loopsEdward Hervey2-3/+4
2014-06-24compositor: Fix Makefile CFLAGS/LIBADD orderingEdward Hervey1-3/+5
2014-06-22h265parse: fix hvcC size checkChris Bass1-2/+2
2014-06-22Release 1.3.3Sebastian Dröge1-2/+2
2014-06-22rawparse: Use the pad passed to us directly for default event handlingSebastian Dröge1-2/+2
2014-06-22rawparse: default query should be forward on target padJustin Joy1-1/+1
2014-06-22tsdemux: fix up commentTim-Philipp Müller1-1/+1
2014-06-21tsdemux: Update comments to the new reality and remove unused variablesSebastian Dröge1-7/+1
2014-06-20compositor: Add a new compositor based on the new GstVideoAggregator base classMathieu Duponchelle10-0/+4758
2014-06-18pnm: link against libgstbase for GstAdapterTim-Philipp Müller1-2/+2
2014-06-17pnmdec: Added PBM SupportSanjay NM2-6/+34
2014-06-16pnmdec: use GstVideoDecoder ClassSanjay NM2-186/+187
2014-06-16tsdemux: Don't overwrite original seek valueEdward Hervey1-3/+2
2014-06-13mpegtspacketizer: live: handle pcr/dts discrepancies some moreEdward Hervey1-6/+18
2014-06-13mpegtspacketizer: Fix wraparound detection issueEdward Hervey1-7/+8
2014-06-12tsdemux: implement proper seeking for h264 streams.Mathieu Duponchelle3-17/+358
2014-06-12aiffparse: bail out early when bytes per sample is not setVincent Penquerc'h1-1/+7
2014-06-11mpegtspacketizer: Use first group for handling reference pcrEdward Hervey1-1/+9
2014-06-10tsdemux: Remove unused variableEdward Hervey1-14/+0
2014-06-10mpegtspacketizer: Fix debug statementEdward Hervey1-1/+1
2014-06-10mpegtspacketizer: Fix duration evaluation in push modeEdward Hervey1-14/+25
2014-06-10mpegtspacketizer: Handle early PTS conversionEdward Hervey1-2/+10
2014-06-09gdp: don't print already-freed stringTim-Philipp Müller1-1/+1
2014-06-09speed: Fix position query some moreEdward Hervey1-2/+0
2014-06-07mpegtsdemux: Fix sticky event handlingEdward Hervey1-0/+4
2014-06-04tsdemux: Remove extraneous extra parameter from check_pending_buffers functionJan Schmidt1-4/+4
2014-06-04mpegtspacketiser: Always initialise packet AFC flags and PCR fieldsJan Schmidt1-2/+6
2014-06-04tsdemux: Reset pending_ts on a discont, to re-measure initial timestampsJan Schmidt1-0/+1
2014-06-03liveadder: handle gap buffer flagMichael Olbrich1-9/+12
2014-06-02gdp: Fail gracefully if event can't be parsedOlivier Crête1-0/+6
2014-06-02speed: make position query able to convert bytes to timeEdward Hervey1-0/+6
2014-06-02mpegdemux: avoid crashing in pathological caseEdward Hervey1-1/+0
2014-05-30camerabin: fix structure handling in preview messageThiago Santos1-2/+11