[FFmpeg-cvslog] lavfi/concat: allow to support inputs with different frame rates

2019-09-08 Thread Calvin Walton
ffmpeg | branch: master | Calvin Walton | Fri Aug 30 13:28:17 2019 -0400| [3ad5d4df9ce794d3eeb0f526c5f3e446bf97c616] | committer: Nicolas George lavfi/concat: allow to support inputs with different frame rates Right now, the concat filter does not set the frame_rate value on any of the out

[FFmpeg-cvslog] vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variables

2019-07-06 Thread Calvin Walton
ffmpeg | branch: master | Calvin Walton | Fri Jun 21 09:08:03 2019 -0400| [2bd21b96096320bc12532119a6b0f7a974db6c19] | committer: Gyan Doshi vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variables Changes to vf_drawtext.c written by Calvin Walton Changes to filters.texi written by

[FFmpeg-cvslog] libavfilter/vf_fps: Minor cleanups

2018-03-08 Thread Calvin Walton
ffmpeg | branch: master | Calvin Walton | Thu Feb 22 14:10:04 2018 -0500| [2b2c8b22da9f9f0005b619a539023afbad1a1edd] | committer: Nicolas George libavfilter/vf_fps: Minor cleanups Since the config_props function now references both the input and output links, rename the 'link' v

[FFmpeg-cvslog] libavfilter/vf_fps: Rewrite using activate callback

2018-03-08 Thread Calvin Walton
ffmpeg | branch: master | Calvin Walton | Thu Feb 22 14:10:03 2018 -0500| [e4edc567a077d34f579d31ef0bfe164c7abfac4c] | committer: Nicolas George libavfilter/vf_fps: Rewrite using activate callback The old version of the filter had a problem where it would queue up all of the duplicate frames

[FFmpeg-cvslog] libavfilter/vf_fps: Add tests for start_time option

2018-02-21 Thread Calvin Walton
ffmpeg | branch: master | Calvin Walton | Mon Feb 19 19:54:35 2018 -0500| [ff0de964e7abba6df0d8923f70f93cbd6c242ec8] | committer: Michael Niedermayer libavfilter/vf_fps: Add tests for start_time option Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] libavfilter/vf_fps: Add more fate tests

2018-02-18 Thread Calvin Walton
ffmpeg | branch: master | Calvin Walton | Fri Feb 16 15:02:02 2018 -0500| [d2fc244293b531cf1ce175155f74202b697a7a23] | committer: Michael Niedermayer libavfilter/vf_fps: Add more fate tests These tests cover specific rounding behaviour, to ensure that I don't introduce any regressions

[FFmpeg-cvslog] librsvgdec: Fix frame clearing code

2018-02-02 Thread Calvin Walton
ffmpeg | branch: master | Calvin Walton | Thu Feb 1 13:28:25 2018 -0500| [108958e43df075967217d4c81cb4cea5164b2b5f] | committer: Rostislav Pehlivanov librsvgdec: Fix frame clearing code The existing code attempts to clear the frame by painting in OVER mode with transparent black - which is a