summaryrefslogtreecommitdiff
path: root/libavutil/avstring.c
Commit message (Expand)AuthorAge
* Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer2013-01-25
|\
| * lavu: Add av_strnstr()Vladimir Pantelic2013-01-25
* | Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e'Michael Niedermayer2013-01-25
|\|
| * avstring: K&R formatting cosmeticsLuca Barbato2013-01-24
* | Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer2012-12-30
|\|
| * avstring: add av_basename and av_dirnameLuca Barbato2012-12-29
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\|
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | avstring: fix compiler warning about freeing const pointersMichael Niedermayer2012-11-03
* | Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609'Michael Niedermayer2012-10-13
|\|
| * avstring-test: fix memory leaksMans Rullgard2012-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-07
|\|
| * avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-06
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-03
* | lavu: add av_strtok()Stefano Sabatini2011-10-18
* | avstring: fix return discards qualifiers from pointer target type.Michael Niedermayer2011-10-17
* | av_string: add av_asprintf().Clément Bœsch2011-09-04
|/
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Add av_stristr() functionMåns Rullgård2010-03-06
* Place { of the function where indent -kr wants it.Michael Niedermayer2009-12-14
* Move #include where it belongs.Michael Niedermayer2009-12-13
* Add a function to convert a number to a av_malloced string.Michael Niedermayer2009-12-13
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-29