Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add M101 decoder

2016-05-06 Thread Michael Niedermayer
On Thu, May 05, 2016 at 07:45:47PM +0200, Michael Niedermayer wrote: > TODO: find out which LSB for 10bit go where > > Signed-off-by: Michael Niedermayer > --- > libavcodec/Makefile |1 + > libavcodec/allcodecs.c |1 + > libavcodec/avcodec.h|1 + > libavcodec/codec_desc.c |

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add M101 decoder

2016-05-05 Thread Michael Niedermayer
On Thu, May 05, 2016 at 10:52:35PM +0200, Piotr Bandurski wrote: > > +AVCodec ff_m101_decoder = { > > +.name = "m101", > > +.long_name = NULL_IF_CONFIG_SMALL("matrox uncompressed sd"), > > "Matrox Uncompressed SD" would look better. changed thx [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add M101 decoder

2016-05-05 Thread Michael Niedermayer
On Thu, May 05, 2016 at 06:57:26PM +, Carl Eugen Hoyos wrote: > Michael Niedermayer niedermayer.cc> writes: > > > TODO: find out which LSB for 10bit go where > > Please also mention ticket #2611. locally changed [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0F

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add M101 decoder

2016-05-05 Thread Piotr Bandurski
> +AVCodec ff_m101_decoder = { > +.name = "m101", > +.long_name = NULL_IF_CONFIG_SMALL("matrox uncompressed sd"), "Matrox Uncompressed SD" would look better. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add M101 decoder

2016-05-05 Thread Carl Eugen Hoyos
Michael Niedermayer niedermayer.cc> writes: > TODO: find out which LSB for 10bit go where Please also mention ticket #2611. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel