- 21 Feb, 2008 1 commit
-
-
damienf authored
-
- 20 Feb, 2008 1 commit
-
-
damienf authored
-
- 27 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
This fixes the single largest source of problems when including vlc/*.h out of the box.
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 16 Jan, 2008 3 commits
-
-
damienf 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
-
Rafaël Carré authored
-
- 18 Dec, 2007 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Dec, 2007 2 commits
-
-
trax authored
-
Rémi Denis-Courmont authored
-
- 03 Dec, 2007 1 commit
-
-
Jean-Paul Saman authored
-
- 28 Nov, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Nov, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 08 Nov, 2007 1 commit
-
-
Christophe Mutricy authored
-
- 07 Nov, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 30 Oct, 2007 1 commit
-
-
Rafaël Carré authored
-
- 26 Oct, 2007 1 commit
-
-
Jean-Paul Saman authored
-
- 20 Oct, 2007 1 commit
-
-
Rafaël Carré authored
New inhibit module to prevent the power management daemon (usually gnome-power-manager) to suspend/hibernate the laptop while VLC is active.
-
- 15 Oct, 2007 1 commit
-
-
sigmunau authored
-
- 12 Oct, 2007 1 commit
-
-
Laurent Aimar authored
in millisecond. Original patch created by Jeff Hansen.
-
- 23 Sep, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 18 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
- Add Finnish
-
- 10 Sep, 2007 3 commits
-
-
dionoea authored
Sort the VLC translation languages alphabeticaly according to their label, and not their code, in English. The order will be broken in some other languages I guess but at least it'll be coherent the first time the user launches VLC (in English) and changes the language to use in the preferences.
-
dionoea authored
Fix horrible bug in language id list (must have broken the language selection dialog for a long time)
-
Rafaël Carré authored
-
- 31 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
safe side
-
- 04 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
- Removed the gross SUPPRESSED hack - Remove support for strict deprecated aliases (that was not used anyway)
-
- 18 Jul, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
The idea is that "Ctrl + small letter" are now reserved to interface for dialogs/windows showing. ===== * Subtitles delay are now 'g','h' (g down, h up) instead of Ctrl+'h'|'j' * Audio delay are now 'k', 'j' ( j down, k up ) in order to mimic subtitles delay (g h j k are next to each other on most keyboards). * loop is 'l' instead of shift+l to simplify and match random that is 'r'. * audio and subtitles tracks are 'b' and 'v', instead of 'l', 'k', used now for delay, since all delays are regrouped. * Menus, title and chapter are now alt+ instead of Ctrl+ and are using 'n','p' for next/previous chapter and 'o','b' for other (title) next/previous (o, b are next to n, p) History is using alt+g, alt+h instead of ctrl+v , ctrl+b, (g & h are next to each other) Record is using now Ctrl+shift+r to mimic dump which is ctrl + shift +d.
-
- 30 Jun, 2007 1 commit
-
-
Christophe Mutricy authored
-
- 26 Jun, 2007 1 commit
-
-
Jean-Paul Saman authored
-
- 21 Jun, 2007 1 commit
-
-
Jean-Paul Saman authored
Added new hotkeys "key-menu-[on|off|left|right|up|down|select]". Lirc now calls the osd_Menu*() functions directly when prefix "menu " followed by one of: on, off, left, right, up, down or select is found.
-
- 17 Jun, 2007 1 commit
-
-
Laurent Aimar authored
it, disabled by default)
-
- 13 Jun, 2007 1 commit
-
-
Laurent Aimar authored
(Usefull to save live programs like DVB/UDP)
-
- 12 Jun, 2007 1 commit
-
-
Jean-Paul Saman authored
Show title on video output based on users preferences. Defaults are:--video-title-show --video-title-position=8 --video-title-timeout=5000
-
- 01 Jun, 2007 1 commit
-
-
Christophe Mutricy authored
-
- 23 May, 2007 1 commit
-
-
damienf authored
-