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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-23avutil/avstring: fix hardcoded separator in av_match_list()Michael Niedermayer
2014-10-23avutil/avstring: Reimplement av_match_list()Michael Niedermayer
2014-10-02avutil/avstring: Factor av_match_list() outMichael Niedermayer
2014-09-01lavu/avstring: check for overlong encodings in av_utf8_decode()Stefano Sabatini
2014-07-29Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6'Michael Niedermayer
2014-07-29avstring: Expose the simple name match functionLuca Barbato
2014-04-13avutil/avstring: do not lose ascii characters when decoding non utf-8 with av...Michael Niedermayer
2013-12-12avutil/avstring: fix () positionMichael Niedermayer
2013-11-22lavu/avstring: add av_utf8_decode() functionStefano Sabatini
2013-10-23avstring-test: Mark pointer passed to av_free() as non-constDiego Biurrun
2013-08-11avutil/avstring: make const tables static constMichael Niedermayer
2013-03-08Merge commit '4be368b504c6f4a03051448728fc62cd0ed506b2'Michael Niedermayer
2013-03-08Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer
2013-03-07avstring: Fix isxdigit to not accept non-hex charactersMartin Storsjö
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-07avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger
2013-03-07lavu: add escape APIStefano Sabatini
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-01-30avstring: fix "warning: return discards const qualifier from pointer target t...Michael Niedermayer
2013-01-25Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer
2013-01-25Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e'Michael Niedermayer
2013-01-25lavu: Add av_strnstr()Vladimir Pantelic
2013-01-24avstring: K&R formatting cosmeticsLuca Barbato
2012-12-30Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
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