Skip to content
Snippets Groups Projects
  1. Feb 05, 2016
  2. Mar 16, 2015
  3. Jul 04, 2014
  4. Sep 22, 2013
  5. Sep 16, 2013
  6. Sep 14, 2013
  7. Sep 13, 2013
  8. Sep 05, 2013
  9. Aug 01, 2013
  10. Mar 19, 2013
  11. Sep 06, 2012
  12. Mar 14, 2012
  13. Oct 10, 2011
  14. Oct 08, 2011
  15. Feb 13, 2011
  16. Nov 14, 2010
  17. Oct 31, 2010
  18. Aug 10, 2010
  19. 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
  20. Feb 16, 2010
  21. 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
  22. Feb 14, 2010
  23. Feb 03, 2010
  24. Jan 16, 2010
  25. Nov 01, 2009
  26. 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
  27. 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
  28. Aug 29, 2009
  29. Feb 11, 2009
  30. Jan 09, 2009
  31. Dec 23, 2007
  32. Dec 21, 2007
  33. Nov 19, 2006
    • zorglub's avatar
      Finish the playlist API transition (hopefully) · 0900f110
      zorglub authored
       - Remove a bunch of transition now-useless API.
       - Remove all playlist_Lock* functions. Matching functions now accept a
         b_locked parameter that should be set to VLC_TRUE if the playlist is
         locked when calling the function. The advantages are that it reduces
         the API bloat and that the b_locked flag can be propagated in the
         call stack
       - Remove useless playlist testsuite
       - Remove broken daap plugin (unmaintained wrt VLC API changes, relies on 
         an unmaintained library, probably unable to read content from new itunes, 
         ...). Implementations exist in rhythmbox, xmms2 and 
         daap-sharp, we should see if a proper lib exists or if we could 
         make one
       - Reduce verbosity a bit
       - Documentation
      0900f110
  34. Feb 02, 2006
  35. Oct 29, 2005
Loading