Skip to content
Snippets Groups Projects
  1. Dec 07, 2022
  2. Nov 16, 2022
  3. Nov 08, 2022
  4. Nov 07, 2022
  5. Nov 06, 2022
  6. Nov 04, 2022
  7. Nov 02, 2022
  8. Oct 31, 2022
  9. Oct 21, 2022
    • Diogo Simao Marques's avatar
      VLCPlaybackService: Refactor the repeat current item mode · 88342b97
      Diogo Simao Marques authored
      The repeat mode allowing to repeat the current item is now switched to
      the repeat all items mode when the next or previous button is pressed
      and the next or previous media in the play queue starts playing.
      
      The current item mode behaviour keeps looping the current media if the
      user does not interact with the next/previous buttons.
      
      Closes #1432
      88342b97
    • Diogo Simao Marques's avatar
      VLCPlaybackService: Fix the next & previous index computation · 1d9a264f
      Diogo Simao Marques authored
      The next & previous index is now set to the current playing media
      index before its computation when the index has not been initialized.
      
      This avoids to reset the index to 0, which is the default value.
      
      Closes #1434
      1d9a264f
  10. Oct 19, 2022
  11. Oct 15, 2022
  12. Oct 14, 2022
  13. Oct 12, 2022
  14. Oct 10, 2022
  15. Oct 08, 2022
    • Felix Paul Kühne's avatar
      Add preamp setting with a default of 6 dB · d7d01f3a
      Felix Paul Kühne authored
      This matches the previous behavior that renders audio at a level
      comparable to other playback apps on iOS and tvOS. It effectively
      reverts f68376ba.
      
      When resetting an equalizer profile, the newly configured default preamp
      level will also be respected.
      
      Hereby, an option is introduced to further increase the preamp level
      but also to lessen it to 0 dB and below to retain audio quality without
      compression at the expense that other apps on the same device might be
      louder leading to an incoherent playback experience.
      
      libVLC allows a preamp level of up to 20 dB. This patch limits the
      level to 12 dB to prevent users from breaking their device speakers and
      more notably cheap Bluetooth device incapable of handling the amount of
      compression.
      
      This patch fixes #374 and #1423
      d7d01f3a
    • Felix Paul Kühne's avatar
      equalizer: include preamp on reset · 01703511
      Felix Paul Kühne authored
      (cherry picked from commit bd3faf65)
      01703511
    • Felix Paul Kühne's avatar
      VPC: use a preamp of 0. by default · fcba2e5d
      Felix Paul Kühne authored
      This fixes #819
      
      (cherry picked from commit f68376ba)
      fcba2e5d
    • Felix Paul Kühne's avatar
      IASK: fix folder configuration · 6b3b48cb
      Felix Paul Kühne authored
      6b3b48cb
  16. Oct 04, 2022
  17. Oct 03, 2022
  18. Oct 01, 2022
  19. Sep 30, 2022
Loading