- 08 Jan, 2018 12 commits
-
-
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 authored
As it should be done for all top level objects. Also reorder.
-
David 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 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 19 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
-
François Cartegnie authored
-
François Cartegnie authored
-
Marvin Scholz authored
Fixes CD 2a1e0ab3-e9d5-433c-afd8-ec56e6a8968f
-
François Cartegnie authored
-
Thomas Guillem authored
It's already done by transcode/transcode.c
-
François Cartegnie authored
-
François Cartegnie authored
as the track -> movie timescale conversion isn't guaranteed
-
Thomas Guillem authored
In case of error, just set transcode to false. Everything will be closed later. This fixes invalid usage of closed mutexes/conds/filters.
-
Thomas Guillem authored
This could lead to a crash when the decoder module was modifying/writing on fmt_out.video.p_palette, fmt_out.psz_description or fmt_out.p_extra_languages (so as soon as avcodec is updating its fmt_out). The decoder fmt_out is already initialised from transcode/transcode.c. sq
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
Pointed-out-by:
Zhao Zhili <quinkblack@foxmail.com>
-
Thomas Guillem authored
Pointed-out-by:
Zhao Zhili <quinkblack@foxmail.com>
-
Zhao Zhili authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Tristan Matthews authored
-
- 04 Jan, 2018 3 commits
-
-
Martin Storsjö authored
This fixes building for non-x86 windows platforms.
-
Martin Storsjö authored
tiff-4.0.7 keeps these files in a subdirectory named "config", so the previous $(UPDATE_AUTOCONFIG) actually had no effect at all. This fixes building for non-x86 windows platforms.
-
Martin Storsjö authored
This was made redundant when harfbuzz was updated in 8ecf1fdf.
-