- 02 Apr, 2012 4 commits
-
-
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
-
- 31 Mar, 2012 7 commits
-
-
Jean-Baptiste Kempf authored
Close #6242
-
Jean-Baptiste Kempf authored
Close #6544
-
Jean-Baptiste Kempf authored
Close #6368
-
Jean-Baptiste Kempf authored
And close #6536
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Tobias Güntner authored
Use >= instead of > in range check because INT64_MAX could be rounded up when converted to a double for comparison. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 30 Mar, 2012 4 commits
-
-
Edward Wang authored
Close #6484 Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Jean-Baptiste Kempf authored
Close #6118
-
Colin Delacroix authored
VLC crashed when mounting multiple volumes at once
-
Rafaël Carré authored
Remove -ansi flag for packages which don't build. -ansi (and __STRICT_ANSI__) prevent the bionic headers to define (u)int64_t Freetype exhibits a bug in gcc headers which typedef uint64_t u_int64_t It seems like gcc, libebml, libmatroska, and taglib rely on standard headers to define (u)int64_t which is the case for glibc even with -ansi.
-