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
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
2010-10-02ffmpeg: add a grow_array() helper functionAurelien Jacobs
2010-04-12Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini
2009-02-04Do not misuse unsigned long to store pointers.Ramiro Polla
2008-05-21Do not loop endlessly if converting into dv with timestamps Jan 1st notCarl Eugen Hoyos
2008-04-25Avoid using reserved __names.Michael Niedermayer
2007-07-02spelling cosmeticsDiego Biurrun
2007-06-24remove old unused string functionsMåns Rullgård
2007-06-23remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård
2007-06-23simplify stristart()Måns Rullgård
2007-06-23cosmetic: combine declaration and initialisationMåns Rullgård
2007-06-23simplify pstrcpy()Måns Rullgård
2007-06-23simplify strstart()Måns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-08-18 * replacing calls to not-always-available gmtime_r with our own code.Roman Shaposhnik
2003-09-09simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard
2003-09-09removed ctype.h headerFabrice Bellard
2003-06-13dynamic array functionsFabrice Bellard
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2002-11-25renamed libav to libavformatFabrice Bellard