[vlc-devel] commit: Implemented buffering manipulation at the es_out level. ( Laurent Aimar )

git version control git at videolan.org
Thu Oct 9 00:14:25 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Oct  8 21:20:05 2008 +0200| [e5ed591a2e074ca07dd7d34f207834a02552a2f6] | committer: Laurent Aimar 

Implemented buffering manipulation at the es_out level.

It allows faster seek and start up time when the access pace can be controlled.

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

 src/input/clock.c         |   36 ++++
 src/input/decoder.c       |  471 +++++++++++++++++++++++++++++++++++----------
 src/input/es_out.c        |  225 +++++++++++++++-------
 src/input/input_clock.h   |   15 ++
 src/input/input_decoder.h |    5 +
 5 files changed, 584 insertions(+), 168 deletions(-)

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



More information about the vlc-devel mailing list