Re: [FFmpeg-devel] [PATCH]vc1 Autodetection

2015-10-14 Thread Carl Eugen Hoyos
Michael Niedermayer niedermayer.cc> writes: > > Makefile |2 - > > rawdec.c |4 --- > > vc1dec.c | 81 +++ > > version.h |2 - > > 4 files changed, 83 insertions(+), 6 deletions(-) > > bdbacfecbe65093e8c50876d7ffa6eb9b8719a9d patchvc1prob

Re: [FFmpeg-devel] [PATCH]vc1 Autodetection

2015-10-13 Thread Michael Niedermayer
On Tue, Oct 13, 2015 at 01:19:59PM +0200, Carl Eugen Hoyos wrote: > On Monday 05 October 2015 03:53:32 am Michael Niedermayer wrote: > > On Sun, Oct 04, 2015 at 11:47:59PM +0200, Carl Eugen Hoyos wrote: > > > Hi! > > > > > > Attached is a patch implementing vc-1 autodetection. > > > > > > Please re

Re: [FFmpeg-devel] [PATCH]vc1 Autodetection

2015-10-13 Thread Carl Eugen Hoyos
On Monday 05 October 2015 03:53:32 am Michael Niedermayer wrote: > On Sun, Oct 04, 2015 at 11:47:59PM +0200, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached is a patch implementing vc-1 autodetection. > > > > Please review, Carl Eugen > > > > Makefile |2 - > > rawdec.c |4 --- > > vc1d

Re: [FFmpeg-devel] [PATCH]vc1 Autodetection

2015-10-04 Thread Michael Niedermayer
On Sun, Oct 04, 2015 at 11:47:59PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached is a patch implementing vc-1 autodetection. > > Please review, Carl Eugen > Makefile |2 - > rawdec.c |4 --- > vc1dec.c | 71 > ++ > ve

[FFmpeg-devel] [PATCH]vc1 Autodetection

2015-10-04 Thread Carl Eugen Hoyos
Hi! Attached is a patch implementing vc-1 autodetection. Please review, Carl Eugen diff --git a/libavformat/Makefile b/libavformat/Makefile index 2971912..d118019 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -440,7 +440,7 @@ OBJS-$(CONFIG_TTA_DEMUXER) += tta.o ape