summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_zoompan.c
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/vf_zoompan: Initialize retMichael Niedermayer2016-02-121-1/+1
| | | | | | | Silences: CID1351394 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_zoompan: Fix use of uninitialized variablesMichael Niedermayer2016-02-121-1/+1
| | | | | | | | | Fixes: CID1351392 Fixes: CID1351393 Fixes: CID1351395 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_zoompan: Remove dead storeMichael Niedermayer2016-02-121-1/+0
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
| | | | | | | | | | Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* avfilter/vf_zoompan: fix pts handlingPaul B Mahol2016-01-241-2/+5
| | | | | | Now output pts have some sense. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_zoompan: unbreak filtering with video inputPaul B Mahol2016-01-241-4/+2
| | | | | | | Inserting fifo appears to be working solution to not get filter_frame request we do not want. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_zoompan: rewrite so it doesn't cache all output framesPaul B Mahol2016-01-241-103/+155
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_zoompan: do not free frame we pushed to lavfiPaul B Mahol2016-01-021-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_zoompan: support planar rgb pixel formatsPaul B Mahol2015-06-121-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_zoompan: free out AVFrame on failureMichael Niedermayer2015-05-131-1/+3
| | | | | | | Fixes: CID1197065 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-3/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_zoompan: fix mixing of declarations and statementsMichael Niedermayer2014-06-091-2/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Zoom & Pan filterPaul B Mahol2014-06-091-0/+310
Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud