Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-15Fix Doxygen parameter namePanagiotis Issaris
2007-11-15Fix Doxygen parameter namePanagiotis Issaris
2007-11-03Add ff_ prefix to get_v()Kostya Shishkov
2007-11-03Make get_v() available to the other demuxersKostya Shishkov
2007-10-30rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-11Add functionality to set the direction of a ByteIOContext buffer.Björn Axelsson
2007-09-28Documentation fix for url_f(d)open()Björn Axelsson
2007-09-10*_protocol are not part of public APIAurelien Jacobs
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-06-12misc typo fixesDiego Biurrun
2007-03-05Convert all the comment sections into Doxygen compatible comments, same forPanagiotis Issaris
2007-03-05Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris
2007-03-05Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,Panagiotis Issaris
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-01-15makes the filename member of the URLContext a pointer, so that theRonald S. Bultje
2007-01-02AVSEEK_SIZE doxyMichael Niedermayer
2007-01-02seekless filesize retrieving support in 7 lines of code, also doesnt break co...Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-07-14move adler32 to libavutilMåns Rullgård
2006-02-10add a Creative VOC (de)muxerAurelien Jacobs
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-19remove non portable get/put_be64_double()Michael Niedermayer
2005-07-19kill duplicated get/put_be24()Michael Niedermayer
2005-05-30Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-m...Wolfram Gloger
2005-05-19drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs
2004-10-09write error handlingMichael Niedermayer
2004-04-05checksuming for nut & nice checksum API for libavformatMichael Niedermayer
2004-03-15decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello...Leon van Stuivenberg
2003-09-30Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer
2003-08-30libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime d...Michael Niedermayer
2003-07-17added primitive aborting systemFabrice Bellard
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-11added url_get_filename()Fabrice Bellard
2002-11-25renamed libav to libavformatFabrice Bellard