- 12 Feb, 2015 13 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jonathan Calmels authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie 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
-
Rémi Denis-Courmont authored
-
- 11 Feb, 2015 7 commits
-
-
Rafaël Carré authored
If the first program of the PAT has no PMT or no ES, we will get stuck forever. Return from demux probe immediately, to let user select the desired program later. For example on Astra S19.2E: dvb:// --dvb-frequency 12551500 --dvb-polarization V --dvb-srate 22000000 --dvb-fec 5/6
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Feb, 2015 17 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
-
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 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 812425ba.
-
Jean-Baptiste Kempf authored
-