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
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
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-06-12misc typo fixesDiego Biurrun
2007-03-05Convert all the comment sections into Doxygen compatible comments, same forPanagiotis Issaris
2007-03-05Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris
2007-03-05Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,Panagiotis Issaris
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-01-15makes the filename member of the URLContext a pointer, so that theRonald S. Bultje
2007-01-02AVSEEK_SIZE doxyMichael Niedermayer
2007-01-02seekless filesize retrieving support in 7 lines of code, also doesnt break co...Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-07-14move adler32 to libavutilMåns Rullgård