Re: [FFmpeg-devel] [PATCH] ffmpeg: fix accurate seeking with -copyts

2014-11-24 Thread Michael Niedermayer
On Sun, Nov 23, 2014 at 11:31:20PM -0600, Rodger Combs wrote: > --- > ffmpeg.h| 1 + > ffmpeg_filter.c | 18 -- > 2 files changed, 17 insertions(+), 2 deletions(-) applied btw, a fate test (especially one which shows the timestamps like with framecrc) for this could be q

[FFmpeg-devel] [PATCH] ffmpeg: fix accurate seeking with -copyts

2014-11-23 Thread Rodger Combs
--- ffmpeg.h| 1 + ffmpeg_filter.c | 18 -- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ffmpeg.h b/ffmpeg.h index 1ace8be..8107fe7 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -483,6 +483,7 @@ extern int do_deinterlace; extern int do_hex_dump; extern int d

Re: [FFmpeg-devel] [PATCH] ffmpeg: fix accurate seeking with -copyts

2014-11-23 Thread Rodger Combs
Fixed; now passes all FATE tests. Corrected multiple issues with the patch. Behavior between -copyts, -start_at_zero, -ss, and -t/-to might still be unexpected, but shouldn't be any different than what we have now. ___ ffmpeg-devel mailing list ffmpeg-dev

Re: [FFmpeg-devel] [PATCH] ffmpeg: fix accurate seeking with -copyts

2014-11-23 Thread Michael Niedermayer
On Sun, Nov 23, 2014 at 03:40:44PM -0600, Rodger Combs wrote: > --- > ffmpeg.h| 1 + > ffmpeg_filter.c | 22 -- > 2 files changed, 21 insertions(+), 2 deletions(-) breaks make fate-sub2video TESTsub2video --- ./tests/ref/fate/sub2video 2014-11-23 02:01:33.386906

[FFmpeg-devel] [PATCH] ffmpeg: fix accurate seeking with -copyts

2014-11-23 Thread Rodger Combs
--- ffmpeg.h| 1 + ffmpeg_filter.c | 22 -- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ffmpeg.h b/ffmpeg.h index 1ace8be..8107fe7 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -483,6 +483,7 @@ extern int do_deinterlace; extern int do_hex_dump; extern i