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-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-11Add functionality to set the direction of a ByteIOContext buffer.Björn Axelsson
2007-09-26IndentationBenoit Fouet
2007-09-26Check read_packet before using it.Benoit Fouet
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-05-11cosmetics: fix indentationAlex Beregszaszi
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-30Fix misbehaviour in url_fseek() when seeking fails.Ronald S. Bultje
2007-01-28proper error handling in file size retrieval, patch by Ronald S. Bultje rbult...Ronald 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-12-16put_*() are not only useful to muxers and protocolAurelien Jacobs
2006-11-30Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.Loïc Le Loarer
2006-10-20move memory reading ByteIOContext init from mov.c to avobuf.cMichael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-26support forward seeking in non seekable streamsMichael Niedermayer
2006-09-26simplify seek() failure checkMichael Niedermayer
2006-09-22simplify url_fseek()Michael Niedermayer
2006-07-20fix regression failure after adler simplificationMichael Niedermayer
2006-02-10add a Creative VOC (de)muxerAurelien Jacobs
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-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-19remove non portable get/put_be64_double()Michael Niedermayer
2005-07-19kill duplicated get/put_be24()Michael Niedermayer
2005-06-0310l (segfault fix)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
2005-03-25bypass internal buffer for "large" packetsMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2005-01-08integer overflows, heap corruptionMichael Niedermayer
2004-10-09write error handlingMichael Niedermayer
2004-07-25ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-04-0610l (bytes_left() -> url_feof())Michael 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
2004-02-14avio patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-04-23* keeping compiler happy and quietZdenek Kabelac
2003-03-26ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pog...Mark Hills
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2002-11-25renamed libav to libavformatFabrice Bellard