]> git.sesse.net Git - vlc/commit
Added an access using avformat protocol support.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 12 Dec 2009 10:08:32 +0000 (11:08 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 12 Dec 2009 18:23:56 +0000 (19:23 +0100)
commitf0a61cd7c0a711c1191239a8adf72e3de971b8b9
tree4be4253f86a1e5c17265738d2120d5ac67f01587
parentdf5349bc76bd8371973eca6c51ad426ce6655bb4
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.
configure.ac
modules/access/Modules.am
modules/access/avio.c [new file with mode: 0644]
modules/access/avio.h [new file with mode: 0644]
modules/codec/avcodec/Modules.am
modules/codec/avcodec/avcodec.c