summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö28-42/+42
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer75-3644/+1853
2011-11-02Replace ffmpeg references with more accurate libav* references.Diego Biurrun12-15/+15
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun8-13/+17
2011-04-30Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer21-588/+567
2011-04-29Move ff_dynarray_add to lavu and make it public.Anton Khirnov6-26/+36
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-18Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini8-254/+291
2011-02-16Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini8-254/+291
2010-10-01ffmpeg: add a grow_array() helper functionAurelien Jacobs2-0/+21
2010-04-11Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini5-26/+25
2009-02-04Do not misuse unsigned long to store pointers.Ramiro Polla2-6/+6
2008-05-21Do not loop endlessly if converting into dv with timestamps Jan 1st notCarl Eugen Hoyos1-1/+2
2008-04-24Avoid using reserved __names.Michael Niedermayer2-4/+4
2007-07-02spelling cosmeticsDiego Biurrun1-1/+1
2007-06-23remove old unused string functionsMåns Rullgård2-68/+0
2007-06-23remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård1-3/+0
2007-06-23simplify stristart()Måns Rullgård1-14/+6
2007-06-23cosmetic: combine declaration and initialisationMåns Rullgård1-2/+1
2007-06-23simplify pstrcpy()Måns Rullgård1-10/+3
2007-06-22simplify strstart()Måns Rullgård1-14/+6
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2004-08-18 * replacing calls to not-always-available gmtime_r with our own code.Roman Shaposhnik3-5/+40
2003-09-08simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard10-1152/+212
2003-09-08removed ctype.h headerFabrice Bellard7-6/+4
2003-06-13dynamic array functionsFabrice Bellard2-0/+31
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac27-156/+150
2002-11-25renamed libav to libavformatFabrice Bellard49-10/+10