[vlc-commits] demux: ts: rewrite, unifying by program

Francois Cartegnie git at videolan.org
Sun Feb 22 16:43:59 CET 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Feb 16 22:34:37 2015 +0100| [b829dad1898233200c3ae350e3d80a70e33438d1] | committer: Francois Cartegnie

demux: ts: rewrite, unifying by program

fixes #13967
* Recenters everything that depends on program: Time, timerolls, hacks...
* Removes PCR probing, programless timeroll handling
with a simplier fix (won't work with 2x26 hours recording, but..)
* Better probing of program duration (not based on inter PCR). More accurate,
at best by 1 frame length.
* Changes seek handling and bisects only on request (removes the whole file probing)
* No longer creates ES at preparse time
* Simplify/Unify dual program selection list and don't trust default program at first
* Many numerous other fixes

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b829dad1898233200c3ae350e3d80a70e33438d1
---

 modules/demux/ts.c |  791 ++++++++++++++++++++++++++--------------------------
 1 file changed, 398 insertions(+), 393 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b829dad1898233200c3ae350e3d80a70e33438d1


More information about the vlc-commits mailing list