summaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
Commit message (Expand)AuthorAgeFilesLines
* Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_bufJosh Allmann2010-07-011-1/+4
* Fix grammar errors in documentationMåns Rullgård2010-06-301-17/+17
* Add all required includes to avio.hMartin Storsjö2010-06-231-0/+1
* Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö2010-06-221-0/+2
* Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö2010-06-221-0/+19
* Add an av_register_protocol2 function that takes a size parameterMartin Storsjö2010-06-221-1/+8
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-011-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin2010-04-081-0/+15
* Replace @returns by @return.Benoit Fouet2010-03-301-2/+2
* Document url_exist().Stefano Sabatini2010-03-291-0/+5
* Document url_seek().Stefano Sabatini2010-03-281-0/+15
* Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer2010-03-151-0/+8
* Doxument url_fopen().Stefano Sabatini2010-02-091-2/+14
* Doxument url_fdopen().Stefano Sabatini2010-02-051-2/+11
* Document av_register_protocol(), not that it really needs to beStefano Sabatini2010-01-271-0/+3
* Doxument url_open().Stefano Sabatini2010-01-241-0/+11
* Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini2010-01-241-8/+8
* Doxument url_close().Stefano Sabatini2010-01-241-0/+9
* Doxument url_open_protocol().Stefano Sabatini2010-01-241-0/+12
* Doxument url_read().Stefano Sabatini2010-01-241-0/+11
* Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger2010-01-231-0/+8
* Make url_resetbuf() assert on wrong flags passed and make it static on nextBenoit Fouet2009-10-201-0/+2
* Move function for reading whole specified amount of data from RTSPKostya Shishkov2009-06-041-0/+1
* Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini2009-05-251-4/+2
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-031-0/+12
* Mark as "internal but installed" the avio.h file.Stefano Sabatini2009-02-261-0/+3
* Add a @file notice to avio.h.Stefano Sabatini2009-02-261-1/+5
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-171-0/+2
* Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini2009-02-151-1/+1
* Do not export to the public the first_protocol symbol at the nextStefano Sabatini2009-02-151-0/+3
* Document av_protocol_next().Stefano Sabatini2009-02-151-0/+5
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-151-1/+8
* whitespace cosmeticsDiego Biurrun2008-12-131-14/+17
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-19/+15
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Implement url_open_protocol(), which is basiclly the former url_open()Ronald S. Bultje2008-08-191-0/+2
* minor typo fixesDiego Biurrun2008-03-311-1/+1
* 1st attempt at correcting the punktuation.Michael Niedermayer2008-03-221-1/+1
* Document get_*_buffer()Michael Niedermayer2008-03-211-0/+12
* Document a few url_* functions.Michael Niedermayer2008-03-211-0/+25
* Add AVClass to URLContext at next major version bumpBjörn Axelsson2008-03-101-0/+3
* Add a av_alloc_put_byte function.Reimar Döffinger2007-12-221-0/+8
* Fix Doxygen function parameter name.Diego Biurrun2007-12-211-1/+1
* comment typo fixesDiego Biurrun2007-12-211-8/+9
* typo ;)Ivo van Poorten2007-12-211-2/+2
* Document ByteIOContext and URLContext change rules.Michael Niedermayer2007-12-201-0/+14
* Make recently added and still unused read_seek functions return offset_t.Michael Niedermayer2007-12-191-4/+4
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-191-12/+9
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-191-4/+0
OpenPOWER on IntegriCloud