- 31 Oct, 2014 2 commits
-
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 Oct, 2014 11 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Use a separate callback for pictures allocated in heap and pictures allocated from video output buffers.
-
Rémi Denis-Courmont authored
This is only used in error corner cases, and is always the same as calling subpicture_Delete() directly.
-
Rémi Denis-Courmont authored
All variants of the filter_t.video.buffer_del callback invoke picture_Release() - possibly through recursion. Most filters used picture_Release() directly already.
-
Thomas Guillem authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Yuudai Yamashigi authored
-
- 29 Oct, 2014 16 commits
-
-
Rémi Denis-Courmont authored
This makes picture_pool_Get() reentrant.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reduces the size of picture_gc_sys_t. The callbacks are always the same for all pictures in a given pool.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We can offload the picture deletion to Destroy() in all cases.
-
David Fuhrmann authored
The item-change callback might be called very often, and thus an own code path is better, with only necessary updates. Additionally, this fixes multiple resume playback dialogs occuring at once when starting playback in certain situations. refs #11981
-
Yuudai Yamashigi authored
-
Yuudai Yamashigi authored
-
Yuudai Yamashigi authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 28 Oct, 2014 8 commits
-
-
Francois Cartegnie authored
Also handles CustomAttributes
-
Francois Cartegnie authored
-
Rafaël Carré authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Was downloading regardless of consumer
-
Francois Cartegnie authored
Fixes most of glitches for non live streams, especially on quality change.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 27 Oct, 2014 3 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
CTTS value can be negative on version 0, and match the not found return value used in GetPTSDelta. ex: Sintel Smooth Streaming sample
-
Rémi Denis-Courmont authored
-