| Commit message (Expand) | Author | Age | Files | Lines |
* | Add AVClass to URLContext at next major version bump | Björn Axelsson | 2008-03-10 | 1 | -0/+19 |
* | url_write is part of the public API so it may not be under ifdef. | Guillaume LecrefECERF | 2008-01-08 | 1 | -2/+0 |
* | Make recently added and still unused read_seek functions return offset_t. | Michael Niedermayer | 2007-12-19 | 1 | -1/+1 |
* | Merge recently added and still unused play and pause functions. | Michael Niedermayer | 2007-12-19 | 1 | -9/+2 |
* | Remove dead code which disappeared with the last major version bump. | Michael Niedermayer | 2007-12-19 | 1 | -2/+0 |
* | av_*_next() API for libavformat | Michael Niedermayer | 2007-12-12 | 1 | -0/+6 |
* | Extend URLProtocol with new function pointers and api functions for | Björn Axelsson | 2007-11-24 | 1 | -0/+22 |
* | Call prot->url_close only if it is present. | Alex Beregszaszi | 2007-11-16 | 1 | -2/+3 |
* | Check context before accessing its field. | Thorsten Jordan | 2007-11-07 | 1 | -0/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -3/+3 |
* | use new string functions | Måns Rullgård | 2007-06-23 | 1 | -1/+2 |
* | Move avio.h's url_get_max_packet_size() comment from source to header file. | Panagiotis Issaris | 2007-03-05 | 1 | -14/+0 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -5/+5 |
* | protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the | Ronald S. Bultje | 2007-01-30 | 1 | -1/+3 |
* | makes the filename member of the URLContext a pointer, so that the | Ronald S. Bultje | 2007-01-14 | 1 | -1/+4 |
* | fix indention of previous commit | Michael Niedermayer | 2007-01-01 | 1 | -3/+3 |
* | seekless filesize retrieving support in 7 lines of code, also doesnt break co... | Michael Niedermayer | 2007-01-01 | 1 | -0/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add --disable-protocols option to configure to disable I/O protocol from | Gildas Bazin | 2006-01-21 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -7/+7 |
* | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun | 2005-09-23 | 1 | -2/+2 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -3/+3 |
* | avoid seeking to the end, as it confuses some crappy code | Michael Niedermayer | 2004-04-11 | 1 | -1/+1 |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+2 |
* | removed ctype.h header | Fabrice Bellard | 2003-09-08 | 1 | -1/+0 |
* | added primitive aborting system | Fabrice Bellard | 2003-07-17 | 1 | -0/+22 |
* | avoid false URL protocol detection when using ':' in filenames | Fabrice Bellard | 2003-02-21 | 1 | -0/+5 |
* | added url_get_filename() | Fabrice Bellard | 2003-01-11 | 1 | -1/+7 |
* | renamed libav to libavformat | Fabrice Bellard | 2002-11-25 | 1 | -0/+156 |