Age | Commit message (Expand) | Author |
2007-05-11 | cosmetics: fix indentation | Alex Beregszaszi |
2007-03-05 | Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, | Panagiotis Issaris |
2007-02-13 | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol |
2007-01-30 | Fix misbehaviour in url_fseek() when seeking fails. | Ronald S. Bultje |
2007-01-28 | proper error handling in file size retrieval, patch by Ronald S. Bultje rbult... | Ronald S. Bultje |
2007-01-01 | fix indention of previous commit | Michael Niedermayer |
2007-01-01 | seekless filesize retrieving support in 7 lines of code, also doesnt break co... | Michael Niedermayer |
2006-12-16 | put_*() are not only useful to muxers and protocol | Aurelien Jacobs |
2006-11-30 | Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org. | Loïc Le Loarer |
2006-10-20 | move memory reading ByteIOContext init from mov.c to avobuf.c | Michael Niedermayer |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-09-26 | support forward seeking in non seekable streams | Michael Niedermayer |
2006-09-26 | simplify seek() failure check | Michael Niedermayer |
2006-09-22 | simplify url_fseek() | Michael Niedermayer |
2006-07-20 | fix regression failure after adler simplification | Michael Niedermayer |
2006-02-09 | add a Creative VOC (de)muxer | Aurelien Jacobs |
2006-01-21 | Add --disable-protocols option to configure to disable I/O protocol from | Gildas Bazin |
2006-01-12 | Update licensing information: The FSF changed postal address. | Diego Biurrun |
2005-12-22 | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun |
2005-12-17 | COSMETICS: Remove all trailing whitespace. | Diego Biurrun |
2005-09-23 | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun |
2005-07-19 | remove non portable get/put_be64_double() | Michael Niedermayer |
2005-07-19 | kill duplicated get/put_be24() | Michael Niedermayer |
2005-06-03 | 10l (segfault fix) | Michael Niedermayer |
2005-05-30 | Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-m... | Wolfram Gloger |
2005-05-19 | drop most url_fileno() calls (allows to use ByteIOContext directly in caller ... | Aurelien Jacobs |
2005-03-24 | bypass internal buffer for "large" packets | Michael Niedermayer |
2005-01-12 | various security fixes and precautionary checks | Michael Niedermayer |
2005-01-08 | integer overflows, heap corruption | Michael Niedermayer |
2004-10-08 | write error handling | Michael Niedermayer |
2004-07-25 | ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) | Michael Niedermayer |
2004-06-19 | sweeping change from -EIO -> AVERROR_IO | Mike Melanson |
2004-04-06 | 10l (bytes_left() -> url_feof()) | Michael Niedermayer |
2004-04-05 | checksuming for nut & nice checksum API for libavformat | Michael Niedermayer |
2004-03-15 | decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello... | Leon van Stuivenberg |
2004-02-14 | avio patch by (Gildas Bazin <gbazin at altern dot org>) | Gildas Bazin |
2003-10-14 | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson |
2003-04-23 | * keeping compiler happy and quiet | Zdenek Kabelac |
2003-03-26 | ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pog... | Mark Hills |
2003-02-11 | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac |
2003-02-10 | * static,const,compiler warning cleanup | Zdenek Kabelac |
2002-11-25 | renamed libav to libavformat | Fabrice Bellard |