- 31 Dec, 2006 2 commits
-
-
Felix Paul Kühne authored
-
Sigmund Augdal Helberg authored
the pointer. Fixes #940
-
- 30 Dec, 2006 5 commits
-
-
Sigmund Augdal Helberg authored
doesn't work for the sample stream I tested, but I think that stream is bad
-
Sigmund Augdal Helberg authored
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
-
Sigmund Augdal Helberg authored
(not particularly beautiful code, but it works)
-
- 29 Dec, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 28 Dec, 2006 2 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
- 27 Dec, 2006 5 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Script to set vlc as default player on GNOME desktops. Patch by Torsten Spindler <spindler _at_ tspindler _dot_ de>
-
- 26 Dec, 2006 2 commits
-
-
Filippo Carone authored
-
Felix Paul Kühne authored
-
- 25 Dec, 2006 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 24 Dec, 2006 3 commits
-
-
Dennis van Amerongen authored
-
Clément Stenac authored
-
Clément Stenac authored
-
- 23 Dec, 2006 9 commits
-
-
Clément Stenac authored
-
Christophe Mutricy authored
-
Clément Stenac authored
Unlock the playlist while waiting for input to finish so that input can freely use signal on the playlist whatever the context is (Closes:#937)
-
Clément Stenac authored
-
Clément Stenac authored
* Possible (not probable) fix for 934. Can't fix as building vlc on win32 is almost impossible
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Clément Stenac authored
* For the time being, hide simple open. Better three clicks than confusing things :)
-
Dennis van Amerongen authored
-
- 22 Dec, 2006 3 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
The idea is that a given error should be reported only once to the user. At the moment, for example, we can get: - "no suitable access module" (printed by module_Need) - "unable to create access" (printed by input/access) - "unable to open stream" (printed by input/input) - ... The facilities provided here are: * msg_StackSet( code, message ) : "throw" a new error * msg_StackAdd( message ) : Append a message allowing to trace the message * msg_StackMsg() : Retrieve the message So, in the previous example, module_Need would msg_StackSet( code, "no suitable access module"), then input/input would add "unable to create access" and finally, input/input can print the "unable to open stream: unable to create access: no suitable module" message. The three functions are context-free, you don't need a vlc_object, so that we can add verbose error reporting everywhere.
-
Olivier Aubert authored
-
- 21 Dec, 2006 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
^^^^^^^^ As far as I checked (sed guru required).
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Jean-Baptiste Kempf authored
-