Anton Khirnov
|
b3db9ceef1
avio: make get_partial_buffer internal.
|
14 лет назад |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
14 лет назад |
Anton Khirnov
|
8d9ac969cb
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
|
14 лет назад |
Anton Khirnov
|
e731b8d872
avio: move init_put_byte() to a new private header and rename it
|
14 лет назад |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
14 лет назад |
Nicolas George
|
90441276e4
Non-blocking protocol: core wrapper functions
|
14 лет назад |
Nicolas George
|
fe174fc8fc
Non-blocking protocols: flag and documentation
|
14 лет назад |
Anton Khirnov
|
93b78d1210
lavf: make a variant of ff_get_str16_nolen public
|
14 лет назад |
Anton Khirnov
|
dccbd97d72
lavf: move ff_put_str16_nolen from asf to avio and rename it
|
14 лет назад |
Anton Khirnov
|
4efd5cf34b
avio: add av_put_str and deprecate put_strz in favor of it
|
14 лет назад |
Anton Khirnov
|
50196a982b
lavf: move the version macros to a new header
|
14 лет назад |
Anssi Hannula
|
17ee8f669f
Add function put_nbyte() to speed up padding in SPDIF muxer.
|
14 лет назад |
Stefano Sabatini
|
267ff3aed1
Document url_write().
|
14 лет назад |
Aurelien Jacobs
|
a178edf298
drop rtp_get_file_handles() which is not part of public API and not used anymore
|
14 лет назад |
Aurelien Jacobs
|
8ef30ac1f3
add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()
|
14 лет назад |
Stefano Sabatini
|
85c15960b4
Move the definitions of AVSEEK_SIZE to make it appear before the
|
14 лет назад |
Stefano Sabatini
|
8bf256bcc0
Document url_get_filename().
|
14 лет назад |
Stefano Sabatini
|
f3f5eb6e70
Document url_filesize().
|
14 лет назад |
Aurelien Jacobs
|
364cacc7c7
add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()
|
14 лет назад |
Aurelien Jacobs
|
838b27b42c
add FF_API_REGISTER_PROTOCOL define to disable the deprecated
|
14 лет назад |
Aurelien Jacobs
|
404eba44b1
add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass
|
14 лет назад |
Martin Storsjö
|
d5e9ddeb73
url_fskip: Return an error code if the url_fseek failed
|
14 лет назад |
Josh Allmann
|
de1807bbc4
Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf
|
14 лет назад |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 лет назад |
Martin Storsjö
|
ed8d57665b
Add all required includes to avio.h
|
14 лет назад |
Martin Storsjö
|
735cf6b265
Add priv_data_size and priv_data_class to URLProtocol
|
14 лет назад |
Martin Storsjö
|
ffbb289a1d
Split url_open and url_open_protocol into url_alloc and url_connect
|
14 лет назад |
Martin Storsjö
|
9b07a2dc02
Add an av_register_protocol2 function that takes a size parameter
|
14 лет назад |
Martin Storsjö
|
27241cbffe
Declare the url_write buffer parameter as const
|
15 лет назад |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 лет назад |
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 лет назад |
Benoit Fouet
|
32e543f866
Replace @returns by @return.
|
15 лет назад |
Stefano Sabatini
|
8a36b59ba6
Document url_exist().
|
15 лет назад |
Stefano Sabatini
|
9bee245954
Document url_seek().
|
15 лет назад |
Michael Niedermayer
|
493f54ada0
Add AVSEEK_FORCE flag to indicate that the code should attempt to seek
|
15 лет назад |
Stefano Sabatini
|
fe4fbb583d
Doxument url_fopen().
|
15 лет назад |
Stefano Sabatini
|
4e38c09433
Doxument url_fdopen().
|
15 лет назад |
Stefano Sabatini
|
d19a046ebb
Document av_register_protocol(), not that it really needs to be
|
15 лет назад |
Stefano Sabatini
|
b0634fd11e
Doxument url_open().
|
15 лет назад |
Stefano Sabatini
|
725b3da981
Favor the term "URL" over "filename", as the API deals with URLs
|
15 лет назад |
Stefano Sabatini
|
f1f78a9d85
Doxument url_close().
|
15 лет назад |
Stefano Sabatini
|
333146ddc5
Doxument url_open_protocol().
|
15 лет назад |
Stefano Sabatini
|
1f8ad15ad3
Doxument url_read().
|
15 лет назад |
Reimar Döffinger
|
ddb901b74d
Make url_read_complete retry on EAGAIN and return how much data it read
|
15 лет назад |
Benoit Fouet
|
08580cb05a
Make url_resetbuf() assert on wrong flags passed and make it static on next
|
15 лет назад |
Kostya Shishkov
|
0e848977ce
Move function for reading whole specified amount of data from RTSP
|
16 лет назад |
Stefano Sabatini
|
597b4b3f03
Define struct URLContext and typedef it to URLContext in one step.
|
16 лет назад |
Ronald S. Bultje
|
f0a8039464
Add url_get_file_handle(), which is used to get the file descriptor
|
16 лет назад |
Stefano Sabatini
|
3f4c2bf99b
Mark as "internal but installed" the avio.h file.
|
16 лет назад |
Stefano Sabatini
|
aafe9b635e
Add a @file notice to avio.h.
|
16 лет назад |