Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-17lavu/bprint: implement av_bprint_strftime().Nicolas George
2012-11-02lavu/bprint: add av_bprint_get_buffer().Nicolas George
It is useful to use bprint to handle a growing buffer used with another API.
2012-07-31lavu/bprint: readd documentation for 0 and 1 av_bprint_init() special valuesStefano Sabatini
The documentation was erroneously removed in 7cf9aadd.
2012-07-28lavu/bprint: extend/clarify documentation for av_bprint_init() size_max valueStefano Sabatini
Also define AV_BPRINT_SIZE_* macros before av_bprint_init() declaration, and mention them in the av_bprint_init() doxy.
2012-06-08bprint: add av_bprint_init_for_buffer().Nicolas George
2012-05-14lavu/bprint: add av_bprint_reset().Clément Bœsch
2012-03-21lavu: add av_bprintf and related.Nicolas George