Rémi Denis-Courmont
5b8e647a92
mailmap: unify my addresses
8 years ago
Felix Paul Kühne
e3ea13c07c
macosx: restore compilation compatibility with SDK versions < 10.14
8 years ago
Felix Paul Kühne
4e44bc66c9
macosx: enable dark mode on Mojave even if compiled against an older SDK
When compiling against the 10.14 SDK, it would be enabled automatically. This flag allows us to continue using earlier SDKs while retaining support for it.
8 years ago
Felix Paul Kühne
5fca01230f
macosx/VLCVolumeSlider: add dark mode support for mojave
8 years ago
Felix Paul Kühne
bbf24219d6
macosx/VLCSlider: add dark mode support for mojave
8 years ago
Felix Paul Kühne
a69646cfba
macosx: fix misc. compilation warnings
8 years ago
Felix Paul Kühne
856a0ce287
macosx/VLCBottomBarView: add dark mode support for mojave
8 years ago
Tristan Matthews
ab19dcad1b
aom: encoder: add tile-rows and tile-columns options
8 years ago
Zhao Zhili
f49768187f
input: prevent wild pointer in the case of no attachment
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
8 years ago
David Fuhrmann
aafd5f992d
macOS build: Bump minimum required OS version to 10.11
As discussed, 10.11 is needed to use the updated collection view API
for the UI overhaul.
8 years ago
David Fuhrmann
0d0cacee6a
build.sh: Move MINIMAL_OSX_VERSION and ARCH to env.build.sh
To have a central place for this definition and ARCH.
8 years ago
David Fuhrmann
218da7ee4e
macosx: Use @available instead of own macros
@available is advocated now since Xcode 9, it does both a runtime
check for a minimal required OS version, as well as it guards
for partial availability warnings.
8 years ago
David Fuhrmann
c4baeffd36
keychain: Remove compatibility code for macOS < 10.9
We support minimum 10.10 nowadays.
8 years ago
Tristan Matthews
77c673920b
aom: encoder: configure timebase
Fixes #21207
8 years ago
David Fuhrmann
69c190a3e2
keychain: distinguish between old and new secret format
Add a creator tag to distinguish keychain entries from older VLC
versions and newer ones.
Older entries need an appended \0, otherwise the resulting data
might be parsed incorrectly. New entries already include any trailing
\0 (if part of the original data).
8 years ago
David Fuhrmann
e0fd6bbe9e
keychain: Store secret as pure binary data
This allows to store binary data additionally to string passwords.
This change will lead to a needed update of all credentials stored
with previous versions of VLC.
closes #20790
8 years ago
Steve Lhomme
f8652b2181
modules: use vlc_tick_t casting
8 years ago
Steve Lhomme
d3227abbdc
va: compute the retries as the upper amount needed for a second
8 years ago
Steve Lhomme
d6038c355a
podcast: transform seconds in vlc_tick_t with vlc_tick_from_sec()
8 years ago
Steve Lhomme
6d0c8b2277
modules: transform float to vlc_tick_t using vlc_tick_from_sec()
8 years ago
Steve Lhomme
08af3e16c0
modules: add more vlc_tick_from_samples()
8 years ago
Steve Lhomme
cc79f1f98f
modules: use vlc_tick_from_samples()
8 years ago
Steve Lhomme
cc09e6abf8
core: use vlc_tick_from_samples()
8 years ago
Steve Lhomme
5e95c92802
modules: use samples_from_vlc_tick()
8 years ago
Steve Lhomme
1f5627c62e
core: use samples_from_vlc_tick()
8 years ago
Steve Lhomme
90c53e85d3
vlc_tick: add helper functions to convert vlc_tick to/from samples
Based on a sampling rate.
8 years ago
Steve Lhomme
1a42526a9a
sout:AES3Audio: FramesToDuration returns a vlc_tick_t
8 years ago
Steve Lhomme
dfce236dc6
sout:AES3Audio: TicksDurationToFrames takes a vlc_tick_t
8 years ago
Steve Lhomme
3556bcd09b
modules: convert to seconds using SEC_FROM_VLC_TICK()
8 years ago
Steve Lhomme
3153a2238c
opensles_android: convert hardcoded value using MS_FROM_VLC_TICK()
8 years ago
Steve Lhomme
d1d9940703
demux:avi: store the file length in vlc_tick_t
AVI_MovieGetLength() was returning vlc_tick_t in seconds !
8 years ago
Steve Lhomme
21fbbe93ea
qsv: use MPEG macros for timestamp conversion
8 years ago
Steve Lhomme
306780e555
demux:ts: convert a hardcoded value with VLC_TICK_FROM_MS()
8 years ago
Steve Lhomme
c58f46eec9
demux:mpeg: make sure FROM_SCALE_NZ() returns a vlc_tick_t
8 years ago
Steve Lhomme
a8ff7e56a8
demux:ps: fix the same vararg used twice
from 07666913ef
8 years ago
Steve Lhomme
7ff8ebd2da
vlmshell: internal time is in microseconds, not vlc_tick_t
8 years ago
Steve Lhomme
f922313bc7
demux: stl: call DEMUX_SET_TIME using an vlc_tick_t
8 years ago
Steve Lhomme
a1e31bce59
demux: vobsub: DEMUX_SET_POSITION just does a DEMUX_SET_TIME
8 years ago
Steve Lhomme
1cc79c8f90
demux: mod: the vlc_tick_t received with SET_TIME is likely to be valid
8 years ago
Steve Lhomme
020df32e5b
hotkeys: the jump value is not an vlc_tick_t but a number of seconds
8 years ago
Steve Lhomme
df07e434dd
crystalhd: convert to/from vlc_tick_t using MSFTIME
Since it's in 100ns
8 years ago
Steve Lhomme
5d41589c36
avcodec: demux: the local i_start_time is an vlc_tick_t
8 years ago
Steve Lhomme
8450e94321
ttml: the SET/GET position uses vlc_tick_t
8 years ago
Steve Lhomme
a296a4814a
demux:webvtt: clean the DEMUX_SET_POSITION value using vlc_tick_t
8 years ago
Steve Lhomme
64463c068b
mod: transform vlc_tick_t value to milliseconds with MS_FROM_VLC_TICK
8 years ago
Steve Lhomme
88b7d85136
input: use vlc_tick_t for the input "length" variable
8 years ago
Steve Lhomme
f04e6ce332
input: use vlc_tick_t for the input "time" variable
8 years ago
Steve Lhomme
a856cc1460
core: use vlc_tick_t for seekpoint_t::i_time_offset officially
8 years ago
Steve Lhomme
6edafff5df
subtitle: internal length is a vlc_tick_t
8 years ago
Steve Lhomme
43608bcd01
nuv: internal length is a vlc_tick_t
8 years ago