Author | SHA1 | Message | Date |
---|---|---|---|
|
6af050d7d0 |
avfilter: do not use AVFrame accessor
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com> |
8 years ago |
|
183ce55b0d |
lavfi: split frame_count between input and output.
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. |
8 years ago |
|
35d9441f7b |
avfilter/vf_swaprect: add timeline support
Signed-off-by: Paul B Mahol <onemda@gmail.com> |
9 years ago |
|
f5c3f85eb2 |
avfilter: add swaprect filter
Signed-off-by: Paul B Mahol <onemda@gmail.com> |
9 years ago |