Re: [FFmpeg-devel] [PATCH] Fixed EA vp6 files with alpha not picked up by the EA demuxer

2015-06-22 Thread Stephan Vedder
I talked with Aurel Jacoubs (the creator of the vp6 deocoder). He said that the implememtation is already capable of decoding this file completly. Apart from that i don't know much about vp6 decoding. However were you able to understand why this patch is required? 2015-06-22 23:22 GMT+02:00 Carl E

Re: [FFmpeg-devel] [PATCH] Fixed EA vp6 files with alpha not picked up by the EA demuxer

2015-06-22 Thread Stephan Vedder
I attached the fixed patch now. 2015-06-22 20:43 GMT+02:00 Stephan Vedder : > I just noticed that i got a wrong patch file attached. Let me make a new > diff. > I didn't mean a real crash, i just meant an error output that this file > isn't playable > > 2015-0

Re: [FFmpeg-devel] [PATCH] Fixed EA vp6 files with alpha not picked up by the EA demuxer

2015-06-22 Thread Stephan Vedder
I just noticed that i got a wrong patch file attached. Let me make a new diff. I didn't mean a real crash, i just meant an error output that this file isn't playable 2015-06-22 20:13 GMT+02:00 Michael Niedermayer : > On Mon, Jun 22, 2015 at 02:41:07PM +, Carl Eugen Hoyos wrote: > > gmail.co

Re: [FFmpeg-devel] [PATCH] Fixed EA vp6 files with alpha not picked up by the EA demuxer

2015-06-22 Thread stephan . vedder
You should get a crash when trying to play this file with ffplay or when trying to open it with avformat_open_input. (Before the patch is applied). Stephan > Am 22.06.2015 um 16:41 schrieb Carl Eugen Hoyos : > > gmail.com> writes: > >> > https://bfme2-see.googlecode.com/svn-history/r129/trun

Re: [FFmpeg-devel] [PATCH] Fixed EA vp6 files with alpha not picked up by the EA demuxer

2015-06-22 Thread stephan . vedder
gen Hoyos : > > Stephan Vedder gmail.com> writes: > >> +case AVP6_TAG: > > Tabs cannot be committed to the FFmpeg repository. > > Could you provide a sample? > > Carl Eugen > > ___ > ffmpeg-dev

Re: [FFmpeg-devel] [PATCH] Fixed EA vp6 files with alpha not picked up by the EA demuxer

2015-06-22 Thread stephan . vedder
simply use: ffplay ./SmallRing.vp6 > Am 22.06.2015 um 15:49 schrieb Carl Eugen Hoyos : > > Stephan Vedder gmail.com> writes: > >> +case AVP6_TAG: > > Tabs cannot be committed to the FFmpeg repository. > > Could you

[FFmpeg-devel] [PATCH] Fixed EA vp6 files with alpha not picked up by the EA demuxer

2015-06-22 Thread Stephan Vedder
From: feliwir --- libavformat/electronicarts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c index 859fbb8..ba15b65 100644 --- a/libavformat/electronicarts.c +++ b/libavformat/electronicarts.c @@ -427,6 +427,7 @@ static int proces