Re: [libav-devel] [PATCH] lavc: add pix_fmts_full to AVCodec

2014-07-08 Thread wm4
On Tue, 1 Jul 2014 01:23:45 -0400 Vittorio Giovara vittorio.giov...@gmail.com wrote: Rather than using deprecated *J pixel formats, keep the full scale ones in a separate list, and check for avctx-color_range before opening the encoder. This slightly changes the format handshaking

Re: [libav-devel] [PATCH] lavc: add pix_fmts_full to AVCodec

2014-07-07 Thread Vittorio Giovara
On Tue, Jul 1, 2014 at 1:23 AM, Vittorio Giovara vittorio.giov...@gmail.com wrote: Rather than using deprecated *J pixel formats, keep the full scale ones in a separate list, and check for avctx-color_range before opening the encoder. This slightly changes the format handshaking behaviour,

[libav-devel] [PATCH] lavc: add pix_fmts_full to AVCodec

2014-06-30 Thread Vittorio Giovara
Rather than using deprecated *J pixel formats, keep the full scale ones in a separate list, and check for avctx-color_range before opening the encoder. This slightly changes the format handshaking behaviour, instead of setting the first compatible format, the full range ones are always preferred