]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/aviobuf.c
Use full path for #includes from another directory.
[frescor/ffmpeg.git] / libavformat / aviobuf.c
2008-05-09 diegoUse full path for #includes from another directory.
2008-01-04 aurelimprove CRC API
2007-12-22 reimarAdd a av_alloc_put_byte function.
2007-12-19 michaelMake recently added and still unused read_seek function...
2007-12-19 michaelMerge recently added and still unused play and pause...
2007-12-19 michaelRemove unneeded avio wraper functions.
2007-12-16 bcoudurierreturn error when url_fseek could not read until desire...
2007-11-28 andomaExtend ByteIOContext and add the buffered IO functions:
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-03 kostyaAdd ff_ prefix to get_v()
2007-11-03 kostyaMake get_v() available to the other demuxers
2007-10-30 bcoudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-10-11 benoitAdd functionality to set the direction of a ByteIOConte...
2007-09-26 benoitIndentation
2007-09-26 benoitCheck read_packet before using it.
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-05-11 alexcosmetics: fix indentation
2007-03-05 takisMove aviobuf.c comments to avio.h. By moving the aviobu...
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2007-01-30 gpoirierFix misbehaviour in url_fseek() when seeking fails.
2007-01-28 bcoudurierproper error handling in file size retrieval, patch...
2007-01-01 michaelfix indention of previous commit
2007-01-01 michaelseekless filesize retrieving support in 7 lines of...
2006-12-16 aurelput_*() are not only useful to muxers and protocol
2006-11-30 diegoFix compile with --disable-muxers, patch by Loïc Le...
2006-10-20 michaelmove memory reading ByteIOContext init from mov.c to...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-26 michaelsupport forward seeking in non seekable streams
2006-09-26 michaelsimplify seek() failure check
2006-09-22 michaelsimplify url_fseek()
2006-07-20 michaelfix regression failure after adler simplification
2006-02-09 aureladd a Creative VOC (de)muxer
2006-01-21 diegoAdd --disable-protocols option to configure to disable...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-19 michaelremove non portable get/put_be64_double()
2005-07-19 michaelkill duplicated get/put_be24()
2005-06-03 michael10l (segfault fix)
2005-05-30 michaelFix url_fsize for large files patch by (Wolfram Gloger...
2005-05-19 aureldrop most url_fileno() calls (allows to use ByteIOConte...
2005-03-24 michaelbypass internal buffer for "large" packets
2005-01-12 michaelvarious security fixes and precautionary checks
2005-01-08 michaelinteger overflows, heap corruption
2004-10-08 michaelwrite error handling
2004-07-25 michaelffserver fixes by (Koos Vriezen <koos.vriezen at xs4all...
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-04-06 michael10l (bytes_left() -> url_feof())
2004-04-05 michaelchecksuming for nut & nice checksum API for libavformat
2004-03-15 michaeldecode latency patch by (Leon van Stuivenberg <l dot...
2004-02-14 michaelavio patch by (Gildas Bazin <gbazin at altern dot org>)
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-04-23 kabi* keeping compiler happy and quiet
2003-03-26 michaelniffserver deallocate ctx->streams on closing patch by...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2002-11-25 bellardrenamed libav to libavformat