- 22 Oct, 2010 16 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Changing the choice list of a configuration item is not thread-safe. Plus it does not make much sense to use a strict choice list if the choices change dynamically. If ever needed, we can invent a suggestions list system later, just like we already do for SD plugins enumeration.
-
Rémi Denis-Courmont authored
This was only used by {alsa,oss}-audio-device and not semantically correct anyway. If we deem that this is useful, we should register a callback on the corresponding variables and change the variables from the UI, not the process-wide configuration.
-
Rémi Denis-Courmont authored
This was only used to change the OSS or ALSA device on the fly. However, this really should be done with a variable callback, not from the configuration.
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
make the loop for copying options in argv nicer
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx_dialog_provider: handle EXTENSION_WIDGET_CHECK_BOX and fixed a few warnings pointed by clang's static analyser
-
- 21 Oct, 2010 7 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
This reverts commit 1c1e8bea. Patch applied upstream
-
Laurent Aimar authored
It can happen if the vout display uses the same chroma than the video but doesn't do the resize itself.
-
Laurent Aimar authored
-
Rafaël Carré authored
Based on pdherbemont's patch Re-use existing es_format_t, do not worry about memory footprint It is meant to replace sout_stream_description
-
Sébastien Escudier authored
-
Sébastien Escudier authored
-
- 20 Oct, 2010 8 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
--ignore-config and --no-media-library are default
-
Rafaël Carré authored
Enable it in vlc binary
-
Rafaël Carré authored
-
Rafaël Carré authored
Fix a warning reported by gcc -ansi -pedantic
-
Rafaël Carré authored
-
Rafaël Carré authored
Move the rules from {npapi,activex}.am to /Makefile.am
-
Rafaël Carré authored
-
- 19 Oct, 2010 8 commits
-
-
Francois Cartegnie authored
Padding using spaces was resulting in extra spaces when copying to clipboard
-
Rafaël Carré authored
-
Rafaël Carré authored
It is now available at git://git.videolan.org/activex-vlc.git Fetch, configure, and build it when making windows packages Modify npapi-vlc dependencies, and move install of the dll in package-win-common rule Pass $(SHELL) to npapi & activex ./configure to be sure they pick /bin/bash and not /bin/sh (which might be incompatible with libtool)
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 18 Oct, 2010 1 commit
-
-
Rafaël Carré authored
npapi hasn't been ported to windows 64 yet
-