]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/avio.c
write a single pes for video frames, some proprietary player needs it
[frescor/ffmpeg.git] / libavformat / avio.c
2009-03-03 rbultjeAdd url_get_file_handle(), which is used to get the...
2009-02-15 stefanoRename register_protocol() to av_register_protocol...
2008-10-10 ramiroOnly special-case absolute DOS paths on systems that...
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-08-19 rbultjeImplement url_open_protocol(), which is basiclly the...
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-05 michaelCheck url_seek() in url_open().
2008-03-10 superdumpAdd AVClass to URLContext at next major version bump
2008-01-08 reimarurl_write is part of the public API so it may not be...
2007-12-19 michaelMake recently added and still unused read_seek function...
2007-12-19 michaelMerge recently added and still unused play and pause...
2007-12-19 michaelRemove dead code which disapeared with the last major...
2007-12-12 michaelav_*_next() API for libavformat
2007-11-24 andomaExtend URLProtocol with new function pointers and api...
2007-11-16 alexCall prot->url_close only if it is present.
2007-11-07 benoitCheck context before accessing its field.
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-06-23 mruuse new string functions
2007-03-05 takisMove avio.h's url_get_max_packet_size() comment from...
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2007-01-30 gpoirierprotect the size=seek(SEEK_END,-1)+1 results with an...
2007-01-14 gpoiriermakes the filename member of the URLContext a pointer...
2007-01-01 michaelfix indention of previous commit
2007-01-01 michaelseekless filesize retrieving support in 7 lines of...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-21 diegoAdd --disable-protocols option to configure to disable...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-04-11 michaelavoid seeking to the end, as it confuses some crappy...
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-09-08 bellardremoved ctype.h header
2003-07-17 bellardadded primitive aborting system
2003-02-21 bellardavoid false URL protocol detection when using ':' in...
2003-01-11 bellardadded url_get_filename()
2002-11-25 bellardrenamed libav to libavformat