[vlc-devel] commit: Made input_clock_t in charge of pts_delay. (Laurent Aimar )

git version control git at videolan.org
Sun Jan 18 17:56:23 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jan 18 17:44:56 2009 +0100| [f5574a640deec0674d8db4c776453bc89b134e16] | committer: Laurent Aimar 

Made input_clock_t in charge of pts_delay.

It fixes a lot of unlocked access.
It will allows a better clock algo.

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

 src/input/clock.c            |   47 +++++++++++++++++++++++++--
 src/input/clock.h            |   13 ++++++-
 src/input/decoder.c          |   72 ++++++++++++++++-------------------------
 src/input/es_out.c           |   33 ++++++++++++++++---
 src/input/es_out.h           |    8 +++++
 src/input/es_out_timeshift.c |   18 ++++++++++
 src/input/input.c            |   65 +++++++++++++++++++++----------------
 src/input/input_internal.h   |    9 ++---
 src/input/var.c              |    5 ---
 9 files changed, 177 insertions(+), 93 deletions(-)

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



More information about the vlc-devel mailing list