summaryrefslogtreecommitdiffstats
path: root/libavutil/string.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-291-78/+0
| | | | Originally committed as revision 16853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni2007-07-191-0/+14
| | | | Originally committed as revision 9753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix av_str[i]start()Måns Rullgård2007-07-101-2/+8
| | | | Originally committed as revision 9585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some string functionsMåns Rullgård2007-06-231-0/+58
Originally committed as revision 9400 to svn://svn.ffmpeg.org/ffmpeg/trunk