- Sep 17, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Jan Schmidt authored
Transfer the incoming segment base time to the src segment the demuxer sends downstream. Add some (disabled) debug to the bin for tracking outgoing timestamps.
- Sep 16, 2012
-
-
Christian Fredrik Kalager Schaller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Christian Fredrik Kalager Schaller authored
-
Sebastian Dröge authored
Fixes bug #684116 and simplifies configure checks.
-
- Sep 15, 2012
-
-
Sebastian Dröge authored
Just for consistency with all the other codecs.
-
Mark Nauwelaerts authored
-
- Sep 14, 2012
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Also add all available properties.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... which arranges for a valid fallback id, and allows to continue best effort processing even when sps/pps parsing fails.
-
Peter Seiderer authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683264
-
Peter Seiderer authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683264
-
Peter Seiderer authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683263
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
-
-
-
Arnaud Vrac authored
User data was skipped until now, so the user data was included when parsing the previous packet and in the config buffer. https://bugzilla.gnome.org/show_bug.cgi?id=683254
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Sep 13, 2012
-
-
Jan Schmidt authored
PTS doesn't increment linearly in parsers with frame re-ordering, but DTS does. Verify that instead.
-
Jan Schmidt authored
The parser (correctly) now interprets the test header using MPEG-1 semantics, so fix the test expectation.
-
Olivier Crête authored
-
Olivier Crête authored
Also remove a lot of empty, non-implemented methods
-
Jan Schmidt authored
All these formats have re-ordered PTS which the base class gets wrong. It's better to leave them blank and let the decoder sort it out. Better yet would be to track and interpolate the timestamps in the subclasses (FIXME)
-
Jan Schmidt authored
Handle Gap events the way we used to handle segment updates and advance/fill in the video stream accordingly. Fixes 'still' menus which aren't DVD still frames, but are just a single frame with accompanying audio.
-
Jan Schmidt authored
Shrink the queue once we're prerolled. Fixes the Fringe S1 DVD. Also, ensure we only fire no_more_pads once.
-
Jan Schmidt authored
Until segments are better worked out. Also, use internal input-selector for audio as well
-