Skip to content
Snippets Groups Projects
  1. Sep 22, 2013
  2. Sep 16, 2013
  3. Sep 14, 2013
  4. Sep 13, 2013
  5. Sep 05, 2013
  6. Aug 01, 2013
  7. Mar 19, 2013
  8. Sep 06, 2012
  9. Mar 14, 2012
  10. Oct 10, 2011
  11. Oct 08, 2011
  12. Feb 13, 2011
  13. Nov 14, 2010
  14. Oct 31, 2010
  15. Aug 10, 2010
  16. 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
  17. Feb 16, 2010
  18. 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
  19. Feb 14, 2010
  20. Feb 03, 2010
  21. Jan 16, 2010
  22. Nov 01, 2009
  23. 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
  24. 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
  25. Aug 29, 2009
  26. Feb 11, 2009
  27. Jan 09, 2009
  28. Dec 23, 2007
  29. Dec 21, 2007
  30. 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
  31. Feb 02, 2006
  32. Oct 29, 2005
  33. Sep 09, 2005
  34. Jul 17, 2005
  35. Apr 10, 2005
  36. Jan 13, 2005
Loading