- 18 Jun, 2016 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 17 Jun, 2016 3 commits
-
-
Marvin Scholz authored
This adds a menu item to open the new renderer dialog Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Marvin Scholz authored
This adds a dialog to choose a renderer discovered with VLCRendererDiscovery, this allows for example to render to Chromecast in the future. Additionally edited the Makefile for the new classes to be compiled. Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Marvin Scholz authored
This adds two wrapper classes: - VLCRendererDiscovery Wraps libvlc’s vlc_renderer_discovery and allows a delegate to receive add and delete notifications for renderer items. - VLCRendererItem Wraps libvlc’s vlc_renderer_item, is used by VLCRendererDiscovery to conveniently wrap the vlc_renderer_item to use them easier in Objective C. Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 16 Jun, 2016 3 commits
-
-
Rémi Denis-Courmont authored
Only one of the demuxer actually set the flag (at all), live555. That is also the only demuxer that supports rate control, so infer the value accordingly.
-
Felix Paul Kühne authored
-
Steve Lhomme authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 15 Jun, 2016 5 commits
-
-
Hugo Beauzée-Luyssen authored
This reverts commit 485a1940.
-
Thomas Guillem authored
See comment.
-
Thomas Guillem authored
Since fmt_in can't change anymore.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 14 Jun, 2016 21 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
When seeking the Chromecast will flush its buffering and start playing after it has enough data. We wait until it says it's playing after a seek to guess the playback time it's resuming to. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Otherwise we start sending data while the connection is being established and we miss the beginning of the file. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
The device buffers about 8s before starting playing so we wait until the Chromecast starts playing to start a monotone clock in the demux filter. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Will also wait for the Chromecast to be ready to receive data before sending them Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Filip Roséen authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
Modified-By:
Thomas Guillem <thomas@gllm.fr> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Rafaël Carré authored
Modified-By:
Thomas Guillem <thomas@gllm.fr> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Rafaël Carré authored
Modified-By:
Thomas Guillem <thomas@gllm.fr> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Felix Paul Kühne authored
-
- 13 Jun, 2016 6 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
François Cartegnie authored
-