[vlc-devel] commit: Added an access using avformat protocol support. (Laurent Aimar )
git version control
git at videolan.org
Sat Dec 12 19:24:49 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Dec 12 11:08:32 2009 +0100| [f0a61cd7c0a711c1191239a8adf72e3de971b8b9] | committer: Laurent Aimar
Added an access using avformat protocol support.
The only way to test it for now is to use the following syntax:
avio://full_url
like for example avio://http://myhost/myfile.avi
It cannot be instanciated multiple times per process.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f0a61cd7c0a711c1191239a8adf72e3de971b8b9
---
configure.ac | 8 +-
modules/access/Modules.am | 1 +
modules/access/avio.c | 228 ++++++++++++++++++++++++++++++++++++++
modules/access/avio.h | 42 +++++++
modules/codec/avcodec/Modules.am | 3 +-
modules/codec/avcodec/avcodec.c | 3 +
6 files changed, 282 insertions(+), 3 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=f0a61cd7c0a711c1191239a8adf72e3de971b8b9
More information about the vlc-devel
mailing list