summaryrefslogtreecommitdiff
path: root/gst/mpegdemux
Commit message (Expand)AuthorAgeFilesLines
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* ext, gst: only activate in pull mode if upstream is seekableMark Nauwelaerts2012-09-111-1/+2
* resindvd/mpegdemux: Send both PTS and DTS downstreamJan Schmidt2012-09-011-15/+16
* mpegdemux: Merge some DVD pieces and fixesJan Schmidt2012-08-312-20/+19
* mpegdemux: avoid extra refs/unrefs of the demuxerJan Schmidt2012-08-311-32/+7
* video/x-dvd-subpicture -> subpicture/x-dvdTim-Philipp Müller2012-08-201-2/+2
* mpegpsdemux: also activate in push mode if the scheduling query failedTim-Philipp Müller2012-07-181-0/+2
* mpegdemux: fix push mode activationTim-Philipp Müller2012-07-181-2/+0
* gst: Implement segment-done eventSebastian Dröge2012-07-051-0/+5
* update for task api changeWim Taymans2012-06-201-2/+2
* mpegdemux: rename plugin to mpegpsdemuxTim-Philipp Müller2012-06-165-33/+21
* mpegdemux: remove unused TS demuxer bits that have moved to tsdemuxTim-Philipp Müller2012-06-1618-9768/+4
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-296-3/+19
|\
| * mpegtsparse: Fix 'variable 'pid' is uninitialized when used here' compiler wa...Sebastian Dröge2012-03-061-5/+3
| * mpegdemux: Fix 'expression result unused' compiler warningSebastian Dröge2012-03-061-1/+1
| * mpegts: Switch rank of mpegtsdemux and tsdemuxEdward Hervey2012-03-051-1/+1
| * Add missing GLIB_DISABLE_DEPRECATION_WARNINGSGuillaume Desmottes2012-02-284-0/+16
* | don't pass random pointers to pull_rangeWim Taymans2012-03-161-3/+6
* | update for memory api changesWim Taymans2012-03-151-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2012-02-102-7/+22
|\ \ | |/
| * mpegtsdemux: do not emit no-more-padsVincent Penquerc'h2012-02-031-4/+12
| * mpegdemux: include specific AAC stream-format types in template capsVincent Penquerc'h2012-02-022-3/+6
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+4
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-2/+2
* | mpegdemux: Don't leak the SCHEDULING querySebastian Dröge2012-01-271-0/+2
* | Port mpegdemux to 0.11Matej Knopp2012-01-274-201/+341
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-254-26/+73
|\ \ | |/
| * mpegpsdemux: limit the amount of scanning done on duration queriesAlessandro Decina2012-01-251-13/+27
| * mpegpsdemux: don't scan for the last PTS if the first wasn't foundAlessandro Decina2012-01-251-7/+10
| * mpegtsdemux: fix frequent deadlock demuxing MPEG TSVincent Penquerc'h2012-01-231-0/+4
| * mpegdemux: avoid NULL manipulation if invalid inputMark Nauwelaerts2012-01-231-0/+2
| * mpegdemux: avoid some unlikely leaksMark Nauwelaerts2012-01-232-3/+13
| * mpegpsdemux: handle corner-case of short read in pull_buffer betterTim-Philipp Müller2012-01-191-4/+16
| * mpegdemux: fix missing finalize chaining to parentVincent Penquerc'h2012-01-161-0/+2
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-303-7/+22
|\ \ | |/
| * mpegtsdemux: only warn when we see a PID with unknown typeVincent Penquerc'h2011-12-191-1/+1
| * 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
| * mpegtsdemux: only offset timestamps when liveVincent Penquerc'h2011-12-081-5/+12
| * mpegpsdemux: recalculate adjust if difference is negativeAlexey Fisher2011-11-291-1/+1
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-11-282-17/+262
|\ \ | |/
| * mpegdemux: Try to add all streams earlyVincent Penquerc'h2011-11-282-4/+86
| * mpegtsdemux: handle pads with no dataVincent Penquerc'h2011-11-281-0/+45
| * mpegtsdemux: signal no-more-pads when appropriateVincent Penquerc'h2011-11-282-1/+22
| * mpegdemux: take into account offset of first bufferVincent Penquerc'h2011-11-282-2/+72
| * mpegdemux: fix some more video freezingVincent Penquerc'h2011-11-281-2/+2
| * mpegdemux: catch smaller PTS dicontinuitiesVincent Penquerc'h2011-11-282-8/+35