aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/bprint.h
Commit message (Collapse)AuthorAgeFilesLines
* lavu/bprint: add append buffer functionLukasz Marek2013-08-301-0/+9
| | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Reveiwed-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/bprint: add av_vbprintf()Michael Niedermayer2013-08-101-0/+7
| | | | | Reviewed-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/bprint: Fix doxygen commentsMichael Niedermayer2013-05-241-4/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu: add escape APIStefano Sabatini2013-03-071-0/+17
| | | | | | | | The escape API will be useful to perform escaping programmatically, which is required when crafting argument strings, and will be used for context printing as well. This is based on the ffescape tool code, with a few extensions and fixes.
* lavu/bprint: implement av_bprint_strftime().Nicolas George2012-11-171-1/+15
|
* lavu/bprint: add av_bprint_get_buffer().Nicolas George2012-11-021-0/+12
| | | | | It is useful to use bprint to handle a growing buffer used with another API.
* lavu/bprint: readd documentation for 0 and 1 av_bprint_init() special valuesStefano Sabatini2012-07-311-0/+2
| | | | The documentation was erroneously removed in 7cf9aadd.
* lavu/bprint: extend/clarify documentation for av_bprint_init() size_max valueStefano Sabatini2012-07-281-9/+12
| | | | | Also define AV_BPRINT_SIZE_* macros before av_bprint_init() declaration, and mention them in the av_bprint_init() doxy.
* bprint: add av_bprint_init_for_buffer().Nicolas George2012-06-071-0/+11
|
* lavu/bprint: add av_bprint_reset().Clément Bœsch2012-05-141-0/+5
|
* lavu: add av_bprintf and related.Nicolas George2012-03-211-0/+136