Lou Logan
|
06eef96b69
fix some a/an typos
|
8 years ago |
Michael Niedermayer
|
a9b81bfd1c
avutil/avstring: add a "ALL" entry and the possibility to negate matches to av_match_name()
|
8 years ago |
Ganesh Ajjanagadde
|
a0e390e8ff
avutil/avstring: add av_warn_unused_result
|
9 years ago |
Henrik Gramner
|
ad9a543e93
avutil/avstring: Inline some tiny functions
|
9 years ago |
Rodger Combs
|
8e924629eb
lavu/avstring: switch AV_ESCAPE_FLAGs to shift-based formatting
|
9 years ago |
Lukasz Marek
|
31886968d3
lavu/avstring: add av_append_path_component() funcion
|
10 years ago |
Michael Niedermayer
|
ed736890d6
Merge commit '4981baf9b803f3c4866b2e97fdadb008c62dc7ad'
|
10 years ago |
Henrik Gramner
|
4981baf9b8
avstring: Mark some character handling functions av_const
|
10 years ago |
Michael Niedermayer
|
0d92b0d5f4
avutil/avstring: Factor av_match_list() out
|
10 years ago |
Michael Niedermayer
|
31e0b5d3cb
Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6'
|
10 years ago |
Luca Barbato
|
69e7336b8e
avstring: Expose the simple name match function
|
10 years ago |
Michael Niedermayer
|
911676c643
avutil/avstring: add av_strnlen()
|
11 years ago |
Stefano Sabatini
|
68590650f0
lavu/avstring: add av_utf8_decode() function
|
11 years ago |
Michael Niedermayer
|
6c17ff84ad
Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'
|
11 years ago |
Reimar Döffinger
|
12c5c1d3e3
avstring: Add locale independent versions of some ctype.h functions
|
11 years ago |
Stefano Sabatini
|
9767ec6b86
lavu: add escape API
|
12 years ago |
Reimar Döffinger
|
88d55b827d
Remove incorrect use of ctype.h functions.
|
11 years ago |
Michael Niedermayer
|
25be63005f
Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'
|
11 years ago |
Vladimir Pantelic
|
b85a5e87af
lavu: Add av_strnstr()
|
11 years ago |
Michael Niedermayer
|
2ce43b37fc
Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'
|
12 years ago |
Luca Barbato
|
d8fd06c37d
avstring: add av_basename and av_dirname
|
12 years ago |
Michael Niedermayer
|
8bc7fe4daf
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
58c42af722
doxygen: misc consistency, spelling and wording fixes
|
13 years ago |
Michael Niedermayer
|
0b9a69f244
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Luca Barbato
|
757cd8d876
doxy: provide a start page and document libavutil
|
13 years ago |
Michael Niedermayer
|
13b7781ec8
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Reimar Döffinger
|
ba04ecfdac
avstring: Add locale independent implementations of strcasecmp/strncasecmp
|
13 years ago |
Luca Barbato
|
07b172fe8f
avstring: Add locale independent implementations of toupper/tolower
|
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 |
Clément Bœsch
|
61e2e29691
av_string: add av_asprintf().
|
13 years ago |
Michael Niedermayer
|
686959e87e
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Martin Storsjö
|
9abbe8cc13
Use av_printf_format to check the usage of printf style functions
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Stefano Sabatini
|
372e288408
Move av_get_token() from libavfilter to libavutil.
|
14 years ago |
Måns Rullgård
|
f0a912d3b8
More descriptive names for av_stristr() parameters
|
14 years ago |
Måns Rullgård
|
ac6ef8682d
Add av_stristr() function
|
14 years ago |
Stefano Sabatini
|
22bf4592c8
Remove duplicated word in av_strlcat() doxy.
|
14 years ago |
Michael Niedermayer
|
64b12fc317
Move #include where it belongs.
|
15 years ago |
Michael Niedermayer
|
277c733237
Add a function to convert a number to a av_malloced string.
|
15 years ago |
Reimar Döffinger
|
46f3b40eb3
Add warnings to av_strlcat and av_strlcpy doxygen that the input strings
|
15 years ago |
Diego Biurrun
|
7d685b486b
spelling/grammar/consistency review part III
|
16 years ago |
Diego Biurrun
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Diego Biurrun
|
52703a6459
Use filename as multiple inclusion guard.
|
17 years ago |
Luca Abeni
|
1e7f363804
Implement av_strlcatf(): a strlcat which adds a printf style formatted string
|
17 years ago |
Måns Rullgård
|
fc78ce803b
add some string functions
|
17 years ago |