- Feb 09, 2016
-
-
Felix Paul Kühne authored
-
- Feb 06, 2016
-
-
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
-
- Feb 05, 2016
-
-
Thomas Guillem authored
-
- Mar 16, 2015
-
-
Jean-Baptiste Kempf authored
-
- Jul 04, 2014
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Sep 22, 2013
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Sep 16, 2013
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is just a step toward less recursion.
-
- Sep 14, 2013
-
-
Rémi Denis-Courmont authored
-
- Sep 13, 2013
-
-
Rémi Denis-Courmont authored
-
- Sep 05, 2013
-
-
Rémi Denis-Courmont authored
Makes version 1.14 happy.
-
- Aug 01, 2013
-
-
Rafaël Carré authored
Refs #9108
-
- Mar 19, 2013
-
-
Rafaël Carré authored
-
- Sep 06, 2012
-
-
Rémi Denis-Courmont authored
-
- Mar 14, 2012
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Oct 10, 2011
-
-
Rémi Denis-Courmont authored
-
- Oct 08, 2011
-
-
Rémi Denis-Courmont authored
-
- Feb 13, 2011
-
-
Jean-Baptiste Kempf authored
First this is a fork of the old intel code, and then we only have one upnp module now
-
- Nov 14, 2010
-
-
Rémi Denis-Courmont authored
This is completely untested (other than compiling & linking).
-
- Oct 31, 2010
-
-
Rémi Denis-Courmont authored
-
- Aug 10, 2010
-
-
Jean-Baptiste Kempf authored
-
- Jul 17, 2010
-
-
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).
-
- Feb 16, 2010
-
- Feb 15, 2010
-
-
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.
-
- Feb 14, 2010
-
-
Jean-Baptiste Kempf authored
The .c file is not yet removed to help transition to lua scripts.
-
- Feb 03, 2010
-
-
Rémi Denis-Courmont authored
-
- Jan 16, 2010
-
-
Rémi Denis-Courmont authored
-
- Nov 01, 2009
-
-
Rémi Denis-Courmont authored
TODO: - use application names for input items - add an item for the whole desktop, - add items for XRandR outputs.
-
- Oct 17, 2009
-
-
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
-
- Oct 15, 2009
-
-
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
-
- Aug 29, 2009
-
-
Erwan Tulou authored
-
- Feb 11, 2009
-
-
Fabio Ritrovato authored
I have modified the original author patch to fix: - vlc_cancelrestore (mtp). - libmtp initialisation (race condition). Signed-off-by:
Laurent Aimar <fenrir@videolan.org>
-
- Jan 09, 2009
-
-
ivoire authored
-
- Dec 23, 2007
-
-
dionoea authored
-
- Dec 21, 2007
-
-
Pierre d'Herbemont authored
modules/services_discovery/freebox.c: Create a new service discovery for the french ISP free.fr set top box.
-
- Nov 19, 2006
-
-
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
-