Aurelien Jacobs
|
364cacc7c7
add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()
|
14 years ago |
Aurelien Jacobs
|
838b27b42c
add FF_API_REGISTER_PROTOCOL define to disable the deprecated
|
14 years ago |
Aurelien Jacobs
|
404eba44b1
add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass
|
14 years ago |
Martin Storsjö
|
d5e9ddeb73
url_fskip: Return an error code if the url_fseek failed
|
14 years ago |
Josh Allmann
|
de1807bbc4
Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf
|
14 years ago |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 years ago |
Martin Storsjö
|
ed8d57665b
Add all required includes to avio.h
|
14 years ago |
Martin Storsjö
|
735cf6b265
Add priv_data_size and priv_data_class to URLProtocol
|
14 years ago |
Martin Storsjö
|
ffbb289a1d
Split url_open and url_open_protocol into url_alloc and url_connect
|
14 years ago |
Martin Storsjö
|
9b07a2dc02
Add an av_register_protocol2 function that takes a size parameter
|
14 years ago |
Martin Storsjö
|
27241cbffe
Declare the url_write buffer parameter as const
|
15 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
Tomas Härdin
|
01d91b9be9
Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced.
|
15 years ago |
Benoit Fouet
|
32e543f866
Replace @returns by @return.
|
15 years ago |
Stefano Sabatini
|
8a36b59ba6
Document url_exist().
|
15 years ago |
Stefano Sabatini
|
9bee245954
Document url_seek().
|
15 years ago |
Michael Niedermayer
|
493f54ada0
Add AVSEEK_FORCE flag to indicate that the code should attempt to seek
|
15 years ago |
Stefano Sabatini
|
fe4fbb583d
Doxument url_fopen().
|
15 years ago |
Stefano Sabatini
|
4e38c09433
Doxument url_fdopen().
|
15 years ago |
Stefano Sabatini
|
d19a046ebb
Document av_register_protocol(), not that it really needs to be
|
15 years ago |
Stefano Sabatini
|
b0634fd11e
Doxument url_open().
|
15 years ago |
Stefano Sabatini
|
725b3da981
Favor the term "URL" over "filename", as the API deals with URLs
|
15 years ago |
Stefano Sabatini
|
f1f78a9d85
Doxument url_close().
|
15 years ago |
Stefano Sabatini
|
333146ddc5
Doxument url_open_protocol().
|
15 years ago |
Stefano Sabatini
|
1f8ad15ad3
Doxument url_read().
|
15 years ago |
Reimar Döffinger
|
ddb901b74d
Make url_read_complete retry on EAGAIN and return how much data it read
|
15 years ago |
Benoit Fouet
|
08580cb05a
Make url_resetbuf() assert on wrong flags passed and make it static on next
|
15 years ago |
Kostya Shishkov
|
0e848977ce
Move function for reading whole specified amount of data from RTSP
|
16 years ago |
Stefano Sabatini
|
597b4b3f03
Define struct URLContext and typedef it to URLContext in one step.
|
16 years ago |
Ronald S. Bultje
|
f0a8039464
Add url_get_file_handle(), which is used to get the file descriptor
|
16 years ago |
Stefano Sabatini
|
3f4c2bf99b
Mark as "internal but installed" the avio.h file.
|
16 years ago |
Stefano Sabatini
|
aafe9b635e
Add a @file notice to avio.h.
|
16 years ago |
Diego Biurrun
|
30f68128ab
Add missing #includes to fix 'make checkheaders'.
|
16 years ago |
Stefano Sabatini
|
c1b0210115
Improve grammar: "X next after Y" -> "next X after Y".
|
16 years ago |
Stefano Sabatini
|
d1037c1205
Do not export to the public the first_protocol symbol at the next
|
16 years ago |
Stefano Sabatini
|
9075d1e027
Document av_protocol_next().
|
16 years ago |
Stefano Sabatini
|
65c40e4e3a
Rename register_protocol() to av_register_protocol() and deprecate
|
16 years ago |
Diego Biurrun
|
7f37f5687d
whitespace cosmetics
|
16 years ago |
Diego Biurrun
|
bc5c918ea8
Remove offset_t typedef and use int64_t directly instead.
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Ronald S. Bultje
|
ba99cfc213
Implement url_open_protocol(), which is basiclly the former url_open()
|
16 years ago |
Diego Biurrun
|
4477dedc4f
minor typo fixes
|
17 years ago |
Michael Niedermayer
|
57ecf8d281
1st attempt at correcting the punktuation.
|
17 years ago |
Michael Niedermayer
|
4edfceccec
Document get_*_buffer()
|
17 years ago |
Michael Niedermayer
|
67e2102042
Document a few url_* functions.
|
17 years ago |
Björn Axelsson
|
5acef35f57
Add AVClass to URLContext at next major version bump
|
17 years ago |
Reimar Döffinger
|
1e0f346896
Add a av_alloc_put_byte function.
|
17 years ago |
Diego Biurrun
|
00ef4f58e0
Fix Doxygen function parameter name.
|
17 years ago |
Diego Biurrun
|
8bfb108b3e
comment typo fixes
|
17 years ago |
Ivo van Poorten
|
91fd7398f4
typo ;)
|
17 years ago |