Skip to content
Snippets Groups Projects
  1. Jun 18, 2018
  2. Oct 23, 2017
  3. Mar 21, 2017
  4. May 16, 2016
  5. Apr 18, 2016
  6. Feb 09, 2016
  7. Feb 06, 2016
    • Jean-Baptiste Kempf's avatar
      Rename bonjour module to avahi · 55280fa6
      Jean-Baptiste Kempf authored
      Bonjour is an implementation, trademarked by Apple, of Zeroconf
      protocol, which avahi is a (slightly) different implementation.
      Zeroconf protocol is mostly mdns + dns-sd
      55280fa6
  8. Feb 05, 2016
  9. Mar 16, 2015
  10. Jul 04, 2014
  11. Sep 22, 2013
  12. Sep 16, 2013
  13. Sep 14, 2013
  14. Sep 13, 2013
  15. Sep 05, 2013
  16. Aug 01, 2013
  17. Mar 19, 2013
  18. Sep 06, 2012
  19. Mar 14, 2012
  20. Oct 10, 2011
  21. Oct 08, 2011
  22. Feb 13, 2011
  23. Nov 14, 2010
  24. Oct 31, 2010
  25. Aug 10, 2010
  26. Jul 17, 2010
    • Rémi Denis-Courmont's avatar
      udev: use ALSA to find capture device names · 0c6062ec
      Rémi Denis-Courmont authored
      This is a little bit more understandable than device numbers.
      Unfortunately, hot plug is as flaky as before: udev reports the device
      before it is ready. alsa-lib provides no event interface (that I know),
      so we have to stick with udev for now though.
      
      Also, alsa-lib is _not_ used to fetch the card name. In my opinion, the
      udev vendor string is a lot better. Compare:
      - "USB Device 0xccd:0x77" (alsa card name) with
        "TerraTec Electronic GmbH" (udev vendor), or
      - "Intel ICH6" (alsa card name) with "Intel Corporation" (udev vendor).
      0c6062ec
  27. Feb 16, 2010
  28. Feb 15, 2010
    • Pierre's avatar
      freebox: Bring back freebox SD in C. · c8a67b80
      Pierre authored
      lua version doesn't support adding subitems and passing the option over to subitems.
      One day the lua libs will be ready to offer feature parity for luafreebox and
      this one will be able to go away. But not yet.
      c8a67b80
  29. Feb 14, 2010
  30. Feb 03, 2010
  31. Jan 16, 2010
  32. Nov 01, 2009
  33. Oct 17, 2009
    • Rémi Denis-Courmont's avatar
      Remove HAL support · 0565b5c2
      Rémi Denis-Courmont authored
      HAL is officially deprecated. The new udev discs module provide the same
      functionality in VLC. Moreover, the plugin was waking up the CPU at
      regular intervals. Last, InitDeviceValues seemed to cause problems with
      wrong disc paths being saved to vlcrc for some people
      0565b5c2
  34. Oct 15, 2009
    • Rémi Denis-Courmont's avatar
      Initial udev service discovery plugin · 020c20ec
      Rémi Denis-Courmont authored
      This implements device discovery with libudev, which is part of the udev
      source package (and hence available in any recent Linux distribution).
      Both cold and hot plugging (w.r.t. VLC) are implemented.
      
      TODO:
       * V4L1 devices (currently V4L2 is assumed)
       * other subsystems (linux-dvb -> DVB, block -> discs)
       * item removal on unplug
       * better item name and category for non-USB devices
      020c20ec
  35. Aug 29, 2009
Loading