- 23 May, 2012 8 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Laurent Aimar authored
-
Laurent Aimar authored
The bit per samples must be exact for the avcodec decoder. It closes #6799.
-
Rui Zhang authored
This is usually not visible, since you need avcodec+avformat, instead of ts/faad. Close #6847 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Pierre Ynard authored
Strings from the lua stack stop being valid after you pop them
-
- 22 May, 2012 8 commits
-
-
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 fixes a corner case where the old volume of an output plugin using software amplification would be wrongly applied to the next output plugin instance (if that used "hardware" amplification).
-
Rémi Denis-Courmont authored
This was really just a glorified manner to set a pointer to NULL (actually to a dummy function but whatever).
-
Rémi Denis-Courmont authored
-
Aurelien Nephtali authored
It is broken since 12edd19f and it crashes if type = 1. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 21 May, 2012 17 commits
-
-
Rémi Denis-Courmont authored
0xffff is full volume, which I understand to mean 0dB.
-
David Fuhrmann authored
Currently, two objects of the class VLCMainWindow are generated. The first is alloated from intf.m (triggered by the first log message that arrives) and is initialized by both init and initWithContentRect. The second object is created from inside the nib file, and is instantiated ONLY with initWithContentRect. Therefore, up to now _o_sharedInstance had the wrong object and all calls to sharedInstance would cause problems. But somehow, o_mainwindow in intf.m is updated to the correct second object, although it holds the first object at start. Furthermore, o_fspanel is also instantiated through the nib file.
-
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 7 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
-