]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/avio.h
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavformat / avio.h
2010-05-08 Michal SojkaO_DIRECT works!!!
2010-05-07 Michal SojkaUse O_DIRECT buffer flushing only when we operate reall...
2010-05-05 Michal SojkaRevert "Prepare for O_DIRECT"
2010-04-09 Michal SojkaPrepare for O_DIRECT
2009-03-03 rbultjeAdd url_get_file_handle(), which is used to get the...
2009-02-26 stefanoMark as "internal but installed" the avio.h file.
2009-02-26 stefanoAdd a @file notice to avio.h.
2009-02-17 diegoAdd missing #includes to fix 'make checkheaders'.
2009-02-15 stefanoImprove grammar: "X next after Y" -> "next X after Y".
2009-02-15 stefanoDo not export to the public the first_protocol symbol...
2009-02-15 stefanoDocument av_protocol_next().
2009-02-15 stefanoRename register_protocol() to av_register_protocol...
2008-12-13 diegowhitespace cosmetics
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-19 rbultjeImplement url_open_protocol(), which is basiclly the...
2008-03-31 diegominor typo fixes
2008-03-22 michael1st attempt at correcting the punktuation.
2008-03-21 michaelDocument get_*_buffer()
2008-03-21 michaelDocument a few url_* functions.
2008-03-10 superdumpAdd AVClass to URLContext at next major version bump
2007-12-22 reimarAdd a av_alloc_put_byte function.
2007-12-21 diegoFix Doxygen function parameter name.
2007-12-21 diegocomment typo fixes
2007-12-21 ivotypo ;)
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