- 09 Mar, 2012 7 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
bbcallen authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
the playlist item automatically reveals the main window now, in case it is hidden. the close item correctly closes the detached video output window now, when using the gray ui style
-
Sébastien Escudier authored
-
- 08 Mar, 2012 26 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Empty function does not mean unknown guid
-
Jean-Baptiste Kempf authored
-
Sébastien Escudier authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
As pointed by fenrir, this is already handled by the core.
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Christoph Miebach authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
The svn has not moved in months
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Mar, 2012 7 commits
-
-
Rafaël Carré authored
86f2f732 changed string length storage from int to size_t but did not update the receiving code. Close #6084
-
Rémi Denis-Courmont authored
We really need at least two periods: with only one period we could hit a buffer underrun after a buffer overrun (a REALLY dumb failure...). Then we have a favorite buffer size. Then we pick the least number of periods to reduce wakeups (but at least 2 anyway).
-
Rémi Denis-Courmont authored
If set_format() fails, the parameters are unrecoverable. Use test_format() instead.
-
Rémi Denis-Courmont authored
It is good enough for normal people with only half the CPU usage of medium quality SinC.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If GCC -ffast-math is not supported, some floating point optimizations are still possible through more standard means: "FP_CONTRACT on" is a subset of -funsafe-math-optimizations. "FENV_ACCESS off" corresponds to -frounding-math. "CX_LIMITED_RANGE on" corresponds to -fcx-limited-range, but is not included as VLC does not use complex numbers anywhere yet.
-
Rémi Denis-Courmont authored
-