summaryrefslogtreecommitdiff
path: root/gst/mpegdemux/gstmpegdemux.c
AgeCommit message (Expand)AuthorFilesLines
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 Schmidt1-20/+16
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
2012-06-20update for task api changeWim Taymans1-2/+2
2012-06-16mpegdemux: rename plugin to mpegpsdemuxTim-Philipp Müller1-11/+0
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-1/+1
2012-03-16don't pass random pointers to pull_rangeWim Taymans1-3/+6
2012-03-06mpegdemux: Fix 'expression result unused' compiler warningSebastian Dröge1-1/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-2/+6
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-2/+2
2012-02-02mpegdemux: include specific AAC stream-format types in template capsVincent Penquerc'h1-2/+2
2012-01-27mpegdemux: Don't leak the SCHEDULING querySebastian Dröge1-0/+2
2012-01-27Port mpegdemux to 0.11Matej Knopp1-174/+305
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h1-0/+4
2012-01-25mpegpsdemux: limit the amount of scanning done on duration queriesAlessandro Decina1-13/+27
2012-01-25mpegpsdemux: don't scan for the last PTS if the first wasn't foundAlessandro Decina1-7/+10
2012-01-23mpegdemux: avoid some unlikely leaksMark Nauwelaerts1-2/+7
2012-01-19mpegpsdemux: handle corner-case of short read in pull_buffer betterTim-Philipp Müller1-4/+16
2011-11-29mpegpsdemux: recalculate adjust if difference is negativeAlexey Fisher1-1/+1
2011-09-30mpegpsdemux: take into account SCR offset when seekingVincent Penquerc'h1-2/+3
2011-09-30mpegdemux: answer position query with a stream time positionVincent Penquerc'h1-4/+4
2011-05-20mpeg[pt]sdemux: Add support for AAC LATM/LOAS streamsRafael Diniz1-2/+10
2011-04-15Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller1-4/+4
2010-09-21mpegdemux: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-38/+36
2010-04-16Revert "mpegpsdemux: Workaround new gcc 4.5 compiler warning"Sebastian Dröge1-30/+24
2010-04-15mpegpsdemux: Workaround new gcc 4.5 compiler warningSebastian Dröge1-24/+30
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-19/+0
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+3
2010-01-10mpegdemux: fix allignment issueLinqiang Pu1-6/+6
2009-10-11mpegdemux: fix warnings in macosx snow leopardJosep Torra1-1/+2
2009-09-15mpegdemux: Handle base_time when sending segment updates.Jan Schmidt1-13/+22
2009-09-04mpegpsdemux: in seeking use a factor for SCR interpolationJosep Torra1-0/+6
2009-08-07mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCMJosep Torra1-4/+17
2009-08-07mpegpsdemux: improved demuxer performanceJosep Torra1-59/+124
2009-08-05mpeg[pt]sdemux: Fix SEEKING querySebastian Dröge1-1/+1
2009-07-23mpegdemux: Remove some backward compatibility codeSebastian Dröge1-73/+0
2009-07-23mpegdemux: Implement query type function for the src padsSebastian Dröge1-0/+16
2009-07-22mpegdemux: don't add a base_time==-1 to segment positionsStefan Kost1-5/+9
2009-07-21mpegpsdemux: Implement SEEKING querySebastian Dröge1-0/+55
2009-07-18mpegdemux: Fix integer overflowMatijs van Zuijlen1-2/+2
2009-05-26mpegdemux: Only treat streams from 0xa0 to 0xaf as LPCM, not 0xa0..0xbfJan Schmidt1-1/+1
2009-05-26mpegdemux: Add sparse stream filling.Jan Schmidt1-0/+93
2009-05-26mpegdemux: Add support for outputting sub-picture streams found in files.Jan Schmidt1-8/+31
2009-04-21mpegdemux: Only error out at EOS push failure if we don't have any streams.Edward Hervey1-6/+21
2009-03-13mpegpsdemux: workaround to fix playback of certain malformed clipsJosep Torra1-2/+29