[vlc-devel] commit: The input now pauses the decoders. (Laurent Aimar )
git version control
git at videolan.org
Sun Sep 28 13:36:05 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Sep 28 08:59:48 2008 +0200| [c60211663fe86b98e8dd01c2fcd95f7fbd99045d] | committer: Laurent Aimar
The input now pauses the decoders.
This allows a more reactive pause (independant of *-caching value). It is
not yet instantaneous as vout/aout still play their buffer.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c60211663fe86b98e8dd01c2fcd95f7fbd99045d
---
src/input/clock.c | 31 ++++++++++++++++
src/input/decoder.c | 84 +++++++++++++++++++++++++++++++++++--------
src/input/es_out.c | 44 ++++++++++++++++++-----
src/input/input.c | 8 +++--
src/input/input_clock.h | 5 +++
src/input/input_decoder.h | 20 +++++++---
src/input/input_internal.h | 2 +-
7 files changed, 158 insertions(+), 36 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c60211663fe86b98e8dd01c2fcd95f7fbd99045d
More information about the vlc-devel
mailing list