summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
Commit message (Expand)AuthorAge
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
* Make get_v() available to the other demuxersKostya Shishkov2007-11-03
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* Add functionality to set the direction of a ByteIOContext buffer.Björn Axelsson2007-10-11
* IndentationBenoit Fouet2007-09-26
* Check read_packet before using it.Benoit Fouet2007-09-26
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* cosmetics: fix indentationAlex Beregszaszi2007-05-11
* Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,Panagiotis Issaris2007-03-05
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Fix misbehaviour in url_fseek() when seeking fails.Ronald S. Bultje2007-01-30
* proper error handling in file size retrieval, patch by Ronald S. Bultje rbult...Ronald S. Bultje2007-01-28
* fix indention of previous commitMichael Niedermayer2007-01-01
* seekless filesize retrieving support in 7 lines of code, also doesnt break co...Michael Niedermayer2007-01-01
* put_*() are not only useful to muxers and protocolAurelien Jacobs2006-12-16
* Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.Loïc Le Loarer2006-11-30
* move memory reading ByteIOContext init from mov.c to avobuf.cMichael Niedermayer2006-10-20
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* support forward seeking in non seekable streamsMichael Niedermayer2006-09-26
* simplify seek() failure checkMichael Niedermayer2006-09-26
* simplify url_fseek()Michael Niedermayer2006-09-22
* fix regression failure after adler simplificationMichael Niedermayer2006-07-20
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-09
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-21
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* remove non portable get/put_be64_double()Michael Niedermayer2005-07-19
* kill duplicated get/put_be24()Michael Niedermayer2005-07-19
* 10l (segfault fix)Michael Niedermayer2005-06-03
* Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-m...Wolfram Gloger2005-05-30
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-19
* bypass internal buffer for "large" packetsMichael Niedermayer2005-03-24
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* write error handlingMichael Niedermayer2004-10-08
* ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer2004-07-25
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* 10l (bytes_left() -> url_feof())Michael Niedermayer2004-04-06
* checksuming for nut & nice checksum API for libavformatMichael Niedermayer2004-04-05
* decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello...Leon van Stuivenberg2004-03-15
* avio patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-02-14
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* * keeping compiler happy and quietZdenek Kabelac2003-04-23
* ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pog...Mark Hills2003-03-26
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* renamed libav to libavformatFabrice Bellard2002-11-25