summaryrefslogtreecommitdiff
path: root/tools/coverity.c
Commit message (Collapse)AuthorAge
* tools/coverity: Add model for av_reallocPhilip Langdale2016-11-30
| | | | | Really should have done this last time. It should provide consistency across our allocations and frees.
* tools/coverity: Add models for av_mallocz and av_freePhilip Langdale2016-11-30
| | | | | | This should deal with some false positives, but might lead to more of them depending on whether it realises that av_freep() wraps av_free() or not.
* Add coverity model fileMichael Niedermayer2015-02-21
The comments/header of the file are taken from qemu, they provide some basic documentation The code from the examples Ive no means to test this except uploading to coverity for FFmpeg, so each commit should stay simple, making it easy to revert. Also please help making this a useful and effective file by contributing changes/code to it and reviewing contributions. I am happy to upload changes but i cannot really maintain this (alone) as i cannot test changes. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>