summaryrefslogtreecommitdiff
path: root/gst/mpegdemux
AgeCommit message (Expand)AuthorFilesLines
2014-06-02mpegdemux: avoid crashing in pathological caseEdward Hervey1-1/+0
2014-05-26mpegdemux: use GstFlowCombinerThiago Santos2-38/+13
2014-04-23mpegpsdemux: Flush program end code bytesEdward Hervey1-0/+3
2014-02-27mpegdemux: Don't write after the end of the psm array when initialising itSebastian Dröge1-1/+1
2014-02-25mpegpsdemux: Initialize PSM fullyEdward Hervey1-4/+5
2014-01-16mpegdemux: Merge some changes from the resindvd copyJan Schmidt2-10/+22
2013-11-11mpgegdemux: do not use pushed buffer in debug messageMark Nauwelaerts1-4/+4
2013-10-08mpegpsdemux: log time format as name instead of the numberStefan Sauer1-6/+6
2013-09-02mpegpsdemux: minor clean-upTim-Philipp Müller1-5/+3
2013-09-02mpegdemux: send events on pads that are not linkedMatej Knopp1-1/+1
2013-08-12mpegdemux: send codec tag for each streamArnaud Vrac2-2/+16
2013-07-29gst: Don't swap start/stop for negative rates in the SEGMENT querySebastian Dröge1-7/+0
2013-07-29mpegdemux: Implement SEGMENT querySebastian Dröge1-0/+26
2013-07-29all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2-13/+31
2013-07-23mpegdemux: Add support for group-id in the stream-start eventSebastian Dröge2-1/+23
2013-07-17mpegdemux: do not push discont buffers if they aren't discontArnaud Vrac1-0/+3
2013-06-07mpegdemux: accept ID_PRIVATE_STREAM_1 to avoid loosing syncAlban Browaeys1-0/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-12mpegdemux: decrease log priority for repeating messagesMatej Knopp1-13/+13
2013-03-30mpegpsdemux: push stream start eventWim Taymans1-0/+7
2013-02-12mpegdemux: add parsed=false to mpeg2 capsDavid Schleef1-3/+4
2012-11-04Fix FSF addressTim-Philipp Müller6-12/+12
2012-10-24mpegdemux: check base_time before calculating new_startThijs Vermeir1-1/+2
2012-10-19mpegdemux: forward non-processed dvd eventsMark Nauwelaerts1-0/+4
2012-10-19mpegdemux: segment event should be sent before gap eventMark Nauwelaerts1-0/+3
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-10-16mpegdemux: Fix unitialized variable compiler warningSebastian Dröge1-1/+3
2012-10-12mpegdemux: advance stream time when sending GAP eventMark Nauwelaerts1-0/+1
2012-10-12mpegdemux: send language info downstream if availableMark Nauwelaerts2-1/+35
2012-10-12mpegdemux: remove obsolete struct fieldMark Nauwelaerts2-15/+0
2012-10-12mpegdemux: tweak flow return aggregationMark Nauwelaerts1-0/+5
2012-10-12mpegdemux: handle upstream TIME segmentsMark Nauwelaerts1-8/+28
2012-10-12mpegdemux: handle and combine downstream flow returnMark Nauwelaerts2-1/+50
2012-10-12mpegdemux: handle new style dvd eventMark Nauwelaerts1-7/+24
2012-10-12mpegdemux: do not add pad after no-more-padsMark Nauwelaerts1-2/+10
2012-10-12mpegdemux: clean up segment sendingMark Nauwelaerts2-39/+27
2012-10-12mpegdemux: send GAP event rather than segment updatesMark Nauwelaerts2-28/+9
2012-10-12mpegdemux: refactor segment sendingMark Nauwelaerts1-16/+23
2012-10-12mpegdemux: refactor init and resetMark Nauwelaerts1-31/+31
2012-10-12mpegdemux: no more segment closing in 1.0Mark Nauwelaerts1-67/+0
2012-10-12mpegdemux: clean up some debug statementsMark Nauwelaerts1-9/+3
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-11ext, gst: only activate in pull mode if upstream is seekableMark Nauwelaerts1-1/+2
2012-09-01resindvd/mpegdemux: Send both PTS and DTS downstreamJan Schmidt1-15/+16
2012-08-31mpegdemux: Merge some DVD pieces and fixesJan Schmidt2-20/+19
2012-08-31mpegdemux: avoid extra refs/unrefs of the demuxerJan Schmidt1-32/+7
2012-08-20video/x-dvd-subpicture -> subpicture/x-dvdTim-Philipp Müller1-2/+2
2012-07-18mpegpsdemux: also activate in push mode if the scheduling query failedTim-Philipp Müller1-0/+2
2012-07-18mpegdemux: fix push mode activationTim-Philipp Müller1-2/+0
2012-07-05gst: Implement segment-done eventSebastian Dröge1-0/+5