- Jul 28, 2016
-
-
Thomas Guillem authored
-
Thomas Guillem authored
Mainly in order to be able to change from S/PDIF to PCM since there is no S/PDIF converter anymore. This is also possible to change from PCM to S/PDIF. We can't reload directly from DecoderPlayAudio since this function may be called from a running asynchronous decoder.
-
Thomas Guillem authored
See next commit for RELOAD_DECODER_AOUT usage.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
If a decoder module set an error, pf_decode shouldn't be called again.
-
Thomas Guillem authored
The module calling this function should handle the error, not the core. A module may call this function again in case of a fail, but with a different fmt_out. That is the case of avcodec video (audio decoders should be able to do the same).
-
Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
- Jul 27, 2016
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Return -1 if and only if there was an error. Never return an incomplete list, and do not pretend an error occurred when the devices list is merely empty.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Thomas Guillem authored
-
Given that the only difference between "%d:%d:%d,%d" and "%d:%d:%d.%d" is the delimiter used between s1 and d1, a common format has replaced the two that will accept both. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- tabs are frowned upon, usage of such has been replaced, and; - excessive line-breaks have been removed to ease readability. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
This line was introduced in 7d19767c (2015-09), and has not been touched since. Given that it does not contribute anything in terms of documentation, nor seems relevant to future changes, this commit removes it. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Jul 26, 2016
-
-
François Cartegnie authored
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
vlc-cache-gen isn't build, so it fails to execute, making the install rule fail.
-
François Cartegnie authored
-
Thomas Guillem authored
-
On AMD cards the linear interpolation adds a green line when converting from YV12 to RGB even though the dimensions are the same. Fixes #17062 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jul 25, 2016
-
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-