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
2017-04-11avutil/avstring: improve av_strreplace implementSteven Liu
2017-04-01avutil/avstring: add av_strreplace API into avstringSteven Liu
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-05-06avutil/parsing: add '\r' as whitespaceMuhammad Faiz
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-02-13avutil/avstring: add a "ALL" entry and the possibility to negate matches to a...Michael Niedermayer
2015-10-03avutil/avstring: Inline some tiny functionsHenrik Gramner
2015-09-26avutil/avstring: Inline some tiny functionsHenrik Gramner
2015-06-19avutil/avstring: Do not print NULLMichael Niedermayer
2015-06-19avutil/avstring: Fix undefined shiftMichael Niedermayer
2015-05-11avutil/avstring: Use size_t in av_strlcatf()Michael Niedermayer
2015-04-01lavu/avstring: add av_append_path_component() funcionLukasz Marek
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