- 01 Oct, 2014 1 commit
-
-
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 9 commits
-
-
Tristan Matthews authored
Remove dead code and superfluous width/height variables.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
refs #12283
-
Francois Cartegnie authored
first segment is always 0, not an undefined value regression introduced by aaebd49a instead of removing the tautology
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 26 Sep, 2014 7 commits
-
-
Tristan Matthews authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
kills that signed / unsigned comparison warning
-
Francois Cartegnie authored
-
Francois Cartegnie authored
The "```" case could also never happen as this is the decoding of value 0 which should map to mac.
-
Francois Cartegnie authored
-