- 10 Feb, 2015 15 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
-
Francois Cartegnie authored
-
Thomas Guillem 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
-
Geoffrey Métais authored
Some tools, like ant, have -version arg and not --version Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Thomas Guillem 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>
-
Thomas Guillem authored
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>
-
- 09 Feb, 2015 14 commits
-
-
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
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Sounds like a broken encoder (growing frame size from N-1 to N twice)
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
refs A-codecs/DTS/dts/dtswavsample16.wav
-
Francois Cartegnie authored
refs A-codecs/DTS/dts/dtswavsample16.wav
-
- 08 Feb, 2015 11 commits
-
-
Francois 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
-
Hannes Domani 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>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
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
-
Rémi Denis-Courmont authored
-