Skip to content
Snippets Groups Projects
  1. Sep 02, 2021
  2. Sep 01, 2021
    • Romain Vimont's avatar
      opengl: reorder to simplify error handling · 021c73cd
      Romain Vimont authored
      vlc_gl_filter_GetSampler() may fail (return NULL), but the caller need
      not explicitly cleanup the returned sampler on success.
      
      Therefore, retrieve the sampler as soon as possible to simplify error
      handling.
      021c73cd
    • Romain Vimont's avatar
      opengl: check sampler failure · e3ffa4c2
      Romain Vimont authored
      On first call, vlc_gl_filter_GetSampler() may return NULL, so check the
      return value.
      e3ffa4c2
    • Steve Lhomme's avatar
      d3d11: query the driver version using Windows Management Instrumentation · e1c7694d
      Steve Lhomme authored
      It doesn't work in UWP as that part of the registry is not available via
      CoCreateInstanceFromApp(). This might be available via DeviceInformation
      from winrt Windows.Devices.Enumeration (not available in wine yet) in the
      Properties dictionary, but it would be for UAP/UWP builds only.
      
      Cannot be ported back to 3.0 as this is Vista and above.
      e1c7694d
    • Steve Lhomme's avatar
      configure: add oleaut32 library to LIBCOM · 31f0601a
      Steve Lhomme authored
      This is often used in pair with OLE API's like SysAllocString or VariantInit.
      
      This is necessary in UAP/Winstore builds as it's not part of the default libs.
      31f0601a
  3. Aug 31, 2021
  4. Aug 30, 2021
  5. Aug 29, 2021
    • Samuel Bassaly's avatar
      macosx: Add stereo_pan filter · 6f47656d
      Samuel Bassaly authored and David's avatar David committed
      Add stereo pan filter to Advanced Audio Effects panel.
      
      Add enable button for each filter, as pan audio effect has effect over
      the whole spectrum (always noticeable), thus, if always enabled, it
      makes pitch adjustment unusable.
      
      Additionally, for pitch adjustment:
      - Update the step of the scale to 0.25
      - Fix the default value to 0.0 (was previously 0.25)
      
      Closes issue #25872
      6f47656d
  6. Aug 28, 2021
  7. Aug 27, 2021
  8. Aug 25, 2021
  9. Aug 24, 2021
Loading