On 11/16/15, Paul B Mahol wrote:
> On 11/16/15, Michael Niedermayer wrote:
>> On Mon, Nov 16, 2015 at 11:25:33AM +0100, Paul B Mahol wrote:
>>> 2n version attached
>>
>>> Makefile |1
>>> allformats.c |1
>>> rmdec.c | 303
>>> +++
On 11/16/15, Michael Niedermayer wrote:
> On Mon, Nov 16, 2015 at 11:25:33AM +0100, Paul B Mahol wrote:
>> 2n version attached
>
>> Makefile |1
>> allformats.c |1
>> rmdec.c | 303
>> ---
>> 3 files changed, 271 insertion
On Mon, Nov 16, 2015 at 11:25:33AM +0100, Paul B Mahol wrote:
> 2n version attached
> Makefile |1
> allformats.c |1
> rmdec.c | 303
> ---
> 3 files changed, 271 insertions(+), 34 deletions(-)
> f8930413dadf24053ff1e19
2n version attached
From bada349bdba599b92bcb1d3bc16b630c182174f9 Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Wed, 11 Nov 2015 22:04:57 +0100
Subject: [PATCH] avformat: add IVR demuxer
Signed-off-by: Paul B Mahol
---
Problem with slices/frames ending in middle of packet is still there.
R
On Sun, Nov 15, 2015 at 12:29 PM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
>
> Frames/slices that ends in middle of packet do not currently work.
> I have no idea why, so looking for help.
> Different .R1M variant is not supported, working on it... but if you know
> how to fix it s
Signed-off-by: Paul B Mahol
---
Frames/slices that ends in middle of packet do not currently work.
I have no idea why, so looking for help.
Different .R1M variant is not supported, working on it... but if you know
how to fix it speak up.
Useless comments/reviews are ignored.
---
libavformat/Mak