1. 28 Jul, 2015 39 commits
  2. 27 Jul, 2015 1 commit
    • Rémi Denis-Courmont's avatar
      libvlc: add corked and uncorked events (fixes #14444) · 32bf025b
      Rémi Denis-Courmont authored
      This exposes (audio) policy cork events to LibVLC applications. The
      intended usage is for applications to pause/resume playback.
      
      We decided against pausing and resuming automatically as it would most
      likely confuse the playback state machine of existing applications. By
      default, the OS decides might either mute or duck the audio stream.
      
      Cc: Harald Sitter <sitter@kde.org>
      32bf025b