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
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
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-04-11avoid seeking to the end, as it confuses some crappy codeMichael Niedermayer
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-09-09removed ctype.h headerFabrice Bellard
2003-07-17added primitive aborting systemFabrice Bellard
2003-02-21avoid false URL protocol detection when using ':' in filenamesFabrice Bellard
2003-01-11added url_get_filename()Fabrice Bellard
2002-11-25renamed libav to libavformatFabrice Bellard