summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
Commit message (Expand)AuthorAge
* include all prerequisites in header filesMåns Rullgård2007-06-16
* misc typo fixesDiego Biurrun2007-06-12
* Convert all the comment sections into Doxygen compatible comments, same forPanagiotis Issaris2007-03-05
* Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris2007-03-05
* Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,Panagiotis Issaris2007-03-05
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* makes the filename member of the URLContext a pointer, so that theRonald S. Bultje2007-01-14
* AVSEEK_SIZE doxyMichael Niedermayer2007-01-01
* seekless filesize retrieving support in 7 lines of code, also doesnt break co...Michael Niedermayer2007-01-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* move adler32 to libavutilMåns Rullgård2006-07-13
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-09
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* remove non portable get/put_be64_double()Michael Niedermayer2005-07-19
* kill duplicated get/put_be24()Michael Niedermayer2005-07-19
* Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-m...Wolfram Gloger2005-05-30
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-19
* write error handlingMichael Niedermayer2004-10-08
* checksuming for nut & nice checksum API for libavformatMichael Niedermayer2004-04-05
* decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello...Leon van Stuivenberg2004-03-15
* Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-09-30
* libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime d...Michael Niedermayer2003-08-29
* added primitive aborting systemFabrice Bellard2003-07-17
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* added url_get_filename()Fabrice Bellard2003-01-11
* renamed libav to libavformatFabrice Bellard2002-11-25