summaryrefslogtreecommitdiff
path: root/libavfilter/vf_ciescope.c
Commit message (Collapse)AuthorAge
* avfilter/vf_ciescope: Free out AVFrame on errorMichael Niedermayer2017-02-03
| | | | | | | Fixes memleak Fixes part of CID1197065 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_ciescope: Fix 'ISO C90 forbids mixed declarations and code'Michael Niedermayer2016-03-03
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_ciescope: Fix "incompatible pointer type" warningsMichael Niedermayer2016-03-03
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add ciescope filterPaul B Mahol2016-03-03
Signed-off-by: Paul B Mahol <onemda@gmail.com>