- 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 9 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
-
Francois Cartegnie authored
-
Tristan Matthews authored
-
- 25 Sep, 2014 8 commits
-
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
rtp_packetize_split() sets the marker bit according to video semantics, and uses incorrect timestamp interpolation for PCM.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Opus cannot be fragmented, there must be one frame per RTP packet.
-
Rémi Denis-Courmont authored
rtp_packetize_common() overrode the correct value with 12, which was then reset to the correct value. Note: the AMR packetizer seems odd.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #12282 Ref: Debian BTS #762564
-
- 24 Sep, 2014 4 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-