Re: [FFmpeg-devel] [PATCH] avcodec: add FM Screen Capture Codec decoder

2017-02-10 Thread Paul B Mahol
On 2/10/17, Carl Eugen Hoyos wrote: > 2017-02-10 16:14 GMT+01:00 Paul B Mahol : > >> +case 32: avctx->pix_fmt = AV_PIX_FMT_BGRA; break; > > Do you have a 32bit sample? > I would have expected that screen capture codecs do not > support alpha. It supports alpha via VirtualDub just fine.

Re: [FFmpeg-devel] [PATCH] avcodec: add FM Screen Capture Codec decoder

2017-02-10 Thread Carl Eugen Hoyos
2017-02-10 16:14 GMT+01:00 Paul B Mahol : > +case 32: avctx->pix_fmt = AV_PIX_FMT_BGRA; break; Do you have a 32bit sample? I would have expected that screen capture codecs do not support alpha. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-deve

[FFmpeg-devel] [PATCH] avcodec: add FM Screen Capture Codec decoder

2017-02-10 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 7 + libavcodec/fmvc.c | 629 libavformat/riff.c | 1 + 6 files changed, 640