summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-03-08Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer6-26/+38
2013-03-07avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger4-1/+46
2013-03-07lavu: add escape APIStefano Sabatini7-75/+147
2013-03-03Remove incorrect use of ctype.h functions.Reimar Döffinger27-60/+90
2013-01-25Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer9-3/+53
2013-01-25lavu: Add av_strnstr()Vladimir Pantelic5-1/+37
2012-12-30Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer6-5/+70
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato5-1/+64
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-459/+601
2011-12-12doxygen: misc consistency, spelling and wording fixesDiego Biurrun51-179/+179
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-866/+1390
2011-11-22doxy: provide a start page and document libavutilLuca Barbato19-16/+377
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-413/+821
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger4-1/+37
2011-11-06avstring: Add locale independent implementations of toupper/tolowerLuca Barbato3-1/+24
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger18-55/+93
2011-10-18lavu: add av_strtok()Stefano Sabatini7-14/+64
2011-09-04av_string: add av_asprintf().Clément Bœsch4-1/+40
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-606/+864
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö6-19/+9
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini8-88/+108
2010-03-08More descriptive names for av_stristr() parametersMåns Rullgård1-7/+8
2010-03-06Add av_stristr() functionMåns Rullgård2-0/+26
2010-01-30Remove duplicated word in av_strlcat() doxy.Stefano Sabatini1-1/+1
2009-12-13Move #include where it belongs.Michael Niedermayer2-1/+1
2009-12-13Add a function to convert a number to a av_malloced string.Michael Niedermayer3-1/+13
2009-09-09Add warnings to av_strlcat and av_strlcpy doxygen that the input stringsReimar Döffinger1-0/+8
2009-01-28spelling/grammar/consistency review part IIIDiego Biurrun9-28/+30
2009-01-28spelling/grammar/consistency review part IDiego Biurrun27-178/+175
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun4-12/+12
2007-07-19Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni2-0/+28
2007-06-23add some string functionsMåns Rullgård3-1/+136