Skip to content
Snippets Groups Projects
  1. May 20, 2021
  2. May 14, 2021
    • Deucе's avatar
      Many X11 scaling improvements... · 5b38675d
      Deucе authored
      1) Initialize the r2y array for xBR so it actually works.
      2) Add a vertical (only) interpolation scaler for aspect ratio enforcement
      3) Add a simple muliplier scaler, so that can be removed from x_event.c
      4) Use a new graphics buffer free list, which allows tracking last
         drawn screen instead of last bitmap rectangle, removing various hacks
      5) Share the Y'CbCr <-> R'dG'dB'd tables between xBR and scale.c
      5b38675d
  3. May 13, 2021
    • Deucе's avatar
      Add smooth scaling to X11 output · 34db18fc
      Deucе authored
      Uses "pointyscale" for x3 and x5
      Uses xBR from FFmpeg for x2 and x4
      HQx is also included, but unused as it's too slow at x4.
      34db18fc
Loading