- 18 Mar, 2008 11 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(funman removed m3u-extvlcopt a few days ago).
-
Rémi Denis-Courmont authored
In by far the overwhelming majority of cases, the user would not know how to determine the correct answer to the security prompt (did you ever compare SSL error handling in IE6 and IE7?). Since the trust value is now determined programatically, this would seem to mostly help users shoot themselves in the foot. --security-policy is also broken when using --playlist-enqueue: imagine you are running VLC with no security, and then your browser enqueues an M3U from some nasty webserver... fireworks. Wrappers around VLC really should NOT use M3U files if they need to tweak certain options (e.g. --sout). Global options can simply be set the normal way from the command line (e.g.: vlc --sout '#std{...}'). Per-item options can be set using the colon notation. Multiple items should be expanded on the command line in the right order, rather than written to a M3U file. Alternative, IPC interfaces could be used (single instance + playlist enqueue, RC interface, DBus interface...) or language bindings. *** Important note *** Web browser plugins are still in need of fixing. I suppose libvlc-control should be extented to support playlist item trust. Feel free to revert and do something else if you have a _better_ idea.
-
Filippo Carone authored
fixes for libvlc medialistplayer_play_item and medialistplayer_play_item_at_index - medialistplayer_play is still out of order
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 17 Mar, 2008 22 commits
-
-
Filippo Carone authored
-
Filippo Carone authored
-
Christophe Mutricy authored
on't forget to do it when you delete files else it breaks make dist
-
Rafaël Carré authored
Don't use an object after releasing it
-
Rémi Denis-Courmont authored
This restores the ABI. It also avoids nasty issues with determining what a native boolean is from language bindings.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Oh! another ABI break - if only vlc_input_item_t weren't public)
-
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
-
Rafaël Carré authored
This check is already made by the new safe option flag (still broken, but to be fixed one day)
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
streaming (hopefully) more cleaner way like: standard{access=http,bind=:8080,path=/myfile.ts} equals to standard{access=http,dst=:8080//myfile.ts} (that extra / doesn't seem to harm and it's only visual flaw)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 16 Mar, 2008 7 commits
-
-
Pavlov Konstantin authored
Should fix builds on linuxes using that library: ALT, PLD, Fedora.
-
Filippo Carone authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pavlov Konstantin authored
-