Skip to content
Snippets Groups Projects
  1. Jan 22, 2025
  2. Jan 21, 2025
    • Tristan Matthews's avatar
      contrib: dav1d: update to 1.5.1 · 00fb0120
      Tristan Matthews authored
      1.5.1 is a minor release of dav1d, focusing on speed optimizations and
      on stack reduction.
      
      Notable optimizations happened on SSSE3, ARM32/ARM64, RISC-V and power-PC.
      A possible deadlock was also fixed.
      00fb0120
    • Maxime Chapelet's avatar
      libvlc: fix network media parsing · a4debd38
      Maxime Chapelet authored and Steve Lhomme's avatar Steve Lhomme committed
      Calls to `libvlc_media_parse_request` with smb server URL never succeeded
      because `do_parse` var was always `false` when `input_net` var was `true`
      and `libvlc_media_parse_network` flag was set.
      
      This change fixes this problem and bring back the ability to parse network
      files when the `libvlc_media_parse_network` flag is set
      a4debd38
    • Fatih Uzunoğlu's avatar
      qt: obey the predefined scroll direction in `FlickableScrollHandler` · c12595f1
      Fatih Uzunoğlu authored and Steve Lhomme's avatar Steve Lhomme committed
      This class is used for scrolling, it should obey the predefined
      scroll direction.
      
      Currently on platforms invertedness is provided (and when the
      platform plugin supplies the information), this causes the
      scrolling direction to be always non-inverted (which means that
      natural scrolling is not used even if it is wanted).
      c12595f1
  3. Jan 20, 2025
Loading