- 09 Apr, 2013 6 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
File is read when the segment is opened and values from file are taken in the use. This and previous patch allows to change encryption key/uri on the fly.
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Zoran Turalija authored
There is widespread use of words related to term synchronization in VLC project. Also, common mistake is dropping letter H from such words. This commit addresses this issue with exception of not introducing letter H to word [sS]ync, thou [sS]ynch is also correct, but really rarely used. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Apr, 2013 19 commits
-
-
Rafaël Carré authored
-
Erwan Tulou authored
-
Benjamin Drung authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Ludovic Fauvet authored
since the Platform attribute is deprecated.
-
Erwan Tulou authored
This fixes several skins where focus was hard to obtain, because the slider area was not properly clipped. For instance, it fixes the 'Modern' skin with the tiny blue equaliser in the main window.
-
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 9 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
-