summaryrefslogtreecommitdiff
path: root/libavfilter/vf_swaprect.c
Commit message (Collapse)AuthorAge
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
| | | | | | | | | | | | AVFilterLink.frame_count is supposed to count the number of frames that were passed on the link, but with min_samples, that number is not always the same for the source and destination filters. With the addition of a FIFO on the link, the difference will become more significant. Split the variable in two: frame_count_in counts the number of frames that entered the link, frame_count_out counts the number of frames that were sent to the destination filter.
* avfilter/vf_swaprect: add timeline supportPaul B Mahol2016-02-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add swaprect filterPaul B Mahol2016-02-07
Signed-off-by: Paul B Mahol <onemda@gmail.com>