| Age | Commit message (Collapse) | Author |
|
because its subtitles are prepared for the _video_container_size that
the Player knows about. I think the only way around this would be to
store the subs in PlayerVideo in some independent way and to scale/convert
to bitmap later.
|
|
subsampling (#1872).
There's a slightly odd effect when scaling e.g. YVU420 images to
odd and then even widths - there's a small but visible luminance
shift. I don't know why this happens, but keeping the scaling
sizes locked to the subsampling seems to help.
|
|
This is so we limit cropping to what is possible considering
chroma subsampling.
|
|
|