summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin2010-04-08
* Replace @returns by @return.Benoit Fouet2010-03-30
* Document url_exist().Stefano Sabatini2010-03-29
* Document url_seek().Stefano Sabatini2010-03-28
* Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer2010-03-15
* Doxument url_fopen().Stefano Sabatini2010-02-09
* Doxument url_fdopen().Stefano Sabatini2010-02-05
* Document av_register_protocol(), not that it really needs to beStefano Sabatini2010-01-27
* Doxument url_open().Stefano Sabatini2010-01-24
* Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini2010-01-24
* Doxument url_close().Stefano Sabatini2010-01-24
* Doxument url_open_protocol().Stefano Sabatini2010-01-24
* Doxument url_read().Stefano Sabatini2010-01-24
* Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger2010-01-23
* Make url_resetbuf() assert on wrong flags passed and make it static on nextBenoit Fouet2009-10-20
* Move function for reading whole specified amount of data from RTSPKostya Shishkov2009-06-04
* Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini2009-05-25
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Mark as "internal but installed" the avio.h file.Stefano Sabatini2009-02-26
* Add a @file notice to avio.h.Stefano Sabatini2009-02-26
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-17
* Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini2009-02-15
* Do not export to the public the first_protocol symbol at the nextStefano Sabatini2009-02-15
* Document av_protocol_next().Stefano Sabatini2009-02-15
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-15
* whitespace cosmeticsDiego Biurrun2008-12-13
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Implement url_open_protocol(), which is basiclly the former url_open()Ronald S. Bultje2008-08-19
* minor typo fixesDiego Biurrun2008-03-31
* 1st attempt at correcting the punktuation.Michael Niedermayer2008-03-22
* Document get_*_buffer()Michael Niedermayer2008-03-21
* Document a few url_* functions.Michael Niedermayer2008-03-21
* Add AVClass to URLContext at next major version bumpBjörn Axelsson2008-03-10
* Add a av_alloc_put_byte function.Reimar Döffinger2007-12-22
* Fix Doxygen function parameter name.Diego Biurrun2007-12-21
* comment typo fixesDiego Biurrun2007-12-21
* typo ;)Ivo van Poorten2007-12-21
* Document ByteIOContext and URLContext change rules.Michael Niedermayer2007-12-20
* Make recently added and still unused read_seek functions return offset_t.Michael Niedermayer2007-12-19
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-19
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-19
* av_*_next() API for libavformatMichael Niedermayer2007-12-12
* Extend ByteIOContext and add the buffered IO functions:Björn Axelsson2007-11-28
* Extend URLProtocol with new function pointers and api functions forBjörn Axelsson2007-11-24
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03