Nicolas George
4cd74c8143
lavu/bprint: implement av_bprint_strftime().
12 years ago
Nicolas George
483c1aa5f1
lavu/bprint: add av_bprint_get_buffer().
...
It is useful to use bprint to handle a growing buffer
used with another API.
12 years ago
Derek Buitenhuis
d512e74dec
bprint: Remove custom vsnprintf
...
A proper implementation was introduced in
ba53720280
for MSVC, and
MinGW already has vsnprintf.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago
Derek Buitenhuis
0c5fe2f0da
FATE/bprint: Convert a VLA to a normal array
...
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Reviewed-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Nicolas George
69bf775e9f
bprint: implement vsnprintf for win32.
13 years ago
Michael Niedermayer
4bfee465e9
bprint-test: avoid z modifier, mingw fails with it
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Michael Niedermayer
5b51efdc3a
fate-bprint: try to workaround platform specific value.
...
this should fix some fate failures
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Nicolas George
b3e2bb08a9
bprint: add av_bprint_init_for_buffer().
13 years ago
Clément Bœsch
9548deeea9
lavu/bprint: add av_bprint_reset().
13 years ago
Nicolas George
b75c67dc01
lavu: add av_bprintf and related.
13 years ago