Jean-Baptiste Kempf
d2a01fe376
Contribs: update harfbuzz to 2.6.4
This is an update of 30 releases...
It might break some setups, hopefully not.
6 years ago
Jean-Baptiste Kempf
fbd0076e3b
Contribs, Fribidi: allow to not build bins nor tests
Patch submitted upstream
6 years ago
Rémi Denis-Courmont
b4c52cccf2
cpu: move Doxygen to header file
6 years ago
Rémi Denis-Courmont
c4f98e238a
cpu: fix indentation
6 years ago
Jean-Baptiste Kempf
24d1295df3
Contribs: update fribidi to 1.0.9
Move to meson, github, tar.xz, support msvc and bionic by default...
6 years ago
Rémi Denis-Courmont
6b4e37f185
Remove public overload of MSG_NOSIGNAL
6 years ago
Rémi Denis-Courmont
b7538d1d77
network: use vlc_sendmsg()
6 years ago
Rémi Denis-Courmont
5225280bd1
interrupt: use vlc_sendmsg()
6 years ago
Rémi Denis-Courmont
2c88e2273b
lua: use vlc_send()
6 years ago
Rémi Denis-Courmont
27298749e3
file out: use vlc_send()
6 years ago
Rémi Denis-Courmont
43b3330078
satip: use vlc_send()
6 years ago
Rémi Denis-Courmont
6f7144d819
network: add convenience wrappers for send/sendto/sendmsg
6 years ago
Jean-Baptiste Kempf
8f09dbc46e
Contribs: update freetype to 2.10.1
No security issue, AFAIK
6 years ago
Jean-Baptiste Kempf
53486e41dc
Contribs: update fontconfig to 2.13.1
No obvious security issue, but we never know...
6 years ago
Jean-Baptiste Kempf
f5c4fdbc39
Contribs: update libmatroska to 1.5.2
6 years ago
Jean-Baptiste Kempf
56ab481762
Contribs: update libebml to 1.3.10
6 years ago
David Fuhrmann
41db6e373f
macOS package: Fix RPATH for vlc-cache-gen in release package
6 years ago
Steve Lhomme
9f33c286cc
tools: update CMake to 3.17.0
It includes the patch from Hugo to fix the PKG_CONFIG_PATH usage.
6 years ago
Tristan Matthews
84412e3792
audio_output: ensure callbacks are set before calling
This fixes a crash when changing the volume while using the file aout module.
Regression from:
commit 8fb81d08d6
Author: Rémi Denis-Courmont <remi@remlab.net>
Date: Sat May 5 13:06:19 2018 +0300
aout: inline some functions
6 years ago
Hugo Beauzée-Luyssen
5c491aabf4
contrib: dca: Bump to 0.0.7
--
Pipeline passed: https://code.videolan.org/chouquette/vlc/pipelines/15284
6 years ago
Marvin Scholz
4c8cfc0cc5
include/vout_window: fix docs to mention iOS too
7 years ago
Marvin Scholz
ebd6b48b5f
contrib/gpg-error: simplify darwin triplet handling
Instead of copying the header files around, change the triplet
canonicalization function to correctly remove version numbers for
darwin triplets.
7 years ago
Marvin Scholz
d18cd34a49
vlc_common: move decoder_synchro_t to synchro.h
7 years ago
Marvin Scholz
3f5ba371ad
codec: synchro: fix filenames in comments
7 years ago
Marvin Scholz
fb5d2c2058
codec: synchro: add logging helpers
The synchro module should not print messages when the quiet-synchro
option is set. To simplify this, add two new helper macros for
debug and warning messages (which currently are the only message
types used in this code) and use those instead of always explicitly
checking the b_quiet variable.
7 years ago
Marvin Scholz
2d99201fef
configure: darwin: clarify stack-check bug comment
7 years ago
Marvin Scholz
f8d5d938aa
configure: darwin: use AX_APPEND_FLAG
7 years ago
Marvin Scholz
66114e9e68
configure: darwin: do not hardcode a C version
7 years ago
Marvin Scholz
2e16f51778
configure: darwin: do not hardcode a C++ version
This is already handled by the stdcxx_14.m4 macro
7 years ago
Marvin Scholz
801b92fdca
configure: darwin: add stdlib arg to CXXFLAGS
7 years ago
Marvin Scholz
7236a10498
configure: darwin: add -D_INTL_REDIRECT_MACROS to CPPFLAGS
7 years ago
Marvin Scholz
2fdf924377
configure: darwin: do not explicitly set ARCH_flag
7 years ago
Marvin Scholz
41e7749659
configure: darwin: use AX_APPEND_FLAG to append to X86ASMDEFS
7 years ago
Marvin Scholz
b1334c745e
configure: darwin: remove PowerPC support
7 years ago
Marvin Scholz
acfcfe3543
configure: move assignment for consistency
7 years ago
Marvin Scholz
783c925f4c
configure: add quotes
7 years ago
Marvin Scholz
a2afcfcee6
configure: use the same C/C++ compiler error flags in Objective-C
7 years ago
Marvin Scholz
a1057cca64
configure: restructure adding unknown args error flags
7 years ago
Marvin Scholz
5423c2ed79
libvlc: comments and doxygen cleanups
Un-doxygens a lot of doc comments that were already present in the
header file and removes the redundant long descriptions as those are
just prone to get outdated and never updated along with the proper
doc comments in the header.
Change the doc comments for the internal functions to proper
doxygen with the functions marked as internal.
7 years ago
Marvin Scholz
14fcdd357c
libvlc: fix vlc cli options in documentation
There is no --long-help anymore but --longhelp, additionally the
-sout-all should have two dashes.
7 years ago
Alexandre Janniaux
49dd123315
flac: init flac_header_info.i_pts before usage
Depending on FLAC_ParseSyncInfo results, the field might get
non-initialized but still assigned. Remove -Wmaybe-uninitialized warning
on Windows.
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
6 years ago
Marvin Scholz
b39f2f1c52
macosx: check type of preference entry before using
7 years ago
Marvin Scholz
565e21f4d0
macosx: remove support for the language argument
7 years ago
Steve Lhomme
1a78a1296b
direct3d11: only send HDR metadata when we don't tone map the source
6 years ago
Steve Lhomme
269540817f
direct3d11: only send the HDR metadata when they change
Newer Windows issue this warning if we send metadata with each picture:
DXGI WARNING: IDXGISwapChain4::SetHDRMetaData: Redundant invocation on unchanged
metadata could result in presentation performance inefficiency. [ MISCELLANEOUS WARNING #295 : ]
6 years ago
Francois Cartegnie
7ac0327d62
demux: adaptive: add AV1 in es comparison
6 years ago
Francois Cartegnie
2f3dab4ce5
demux: adaptive: add new buffering control options
6 years ago
Francois Cartegnie
f8f3f11fae
demux: adaptive: use new buffering logic
6 years ago
Francois Cartegnie
b1e7eb53d6
demux: adaptive: add new BufferingLogic
6 years ago
Francois Cartegnie
7bea09c4bb
demux: adaptive: always retrieve start segment number for live
6 years ago