forked from mpv-player/mpv
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vo_opengl: implement sphinx upscaling
This is only partially complete and has some caveats: 1. It's excessively slow 2. Currently falls back to bilinear upscaling on queue underruns 3. blend-subtitles will cause subs to appear in native vid res only 4. Rings a ton at radius 3 or above 5. Practically zero visible benefit over ewa_lanczos+mitchell As such, I'm leaving it in this state. You can use it if you want to, but I won't merge it into master.
- Loading branch information
Showing
3 changed files
with
128 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters