- 21 May, 2012 15 commits
-
-
Rémi Denis-Courmont authored
With the wide range of deployed 686 processors, -mtune=generic is saner and it is the default anyway. The VLC defaults did not even make sense anymore (Pentium 2, seriously?). You might need to set -march explicitly as with other build systems, e.g.: -march=i686
-
Felix Paul Kühne authored
Pointed by David Fuhrmann
-
David Fuhrmann authored
-
Jean-Baptiste Kempf authored
-
Rui Zhang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: removed the outdated and dysfunctional service discovery menu items from both the playlist and the main menu
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
With the previous impementation, VLCMainWindow will stay the main window in fullscreen and is accidently activated when closing utility panels.
-
Felix Paul Kühne authored
macosx: removed wrong check, which could make the video output disappear when leaving fullscreen mode in rare cases (close #6856)
-
- 20 May, 2012 8 commits
-
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
Delay can be zero, VLC_TS_INVALID is a valid delay.
-
Pierre Ynard authored
This is already done by the equalizer module
-
Pierre Ynard authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: added an option to let the Apple Remote control the system volume instead of VLC's volume (close #1071)
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 18 May, 2012 13 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
-
David Fuhrmann authored
- smaller min size (no need to have this big width here) - no black borders while resize
-
Felix Paul Kühne authored
macosx: allow the user to sleep his/her Mac using the Apple Remote using the designated AR event (close #4383) This code uses NSAppleScript. Hence, it is likely going to be incompatible with the current sandbox implementation.
-
Felix Paul Kühne authored
no functional change
-
Felix Paul Kühne authored
macosx: using the updated SPMediaKeyTap, we can disable the controller on the fly and no longer need to restart VLC to do so (close #6613)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Pierre Ynard authored
This fixes playback rate, track delay and equalizer settings.
-
Pierre Ynard authored
Because somehow strings are used to represent decimals... Fixes #6815
-
Pierre Ynard authored
-
Pierre Ynard authored
This reverts commit 72cae4dd. vlc_object_kill() is in fact needed because the main loop does check b_die. Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 17 May, 2012 4 commits
-
-
Pierre Ynard authored
The url handlers were declared with local scope, meaning local to the lua script file I assume. Since the interface doesn't wait at the end of the lua script anymore, they would fall out of scope after interface initialization. Then, when the interface was first accessed, garbage collection was somehow triggered, unregistering all url callbacks, incidentally triggering a deadlock. Fixes #6673
-
Felix Paul Kühne authored
option can be set through the 'Playback' menu due to the lack of a 'View' menu and in the advanced preferences changes take effect immediatelly This is preliminary artwork, which will be improved shortly
-
Felix Paul Kühne authored
Thanks to David Fuhrmann for the remarks
-
Felix Paul Kühne authored
you can enable them in the 'Playback' menu (since we got no 'View' menu so far) or in the advanced preferences note that preliminary artwork is used at this point
-