- 01 Oct, 2014 3 commits
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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
-
François Cartegnie authored
-
François Cartegnie authored
Wise with a struct that has a bad track record of read overflows and now contains a pf_
-
David 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 authored
-
David 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
-
François Cartegnie authored
Regular streams skip if p_read is NULL.
-
François 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.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 28 Sep, 2014 3 commits
-
-
Installed version cannot find lua scripts. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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 9 commits
-
-
Tristan Matthews authored
Remove dead code and superfluous width/height variables.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
refs #12283
-
François Cartegnie authored
first segment is always 0, not an undefined value regression introduced by aaebd49a instead of removing the tautology
-
François Cartegnie authored
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 26 Sep, 2014 5 commits
-
-
Tristan Matthews authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
kills that signed / unsigned comparison warning
-
François Cartegnie authored
-