- 08 Mar, 2012 19 commits
-
-
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 15 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
-
David Fuhrmann authored
-
Christoph Miebach authored
Mapping some contributors to the same email, fixing jb adresses and trying to pick the "right" name when 2 are used by the same person Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
macosx: disable the libsamplerate plugin by default to save 5 to 11 per cent of CPU load on an i5 when playing ordinary stereo audio (AAC, 128kb/s) the performance impact is even more noticeble on older CPUs of course
-
Jon Stacey authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
enable gcrypt remove portaudio mention (it disappeared)
-
某因幡 authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
- 06 Mar, 2012 6 commits
-
-
Rafaël Carré authored
Don't assume IV has 32 digits (leading zeroes are not mentioned in the spec)
-
Rafaël Carré authored
Also don't use a temporary buffer to read the key
-
Rémi Denis-Courmont authored
The check would only reset the output if the sample rate or the bandwidth changed. For example a switch from 16-bits stereo to 32-bits mono would be undetected. Fortunately, this probably never happened in practice.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
They are mainly for audio_format_t which is also defined there. Many files included <vlc_aout.h> only for these.
-
Felix Paul Kühne authored
-