summaryrefslogtreecommitdiff
path: root/gst/mpegtsdemux
AgeCommit message (Expand)AuthorFilesLines
2014-08-11mpegtspacketizer: Store PCR time/byte offsets in 64 bit integersSebastian Dröge2-10/+12
2014-08-01mpegtspacketizer: avoid timestamp overflowsThiago Santos1-2/+7
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-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-06-25mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey6-88/+88
2014-06-24mpegts: change to GType and from gchar[] to gchar*Stefan Ringel1-4/+8
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-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-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-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-05-29tsbase: parse the mgt and add listed EIT/ETT pids to the known psiThiago Santos1-0/+28
2014-05-27tsdemux: add/remove pads to flowcombiner differently due to streaming natureThiago Santos1-4/+7
2014-05-26mxfdemux: use GstFlowCombinerThiago Santos1-18/+1
2014-05-26tsdemux: use GstFlowCombinerThiago Santos2-27/+24
2014-05-13mpegtbase: Small rewriteEdward Hervey1-8/+4
2014-05-10tsdemux: remove confusing debug log lineTim-Philipp Müller1-1/+0
2014-04-22mpegtspacketizer: Remove dead code and simplify if statementSebastian Dröge1-4/+1
2014-04-18mpegtspacketizer: Improve ts_to_offset codeEdward Hervey1-11/+34
2014-04-18tsdemux: Fix scaling macrosEdward Hervey1-2/+2
2014-04-18mpegtsbase: Don't hard-flush the packetizer on discont buffersEdward Hervey1-1/+1
2014-04-09mpegtsdemux: catch prev-not-found when inserting in the group listVincent Penquerc'h1-6/+12
2014-03-29mpegtspacketizer: Fix typo in debug outputSebastian Dröge1-1/+1
2014-03-29tsdemux: Push next buffer after a discont with the DISCONT flagSebastian Dröge1-0/+13
2014-03-29tsdemux: Drain remaining data on discontsSebastian Dröge3-1/+44
2014-03-29mpegtsbase: Flush if we receive a discont bufferSebastian Dröge1-0/+6
2014-03-29tsdemux: Don't dereference NULL if flushed before a program was selectedSebastian Dröge1-0/+3
2014-03-29tsdemux: Ensure that all pending data is pushed even if the stream was not ac...Sebastian Dröge1-1/+1
2014-03-29mpegtsbase: Fix pull mode scanning for PCR on small filesSebastian Dröge1-3/+11
2014-03-25tsdemux: Fix mpegts_packetizer_set_current_pcr_offset()Jan Schmidt1-7/+7
2014-03-15tsdemux: Support Bluray DTS/DTS-HD and AC3+/TrueHD streamsEdward Hervey1-0/+18
2014-02-26tsdemux: store global tags to push laterThiago Santos2-1/+51
2014-02-21mpegtsbase: Uncomment PAT clearup in _resetEdward Hervey1-11/+4
2014-02-20mpegtspacketizer: Fix ts_to_offset beyond last observed PCREdward Hervey1-0/+5
2014-02-07mpegtspacketizer: Remove or move variable assignmentsEdward Hervey1-4/+3
2014-02-06mpegtsdemux: Update plugin license fieldEdward Hervey1-2/+1
2014-01-30tsdemux: We do not support the SKIP seek flag but that is not a problemSebastian Dröge2-2/+2
2014-01-28tsdemux: Fix flags comparison operator precedenceAmaury Medeiros1-1/+1