summaryrefslogtreecommitdiffstats
path: root/libavutil/dynarray.h
Commit message (Collapse)AuthorAgeFilesLines
* avutil/dynarry.h: fix comment grammar mistakes of FF_DYNARRAY_ADDSteven Liu2019-06-011-1/+1
| | | | | Reviewed-by: James Almer <[email protected]> Signed-off-by: Steven Liu <[email protected]>
* dynarray: Change AV_ to FF_ for AV_DYNARRAY_ADDTimothy Gu2016-07-311-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 errorsAndreas Cadhalpun2014-07-121-1/+1
| | | | | Reviewed-by: Timothy Gu <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADDMichael Niedermayer2014-03-221-2/+0
| | | | | Found-by: wm4 Signed-off-by: Michael Niedermayer <[email protected]>
* lavu: add AV_DYNARRAY_ADD() macro.Nicolas George2014-03-221-0/+72
Signed-off-by: Nicolas George <[email protected]> Reviewed-by: Lukasz Marek <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>