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
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
2006-02-10add a Creative VOC (de)muxerAurelien Jacobs
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-19remove non portable get/put_be64_double()Michael Niedermayer
2005-07-19kill duplicated get/put_be24()Michael Niedermayer
2005-05-30Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-m...Wolfram Gloger
2005-05-19drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs
2004-10-09write error handlingMichael Niedermayer
2004-04-05checksuming for nut & nice checksum API for libavformatMichael Niedermayer
2004-03-15decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello...Leon van Stuivenberg
2003-09-30Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer