1. 27 Mar, 2012 9 commits
  2. 26 Mar, 2012 18 commits
  3. 25 Mar, 2012 4 commits
  4. 24 Mar, 2012 5 commits
  5. 23 Mar, 2012 1 commit
  6. 22 Mar, 2012 3 commits
    • Erwan Tulou's avatar
      skins2(win): fix mouse wheel ineffective on Windows · db99f01e
      Erwan Tulou authored
      This patch adds isScrollable() to a control, so that we can distinguish
      controls that require mouse wheel (playtree, slider) from those that don't.
      In the latter case, we can then forward events to vlc core.
      
      this fixes #6457.
      (cherry picked from commit f3afffbc05eea48ef29191b169859b17e3f4b994)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      db99f01e
    • Rémi Denis-Courmont's avatar
      PulseAudio: adjust overall latency, not (only) the buffer size · 90efd884
      Rémi Denis-Courmont authored
      Without this flag, PulseAudio will tweak the buffer parameters, but
      will not account for hardware latencies. As a consequence, the live
      caching parameter is not really followed - the latency is longer.
      
      Longer latency becomes a big problem when trying to synch with another
      live source (such as a V4L2 video capture device). Then audio is too
      late and gets discarded or messed up at output.
      (cherry picked from commit d8a96604534966dab34ae2251d370a10f319ecd0)
      90efd884
    • Rafaël Carré's avatar
      switcher: convert to lavc 54 API · 7f6b1042
      Rafaël Carré authored
      based on patch by Richard Grenville <pyxlcy@gmail.com>
      (cherry picked from commit 66da497b2046f3835321bc9d83170285267e106a)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      7f6b1042