]> git.sesse.net Git - ffmpeg/history - libavformat/aviobuf.c
split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm...
[ffmpeg] / libavformat / aviobuf.c
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