- 22 Dec, 2012 7 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rafaël Carré authored
-
Francois Cartegnie authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 21 Dec, 2012 13 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
And simplify accordingly.
-
Rémi Denis-Courmont authored
With hardware FPU, FI32 was only used within the mad decoder and internally converted to FL32. With software FPU, FI32 did not work properly as the S16N conversion was broken (at least since VLC1.1.0).
-
Rémi Denis-Courmont authored
Apparently, mad generates sample values outside the [-1,+1] range, so FL32 seems to be the most reasonable output format. (On systems without hardware FPU, I would recommend disabling mad, and using libavcodec for MPGA decoding.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Edward Wang authored
Previously, FPU detction was done before the variables for compiling (CC, CFLAGS, etc) were set. This broke on cross-compiles, because it was trying to use the default $(CC) to do the checks. By doing the FPU detection after setting all the variables, FPU detection for cross-compiles works spectacularly. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
Close #6243
-
- 20 Dec, 2012 20 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
No functionnal changes */
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
Now audio codec frame size will not affect latency precision, at the small cost of one memcpy per frame. With the maximum number of OpenSLES buffers (255), we can have a precision of 4ms with a buffer size of ~1 second.
-
Rafaël Carré authored
We can access it with GetState
-
Rafaël Carré authored
-
Rafaël Carré authored
These objects do not depend on the audio format
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-