- Nov 22, 2015
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
freetype: drop CoreText specific Select in favor of the generic implementation and add family lookup No fallback yet
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This removes a Carbon dependency and adds support for tvOS and iOS
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- Nov 21, 2015
-
-
Rémi Denis-Courmont authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Nov 20, 2015
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Nov 19, 2015
-
-
Felix Paul Kühne authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Drops the current long term average to a moving average/vertical horizontal filter with an observation window of 250ms.
-
Thomas Guillem authored
Decoder still need to be signaled when FIFO is already empty. This reverts commit 32040fdc.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Since recent changes, DecoderThread need to be signaled only when frames_countdown is incremented.
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Nov 18, 2015
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
Once we drop iOS 7, we can also remove the legacy implementation based on UIAlertView
-
François Cartegnie authored
only handling them should differ. adds debugging
-
François Cartegnie authored
And add implicit discontinuity on format change. Use only tracker events to change state (will need to move currentchunk away)
-
François Cartegnie authored
-
François Cartegnie authored
As mentioned by documentation "It may be freed and replaced with a new buffer by libavformat." " AVIOContext.buffer holds the buffer currently in use"
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- Nov 17, 2015
-
-
Close #6350 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
The video output is messed up if we only do a stream_Seek(). If we want to seeking forward, we should decode and discard pictures to keep the decoder at the right state. For seeking backward, seeking to the beginning and decode from there. Since the bitrate is very low and the decoding process is really simple, there is no obvious delay. I have tested this strategy on a dual core ARM board. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Fix enabling subtitles from disc Top Menu. Fix changing audio/subtitle track from disc pop-up menu. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
- Nov 16, 2015
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
Also add a couple of missing warnings
-