index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
avstring.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil/avstring: Check for memory allocation error in av_escape
Andreas Rheinhardt
2021-03-15
1
-3
/
+4
*
avutil/avstring: Limit string length in av_escape to range of int
Andreas Rheinhardt
2021-03-15
1
-1
/
+1
*
lavu/avstring: deprecate av_d2str().
Nicolas George
2020-08-21
1
-0
/
+2
*
avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and code
Limin Wang
2020-01-14
1
-3
/
+5
*
avutil/avstring: support input path as a null pointer or empty string
Limin Wang
2019-10-08
1
-4
/
+8
*
avutil/avstring: Fix bug and undefined behavior in av_strncasecmp()
Michael Niedermayer
2019-04-24
1
-2
/
+3
*
avutil/avstring: improve av_strreplace implement
Steven Liu
2017-04-11
1
-65
/
+11
*
avutil/avstring: add av_strreplace API into avstring
Steven Liu
2017-04-01
1
-0
/
+77
*
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-05-11
1
-64
/
+0
|
\
|
*
build: Split test programs off into separate files
Diego Biurrun
2016-04-07
1
-52
/
+0
|
*
avutil/avstring: Inline some tiny functions
Henrik Gramner
2015-10-03
1
-22
/
+0
*
|
avutil/parsing: add '\r' as whitespace
Muhammad Faiz
2016-05-06
1
-1
/
+1
*
|
avutil/avstring: add a "ALL" entry and the possibility to negate matches to a...
Michael Niedermayer
2016-02-13
1
-5
/
+10
*
|
avutil/avstring: Inline some tiny functions
Henrik Gramner
2015-09-26
1
-22
/
+0
*
|
avutil/avstring: Do not print NULL
Michael Niedermayer
2015-06-19
1
-1
/
+1
*
|
avutil/avstring: Fix undefined shift
Michael Niedermayer
2015-06-19
1
-1
/
+1
*
|
avutil/avstring: Use size_t in av_strlcatf()
Michael Niedermayer
2015-05-11
1
-1
/
+1
*
|
lavu/avstring: add av_append_path_component() funcion
Lukasz Marek
2015-03-31
1
-0
/
+45
*
|
avutil/avstring: fix hardcoded separator in av_match_list()
Michael Niedermayer
2014-10-23
1
-4
/
+4
*
|
avutil/avstring: Reimplement av_match_list()
Michael Niedermayer
2014-10-23
1
-15
/
+14
*
|
avutil/avstring: Factor av_match_list() out
Michael Niedermayer
2014-10-02
1
-0
/
+21
*
|
lavu/avstring: check for overlong encodings in av_utf8_decode()
Stefano Sabatini
2014-09-01
1
-1
/
+14
*
|
Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6'
Michael Niedermayer
2014-07-29
1
-0
/
+18
|
\
\
|
|
/
|
*
avstring: Expose the simple name match function
Luca Barbato
2014-07-29
1
-0
/
+20
|
*
avstring-test: Mark pointer passed to av_free() as non-const
Diego Biurrun
2013-10-23
1
-1
/
+2
*
|
avutil/avstring: do not lose ascii characters when decoding non utf-8 with av...
Michael Niedermayer
2014-04-13
1
-4
/
+4
*
|
avutil/avstring: fix () position
Michael Niedermayer
2013-12-11
1
-2
/
+2
*
|
lavu/avstring: add av_utf8_decode() function
Stefano Sabatini
2013-11-22
1
-0
/
+64
*
|
avutil/avstring: make const tables static const
Michael Niedermayer
2013-08-11
1
-1
/
+1
*
|
Merge commit '4be368b504c6f4a03051448728fc62cd0ed506b2'
Michael Niedermayer
2013-03-08
1
-1
/
+1
|
\
\
|
|
/
|
*
avstring: Fix isxdigit to not accept non-hex characters
Martin Storsjö
2013-03-07
1
-1
/
+1
*
|
Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'
Michael Niedermayer
2013-03-08
1
-0
/
+22
|
\
\
|
|
/
|
*
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-03-07
1
-2
/
+1
|
*
avstring: Add locale independent versions of some ctype.h functions
Reimar Döffinger
2013-03-07
1
-0
/
+22
*
|
lavu: add escape API
Stefano Sabatini
2013-03-07
1
-0
/
+18
*
|
Remove incorrect use of ctype.h functions.
Reimar Döffinger
2013-03-03
1
-2
/
+1
*
|
avstring: fix "warning: return discards const qualifier from pointer target t...
Michael Niedermayer
2013-01-30
1
-2
/
+2
*
|
Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'
Michael Niedermayer
2013-01-25
1
-0
/
+14
|
\
\
|
|
/
|
*
lavu: Add av_strnstr()
Vladimir Pantelic
2013-01-25
1
-0
/
+14
*
|
Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e'
Michael Niedermayer
2013-01-25
1
-60
/
+57
|
\
\
|
|
/
|
*
avstring: K&R formatting cosmetics
Luca Barbato
2013-01-24
1
-59
/
+56
*
|
Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'
Michael Niedermayer
2012-12-30
1
-0
/
+41
|
\
\
|
|
/
|
*
avstring: add av_basename and av_dirname
Luca Barbato
2012-12-29
1
-0
/
+41
*
|
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
Michael Niedermayer
2012-12-05
1
-1
/
+0
|
\
\
|
|
/
|
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-1
/
+0
*
|
avstring: fix compiler warning about freeing const pointers
Michael Niedermayer
2012-11-03
1
-1
/
+2
*
|
Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609'
Michael Niedermayer
2012-10-13
1
-2
/
+4
|
\
\
|
|
/
|
*
avstring-test: fix memory leaks
Mans Rullgard
2012-10-12
1
-2
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-16
1
-0
/
+2
|
\
\
|
|
/
|
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+2
[next]