On Mon, Jun 13, 2016 at 08:44:36PM +0200, Jerome Martinez wrote:
> Le 13/06/2016 à 19:55, Michael Niedermayer a écrit :
> >On Mon, Jun 13, 2016 at 07:31:15PM +0200, Jerome Martinez wrote:
> >>FFV1 decoder:
> >>
> >>When checking pix_fmt mapping, some bitstreams are mapped to an
> >>incorrect pix_fm
Le 13/06/2016 à 19:31, Jerome Martinez a écrit :
[...]
- JPEG 2000 RCT 9/10/12/14 bit depths with alpha are mapped to a
FFmpeg pix_fmt without alpha (e.g. AV_PIX_FMT_GBRP9 for 9-bit with
alpha), which is not expected.
Sorry, I forgot a remark about this part of the patch: the decoder can
dec
Le 13/06/2016 à 19:55, Michael Niedermayer a écrit :
On Mon, Jun 13, 2016 at 07:31:15PM +0200, Jerome Martinez wrote:
FFV1 decoder:
When checking pix_fmt mapping, some bitstreams are mapped to an
incorrect pix_fmt instead of being rejected (ENOSYS).
Actually, such bitstreams are not supported (
On Mon, Jun 13, 2016 at 07:31:15PM +0200, Jerome Martinez wrote:
> FFV1 decoder:
>
> When checking pix_fmt mapping, some bitstreams are mapped to an
> incorrect pix_fmt instead of being rejected (ENOSYS).
> Actually, such bitstreams are not supported (FFmpeg encoder does not
> produce such bitstre
FFV1 decoder:
When checking pix_fmt mapping, some bitstreams are mapped to an
incorrect pix_fmt instead of being rejected (ENOSYS).
Actually, such bitstreams are not supported (FFmpeg encoder does not
produce such bitstream, such bitstream may come only from another
encoder for the moment).