Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavfi/swaprect: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFT | Clément Bœsch | 2018-05-08 | 1 | -10/+10 |
| | |||||
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
| | | | | | Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com> | ||||
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 support | Paul B Mahol | 2016-02-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter: add swaprect filter | Paul B Mahol | 2016-02-07 | 1 | -0/+255 |
Signed-off-by: Paul B Mahol <onemda@gmail.com> |