samiamwork / Movist

Movie Player for Mac OS X based on QuickTime & FFmpeg. (Fork of original project on Google Code as it seems to have died)
GNU General Public License v3.0
206 stars 54 forks source link

HiDPI screen support #48

Closed gradha closed 10 years ago

gradha commented 10 years ago

Looking at a FullHD video on a macbook pro retina (logical 1440x900) downgrades the quality of the video. Rather than rendering a native resolution to later upscale, the program likely downscales to logical resolution and then upscales to hardware res. Attaching a comparison screenshot from a video, one in Movist (blurry) another in VLC (sharp).

movist left vlc right

samiamwork commented 10 years ago

Retina should be working as of commit 9cbb58c8ec85. Obviously Movist doesn't have any retina UI resources but the video should at least be sharp now. Let me know if it's not.