- 09 Jan, 2018 13 commits
-
-
Thomas Guillem authored
Since Drain() can now be called when a flush is not requested.
-
Thomas Guillem authored
Since they may be not critical.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
When the status is restart, Stop the VT session and start it again from the "Late Start" code block.
-
Thomas Guillem authored
After a VT session is started, always send a H264/HEVC key frame as first input. This fixes glitches and kVTVideoDecoderBadDataErr errors on most devices and an OS reboot on the iPhone X.
-
Thomas Guillem authored
Use VTSESSION_STATUS_RESTART instead, never send twice the same data if it failed.
-
Thomas Guillem authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 08 Jan, 2018 16 commits
-
-
Marvin Scholz authored
Fix #19416
-
François Cartegnie authored
-
François Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
otherwise we don't know which program is selected maybe core might feedback this one day
-
Brateau Etienne authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
CID #1427189
-
KO Myung-Hun authored
This fixes the following compilation breakge on OS/2. ----- CC network/udp.lo network/udp.c: In function 'net_SetMcastOut': network/udp.c:259:17: error: implicit declaration of function 'if_nametoindex'; did you mean 'if_nameindex'? [-Werror=implicit-function-declaration] int scope = if_nametoindex (iface); ^~~~~~~~~~~~~~ if_nameindex ----- Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Jan, 2018 5 commits
-
-
David Fuhrmann authored
As it should be done for all top level objects. Also reorder.
-
David Fuhrmann authored
Add workaround for Lion to respect with-resizing behaviour for simple prefs window. Disable max-width for window, as this causes flickering on Lion. refs #19424
-
David Fuhrmann authored
Otherwise those tools previously deleted are assumed present, still.
-
Rémi Denis-Courmont authored
Cast to positive numbers to int explicitly before computing the difference, so the result will be signed correctly.
-
Lyndon Brown authored
Dat12 decode is a 12bit=>16bit conversion, and the output buffer is sized based upon 16bit samples. However, the decoder function casts the output buffer pointer to a 32bit type, meaning that half of the output thus ends up being written past the end of the buffer. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 06 Jan, 2018 1 commit
-
-
Martin Storsjö authored
-
- 05 Jan, 2018 5 commits
-
-
Martin Storsjö authored
For armv7 mingw setups, the triplet currently used is armv7-w64-mingw32.
-
Martin Storsjö authored
Adjust some existing uses of this variable to check for HAVE_WIN32 + x86_64 instead.
-
Martin Storsjö authored
Check ARCH instead of HAVE_WIN64.
-
François Cartegnie authored
-
François Cartegnie authored
was only used by tx3g and didn't allow much
-