summaryrefslogtreecommitdiff
path: root/libavformat/cutils.c
Commit message (Expand)AuthorAge
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-11
* Do not misuse unsigned long to store pointers.Ramiro Polla2009-02-04
* Do not loop endlessly if converting into dv with timestamps Jan 1st notCarl Eugen Hoyos2008-05-21
* Avoid using reserved __names.Michael Niedermayer2008-04-24
* spelling cosmeticsDiego Biurrun2007-07-02
* remove old unused string functionsMåns Rullgård2007-06-23
* remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård2007-06-23
* simplify stristart()Måns Rullgård2007-06-23
* cosmetic: combine declaration and initialisationMåns Rullgård2007-06-23
* simplify pstrcpy()Måns Rullgård2007-06-23
* simplify strstart()Måns Rullgård2007-06-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* * replacing calls to not-always-available gmtime_r with our own code.Roman Shaposhnik2004-08-18
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-08
* removed ctype.h headerFabrice Bellard2003-09-08
* dynamic array functionsFabrice Bellard2003-06-13
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* renamed libav to libavformatFabrice Bellard2002-11-25