• Philip de Nier's avatar
    mxfdec: set pixel format for cdci picture formats · fda891e1
    Philip de Nier authored
    The properties of the CDCI Descriptor are insufficient to specify
    the pixel format for uncompressed picture data. SMPTE 377-1 and
    RP224v10 have defined a set of picture coding labels to indicate what
    formatting was used.
    
    This patch uses 2 labels to detect UYVY422 or YUYV422 pixel formats.
    
    It defaults to UYVY422 for 8-bit 4:2:2 pictures to support files
    that were created before the coding labels were introduced ~2008
    
    The codec pix_fmt default was changed from 0 (PIX_FMT_YUV420P) to
    -1 (PIX_FMT_NONE)
    Reviewed-by: 's avatarBaptiste Coudurier <baptiste.coudurier@gmail.com>
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    fda891e1
Name
Last commit
Last update
doc Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README Loading commit data...
RELEASE Loading commit data...
arch.mak Loading commit data...
avconv.c Loading commit data...
avplay.c Loading commit data...
avprobe.c Loading commit data...
avserver.c Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
library.mak Loading commit data...
version.sh Loading commit data...