]> git.sesse.net Git - ffmpeg/history - libavformat/avio.h
Include msrledec.h: It contains the prototype for ff_msrle_decode().
[ffmpeg] / libavformat / avio.h
2010-02-09 Stefano SabatiniDoxument url_fopen().
2010-02-05 Stefano SabatiniDoxument url_fdopen().
2010-01-27 Stefano SabatiniDocument av_register_protocol(), not that it really...
2010-01-24 Stefano SabatiniDoxument url_open().
2010-01-24 Stefano SabatiniFavor the term "URL" over "filename", as the API deals...
2010-01-24 Stefano SabatiniDoxument url_close().
2010-01-24 Stefano SabatiniDoxument url_open_protocol().
2010-01-24 Stefano SabatiniDoxument url_read().
2010-01-23 Reimar DöffingerMake url_read_complete retry on EAGAIN and return how...
2009-10-20 Benoit FouetMake url_resetbuf() assert on wrong flags passed and...
2009-06-04 Kostya ShishkovMove function for reading whole specified amount of...
2009-05-25 Stefano SabatiniDefine struct URLContext and typedef it to URLContext...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-02-26 Stefano SabatiniMark as "internal but installed" the avio.h file.
2009-02-26 Stefano SabatiniAdd a @file notice to avio.h.
2009-02-17 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2009-02-15 Stefano SabatiniImprove grammar: "X next after Y" -> "next X after Y".
2009-02-15 Stefano SabatiniDo not export to the public the first_protocol symbol...
2009-02-15 Stefano SabatiniDocument av_protocol_next().
2009-02-15 Stefano SabatiniRename register_protocol() to av_register_protocol...
2008-12-13 Diego Biurrunwhitespace cosmetics
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-19 Ronald S. BultjeImplement url_open_protocol(), which is basiclly the...
2008-03-31 Diego Biurrunminor typo fixes
2008-03-22 Michael Niedermayer1st attempt at correcting the punktuation.
2008-03-21 Michael NiedermayerDocument get_*_buffer()
2008-03-21 Michael NiedermayerDocument a few url_* functions.
2008-03-10 Björn AxelssonAdd AVClass to URLContext at next major version bump
2007-12-22 Reimar DöffingerAdd a av_alloc_put_byte function.
2007-12-21 Diego BiurrunFix Doxygen function parameter name.
2007-12-21 Diego Biurruncomment typo fixes
2007-12-21 Ivo van Poortentypo ;)
2007-12-20 Michael NiedermayerDocument ByteIOContext and URLContext change rules.
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-28 Björn AxelssonExtend ByteIOContext and add the buffered IO functions:
2007-11-24 Björn AxelssonExtend URLProtocol with new function pointers and api...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-15 Panagiotis IssarisFix Doxygen parameter name
2007-11-15 Panagiotis IssarisFix Doxygen parameter name
2007-11-03 Kostya ShishkovAdd ff_ prefix to get_v()
2007-11-03 Kostya ShishkovMake get_v() available to the other demuxers
2007-10-30 Baptiste Coudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-11 Björn AxelssonAdd functionality to set the direction of a ByteIOConte...
2007-09-28 Björn AxelssonDocumentation fix for url_f(d)open()
2007-09-10 Aurelien Jacobs*_protocol are not part of public API
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-06-12 Diego Biurrunmisc typo fixes
2007-03-05 Panagiotis IssarisConvert all the comment sections into Doxygen compatibl...
2007-03-05 Panagiotis IssarisMove avio.h's url_get_max_packet_size() comment from...
2007-03-05 Panagiotis IssarisMove aviobuf.c comments to avio.h. By moving the aviobu...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-01-14 Ronald S. Bultjemakes the filename member of the URLContext a pointer...
2007-01-01 Michael NiedermayerAVSEEK_SIZE doxy
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-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-07-13 Måns Rullgårdmove adler32 to libavutil
2006-02-09 Aurelien Jacobsadd a Creative VOC (de)muxer
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-19 Michael Niedermayerremove non portable get/put_be64_double()
2005-07-19 Michael Niedermayerkill duplicated get/put_be24()
2005-05-30 Wolfram GlogerFix url_fsize for large files patch by (Wolfram Gloger...
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2004-10-08 Michael Niedermayerwrite error handling
2004-04-05 Michael Niedermayerchecksuming for nut & nice checksum API for libavformat
2004-03-15 Leon van Stuivenbergdecode latency patch by (Leon van Stuivenberg <l dot...
2003-09-30 Michael NiedermayerPatch for attribute(printf) by (Michel Bardiaux <mbardi...
2003-08-29 Michael Niedermayerlibavformat/avio.h compilation problem in VisualC+...
2003-07-17 Fabrice Bellardadded primitive aborting system
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-11 Fabrice Bellardadded url_get_filename()
2002-11-25 Fabrice Bellardrenamed libav to libavformat