index
:
~gb/gst-plugins-bad
bitstreamparserlibs
bitstreamparserlibs-rebased
codecparsers-fixes
codecparsers-h264
codecparsers-jpeg
master
vc1parsinglib
vc1parsinglib-rebased
Personal repository of gst-plugins-bad
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
mpegdemux
/
gstmpegdemux.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-11
ext, gst: only activate in pull mode if upstream is seekable
Mark Nauwelaerts
1
-1
/
+2
2012-09-01
resindvd/mpegdemux: Send both PTS and DTS downstream
Jan Schmidt
1
-15
/
+16
2012-08-31
mpegdemux: Merge some DVD pieces and fixes
Jan Schmidt
1
-20
/
+16
2012-08-31
mpegdemux: avoid extra refs/unrefs of the demuxer
Jan Schmidt
1
-32
/
+7
2012-08-20
video/x-dvd-subpicture -> subpicture/x-dvd
Tim-Philipp Müller
1
-2
/
+2
2012-07-18
mpegpsdemux: also activate in push mode if the scheduling query failed
Tim-Philipp Müller
1
-0
/
+2
2012-07-18
mpegdemux: fix push mode activation
Tim-Philipp Müller
1
-2
/
+0
2012-07-05
gst: Implement segment-done event
Sebastian Dröge
1
-0
/
+5
2012-06-20
update for task api change
Wim Taymans
1
-2
/
+2
2012-06-16
mpegdemux: rename plugin to mpegpsdemux
Tim-Philipp Müller
1
-11
/
+0
2012-03-29
Merge remote-tracking branch 'origin/0.10'
Sebastian Dröge
1
-1
/
+1
2012-03-16
don't pass random pointers to pull_range
Wim Taymans
1
-3
/
+6
2012-03-06
mpegdemux: Fix 'expression result unused' compiler warning
Sebastian Dröge
1
-1
/
+1
2012-02-10
Merge branch 'master' into 0.11
Wim Taymans
1
-2
/
+6
2012-02-08
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
Wim Taymans
1
-2
/
+2
2012-02-02
mpegdemux: include specific AAC stream-format types in template caps
Vincent Penquerc'h
1
-2
/
+2
2012-01-27
mpegdemux: Don't leak the SCHEDULING query
Sebastian Dröge
1
-0
/
+2
2012-01-27
Port mpegdemux to 0.11
Matej Knopp
1
-174
/
+305
2012-01-27
plenty: fixup glib deprecations
Vincent Penquerc'h
1
-0
/
+4
2012-01-25
mpegpsdemux: limit the amount of scanning done on duration queries
Alessandro Decina
1
-13
/
+27
2012-01-25
mpegpsdemux: don't scan for the last PTS if the first wasn't found
Alessandro Decina
1
-7
/
+10
2012-01-23
mpegdemux: avoid some unlikely leaks
Mark Nauwelaerts
1
-2
/
+7
2012-01-19
mpegpsdemux: handle corner-case of short read in pull_buffer better
Tim-Philipp Müller
1
-4
/
+16
2011-11-29
mpegpsdemux: recalculate adjust if difference is negative
Alexey Fisher
1
-1
/
+1
2011-09-30
mpegpsdemux: take into account SCR offset when seeking
Vincent Penquerc'h
1
-2
/
+3
2011-09-30
mpegdemux: answer position query with a stream time position
Vincent Penquerc'h
1
-4
/
+4
2011-05-20
mpeg[pt]sdemux: Add support for AAC LATM/LOAS streams
Rafael Diniz
1
-2
/
+10
2011-04-15
Fix some unused-but-set-variable warnings with gcc 4.6
Tim-Philipp Müller
1
-4
/
+4
2010-09-21
mpegdemux: Don't use GST_FLOW_IS_FATAL()
Sebastian Dröge
1
-38
/
+36
2010-04-16
Revert "mpegpsdemux: Workaround new gcc 4.5 compiler warning"
Sebastian Dröge
1
-30
/
+24
2010-04-15
mpegpsdemux: Workaround new gcc 4.5 compiler warning
Sebastian Dröge
1
-24
/
+30
2010-03-21
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
Benjamin Otte
1
-19
/
+0
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-9
/
+3
2010-01-10
mpegdemux: fix allignment issue
Linqiang Pu
1
-6
/
+6
2009-10-11
mpegdemux: fix warnings in macosx snow leopard
Josep Torra
1
-1
/
+2
2009-09-15
mpegdemux: Handle base_time when sending segment updates.
Jan Schmidt
1
-13
/
+22
2009-09-04
mpegpsdemux: in seeking use a factor for SCR interpolation
Josep Torra
1
-0
/
+6
2009-08-07
mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM
Josep Torra
1
-4
/
+17
2009-08-07
mpegpsdemux: improved demuxer performance
Josep Torra
1
-59
/
+124
2009-08-05
mpeg[pt]sdemux: Fix SEEKING query
Sebastian Dröge
1
-1
/
+1
2009-07-23
mpegdemux: Remove some backward compatibility code
Sebastian Dröge
1
-73
/
+0
2009-07-23
mpegdemux: Implement query type function for the src pads
Sebastian Dröge
1
-0
/
+16
2009-07-22
mpegdemux: don't add a base_time==-1 to segment positions
Stefan Kost
1
-5
/
+9
2009-07-21
mpegpsdemux: Implement SEEKING query
Sebastian Dröge
1
-0
/
+55
2009-07-18
mpegdemux: Fix integer overflow
Matijs van Zuijlen
1
-2
/
+2
2009-05-26
mpegdemux: Only treat streams from 0xa0 to 0xaf as LPCM, not 0xa0..0xbf
Jan Schmidt
1
-1
/
+1
2009-05-26
mpegdemux: Add sparse stream filling.
Jan Schmidt
1
-0
/
+93
2009-05-26
mpegdemux: Add support for outputting sub-picture streams found in files.
Jan Schmidt
1
-8
/
+31
2009-04-21
mpegdemux: Only error out at EOS push failure if we don't have any streams.
Edward Hervey
1
-6
/
+21
2009-03-13
mpegpsdemux: workaround to fix playback of certain malformed clips
Josep Torra
1
-2
/
+29
[next]