Re: [libav-devel] [PATCH] Fix seeking in wmv files that have no index

2011-11-15 Thread Luca Barbato
On 11/15/11 10:51 AM, Vladimir Pantelic wrote: Luca Barbato wrote: On 11/15/11 1:35 AM, John Stebbins wrote: On 11/14/2011 01:35 PM, John Stebbins wrote: On 11/14/2011 11:56 AM, Luca Barbato wrote: On 11/14/11 7:17 PM, John Stebbins wrote: On 11/14/2011 12:47 AM, Luca Barbato wrote: On 11/1

Re: [libav-devel] [PATCH] Fix seeking in wmv files that have no index

2011-11-15 Thread Vladimir Pantelic
Luca Barbato wrote: On 11/15/11 1:35 AM, John Stebbins wrote: On 11/14/2011 01:35 PM, John Stebbins wrote: On 11/14/2011 11:56 AM, Luca Barbato wrote: On 11/14/11 7:17 PM, John Stebbins wrote: On 11/14/2011 12:47 AM, Luca Barbato wrote: On 11/13/11 8:37 PM, John Stebbins wrote: I'm no

Re: [libav-devel] [PATCH] Fix seeking in wmv files that have no index

2011-11-14 Thread Luca Barbato
On 11/15/11 1:35 AM, John Stebbins wrote: On 11/14/2011 01:35 PM, John Stebbins wrote: On 11/14/2011 11:56 AM, Luca Barbato wrote: On 11/14/11 7:17 PM, John Stebbins wrote: On 11/14/2011 12:47 AM, Luca Barbato wrote: On 11/13/11 8:37 PM, John Stebbins wrote: I'm not sure this is the best way

Re: [libav-devel] [PATCH] Fix seeking in wmv files that have no index

2011-11-14 Thread Ronald S. Bultje
Hi, On Mon, Nov 14, 2011 at 4:35 PM, John Stebbins wrote: > On 11/14/2011 01:35 PM, John Stebbins wrote: >> On 11/14/2011 11:56 AM, Luca Barbato wrote: >>> On 11/14/11 7:17 PM, John Stebbins wrote: On 11/14/2011 12:47 AM, Luca Barbato wrote: > On 11/13/11 8:37 PM, John Stebbins wrote: >>

Re: [libav-devel] [PATCH] Fix seeking in wmv files that have no index

2011-11-14 Thread John Stebbins
On 11/14/2011 01:35 PM, John Stebbins wrote: > On 11/14/2011 11:56 AM, Luca Barbato wrote: >> On 11/14/11 7:17 PM, John Stebbins wrote: >>> On 11/14/2011 12:47 AM, Luca Barbato wrote: On 11/13/11 8:37 PM, John Stebbins wrote: > I'm not sure this is the best way to handle this. Suggestions

Re: [libav-devel] [PATCH] Fix seeking in wmv files that have no index

2011-11-14 Thread John Stebbins
On 11/14/2011 11:56 AM, Luca Barbato wrote: > On 11/14/11 7:17 PM, John Stebbins wrote: >> On 11/14/2011 12:47 AM, Luca Barbato wrote: >>> On 11/13/11 8:37 PM, John Stebbins wrote: I'm not sure this is the best way to handle this. Suggestions are welcome if anyone has other ideas. >>> >>

Re: [libav-devel] [PATCH] Fix seeking in wmv files that have no index

2011-11-14 Thread Luca Barbato
On 11/14/11 7:17 PM, John Stebbins wrote: On 11/14/2011 12:47 AM, Luca Barbato wrote: On 11/13/11 8:37 PM, John Stebbins wrote: I'm not sure this is the best way to handle this. Suggestions are welcome if anyone has other ideas. It calls av_read_frame and that by itself sounds fishy, what ha

Re: [libav-devel] [PATCH] Fix seeking in wmv files that have no index

2011-11-14 Thread John Stebbins
On 11/14/2011 12:47 AM, Luca Barbato wrote: > On 11/13/11 8:37 PM, John Stebbins wrote: >> I'm not sure this is the best way to handle this. Suggestions >> are welcome if anyone has other ideas. > > It calls av_read_frame and that by itself sounds fishy, what happens if you > call directly the re

Re: [libav-devel] [PATCH] Fix seeking in wmv files that have no index

2011-11-14 Thread Luca Barbato
On 11/13/11 8:37 PM, John Stebbins wrote: I'm not sure this is the best way to handle this. Suggestions are welcome if anyone has other ideas. It calls av_read_frame and that by itself sounds fishy, what happens if you call directly the read function? lu diff --git a/libavformat/asfdec.c b

[libav-devel] [PATCH] Fix seeking in wmv files that have no index

2011-11-13 Thread John Stebbins
I'm not sure this is the best way to handle this. Suggestions are welcome if anyone has other ideas. -- John GnuPG fingerprint: D0EC B3DB C372 D1F1 0B01 83F0 49F1 D7B2 60D4 D0F7 From cedb0dab48f5acadedeec591cb07433c79ef2f47 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Sun, 13 Nov 20