Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-09Doxument url_fopen().Stefano Sabatini
2010-02-06Doxument url_fdopen().Stefano Sabatini
2010-01-27Document av_register_protocol(), not that it really needs to beStefano Sabatini
2010-01-25Doxument url_open().Stefano Sabatini
2010-01-24Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini
2010-01-24Doxument url_close().Stefano Sabatini
2010-01-24Doxument url_open_protocol().Stefano Sabatini
2010-01-24Doxument url_read().Stefano Sabatini
2010-01-23Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger
2009-10-20Make url_resetbuf() assert on wrong flags passed and make it static on nextBenoit Fouet
2009-06-04Move function for reading whole specified amount of data from RTSPKostya Shishkov
2009-05-26Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje
2009-02-27Mark as "internal but installed" the avio.h file.Stefano Sabatini
2009-02-27Add a @file notice to avio.h.Stefano Sabatini
2009-02-18Add missing #includes to fix 'make checkheaders'.Diego Biurrun
2009-02-15Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini
2009-02-15Do not export to the public the first_protocol symbol at the nextStefano Sabatini
2009-02-15Document av_protocol_next().Stefano Sabatini
2009-02-15Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini
2008-12-13whitespace cosmeticsDiego Biurrun
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-20Implement url_open_protocol(), which is basiclly the former url_open()Ronald S. Bultje
2008-03-31minor typo fixesDiego Biurrun
2008-03-221st attempt at correcting the punktuation.Michael Niedermayer
2008-03-22Document get_*_buffer()Michael Niedermayer
2008-03-21Document a few url_* functions.Michael Niedermayer
2008-03-10Add AVClass to URLContext at next major version bumpBjörn Axelsson
2007-12-22Add a av_alloc_put_byte function.Reimar Döffinger
2007-12-21Fix Doxygen function parameter name.Diego Biurrun
2007-12-21comment typo fixesDiego Biurrun
2007-12-21typo ;)Ivo van Poorten
2007-12-21Document ByteIOContext and URLContext change rules.Michael Niedermayer
2007-12-20Make recently added and still unused read_seek functions return offset_t.Michael Niedermayer
2007-12-19Merge recently added and still unused play and pause functions.Michael Niedermayer
2007-12-19Remove dead code which disappeared with the last major version bump.Michael Niedermayer
2007-12-12av_*_next() API for libavformatMichael Niedermayer
2007-11-28Extend ByteIOContext and add the buffered IO functions:Björn Axelsson
2007-11-24Extend URLProtocol with new function pointers and api functions forBjörn Axelsson
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-15Fix Doxygen parameter namePanagiotis Issaris
2007-11-15Fix Doxygen parameter namePanagiotis Issaris
2007-11-03Add ff_ prefix to get_v()Kostya Shishkov
2007-11-03Make get_v() available to the other demuxersKostya Shishkov
2007-10-30rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-11Add functionality to set the direction of a ByteIOContext buffer.Björn Axelsson
2007-09-28Documentation fix for url_f(d)open()Björn Axelsson
2007-09-10*_protocol are not part of public APIAurelien Jacobs