1. 17 Nov, 2012 7 commits
  2. 16 Nov, 2012 9 commits
  3. 15 Nov, 2012 22 commits
  4. 14 Nov, 2012 2 commits
    • Rémi Denis-Courmont's avatar
      ALSA: fix time measurements · 8c348652
      Rémi Denis-Courmont authored
      The latency needs to be returned also when not (yet) running to start
      playback on time (the audio output core inserts zeroes accordingly).
      
      Also, then there is no point to using PCM status, as only one single
      parameter is used. This simplifies the code and works around a bug
      (probably in ALSA plugin framework) whereby delay was always zero
      when using the ALSA<->PulseAudio I/O plugin.
      8c348652
    • Rémi Denis-Courmont's avatar
      Android: do not use semaphores from vlc_testcancel() · 2b51a84f
      Rémi Denis-Courmont authored
      Taking any lock in vlc_testcancel() is prone to deadlock since it gets
      called from vlc_cond_(timed)wait() with the mutex held.
      
      Not using semaphores at all would probably be saner here though.
      2b51a84f