64 Commits (3dc7a9f6239d909b3e66712b32380822466882af)

Author SHA1 Message Date
Andreas Rheinhardt 636631d9db Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
Andreas Rheinhardt 520754476d avutil/avstring: Check for memory allocation error in av_escape 4 years ago
Andreas Rheinhardt c2649d5196 avutil/avstring: Limit string length in av_escape to range of int 4 years ago
Nicolas George 06f2651204 lavu/avstring: deprecate av_d2str(). 4 years ago
Limin Wang 44a80897e8 avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and code 5 years ago
Limin Wang a77fb510c2 avutil/avstring: support input path as a null pointer or empty string 5 years ago
Michael Niedermayer 6f0e9a8634 avutil/avstring: Fix bug and undefined behavior in av_strncasecmp() 6 years ago
Steven Liu 44cd7502c7 avutil/avstring: improve av_strreplace implement 8 years ago
Steven Liu 99e5d81ef9 avutil/avstring: add av_strreplace API into avstring 8 years ago
Muhammad Faiz 83065939cb avutil/parsing: add '\r' as whitespace 9 years ago
Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 9 years ago
Michael Niedermayer a9b81bfd1c avutil/avstring: add a "ALL" entry and the possibility to negate matches to av_match_name() 9 years ago
Henrik Gramner 2c3dbff1d8 avutil/avstring: Inline some tiny functions 9 years ago
Henrik Gramner ad9a543e93 avutil/avstring: Inline some tiny functions 9 years ago
Michael Niedermayer 52e02a9e59 avutil/avstring: Do not print NULL 10 years ago
Michael Niedermayer 2c881c7d45 avutil/avstring: Fix undefined shift 10 years ago
Michael Niedermayer ae4eea8be4 avutil/avstring: Use size_t in av_strlcatf() 10 years ago
Lukasz Marek 31886968d3 lavu/avstring: add av_append_path_component() funcion 10 years ago
Michael Niedermayer 2de9c5ed98 avutil/avstring: fix hardcoded separator in av_match_list() 10 years ago
Michael Niedermayer 3c0b98dced avutil/avstring: Reimplement av_match_list() 10 years ago
Michael Niedermayer 0d92b0d5f4 avutil/avstring: Factor av_match_list() out 10 years ago
Stefano Sabatini d4ec07dfe7 lavu/avstring: check for overlong encodings in av_utf8_decode() 10 years ago
Luca Barbato 69e7336b8e avstring: Expose the simple name match function 10 years ago
Michael Niedermayer a31547ce2e avutil/avstring: do not lose ascii characters when decoding non utf-8 with av_utf8_decode() 11 years ago
Michael Niedermayer 9ab5cf5417 avutil/avstring: fix () position 11 years ago
Stefano Sabatini 68590650f0 lavu/avstring: add av_utf8_decode() function 11 years ago
Diego Biurrun 0d6d4a9e4a avstring-test: Mark pointer passed to av_free() as non-const 11 years ago
Michael Niedermayer 5717689c75 avutil/avstring: make const tables static const 11 years ago
Martin Storsjö 4be368b504 avstring: Fix isxdigit to not accept non-hex characters 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Reimar Döffinger 12c5c1d3e3 avstring: Add locale independent versions of some ctype.h functions 12 years ago
Stefano Sabatini 9767ec6b86 lavu: add escape API 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Michael Niedermayer 32de283103 avstring: fix "warning: return discards const qualifier from pointer target type" 12 years ago
Vladimir Pantelic b85a5e87af lavu: Add av_strnstr() 12 years ago
Luca Barbato 4333df6355 avstring: K&R formatting cosmetics 12 years ago
Luca Barbato d8fd06c37d avstring: add av_basename and av_dirname 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Michael Niedermayer ab796ded75 avstring: fix compiler warning about freeing const pointers 12 years ago
Mans Rullgard 0daac647af avstring-test: fix memory leaks 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Reimar Döffinger ba04ecfdac avstring: Add locale independent implementations of strcasecmp/strncasecmp 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Stefano Sabatini b35e9e19e9 lavu: add av_strtok() 13 years ago
Michael Niedermayer 68eb35b886 avstring: fix return discards qualifiers from pointer target type. 13 years ago
Clément Bœsch 61e2e29691 av_string: add av_asprintf(). 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Stefano Sabatini 372e288408 Move av_get_token() from libavfilter to libavutil. 14 years ago
Måns Rullgård ac6ef8682d Add av_stristr() function 15 years ago
Michael Niedermayer b3e88ae84b Place { of the function where indent -kr wants it. 15 years ago