- 08 Apr, 2013 14 commits
-
-
Ludovic Fauvet authored
-
Rafaël Carré authored
-
David Fuhrmann authored
Avoids display of nonsensical values for short time on startup. Also resyncronize xib with xcode 3 project. fixes #8382
-
Rafaël Carré authored
Symlink actual vlc dir to C:\v before processing
-
Rafaël Carré authored
-
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 4 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
-