]> git.sesse.net Git - ffmpeg/history - libavformat/cutils.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / cutils.c
2014-10-25 Martin Storsjölavf: Implement ff_brktimegm using gmtime_r
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2011-11-02 Diego BiurrunReplace ffmpeg references with more accurate libav...
2011-11-02 Diego BiurrunReplace outdated references to ffmpeg tool with avconv.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2010-10-01 Aurelien Jacobsffmpeg: add a grow_array() helper function
2010-04-11 Stefano SabatiniMove the internal function declarations in avformat...
2009-02-04 Ramiro PollaDo not misuse unsigned long to store pointers.
2008-05-21 Carl Eugen HoyosDo not loop endlessly if converting into dv with timest...
2008-04-24 Michael NiedermayerAvoid using reserved __names.
2007-07-02 Diego Biurrunspelling cosmetics
2007-06-23 Måns Rullgårdremove old unused string functions
2007-06-23 Måns Rullgårdremove useless #ifndef CONFIG_NOCUTILS
2007-06-23 Måns Rullgårdsimplify stristart()
2007-06-23 Måns Rullgårdcosmetic: combine declaration and initialisation
2007-06-23 Måns Rullgårdsimplify pstrcpy()
2007-06-22 Måns Rullgårdsimplify strstart()
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-08-18 Roman Shaposhnik * replacing calls to not-always-available gmtime_r...
2003-09-08 Fabrice Bellardsimpler strptime - added os_support.[ch] - moved localt...
2003-09-08 Fabrice Bellardremoved ctype.h header
2003-06-13 Fabrice Bellarddynamic array functions
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2002-11-25 Fabrice Bellardrenamed libav to libavformat