- 18 Jan, 2008 7 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - Preferences. Fix a small bug in the layout of the complete preferences that happened in the Video section.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - make a small comment on how to integrate better the application with your desktop... Yet again the problem with cleanlooks and requests on gconftool. If you want your KDE4 desktop to tell VLC to use Oxygen, comment the line...
-
Jean-Baptiste Kempf authored
-
- 17 Jan, 2008 20 commits
-
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
Jokes besides, if ~MainInterface() is called, then p_mi is destroyed, and p_sys->p_mi too. I just hope I am not wrong :D
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Pierre d'Herbemont authored
-
Ilkka Ollakka authored
maininputmanager which listens p_intf->p_libvlc "volume-change" variable for volumechange. ref #1365
-
Pierre d'Herbemont authored
-
Ilkka Ollakka authored
biggest polls in qt4-interface, still maybe few to go. ref 1365
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Ilkka Ollakka authored
vlc:nop->vlc:skip revert was unintented.
-
Rafaël Carré authored
-
Rafaël Carré authored
"state" is an integer, not a boolean (since vlc_bool_t is an int, that only makes the code clearer to read)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - Preferences: avoid a few segfaults in the hotkeys selector. Avoid using QList of module_config_t and attack it from different classes. Avoid using some useless casts...
-
- 16 Jan, 2008 13 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Damien Fouilleul authored
vlc security: As i've seen very little improvement on that front, i've decided to check in my take on handling the problem of managing harmful options. I'm pretty sure this is going to be very controversial, but I think my approach is quite simple and yet very effective Anyway, my approach makes the following assumptions: - most vlc options are considered safe, only a handful are particularily unsafe and need be declared as such in their definition (they mostly deal with writing to an output file or URL) - unsafe options are only considered potentially harmful when used as an input option, ie. the ':option' format. Configuration options are always considered safe 'i.e --option' - unsafe options are associated with a global security policy, which dictates how these are handled. At the moment, The policy can be either block, allow or prompt, and is set using the '--security-policy' option (which itself is considered unsafe ;) the policy can be set by the user at the command line or in the preferences, it curently defaults to prompt, which is the desirable state for deskop use. However, it can be overriden depending on context, for example, the activex and mozilla will force the security-policy to block regardless of preference settins. the code is a bit rough at the moment, but i will optimize/clean it up if the dev community this approach is worth keeping. try the following example, and you'll see quickly what i mean: ./vlc -vvv <a mrl> :sout=#transcode{vcodec=mp1v,vb=1024,acodec=mpga,ab=192}:standard{mux=ts,dst=vlc-output.ts,access=file}" Enjoy, Damien
-
Rémi Denis-Courmont authored
-
Christophe Massiot authored
-
Rafaël Carré authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
-