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

2015-06-22 Thread Michael Niedermayer
On Mon, Jun 22, 2015 at 08:58:41PM +0200, Stephan Vedder wrote: > I attached the fixed patch now. [...] > electronicarts.c |2 ++ > 1 file changed, 2 insertions(+) > e10466b07ca042720ac60541ca615745edf1434a patch.diff > commit b1646ba4cbce2d285f7f268ec49ed0362e5fdf55 > Author: Stephan Vedde

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 Carl Eugen Hoyos
gmail.com> writes: > https://bfme2-see.googlecode.com/svn-history/r129/trunk/data/movies/SmallRing.vp6 Do you know how to decode the alpha channel for this file? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mai

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-06-22 20:13 GMT+02:00 Michael Niederma

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 Michael Niedermayer
On Mon, Jun 22, 2015 at 02:41:07PM +, Carl Eugen Hoyos wrote: > gmail.com> writes: > > > > https://bfme2-see.googlecode.com/svn-history/r129/trunk/data/movies/SmallRing.vp6 > > > Before you had to use: ffplay -f ./SmallRing.vp6 > > since it would use the aac demuxer otherwise > > (resulti

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 Carl Eugen Hoyos
gmail.com> writes: > https://bfme2-see.googlecode.com/svn-history/r129/trunk/data/movies/SmallRing.vp6 > Before you had to use: ffplay -f ./SmallRing.vp6 > since it would use the aac demuxer otherwise > (resulting in a crash). How can I reproduce the crash? Crashes are always (very) importan

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

2015-06-22 Thread stephan . vedder
Here is an example file: https://code.google.com/p/bfme2-see/source/browse/trunk/data/movies/SmallRing.vp6?r=129 Before it did chose the AAC demuxer for this file and files of that kind. Resulting in a crash. I can fix the tabs when i am back home > Am 22.06.2015 um 15:49 schrieb Carl Eugen Hoy

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

2015-06-22 Thread stephan . vedder
Oh okay, guess i missed the tabs. However here is a sample file: https://code.google.com/p/bfme2-see/source/browse/trunk/data/movies/SmallRing.vp6?r=129 Before you had to use: ffplay -f ./SmallRing.vp6 since it would use the aac demuxer otherwise (resulting in a crash). With this patch you can s

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

2015-06-22 Thread Paul B Mahol
On 6/22/15, Stephan Vedder wrote: > 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/e

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

2015-06-22 Thread Carl Eugen 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-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpe

[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