- 04 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 03 Apr, 2012 1 commit
-
-
David Fuhrmann authored
-
- 02 Apr, 2012 13 commits
-
-
Jean-Baptiste Kempf authored
A lot of releases have subtitles in subs/ subfolder
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This was not correctly saving the last opened folder with some encoding
-
Rafaël Carré authored
- add a win64 file - do not repeatedly define the constant part - use the test URL on every platform using --enable-debug, not only win32
-
Rémi Denis-Courmont authored
This is completely untested, but it seems logical.
-
Rémi Denis-Courmont authored
Also remove stray httpd_t.
-
Ludovic Fauvet authored
Reported by Marcin 'Icewall' Noga from Hispasec Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Reported by Marcin 'Icewall' Noga from Hispasec
-
Jean-Baptiste Kempf authored
Reported by Marcin 'Icewall' Noga from Hispasec
-
- 01 Apr, 2012 25 commits
-
-
Rémi Denis-Courmont authored
I wrote this as a quick hack after Gildas made the HTTP server bind to all addresses instead of only loopback by default. It turns out it lasted a bit longer :D
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Lua was the only remaining user of ACL instead of (login/)password. This is now fixed, so there is no need to clutter the httpd core.
-
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
This is way more flexible than ACL: - does not need admin rights to edit, - does not assume the clients have fixed IP addresses, - does not assume the clients are single user systems, - is a better understood concept than access control lists.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Ref #5814
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: make sure that VLC always shows a visibible video window when spawning a new vout (close #6418)
-
Felix Paul Kühne authored
macosx: make sure that the subtitles menu item is correctly updated on playlist item change (close #6342)
-
Jean-Baptiste Kempf authored
Ref #6544
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: resize time field in the detached video window to make enough room for runtimes longer than 1 hour (close #6445)
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Should close #6483
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes a bug whereby the configuration would not be saved because Qt4 cleared the b_dirty flag instead of minding its own business. The core determines whether the value of a configuration item as changed using b_dirty. b_dirty is _not_ meant to signal changes in choices list. Configuration callbacks blindly set b_dirty, so the UI can assume that choices changed. Besides those callbacks should be removed as they do not follow the locking model of the configuration and can cause crashes.
-
Rémi Denis-Courmont authored
5a2390a7 is the first bad commit commit 5a2390a7 Author: Jean-Baptiste Kempf <jb@videolan.org> Date: Sat Mar 31 22:20:58 2012 +0200
-