- 22 Jul, 2013 23 commits
-
-
Jean-Baptiste Kempf authored
Ref #8850
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
Don't ask me why the original developer needed to use mismatched type names here.
-
Rafaël Carré authored
-
Rafaël Carré authored
Fixes: #8850
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
We now output 20 and 24 bits PCM into S32N Don't use swab, as it is forbidden for an odd number of channels Fixes: #8982
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
François Revol authored
The streams lists were just moved out from direct.js to streams.js. Streams still use crappy proprietary formats with ugly resolution, can't do anything for this... If only they used a fixed playlist... Signed-off-by: François Revol <revol@free.fr> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Ref: #8983
-
- 21 Jul, 2013 17 commits
-
-
Ilkka Ollakka authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
The previous value was quite bogus.
-
Rémi Denis-Courmont authored
This new implementation opportunistically tries to read data before invoking poll(). This reduces latency when data is already waiting in buffers, allows receiving pending data in non-blocking fashion even if the object has been killed. This also gives GnuTLS a chance to dequeue data from internal buffers. Also the corner case of 0 read should now be handled correctly. The corner case of an error after success read is no longer handled. This was race-prone and useless.
-
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
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-