- 03 Mar, 2012 2 commits
-
-
Felix Paul Kühne authored
macosx_vout: implemented a cleaner approach to limit the window size according to the screen it is displayed on (close #5875)
-
Rafaël Carré authored
Server rejects connection if some field are not set properly
-
- 02 Mar, 2012 23 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
The field was renamed in lavc54 and setting values changed from enum to bitfield. We don't need to care about this because VLC doesn't specify values.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Maciej Blizinski authored
Otherwise, it gets executed with /bin/sh which on Solaris does not support the $(...) construct. This causes 'gmake check' to fail. For example: ../src/check_headers: $(dirname ../src/check_headers): does not exist Calling check_headers with $(SHELL) explicitly makes use of CONFIG_SHELL. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Maciej Blizinski authored
Otherwise: Undefined first referenced symbol in file asprintf url.o ld: fatal: Symbol referencing errors. No output written to test_url This patch uses a mix of tabs and spaces to match the existing convention. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
This reverts commit 93b21142.
-
Francois Cartegnie authored
This reverts commit e3511f67.
-
Francois Cartegnie authored
This reverts commit aeb250f7.
-
Sébastien Escudier authored
-
Jean-Baptiste Kempf authored
Close #6291
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
The same way as Wheel left/right, allow to use those buttons for GUI shortcuts.
-
- 01 Mar, 2012 14 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 07d38617.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: hide the playlist without option click when showing the video in a separate window (refs #6213)
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is not so relevant anymore and was only a warning anyway. (We cannot avoid the bug in LibVLC.)
-
Rémi Denis-Courmont authored
Files were copied to contrib/src/src instead of contrib/src...
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
vlc_memalign data should be vlc_free'd Close #6114 #6280
-
Jean-Baptiste Kempf authored
Close #6275 Close LP:943014
-
- 29 Feb, 2012 1 commit
-
-
Sam Hocevar authored
dlclose() a C++ plugin that was built with a faulty library that may have registered __cxa_atexit callbacks (usually through the libstdc++ that library was built with). Upgrading libstdc++ is not always a solution since some code may have been inlined and we can't get rid of it.
-