- 03 Dec, 2006 39 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Sync default options in NSIS installer with recommended preset. I still don't like installing the activex and mozilla plugins by default as they often override other plugins and make it impossible to view videos on some/many websites.
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Fix [17577]. Removing 200 lines of code is nice. Replacing them with lines that does the same thing as before is better.
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Clément Stenac authored
* Add right-click "info" item in qt4 playlist
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The scheme I used sucked big times.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- move vlm to input/ - remove unused libvlc export
-
Rafaël Carré authored
Compile glx plugin only if all required headers are present
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
* libvlc sources and plugins now define __LIBVLC__ and headers exported to plugins (ie, include/vlc_*.h) check for this * libvlc sources use the value of the "libvlc" component in vlc-config instead of vlc * Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
* use the current x264 revisions and Xcode's native nasm on x86-OSX. This requires Xcode 2.4.1 or later. Patch by Brian Raymond <braymond --a-t- echostorm net> I second his request to include this in 0.8.6 as well, since this update improves the performance on PowerPC-based Macs by 20% without breaking compatibility with our module.
-
Rémi Denis-Courmont authored
- Remove opening and closing quote when unescaping
-
Clément Stenac authored
* Implement MRL handling for file, disc and network * Moved input slave option to the global dialog (not file specific and avoid cluttering the file subpanel) * Initial implementation of the network panel based on ideas and work by Leo Spalteholz. Thanks ! * Improve layouting and handling of the advanced options subpanel --This line, and those below, will beignored-- M modules/gui/qt4/dialogs/open.cpp M modules/gui/qt4/dialogs/open.hpp M modules/gui/qt4/components/open.cpp M modules/gui/qt4/components/open.hpp M modules/gui/qt4/ui/open_net.ui M modules/gui/qt4/ui/open_disk.ui M modules/gui/qt4/ui/open_file.ui M modules/gui/qt4/ui/open.ui
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Do not validate quotes recursively (there is no reason to do that) and it is really unlike anything else. - Do not allow escaping non-ASCII (to avoid UTF-8 breakages) or non-printable characters. [1] we don't support every features of C escaping though
-
- 02 Dec, 2006 1 commit
-
-
Rémi Denis-Courmont authored
It reads like some sort of English now, though it could be further improved.
-