]> git.sesse.net Git - ffmpeg/history - libavformat/aviobuf.c
RV30 loop filter
[ffmpeg] / libavformat / aviobuf.c
2008-12-13 Diego Biurrunwhitespace cosmetics
2008-11-10 Jindřich Makovičkaalways use the whole buffer for reading w/ packetized...
2008-10-18 Michael NiedermayerAppend read data onto the buffer instead of overwriting...
2008-10-04 Reimar DöffingerMake size variables in dyn_buf_write unsigned so gcc...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-07-31 Baptiste CoudurierOnly reset buffer state if seeking is successful; updat...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-04 Aurelien Jacobsimprove CRC API
2007-12-22 Reimar DöffingerAdd a av_alloc_put_byte function.
2007-12-19 Michael NiedermayerMake recently added and still unused read_seek function...
2007-12-19 Michael NiedermayerMerge recently added and still unused play and pause...
2007-12-19 Michael NiedermayerRemove unneeded avio wrapper functions.
2007-12-16 Baptiste Coudurierreturn error when url_fseek could not read until desire...
2007-11-28 Björn AxelssonExtend ByteIOContext and add the buffered IO functions:
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-03 Kostya ShishkovAdd ff_ prefix to get_v()
2007-11-03 Kostya ShishkovMake get_v() available to the other demuxers
2007-10-30 Baptiste Coudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-10-11 Björn AxelssonAdd functionality to set the direction of a ByteIOConte...
2007-09-26 Benoit FouetIndentation
2007-09-26 Benoit FouetCheck read_packet before using it.
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-05-11 Alex Beregszaszicosmetics: fix indentation
2007-03-05 Panagiotis IssarisMove aviobuf.c comments to avio.h. By moving the aviobu...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-01-30 Ronald S. BultjeFix misbehaviour in url_fseek() when seeking fails.
2007-01-28 Ronald S. Bultjeproper error handling in file size retrieval, patch...
2007-01-01 Michael Niedermayerfix indention of previous commit
2007-01-01 Michael Niedermayerseekless filesize retrieving support in 7 lines of...
2006-12-16 Aurelien Jacobsput_*() are not only useful to muxers and protocol
2006-11-30 Loïc Le LoarerFix compile with --disable-muxers, patch by Loïc Le...
2006-10-20 Michael Niedermayermove memory reading ByteIOContext init from mov.c to...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-26 Michael Niedermayersupport forward seeking in non seekable streams
2006-09-26 Michael Niedermayersimplify seek() failure check
2006-09-22 Michael Niedermayersimplify url_fseek()
2006-07-20 Michael Niedermayerfix regression failure after adler simplification
2006-02-09 Aurelien Jacobsadd a Creative VOC (de)muxer
2006-01-21 Gildas BazinAdd --disable-protocols option to configure to disable...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-19 Michael Niedermayerremove non portable get/put_be64_double()
2005-07-19 Michael Niedermayerkill duplicated get/put_be24()
2005-06-03 Michael Niedermayer10l (segfault fix)
2005-05-30 Wolfram GlogerFix url_fsize for large files patch by (Wolfram Gloger...
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2005-03-24 Michael Niedermayerbypass internal buffer for "large" packets
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-10-08 Michael Niedermayerwrite error handling
2004-07-25 Michael Niedermayerffserver fixes by (Koos Vriezen <koos.vriezen at xs4all...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-04-06 Michael Niedermayer10l (bytes_left() -> url_feof())
2004-04-05 Michael Niedermayerchecksuming for nut & nice checksum API for libavformat
2004-03-15 Leon van Stuivenbergdecode latency patch by (Leon van Stuivenberg <l dot...
2004-02-14 Gildas Bazinavio patch by (Gildas Bazin <gbazin at altern dot org>)
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-04-23 Zdenek Kabelac* keeping compiler happy and quiet
2003-03-26 Mark Hillsffserver deallocate ctx->streams on closing patch by...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2002-11-25 Fabrice Bellardrenamed libav to libavformat