Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avutil/dynarry.h: fix comment grammar mistakes of FF_DYNARRAY_ADD | Steven Liu | 2019-06-01 | 1 | -1/+1 |
| | | | | | Reviewed-by: James Almer <[email protected]> Signed-off-by: Steven Liu <[email protected]> | ||||
* | dynarray: Change AV_ to FF_ for AV_DYNARRAY_ADD | Timothy Gu | 2016-07-31 | 1 | -1/+1 |
| | | | | | The header is not installed and the macro isn't used outside libavutil, so it is obviously privat to libavutil. Make the name reflect that. | ||||
* | fix spelling errors | Andreas Cadhalpun | 2014-07-12 | 1 | -1/+1 |
| | | | | | Reviewed-by: Timothy Gu <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADD | Michael Niedermayer | 2014-03-22 | 1 | -2/+0 |
| | | | | | Found-by: wm4 Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | lavu: add AV_DYNARRAY_ADD() macro. | Nicolas George | 2014-03-22 | 1 | -0/+72 |
Signed-off-by: Nicolas George <[email protected]> Reviewed-by: Lukasz Marek <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> |