aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/cutils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'ed6dad3737bf7bb2d5e9fa9511dfdb44806010e8'Michael Niedermayer2014-10-261-23/+5
|\
| * lavf: Implement ff_brktimegm using gmtime_rMartin Storsjö2014-10-261-23/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\|
| * libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\|
| * Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-021-1/+1
| * Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-021-1/+1
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-21/+0
|\ \
| * | Move ff_dynarray_add to lavu and make it public.Anton Khirnov2011-04-291-21/+0
| |/
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-161-110/+0
* | Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-181-110/+0
|/
* ffmpeg: add a grow_array() helper functionAurelien Jacobs2010-10-011-0/+1
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-111-0/+1
* Do not misuse unsigned long to store pointers.Ramiro Polla2009-02-041-3/+3
* Do not loop endlessly if converting into dv with timestamps Jan 1st notCarl Eugen Hoyos2008-05-211-1/+2
* Avoid using reserved __names.Michael Niedermayer2008-04-241-1/+1
* spelling cosmeticsDiego Biurrun2007-07-021-1/+1
* remove old unused string functionsMåns Rullgård2007-06-231-63/+0
* remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård2007-06-231-3/+0
* simplify stristart()Måns Rullgård2007-06-231-14/+6
* cosmetic: combine declaration and initialisationMåns Rullgård2007-06-231-2/+1
* simplify pstrcpy()Måns Rullgård2007-06-231-10/+3
* simplify strstart()Måns Rullgård2007-06-221-14/+6
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-5/+5
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-6/+6
* * replacing calls to not-always-available gmtime_r with our own code.Roman Shaposhnik2004-08-181-0/+34
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-081-0/+109
* removed ctype.h headerFabrice Bellard2003-09-081-1/+0
* dynamic array functionsFabrice Bellard2003-06-131-0/+21
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-1/+1
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+110