- Apr 03, 2015
-
-
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
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Pointed-out-by:
Zoran Turalija <zoran.turalija@gmail.com>
-
Rémi Denis-Courmont authored
-
They are not mapped yet Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 30, 2015
-
-
Rémi Denis-Courmont authored
(fixes #8562)
-
Rémi Denis-Courmont authored
This more closely matches the usual open/read/seek/close pattern.
-
Rémi Denis-Courmont authored
Pointers cannot be inherited as normal configuration item for somewhat obvious reasons. For output parameters, this is not much of an issue as LibVLC sets the pointer values directly on its media player object. But for input-related parameters, LibVLC would need to store pointer values in the media item. Thus this change to input items. Note that pointers are considered intrinsically unsafe, so there are no flags for the time being.
-
Rémi Denis-Courmont authored
-
Call timestamp_FifoGet before releasing Output Buffers. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
it uses its own system, so we must give it the proper value with --disable-option Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-