Re: [FFmpeg-devel] [WIP][RFC][PATCH] avcodec: add IMM4 decoder

2018-08-14 Thread Paul B Mahol
On 8/13/18, Carl Eugen Hoyos wrote: > 2018-08-13 22:26 GMT+02:00, Paul B Mahol : > >> Updated patch attached. > >> Artifacts happens only because of our buggy AVI demuxer. > > Indeed. > Do you know what the issue is? Yes, our demuxer sucks. > I moved the pix_fmt initialization from decode_init()

Re: [FFmpeg-devel] [WIP][RFC][PATCH] avcodec: add IMM4 decoder

2018-08-13 Thread Carl Eugen Hoyos
2018-08-13 22:26 GMT+02:00, Paul B Mahol : > Updated patch attached. > Artifacts happens only because of our buggy AVI demuxer. Indeed. Do you know what the issue is? I moved the pix_fmt initialization from decode_init() to decode_frame() to get correct resolutions on the status output. Carl E

Re: [FFmpeg-devel] [WIP][RFC][PATCH] avcodec: add IMM4 decoder

2018-08-13 Thread Paul B Mahol
Hi, Updated patch attached. Artifacts happens only because of our buggy AVI demuxer. 0001-avcodec-add-IMM4-decoder.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [WIP][RFC][PATCH] avcodec: add IMM4 decoder

2018-08-11 Thread Rostislav Pehlivanov
On Sat, 11 Aug 2018 at 13:24, Paul B Mahol wrote: > Hi, > > Much improved and cleaned up version attached. > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > +INIT_VLC_SPARSE_STATIC(&cbp

Re: [FFmpeg-devel] [WIP][RFC][PATCH] avcodec: add IMM4 decoder

2018-08-11 Thread Paul B Mahol
Hi, Much improved and cleaned up version attached. 0001-avcodec-add-IMM4-decoder.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [WIP][RFC][PATCH] avcodec: add IMM4 decoder

2018-08-07 Thread Moritz Barsnick
Hi, On Mon, Aug 06, 2018 at 12:35:15 +0200, Paul B Mahol wrote: > patch attached. I can't judge on most of the procedural stuff, but here's some 2 cents: > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 7 + >