- Apr 07, 2015
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
A crashing decoder via MediaCodec has a lot of chances to crash via omxil. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
VLC resampler > android resampler 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>
-
It Fixes OS/2 compilation. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Apr 06, 2015
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Extract frame duration and interlacing
-
François Cartegnie authored
-
François Cartegnie authored
-
- Apr 05, 2015
-
-
François Cartegnie authored
-
Felix Paul Kühne authored
-
- Apr 04, 2015
-
-
François Cartegnie authored
Creates a reinterleaving buffer. Works better with big prerolls. (which implies big dts distance in interleaves) Changes base pts as well, as some strat frames might have been dropped.
-
François Cartegnie authored
-
- Apr 03, 2015
-
-
The decoder can be in a bad state without throwing any exception. Issue seen with a MPEG4 sample on a Tegra 3 and Tegra K1 tablet but may happens on others devices/samples. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Fixes #14227 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
No need to re-init all jni fields each time we open MediaCodec decoder. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
No need to have a queue inside VLC since we can control the size of the AudioTrack buffer. There is now only one delay to handle, the AudioTrack one. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
There is now only one way to get a JNIEnv: jni_get_env. This function use the thread-specific data (TSD) areas to save a JNIEnv into a TSD key. The thread will be automatically detached to the Java VM when it's canceled or exited. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Apr 02, 2015
-
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
SetThreadErrorMode returns 0 on failure
-
- Apr 01, 2015
-
-
Rémi Denis-Courmont authored
ES output should probably not wait when there is no data... but it does it at timest.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
some samples don't render correctly. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
In include/vlc_plugin.h, CONCATENATE was failing due to an unexpected '-' character. This fixes build with static modules. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 31, 2015
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
iod being only for initial object
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
descriptors can then be updated and we'll be able to do delayed es fmt setup (OD stream parsing)
-
François Cartegnie authored
-
François Cartegnie authored
-