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 (Collapse)Author
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-17Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
The new av_parse_time() is created in libavutil/parseutils.h, all the internal functions used by parse_date are moved to libavutil/parseutils.c and made static. Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-10-02ffmpeg: add a grow_array() helper functionAurelien Jacobs
Originally committed as revision 25297 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-12Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini
Originally committed as revision 22843 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-04Do not misuse unsigned long to store pointers.Ramiro Polla
Originally committed as revision 16986 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-21Do not loop endlessly if converting into dv with timestamps Jan 1st notCarl Eugen Hoyos
immediately following a lapyear. Patch by babupillai. Fixes issue 443. Originally committed as revision 13207 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-25Avoid using reserved __names.Michael Niedermayer
Originally committed as revision 12946 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-02spelling cosmeticsDiego Biurrun
Originally committed as revision 9459 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24remove old unused string functionsMåns Rullgård
Originally committed as revision 9402 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-23remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård
Originally committed as revision 9394 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-23simplify stristart()Måns Rullgård
Originally committed as revision 9393 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-23cosmetic: combine declaration and initialisationMåns Rullgård
Originally committed as revision 9392 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-23simplify pstrcpy()Måns Rullgård
Originally committed as revision 9391 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-23simplify strstart()Måns Rullgård
Originally committed as revision 9390 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-08-18 * replacing calls to not-always-available gmtime_r with our own code.Roman Shaposhnik
The new helper function actually differs in semantics from gmtime_r, so if that seems to be a problem I can actually move it to dv.c completely, since only DV muxer uses the code anyway. Originally committed as revision 3399 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard
Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09removed ctype.h headerFabrice Bellard
Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-13dynamic array functionsFabrice Bellard
Originally committed as revision 1955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-25renamed libav to libavformatFabrice Bellard
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk