]> git.sesse.net Git - vlc/commit
* access.* input/*: added access_filter architecture (same API as a
authorLaurent Aimar <fenrir@videolan.org>
Tue, 29 Mar 2005 16:01:23 +0000 (16:01 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 29 Mar 2005 16:01:23 +0000 (16:01 +0000)
commit02d6384dce7b4c44760f643c7b3d24115910a613
treeb9dd6e8a98934610543ec9ece3b1d67a0430fe24
parente80505afd147520a8ae4f16f7d909ede761b9264
 * access.* input/*: added access_filter architecture (same API as a
 standard access_t except that it reads from an access_t).

 * timeshift.c: timeshift access filter. It works with udp/dvb streams (tested
 under linux/windows).
 It allows to pause and to fast/slow forward. To try it, use
 --access-filter timeshift.
include/configuration.h
include/vlc_access.h
include/vlc_config_cat.h
modules/access_filter/Modules.am [new file with mode: 0755]
modules/access_filter/timeshift.c [new file with mode: 0755]
modules/demux/ts.c
modules/mux/mpeg/ts.c
src/input/access.c
src/input/input.c
src/input/var.c
src/libvlc.h