Re: [FFmpeg-devel] [PATCH] avformat/thp: implement seeking

2016-01-26 Thread Michael Niedermayer
On Tue, Jan 26, 2016 at 09:03:05AM +0100, Paul B Mahol wrote: > On 1/26/16, Michael Niedermayer wrote: > > On Mon, Jan 25, 2016 at 11:02:35PM +0100, Paul B Mahol wrote: > >> On 1/25/16, Michael Niedermayer wrote: > >> > On Mon, Jan 25, 2016 at 10:29:08PM +0100, Paul B Mahol wrote: > >> >> On 1/25

Re: [FFmpeg-devel] [PATCH] avformat/thp: implement seeking

2016-01-26 Thread Paul B Mahol
On 1/26/16, Michael Niedermayer wrote: > On Mon, Jan 25, 2016 at 11:02:35PM +0100, Paul B Mahol wrote: >> On 1/25/16, Michael Niedermayer wrote: >> > On Mon, Jan 25, 2016 at 10:29:08PM +0100, Paul B Mahol wrote: >> >> On 1/25/16, Michael Niedermayer wrote: >> >> > On Sun, Nov 22, 2015 at 12:58:5

Re: [FFmpeg-devel] [PATCH] avformat/thp: implement seeking

2016-01-25 Thread Michael Niedermayer
On Mon, Jan 25, 2016 at 11:02:35PM +0100, Paul B Mahol wrote: > On 1/25/16, Michael Niedermayer wrote: > > On Mon, Jan 25, 2016 at 10:29:08PM +0100, Paul B Mahol wrote: > >> On 1/25/16, Michael Niedermayer wrote: > >> > On Sun, Nov 22, 2015 at 12:58:51AM +0100, Paul B Mahol wrote: > >> >> Signed-

Re: [FFmpeg-devel] [PATCH] avformat/thp: implement seeking

2016-01-25 Thread Paul B Mahol
On 1/25/16, Michael Niedermayer wrote: > On Mon, Jan 25, 2016 at 10:29:08PM +0100, Paul B Mahol wrote: >> On 1/25/16, Michael Niedermayer wrote: >> > On Sun, Nov 22, 2015 at 12:58:51AM +0100, Paul B Mahol wrote: >> >> Signed-off-by: Paul B Mahol >> >> --- >> >> libavformat/thp.c | 44 ++

Re: [FFmpeg-devel] [PATCH] avformat/thp: implement seeking

2016-01-25 Thread Michael Niedermayer
On Mon, Jan 25, 2016 at 10:29:08PM +0100, Paul B Mahol wrote: > On 1/25/16, Michael Niedermayer wrote: > > On Sun, Nov 22, 2015 at 12:58:51AM +0100, Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol > >> --- > >> libavformat/thp.c | 44 +--- > >> 1 file

Re: [FFmpeg-devel] [PATCH] avformat/thp: implement seeking

2016-01-25 Thread Paul B Mahol
On 1/25/16, Michael Niedermayer wrote: > On Sun, Nov 22, 2015 at 12:58:51AM +0100, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/thp.c | 44 +--- >> 1 file changed, 41 insertions(+), 3 deletions(-) > > confirmed to be working No

Re: [FFmpeg-devel] [PATCH] avformat/thp: implement seeking

2016-01-25 Thread Michael Niedermayer
On Sun, Nov 22, 2015 at 12:58:51AM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/thp.c | 44 +--- > 1 file changed, 41 insertions(+), 3 deletions(-) confirmed to be working [...] -- Michael GnuPG fingerprint: 9FF2128B14

[FFmpeg-devel] [PATCH] avformat/thp: implement seeking

2015-11-21 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/thp.c | 44 +--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/libavformat/thp.c b/libavformat/thp.c index 5569027..c661569 100644 --- a/libavformat/thp.c +++ b/libavformat/thp.c @@ -114,6 +114,7