78 Commits (cae9a15c98eb9b1ba431d2d55a39171783407bc0)

Author SHA1 Message Date
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
Michael Niedermayer 1308f2733d Document ByteIOContext and URLContext change rules. 17 years ago
Michael Niedermayer b075e52059 Make recently added and still unused read_seek functions return offset_t. 17 years ago
Michael Niedermayer 502bdf6893 Merge recently added and still unused play and pause functions. 17 years ago
Michael Niedermayer 2e9b86ac12 Remove dead code which disappeared with the last major version bump. 17 years ago
Michael Niedermayer 84be6e7239 av_*_next() API for libavformat 17 years ago
Björn Axelsson e7e4810aae Extend ByteIOContext and add the buffered IO functions: 17 years ago
Björn Axelsson 536333a0fe Extend URLProtocol with new function pointers and api functions for 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Panagiotis Issaris e8b7c70f09 Fix Doxygen parameter name 17 years ago
Panagiotis Issaris abfe87d471 Fix Doxygen parameter name 17 years ago
Kostya Shishkov 7798b42df1 Add ff_ prefix to get_v() 17 years ago
Kostya Shishkov 897d3eef4c Make get_v() available to the other demuxers 17 years ago
Baptiste Coudurier 992e78f5f2 rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Björn Axelsson 770d9dafa1 Add functionality to set the direction of a ByteIOContext buffer. 17 years ago
Björn Axelsson 3576f9c629 Documentation fix for url_f(d)open() 17 years ago