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-10-06Remove unused variable.Carl Eugen Hoyos
2010-10-06Use retry_transfer_wrapper() in url_write() as its callers do not expect it t...Michael Niedermayer
2010-10-06Factor retry_transfer_wrapper() out of url_read_complete()Michael Niedermayer
2010-09-30Make register_protocol() use the function av_register_protocol2()Stefano Sabatini
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-08-20add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs
2010-08-19add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs
2010-07-18Allow all valid (and only valid) characters in URL scheme for url_open()Måns Rullgård
2010-06-27Remove an unused label, fixing a warningEli Friedman
2010-06-27Add proper const declaration to a cast, fixes a warningEli Friedman
2010-06-23ReindentMartin Storsjö
2010-06-22Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö
2010-06-22Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö
2010-06-22Add an av_register_protocol2 function that takes a size parameterMartin Storsjö
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-18Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) inStefano Sabatini
2010-03-16Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer
2010-03-06Always call ff_network_init/ff_network_close when opening protocolsMartin Storsjö
2010-01-28Use av_mallocz in url_open_protocol for URLContext.Daniel Kristjansson
2010-01-24Make url_read_complete handle EAGAIN more intelligently.Reimar Döffinger
2010-01-23Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger
2010-01-17Fix comment typo carefull -> carefulMåns Rullgård
2009-06-04Move function for reading whole specified amount of data from RTSPKostya Shishkov
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje
2009-02-15Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini
2008-10-10Only special-case absolute DOS paths on systems that support them.Ramiro Polla
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-08-20Implement url_open_protocol(), which is basiclly the former url_open()Ronald S. Bultje
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-05Check url_seek() in url_open().Michael Niedermayer
2008-03-10Add AVClass to URLContext at next major version bumpBjörn Axelsson
2008-01-09url_write is part of the public API so it may not be under ifdef.Guillaume LecrefECERF
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-24Extend URLProtocol with new function pointers and api functions forBjörn Axelsson
2007-11-16Call prot->url_close only if it is present.Alex Beregszaszi
2007-11-07Check context before accessing its field.Thorsten Jordan
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-06-24use new string functionsMåns Rullgård
2007-03-05Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-01-30protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else theRonald S. Bultje
2007-01-15makes the filename member of the URLContext a pointer, so that theRonald S. Bultje
2007-01-02fix indention of previous commitMichael 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-01-21Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin