- Feb 10, 2015
-
-
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
-
François Cartegnie authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #13752
-
Jean-Baptiste Kempf authored
Ref #13752
-
Jean-Baptiste Kempf authored
This reverts commit 916c380e. Ref #13752
-
Jean-Baptiste Kempf authored
Ref #13752
-
Some tools, like ant, have -version arg and not --version Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
This module is based on the old native audiotrack but uses the public Java AudioTrack API via JNI. All JNI operations are done in a separate thread in order to avoid the overhead when attaching and detaching the current thread to the Java VM. News since native audiotrack: - Flush discards audio immediately (if not wait). - It can handle a mediaserver crash and restart (for Android 5.0 and after). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Remove this module to leave room for new Java AudioTrack module. Indeed AudioTrack private API is not usable after Android 4.4, since there are some virtual methods that are only defined in private headers. Therefore, these methods won't have symbols and dlsym won't work. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Feb 09, 2015
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 812425ba.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also fix dependency on codec/h264_nal.lo
-
François Cartegnie authored
-
François Cartegnie authored
Sounds like a broken encoder (growing frame size from N-1 to N twice)
-
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>
-
François Cartegnie authored
refs A-codecs/DTS/dts/dtswavsample16.wav
-
François Cartegnie authored
refs A-codecs/DTS/dts/dtswavsample16.wav
-
- Feb 08, 2015
-
-
François Cartegnie authored
This reverts commit 1f0c9de8.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This comes from src/misc/messages.c with new code.
-
Rémi Denis-Courmont authored
-
IDirect3DDevice9_Present() creates an event like this: \Sessions\1\BaseNamedObjects\DwmDxBltEvent_a7045e But it isn't closed with IDirect3DDevice9_Release(), only explicitely destroying the video window closes the event handle. 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
This is what the tests expect, and was the final status before the merge of ABORT and DEAD input events. In fact, libvlc_Stopped does not really correspond to anything: it has no STOPPED_S equivalent in the input thread state. The only way to reach it is to call libvlc_media_player_stop() explicitly. Regardless, lets keep it for backward compatibility.
-
Jean-Baptiste Kempf authored
-