summaryrefslogtreecommitdiffstats
path: root/libavformat/url.h
Commit message (Collapse)AuthorAgeFilesLines
* multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
| | | | | Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
* avio: add avio_check()Stefano Sabatini2011-04-131-0/+1
| | | | | | | | The new function is more flexible than url_exist(), as it allows to specify which access flags to check, and does not require an explicit open of the checked resource. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avio: make URLProtocol internal.Anton Khirnov2011-04-081-0/+17
|
* avio: make URLContext internal.Anton Khirnov2011-04-081-0/+11
|
* avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov2011-04-081-0/+4
|
* avio: deprecate the typedef for URLInterruptCBAnton Khirnov2011-04-081-1/+1
| | | | | There's no particular reason to pollute the namespace with a typedef for it.
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-071-0/+2
|
* avio: make av_register_protocol2 internal.Anton Khirnov2011-04-071-0/+7
|
* avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov2011-04-051-0/+5
|
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-041-0/+8
|
* avio: make url_filesize() internal.Anton Khirnov2011-04-041-0/+7
|
* avio: make url_close() internal.Anton Khirnov2011-04-041-0/+9
|
* avio: make url_seek() internal.Anton Khirnov2011-04-041-0/+16
|
* avio: make url_write() internal.Anton Khirnov2011-04-041-0/+8
|
* avio: make url_read_complete() internal.Anton Khirnov2011-04-041-0/+9
|
* avio: make url_read() internal.Anton Khirnov2011-04-041-0/+11
|
* avio: make url_open() internal.Anton Khirnov2011-04-041-0/+13
|
* avio: make url_connect internal.Anton Khirnov2011-04-041-0/+5
|
* avio: make url_alloc internal.Anton Khirnov2011-04-041-0/+43
OpenPOWER on IntegriCloud