Re: [FFmpeg-devel] [PATCH 4/4] lavfi/vf_fps: accept EOF timestamp.

2014-07-31 Thread Carl Eugen Hoyos
Nicolas George nsup.org> writes: > This makes the FPS filter duplicate the last frame to take > its duration into account, exactly like the other ones. > > TODO find corresponding trac ticket(s). I didn't test but this may be ticket #2674. Carl Eugen __

[FFmpeg-devel] [PATCH 4/4] lavfi/vf_fps: accept EOF timestamp.

2014-07-30 Thread Nicolas George
This makes the FPS filter duplicate the last frame to take its duration into account, exactly like the other ones. TODO find corresponding trac ticket(s). Signed-off-by: Nicolas George --- libavfilter/vf_fps.c | 58 +++- 1 file changed, 39 inserti

Re: [FFmpeg-devel] [PATCH 4/4] lavfi/vf_fps: accept EOF timestamp.

2014-07-28 Thread Michael Niedermayer
On Thu, Jul 24, 2014 at 03:39:45PM +0200, Nicolas George wrote: > This makes the FPS filter duplicate the last frame to take > its duration into account, exactly like the other ones. > > TODO find corresponding trac ticket(s). > > Signed-off-by: Nicolas George > --- > libavfilter/vf_fps.c | 59

[FFmpeg-devel] [PATCH 4/4] lavfi/vf_fps: accept EOF timestamp.

2014-07-24 Thread Nicolas George
This makes the FPS filter duplicate the last frame to take its duration into account, exactly like the other ones. TODO find corresponding trac ticket(s). Signed-off-by: Nicolas George --- libavfilter/vf_fps.c | 59 +++- 1 file changed, 40 inserti