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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-26Merge commit 'ed6dad3737bf7bb2d5e9fa9511dfdb44806010e8'Michael Niedermayer
2014-10-26lavf: Implement ff_brktimegm using gmtime_rMartin Storsjö
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Replace ffmpeg references with more accurate libav* references.Diego Biurrun
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-29Move ff_dynarray_add to lavu and make it public.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-18Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
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