- 02 Oct, 2014 13 commits
-
-
Damien Erambert authored
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David Fuhrmann authored
-
David Fuhrmann authored
This also cleans up the images structure inside the project.
-
David Fuhrmann authored
-
David Fuhrmann authored
Now, new root folders are created for yosemite, with the naming scheme mainwindow_yosemite. All icons have the prefix ys-.
-
David Fuhrmann authored
Also renames 4 yosemite graphics to match the existing naming.
-
Damien Erambert authored
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
av_freep() requires a pointer to void *. Nothing else is defined.
-
Rémi Denis-Courmont authored
-
- 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 1 commit
-
-
Rémi Denis-Courmont authored
-