summaryrefslogtreecommitdiffstats
path: root/gst/mpegdemux/gstmpegdemux.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-10mpegdemux: Fixed a bug in the TS scanner. Fixes #574009Josep Torra1-1/+1
2009-02-25mpegdemux: don't ignore GstFlowReturn valuesWim Taymans1-0/+6
2009-02-12Make the demuxer reusable in READY->PLAYING->READY->PLAYING cycles byJulien Moutte1-0/+1
2009-02-04mpegpsdemux: fixes clossing segment generation.Josep Torra1-25/+56
2009-02-04mpegpsdemux: several fixes on the seeking function in pul mode.Josep Torra1-8/+9
2009-02-04Moved var declarations to the begin of functionJosep Torra1-4/+8
2009-02-04Improved seeking in pull mode. Some refactoring and small fixesJosep Torra1-56/+126
2009-02-02Add pull mode to mpegpsdemux and report duration reading first and last PTS. ...Josep Torra1-81/+829
2009-01-02gst/mpegdemux/gstmpegdemux.c: Initialize scr_rate_n and scr_rate_d in order t...Alessandro Decina1-0/+3
2008-12-29gst/mpegdemux/gstmpegdemux.c: Use the adjusted SCR for calculating the mux rate.Wim Taymans1-6/+18
2008-12-29gst/mpegdemux/gstmpegdemux.*: The position member in the newsegment event cor...Wim Taymans1-1/+4
2008-12-29gst/mpegdemux/gstmpegdemux.c: Converting from time to bytes operates on the s...Robin Stocker1-3/+2
2008-10-20gst/mpegdemux/gstmpegdemux.c: Fix reverse playback regression.Edward Hervey1-4/+16
2008-10-16gst/mpegdemux/gstmpegdemux.c: Make sure the mpegpsdemux element creates valid...Edward Hervey1-2/+8
2008-10-08gst/mpegdemux/: Add Fluendo to the Long Name.Zaheer Abbas Merali1-1/+1
2008-10-08gst/mpegdemux/gstmpegdemux.c: Prevent a division by zero if last mux rate was...Sebastian Dröge1-8/+14
2008-09-09gst/mpegdemux/: Fix conflicting public names in new mpeg demuxers.Edward Hervey1-4/+4
2008-09-02gst/mpegdemux/: Fix build on macosx.Edward Hervey1-1/+1
2008-09-02Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This is now dual lice...Zaheer Abbas Merali1-0/+1869