1. 15 May, 2012 10 commits
  2. 14 May, 2012 10 commits
  3. 13 May, 2012 16 commits
  4. 12 May, 2012 4 commits
    • Mirsal Ennaime's avatar
      single instance: append tracks as specified in MPRIS 2.2 · 0376739f
      Mirsal Ennaime authored
      Use /org/mpris/MediaPlayer2/TrackList/Append instead of / as the
      AfterTrack argument to org.mpris.MediaPlayer2.AddTrack for appending
      0376739f
    • Mirsal Ennaime's avatar
      single instance: Avoid initializing twice because of dbus activation · bcc158b7
      Mirsal Ennaime authored
      The single instance mode currently tries to contact another VLC instance
      through dbus in order to find out if one is running. With dbus activation,
      it results to the dbus daemon launching a new VLC instance while the
      first one blocks until the new one answers the call
      
      This patch uses org.freedesktop.DBus.NameHasOwner instead in order to get
      an answer from the dbus daemon without it launching a second instance.
      bcc158b7
    • Rémi Denis-Courmont's avatar
    • Rémi Denis-Courmont's avatar
      ALSA: rewrite capture plugin · 793ac1e6
      Rémi Denis-Courmont authored
       * use a thread instead of short interval polling,
       * do not assume latency is shorter than a period,
       * negotiate sample format instead automatically,
       * map all known ALSA formats to VLC codecs,
       * negotiate channels and sample rate,
       * partial support for 3-6 channels (missing preferences),
       * negotiate buffer and period times according to caching,
       * tolerate off-by-one period size due to rounding,
       * use the "default" device by default rather than "hw",
       * remove old-style hardware-only suggestions in debug messages.
      793ac1e6