]> git.sesse.net Git - ffmpeg/history - libavutil/avstring.c
log: Support for 256color terminals
[ffmpeg] / libavutil / avstring.c
2013-10-23 Diego Biurrunavstring-test: Mark pointer passed to av_free() as...
2013-03-07 Martin Storsjöavstring: Fix isxdigit to not accept non-hex characters
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-03-07 Reimar Döffingeravstring: Add locale independent versions of some ctype...
2013-01-25 Vladimir Panteliclavu: Add av_strnstr()
2013-01-24 Luca Barbatoavstring: K&R formatting cosmetics
2012-12-29 Luca Barbatoavstring: add av_basename and av_dirname
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-10-12 Mans Rullgardavstring-test: fix memory leaks
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2011-11-06 Reimar Döffingeravstring: Add locale independent implementations of...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-27 Stefano SabatiniMove av_get_token() from libavfilter to libavutil.
2010-03-06 Måns RullgårdAdd av_stristr() function
2009-12-14 Michael NiedermayerPlace { of the function where indent -kr wants it.
2009-12-13 Michael NiedermayerMove #include where it belongs.
2009-12-13 Michael NiedermayerAdd a function to convert a number to a av_malloced...
2009-01-29 Diego BiurrunRename string.c to avstring.c so that the name of heade...