aboutsummaryrefslogtreecommitdiff
path: root/libavformat/cutils.c
AgeCommit message (Expand)Author
2010-04-11Move 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-24Avoid using reserved __names.Michael Niedermayer
2007-07-02spelling cosmeticsDiego Biurrun
2007-06-23remove 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-22simplify strstart()Måns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-12Update 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-08simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard
2003-09-08removed 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