• Niklas Haas's avatar
    avcodec/pnm: explicitly tag color range · 96d2a40b
    Niklas Haas authored
    PGMYUV seems to be always limited range. This was a format originally
    invented by FFmpeg at a time when YUVJ distinguished limited from full
    range YUV, and this codec never appeared to output YUVJ in any
    circumstance, so hard-coding limited range preserves the status quo.
    
    The other formats are explicitly documented to be full range RGB/gray
    formats. That said, don't tag them yet, due to outstanding bugs w.r.t
    grayscale formats and color range handling.
    
    This change in behavior updates a bunch of FATE tests in trivial ways
    (added tagging being the only difference).
    96d2a40b
Name
Last commit
Last update
..
api Loading commit data...
checkasm Loading commit data...
fate Loading commit data...
filtergraphs Loading commit data...
ref Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
audiogen.c Loading commit data...
audiomatch.c Loading commit data...
base64.c Loading commit data...
copycooker.sh Loading commit data...
extended.ffconcat Loading commit data...
fate-run.sh Loading commit data...
fate-valgrind.supp Loading commit data...
fate.sh Loading commit data...
md5.sh Loading commit data...
refcmp-metadata.awk Loading commit data...
reference.pnm Loading commit data...
rotozoom.c Loading commit data...
simple1.ffconcat Loading commit data...
simple2.ffconcat Loading commit data...
test.ffmeta Loading commit data...
tiny_psnr.c Loading commit data...
tiny_ssim.c Loading commit data...
utils.c Loading commit data...
videogen.c Loading commit data...