Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-03avstring: fix compiler warning about freeing const pointersMichael Niedermayer
2012-10-13Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609'Michael Niedermayer
2012-10-13avstring-test: fix memory leaksMans Rullgard
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-10-18lavu: add av_strtok()Stefano Sabatini
2011-10-18avstring: fix return discards qualifiers from pointer target type.Michael Niedermayer
2011-09-04av_string: add av_asprintf().Clément Bœsch
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-03-06Add av_stristr() functionMåns Rullgård
2009-12-14Place { of the function where indent -kr wants it.Michael Niedermayer
2009-12-13Move #include where it belongs.Michael Niedermayer
2009-12-13Add a function to convert a number to a av_malloced string.Michael Niedermayer
2009-01-30Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun