summaryrefslogtreecommitdiff
path: root/gst/mpegdemux
Commit message (Expand)AuthorAgeFilesLines
* mpegdemux: Add stream-format to the H.264 caps.Jan Schmidt2017-02-011-1/+2
* mpegdemux: Add extra length checks to TS scanning.Jan Schmidt2017-02-011-0/+10
* psdemux: Rewrite PSM parsing using GstByteReaderJan Schmidt2017-02-012-207/+117
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+14
* mpegdemux: Handle system header when scanning for timestamps.Jan Schmidt2016-05-151-4/+28
* mpegdemux: Fix backward timestamp scan on small files.Jan Schmidt2016-05-151-2/+7
* mpegdemux: don't do bogus adjustments on seek if we have no first_ptsTim-Philipp Müller2016-05-151-1/+1
* mpegdemux: fix descriptionTim-Philipp Müller2016-05-051-1/+1
* Fix file permissions of some filesTim-Philipp Müller2015-08-281-0/+0
* mpegdemux: check pointer before dereferencingSangkyu Park2015-06-261-0/+5
* mpegdemux: remove unused property enum itemLuis de Bethencourt2015-04-271-1/+0
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-2/+2
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* mpegdemux: fix pad leak when not adding a new pad after no-more-padsVincent Penquerc'h2015-04-161-0/+3
* mpegdemux: resurrect some flow return handlingMark Nauwelaerts2015-03-281-0/+1
* mpegdemux: minor debug updateEdward Hervey2015-01-211-4/+4
* mpegdemux: fix dead codeLuis de Bethencourt2015-01-121-1/+5
* mpegdemux: minor optimisation when scanning for SCRsTim-Philipp Müller2015-01-111-0/+1
* mpegdemux: start pushing data again when a pad gets linked laterTim-Philipp Müller2014-11-021-0/+28
* mpegdemux: namespace fixesTim-Philipp Müller2014-11-023-214/+210
* mpegdemux: removed an unwanted initialization and a variableSanjay NM2014-09-181-7/+3
* mpegdemux: avoid crashing in pathological caseEdward Hervey2014-06-021-1/+0
* mpegdemux: use GstFlowCombinerThiago Santos2014-05-262-38/+13
* mpegpsdemux: Flush program end code bytesEdward Hervey2014-04-231-0/+3
* mpegdemux: Don't write after the end of the psm array when initialising itSebastian Dröge2014-02-271-1/+1
* mpegpsdemux: Initialize PSM fullyEdward Hervey2014-02-251-4/+5
* mpegdemux: Merge some changes from the resindvd copyJan Schmidt2014-01-162-10/+22
* mpgegdemux: do not use pushed buffer in debug messageMark Nauwelaerts2013-11-111-4/+4
* mpegpsdemux: log time format as name instead of the numberStefan Sauer2013-10-081-6/+6
* mpegpsdemux: minor clean-upTim-Philipp Müller2013-09-021-5/+3
* mpegdemux: send events on pads that are not linkedMatej Knopp2013-09-021-1/+1
* mpegdemux: send codec tag for each streamArnaud Vrac2013-08-122-2/+16
* gst: Don't swap start/stop for negative rates in the SEGMENT querySebastian Dröge2013-07-291-7/+0
* mpegdemux: Implement SEGMENT querySebastian Dröge2013-07-291-0/+26
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-292-13/+31
* mpegdemux: Add support for group-id in the stream-start eventSebastian Dröge2013-07-232-1/+23
* mpegdemux: do not push discont buffers if they aren't discontArnaud Vrac2013-07-171-0/+3
* mpegdemux: accept ID_PRIVATE_STREAM_1 to avoid loosing syncAlban Browaeys2013-06-071-0/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* mpegdemux: decrease log priority for repeating messagesMatej Knopp2013-04-121-13/+13
* mpegpsdemux: push stream start eventWim Taymans2013-03-301-0/+7
* mpegdemux: add parsed=false to mpeg2 capsDavid Schleef2013-02-121-3/+4
* Fix FSF addressTim-Philipp Müller2012-11-046-12/+12
* mpegdemux: check base_time before calculating new_startThijs Vermeir2012-10-241-1/+2
* mpegdemux: forward non-processed dvd eventsMark Nauwelaerts2012-10-191-0/+4
* mpegdemux: segment event should be sent before gap eventMark Nauwelaerts2012-10-191-0/+3
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* mpegdemux: Fix unitialized variable compiler warningSebastian Dröge2012-10-161-1/+3
* mpegdemux: advance stream time when sending GAP eventMark Nauwelaerts2012-10-121-0/+1