- 01 Oct, 2014 13 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Damien Erambert authored
Pngcrushed graphics. close #11101 Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Tristan Matthews authored
Refs #11752
-
Felix Paul Kühne authored
awakeFromNib is no longer called on fspanel (as there is no nib anymore), so don't rely on it
-
Adrien Maglo authored
chromecast: add an experimental sout module that connects to a ChromeCast device and streams using the HTTP access output Example: vlc input.mp4 --sout="#chromecast{ip=192.168.1.11}"
-
Adrien Maglo authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
As iomx_hwbuffer.cpp contains mainly call to private native window from system/window.h: - move system window calls to modules/video_output/android/nativewindowpriv.c - move get_hal_format to iomx.cpp Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
commit 7fff679f added else block and left continue that didn't make code flow following any easier.
-
- 30 Sep, 2014 13 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Similar than rtp input does, doing realloc from 64k->1.5k would usually mean extra malloc+memcpy per packet. Also don't pass buffer onward if we don't receive any useful stuff (-1)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Wise with a struct that has a bad track record of read overflows and now contains a pf_
-
David Fuhrmann authored
For playlist-autostart, PLAYLIST_PLAY is used now which does not restart the current item if there is already one running. This avoids restart of the same item in a quick succession, and thus workarounds the issue described in refs #11488.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
Refs #12298
-
Tristan Matthews authored
-
- 29 Sep, 2014 7 commits
-
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
Regular streams skip if p_read is NULL.
-
Francois Cartegnie authored
Possible could crash because release function was not correctly matched du to missing parent id check. Better save it into box instead of doing another lookup, and because box could have been detached from parent.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 28 Sep, 2014 3 commits
-
-
KO Myung-Hun authored
Installed version cannot find lua scripts. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Boris Egorov authored
Detected by CppCheck Signed-off-by: Boris Egorov <egorov@linux.com> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
- 27 Sep, 2014 4 commits
-
-
Tristan Matthews authored
Remove dead code and superfluous width/height variables.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
refs #12283
-