| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -76/+0 |
* | avutil/parsing: add '\r' as whitespace | Muhammad Faiz | 2016-05-06 | 1 | -1/+1 |
* | avutil & avdevice: remove av_bprint_fd_contents() | Michael Niedermayer | 2014-07-15 | 1 | -24/+0 |
* | avutil/bprint:ædd io.h, try to fix msvc build | Michael Niedermayer | 2014-07-09 | 1 | -0/+3 |
* | protect unistd.h with #if HAVE_UNISTD_H in code from recent av_bprint_fd_cont... | Michael Niedermayer | 2014-07-08 | 1 | -1/+5 |
* | avutil/bprint: Add av_bprint_fd_contents() | Andrey Utkin | 2014-07-07 | 1 | -0/+17 |
* | fix various typos | Lou Logan | 2014-06-03 | 1 | -1/+1 |
* | lavu/bprint: add append buffer function | Lukasz Marek | 2013-08-30 | 1 | -0/+18 |
* | bprint: Include va_copy compat | Derek Buitenhuis | 2013-08-10 | 1 | -0/+1 |
* | avutil/bprint: add av_vbprintf() | Michael Niedermayer | 2013-08-10 | 1 | -0/+23 |
* | lavu: add escape API | Stefano Sabatini | 2013-03-07 | 1 | -0/+45 |
* | lavu/bprint: implement av_bprint_strftime(). | Nicolas George | 2012-11-17 | 1 | -0/+53 |
* | lavu/bprint: add av_bprint_get_buffer(). | Nicolas George | 2012-11-02 | 1 | -0/+9 |
* | bprint: Remove custom vsnprintf | Derek Buitenhuis | 2012-09-15 | 1 | -19/+0 |
* | FATE/bprint: Convert a VLA to a normal array | Derek Buitenhuis | 2012-09-12 | 1 | -1/+5 |
* | bprint: implement vsnprintf for win32. | Nicolas George | 2012-06-14 | 1 | -0/+19 |
* | bprint-test: avoid z modifier, mingw fails with it | Michael Niedermayer | 2012-06-10 | 1 | -7/+7 |
* | fate-bprint: try to workaround platform specific value. | Michael Niedermayer | 2012-06-08 | 1 | -1/+1 |
* | bprint: add av_bprint_init_for_buffer(). | Nicolas George | 2012-06-07 | 1 | -0/+14 |
* | lavu/bprint: add av_bprint_reset(). | Clément Bœsch | 2012-05-14 | 1 | -0/+8 |
* | lavu: add av_bprintf and related. | Nicolas George | 2012-03-21 | 1 | -0/+206 |