Skip to content
Snippets Groups Projects
  1. Sep 30, 2023
  2. Sep 25, 2023
  3. Sep 19, 2023
    • Niklas Haas's avatar
      shaders/sampling: hard-code scaler configuration · 64d7c5aa
      Niklas Haas authored
      Testing revealed the LUT size of 256 to have no performance downside
      compared to 64, and it still fits into the hard limit for literal LUTs.
      The maximum error (at ~1000x upsampling) is also on the order of 1e-4,
      far surpassing any threshold of perceptibility.
      
      Similarly, 1e-3 polar cutoff is not only completely below the dithering
      noise floor at 8-bits SDR, but also below JND (~10 bits). Going any
      higher than this starts to lead to visible/measurable artifacts, and
      going any lower is just slower for no benefit.
      
      Reducing option bloat, one commit at a time.
      64d7c5aa
    • Niklas Haas's avatar
      demos/plplay: expose mixer cache bypass debug option · 3fec8577
      Niklas Haas authored
      Useful for benchmarking e.g. scalers on still images.
      3fec8577
  4. Sep 18, 2023
    • Niklas Haas's avatar
      renderer: remove pl_render_params.ignore_icc_profiles · f87df67f
      Niklas Haas authored
      Should really have been part of the previous API bump, but oh well. We
      can't support this easily in the pl_frames_infer() case, and it's also
      not used by any downstream client currently. It's much simpler to just
      set ICC profiles to NULL.
      f87df67f
  5. Sep 14, 2023
  6. Sep 13, 2023
  7. Sep 08, 2023
  8. Sep 07, 2023
  9. Sep 05, 2023
  10. Aug 28, 2023
  11. Aug 26, 2023
  12. Aug 22, 2023
  13. Aug 18, 2023
    • Niklas Haas's avatar
      shaders/colorspace: allow smoothing period of 0.0 · 83af2d4e
      Niklas Haas authored
      To completely disable smoothing, since even a smoothing period of 1.0
      implies a small amount of smoothing.
      
      This does technically regress the status quo behavior when passing 0
      (which would previously see it being defaulted to 100), but with the way
      options are handled these days (via the PEAK_DETECT_DEFAULTS macros) I'm
      hoping to phase out the use of such implicit defaults to begin with.
      
      It also doesn't break any current client (I checked all).
      83af2d4e
  14. Aug 08, 2023
  15. Aug 06, 2023
    • Niklas Haas's avatar
      demos/plplay: switch to new filters API · 3aa0073f
      Niklas Haas authored
      In retrospect I have no idea why I bothered with the complicated old
      implementation of this logic to begin with.
      
      By default, show only recomended filters for each usage type; hide the
      rest behind an advanced checkbox.
      3aa0073f
  16. Aug 02, 2023
  17. Jul 30, 2023
Loading