]> git.sesse.net Git - ffmpeg/history - libavformat/avio.c
Include msrledec.h: It contains the prototype for ff_msrle_decode().
[ffmpeg] / libavformat / avio.c
2010-01-28 Daniel KristjanssonUse av_mallocz in url_open_protocol for URLContext.
2010-01-24 Reimar DöffingerMake url_read_complete handle EAGAIN more intelligently.
2010-01-23 Reimar DöffingerMake url_read_complete retry on EAGAIN and return how...
2010-01-17 Måns RullgårdFix comment typo carefull -> careful
2009-06-04 Kostya ShishkovMove function for reading whole specified amount of...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-02-15 Stefano SabatiniRename register_protocol() to av_register_protocol...
2008-10-10 Ramiro PollaOnly special-case absolute DOS paths on systems that...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-08-19 Ronald S. BultjeImplement url_open_protocol(), which is basiclly the...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-05 Michael NiedermayerCheck url_seek() in url_open().
2008-03-10 Björn AxelssonAdd AVClass to URLContext at next major version bump
2008-01-08 Guillaume LecrefECERFurl_write is part of the public API so it may not be...
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 dead code which disappeared with the last major...
2007-12-12 Michael Niedermayerav_*_next() API for libavformat
2007-11-24 Björn AxelssonExtend URLProtocol with new function pointers and api...
2007-11-16 Alex BeregszasziCall prot->url_close only if it is present.
2007-11-07 Thorsten JordanCheck context before accessing its field.
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-23 Måns Rullgårduse new string functions
2007-03-05 Panagiotis IssarisMove avio.h's url_get_max_packet_size() comment from...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-01-30 Ronald S. Bultjeprotect the size=seek(SEEK_END,-1)+1 results with an...
2007-01-14 Ronald S. Bultjemakes the filename member of the URLContext a pointer...
2007-01-01 Michael Niedermayerfix indention of previous commit
2007-01-01 Michael Niedermayerseekless filesize retrieving support in 7 lines of...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
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-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-04-11 Michael Niedermayeravoid seeking to the end, as it confuses some crappy...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-08 Fabrice Bellardremoved ctype.h header
2003-07-17 Fabrice Bellardadded primitive aborting system
2003-02-21 Fabrice Bellardavoid false URL protocol detection when using ':' in...
2003-01-11 Fabrice Bellardadded url_get_filename()
2002-11-25 Fabrice Bellardrenamed libav to libavformat