An error occurred fetching the project authors.
- 25 Oct, 2009 1 commit
-
-
Rémi Denis-Courmont authored
Of xcb-utils, we only use xcb-keysms at the moment. xcb-keysyms is only needed for the globalhotkeys and xcb_window plugins. If there is another window provider plugin, we can do without them so long as the user does not set --no-embedded-video. Note: xcb-utils is still needed for the LibVLC embedded video as it depends on xcb_window. We could #ifdef the key press support in xcb_window if this is an issue (I didn't bother).
-
- 19 Oct, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Hildon is not Maemo-specific (Ubuntu Mobile...). And Maemo soon won't be Hildon-GTK anymore.
-
Rémi Duraffort authored
-
- 18 Oct, 2009 5 commits
-
-
Rémi Denis-Courmont authored
xdg-screensaver takes care of that... ...without the 30 seconds interval timer.
-
Rémi Denis-Courmont authored
Note that this won't work on OMAP1 (ARMv<6). However a trivial change could enable that (the JIT supports ARMv5 too).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Anyway, Maemo does not support XvMC, and our GLX plugin won't work either. Also, calling D-Bus from the video output thread was causing visible latencies in with the former Xlib/Xv plugin.
-
Rémi Denis-Courmont authored
-
- 17 Oct, 2009 4 commits
-
-
Rémi Denis-Courmont authored
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 16 Oct, 2009 2 commits
-
-
Rafaël Carré authored
-
Konstantin Pavlov authored
This enables building avcodec plugin with VAAPI support.
-
- 15 Oct, 2009 3 commits
-
-
Rafaël Carré authored
make --disable-libgcrypt mandatory if (a recent enough) libgcrypt was not found
-
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
-
Rafaël Carré authored
-
- 14 Oct, 2009 3 commits
-
-
Rémi Denis-Courmont authored
We still need the configure checks. Only the HAL device probe plugin is gone.
-
Rémi Denis-Courmont authored
It was ever dead code within VLC. On top of that, HAL is now officially deprecated in favor of libudev (and higher level D-Bus middlewares).
-
Rémi Denis-Courmont authored
-
- 12 Oct, 2009 3 commits
-
-
Rémi Denis-Courmont authored
LibVLC is not calling gpg_error functions anywhere. Linking gpg-error causes problems with *correctly* built libgcrypt (e.g. incorrect package dependencies). This reverts commit f865a816.
-
Geoffroy Couprie authored
-
Pierre Ynard authored
They are used nowhere in the code, and just clutter the build system
-
- 07 Oct, 2009 1 commit
-
-
Rafaël Carré authored
recent xcb_key_symbols_get_keycode() now returns a pointer Keep old API (as present in Debian Lenny for example) as requested by nefrir GetModifier() is broken when using the new API, it might be broken as well when using the old API. Documents / source code of functions used in GetModifier() are very welcome, libxcb only ships XML descriptions and the generated source code is very unreadable.
-
- 06 Oct, 2009 2 commits
-
-
Rémi Denis-Courmont authored
One day maybe, the gcrypt maintainer will get a clue, realize that his library is not the center of the universe, that his crappy macros breaks cross-compiling, that pkg-config works on Windows as well as scripts (ligcrypt-config), and accept the Debian .pc patches. Until then...
-
Rémi Denis-Courmont authored
This reverts commit 6e0f047b.
-
- 05 Oct, 2009 1 commit
-
-
Felix Paul Kühne authored
quartztext: removed dependency on Carbon and implemented support for bold, italic and underline text styles TODO: shadow drawing and handling
-
- 02 Oct, 2009 1 commit
-
-
Pierre Ynard authored
-
- 28 Sep, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Sep, 2009 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 26 Sep, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This slows down the video output thread too much, and does not belong in the video output plugin anyway. It should go to the screensaver. (I have also have a patch to move it to xcb_window if someone wants it).
-
- 25 Sep, 2009 1 commit
-
-
Christopher Key authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 23 Sep, 2009 3 commits
-
-
Rafaël Carré authored
The error message wouldn't explicitely say that a new enough version is necessary
-
Daniel Mierswa authored
Edited patch to apply to master, original is here: http://mailman.videolan.org/pipermail/vlc-devel/2009-June/061076.html Original-by: Nicolas Chauvet Signed-off-by: Daniel Mierswa <impulze@impulze.org> Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
Ilkka Ollakka authored
Change to handle changed x264_encoder_headers and nal-stuff
-
- 22 Sep, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 21 Sep, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This makes SSE3/SSSE3 in the same switch. Maybe this should be fusionned with SSE/SSE2 ?
-