[vlc-commits] demux: ts: Better missing PCR fixes
    Francois Cartegnie 
    git at videolan.org
       
    Sun Feb 22 16:43:59 CET 2015
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Feb  6 17:03:14 2015 +0100| [4f9093ea3383911e77b17313f4031f61b796a306] | committer: Francois Cartegnie
demux: ts: Better missing PCR fixes
Moves the PCR fix from a global to program focused one.
Replaces the program PCR with a selected one instead of
sending PCR updates from all streams (applies to --no-trust-pcr)
Queues blocks until PCR appears. (will help fixing offsets)
Changes PCR probing time from 100ms (spec max) to 0.5s
(seen some streams with 0.4s inter-PCR)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4f9093ea3383911e77b17313f4031f61b796a306
---
 modules/demux/ts.c |  252 +++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 182 insertions(+), 70 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=4f9093ea3383911e77b17313f4031f61b796a306
    
    
More information about the vlc-commits
mailing list