- 20 Oct, 2020 7 commits
-
-
Steve Lhomme authored
It doesn't return a boolean.
-
Steve Lhomme authored
At this stage paused will not be used anymore. No need to set the value. Only keep the "else" part of the "if".
-
Steve Lhomme authored
If next_system_pts is INT64_MAX the date_next value cannot be computed correctly. Probably missing from 23d2a4cc.
-
Steve Lhomme authored
Rather than something looking like a delay.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- 19 Oct, 2020 7 commits
-
-
David authored
Those strings are read directly by the mac OS to show some reason in ressource request dialogs. The strings for NSAppleEventsUsageDescription, NSCameraUsageDescription and NSMicrophoneUsageDescription are mandatory, otherwise the application will crash. InfoPlist.strings needs to be translated to show localized variants of those strings. refs #21378
-
David authored
-
David authored
The translation file should not need to be generated by the build system to allow more simple translation. In this case the string cannot be reconstructed during runtime (its read out by the OS), thus drop the translation.
-
Steve Lhomme authored
picture_HasChainedPics() should be avoided if possible
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- 18 Oct, 2020 12 commits
-
-
Tristan Matthews authored
The build is failing as some symbols are duplicated in libopus.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes the (mostly harmless but nevertheless undefined behaviour) data race on the output file descriptor.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is simpler and faster (as we get line buffering for free).
-
Rémi Denis-Courmont authored
(no functional changes)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Use the dedicated player callback. Don't wait for user input.
-
Rémi Denis-Courmont authored
Line-based buffering was enabled in 19ea8feb.
-
Rémi Denis-Courmont authored
(Beware the locale decimal separator.)
-
- 17 Oct, 2020 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-