summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
Commit message (Expand)AuthorAge
* 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
* Make get_v() available to the other demuxersKostya Shishkov2007-11-03
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Add functionality to set the direction of a ByteIOContext buffer.Björn Axelsson2007-10-11
* Documentation fix for url_f(d)open()Björn Axelsson2007-09-28
* *_protocol are not part of public APIAurelien Jacobs2007-09-10
* include all prerequisites in header filesMåns Rullgård2007-06-16
* misc typo fixesDiego Biurrun2007-06-12
* Convert all the comment sections into Doxygen compatible comments, same forPanagiotis Issaris2007-03-05
* Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris2007-03-05
* Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,Panagiotis Issaris2007-03-05
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* makes the filename member of the URLContext a pointer, so that theRonald S. Bultje2007-01-14
* AVSEEK_SIZE doxyMichael Niedermayer2007-01-01
* seekless filesize retrieving support in 7 lines of code, also doesnt break co...Michael Niedermayer2007-01-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* move adler32 to libavutilMåns Rullgård2006-07-13
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-09