- 08 Apr, 2013 9 commits
-
-
Ludovic Fauvet authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Ronald Wright authored
It was my expectation that M_PI in the EqzCoeffs function is automatically cast to a float during compile time, but my expectation turned out to be incorrect. Specifically, I noticed in GCC's assembly output of equalizer.c that GCC was doing the inverse by making the program convert all single-precision terms (excluding 2.0f * M_PI) in the line containing M_PI to double-precision, and then making it convert the double-precision result to single-precision before the assignment to f_theta_1. As a result, M_PI must be explicitly cast to a float. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Apr, 2013 6 commits
-
-
Rafaël Carré authored
-
Ilkka Ollakka authored
This contains filename and url and key_url, so we don't need to iterate filename again and again and allows for example generate other style of filenames than just segment-numbers. Also actually allows to use strftime specifiers in filenames.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #8392
-
- 06 Apr, 2013 16 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Almost unused, and clearly can't belong to root.
-
Gleb Pinigin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Francois Cartegnie authored
-
Erwan Tulou authored
-
Francois Cartegnie authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
This patch will drastically reduce the multiple copies of the same bitmap as graphics. It is now the GenericBitmap responsability to create/delete one single read-only copy.
-
Erwan Tulou authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Ronald Wright authored
This patch enforces type correctness by changing all double-precision calls and all double-precision and integral literals in the assignments to floats to their single-precision equivalents. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 05 Apr, 2013 9 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Avoid confusion with b_small.
-
Francois Cartegnie authored
-
David Fuhrmann authored
Fixes missing updates and state of menu check box
-
David Fuhrmann authored
refs #8286
-
Erwan Tulou authored
Till now, moving a skins2 slider was only possible if the pointer didn't get too far away from the control (hardcoded parameter of 40 pixels in skins2). Though this feature can also be seen elsewhere (firefox slider does it too), the result may not look so natural especially for things like equalizers. Moreover, qt4 doesn't implement this constraint, and therefore true skins2 sliders and qt4 sliders obtained from the popup menus were behaving differently. So better remove this limitation and make things consistent throughout vlc (skins2 + qt4)
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-