]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/avio.h
Document ByteIOContext and URLContext change rules.
[frescor/ffmpeg.git] / libavformat / avio.h
2007-12-20 michaelDocument ByteIOContext and URLContext change rules.
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-28 andomaExtend ByteIOContext and add the buffered IO functions:
2007-11-24 andomaExtend URLProtocol with new function pointers and api...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-15 takisFix Doxygen parameter name
2007-11-15 takisFix Doxygen parameter name
2007-11-03 kostyaAdd ff_ prefix to get_v()
2007-11-03 kostyaMake get_v() available to the other demuxers
2007-10-30 bcoudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-11 benoitAdd functionality to set the direction of a ByteIOConte...
2007-09-28 benoitDocumentation fix for url_f(d)open()
2007-09-10 aurel*_protocol are not part of public API
2007-06-16 mruinclude all prerequisites in header files
2007-06-12 diegomisc typo fixes
2007-03-05 takisConvert all the comment sections into Doxygen compatibl...
2007-03-05 takisMove avio.h's url_get_max_packet_size() comment from...
2007-03-05 takisMove aviobuf.c comments to avio.h. By moving the aviobu...
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2007-01-14 gpoiriermakes the filename member of the URLContext a pointer...
2007-01-01 michaelAVSEEK_SIZE doxy
2007-01-01 michaelseekless filesize retrieving support in 7 lines of...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-10 diegoAdd official LGPL license headers to the files that...
2006-07-13 mrumove adler32 to libavutil
2006-02-09 aureladd a Creative VOC (de)muxer
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-19 michaelremove non portable get/put_be64_double()
2005-07-19 michaelkill duplicated get/put_be24()
2005-05-30 michaelFix url_fsize for large files patch by (Wolfram Gloger...
2005-05-19 aureldrop most url_fileno() calls (allows to use ByteIOConte...
2004-10-08 michaelwrite error handling
2004-04-05 michaelchecksuming for nut & nice checksum API for libavformat
2004-03-15 michaeldecode latency patch by (Leon van Stuivenberg <l dot...
2003-09-30 michaelniPatch for attribute(printf) by (Michel Bardiaux <mbardi...
2003-08-29 michaelnilibavformat/avio.h compilation problem in VisualC+...
2003-07-17 bellardadded primitive aborting system
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-01-11 bellardadded url_get_filename()
2002-11-25 bellardrenamed libav to libavformat