- 03 Nov, 2012 3 commits
-
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 02 Nov, 2012 2 commits
-
-
Rafaël Carré authored
the number of streams can change after we find the stream info
-
Ilkka Ollakka authored
Clang doesn't like that %%rip macro for some reason, so I disabled it for apple. That MANGLE macro is done based on ffmpeg one and I added MANGEVARIABLE to work around osx/32-bit compile issues (and my lack of asm-fu).
-
- 01 Nov, 2012 24 commits
-
-
Rémi Denis-Courmont authored
The actions of the hotkeys interface all affect the playlist, the playlist's input, the playlist's input's vout(s), the playlist's aout or the interfaces (controller). It has no use outside VLC.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Contrary to input_GetAout(), this works even without input thread.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
And remove the other instance of find-input-callback.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
And get rid of the horrible find-input-callback.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The aout can exist even if the input thread is stopped. This makes audio-related functions work in case where they would previously fail.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Edward Wang authored
Adjust the Android audio outputs to the latest aout core changes. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
This reverts commit 346f385b. Doesn't seem to work in all cases straight of the box
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
- 31 Oct, 2012 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(instead of waiting for play)
-
Rémi Denis-Courmont authored
If the playlist is activated, then input resources are almost certainly going to be used. This is a bit simpler.
-
Rémi Denis-Courmont authored
The stream might not exist. Regression from e364643f.
-
Rémi Denis-Courmont authored
In other words, keep the module loaded whenever the aout exists.
-
Rémi Denis-Courmont authored
-
Frédéric Yhuel authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
This keeps track of available output devices. Again, without core support yet, this is not yet useful in any way.
-
Rémi Denis-Courmont authored
There is no core support for this as yet, so the crash cannot happen.
-
Rémi Denis-Courmont authored
-