- Apr 19, 2018
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Downward mouse scroll seeks backward, updward scrolls forward (cherry picked from commit 8e7389d1) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Otherwise it's impossible to reset the value to 100% Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 35a5a0ab) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
But do so without using actions, as it would display the position using OSD, while we're already displaying the FSC (cherry picked from commit b1157681) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
This partially reverts commit 8314cd6c. (cherry picked from commit 08948240) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
This reverts commit 11bd3483. (cherry picked from commit 54bad88f) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Thomas Guillem authored
(cherry picked from commit a538c464cb3e9b84812fbe4ec3f80cb0d3ccda99) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
It may come back later. (cherry picked from commit eea7cee1) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Adds an option to get a shell with the right environment set to build VLC. Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit c62afbf8) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
CID #1467998 (cherry picked from commit 31c9df25) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
GPUs with Intel Hybrid HEVC are the ones from the BroadWell family and is causing decoding issues in 10 bits and 8 bits decoding. If the HW decoder is forced it will be used anyway. When blacklisted there is msg_Warn so that it's more visible to the user. (cherry picked from commit 1bbc83770962e3674ead808de5882a72e44d2584) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Jean-Baptiste Kempf authored
-
- Apr 18, 2018
-
-
David authored
Tests show that the username actually still needs to be padded. Otherwise, crashes can occur in subsequent usage of username, as it might contain garbage. (cherry picked from commit 2cbb6f31d146ca38b47fadd1009ec8e876591d4f) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David authored
Older versions are more picky regarding SecItemCopyMatching. According to docu, one output type must be given, and also an actual output variable must be passed (as tests show). Only then, a 10.7 system accepts that search call. (cherry picked from commit eb44067d) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David authored
The value for that key must be an NSNumber according to docu. This fixes a crash on 10.7 in find(). (cherry picked from commit c4d34f9ded0b9c9d2d29566988916dfccfc09624) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 914983b3) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Thomas Guillem authored
This commit fixes a regression from 22776daa (cherry picked from commit 7f2cc34ce2def321ae6c08475150ccdacbc16d6a) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
And fix buf_size calculation. (cherry picked from commit 50fd109b) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Hugo Beauzée-Luyssen authored
ie. when trying to add subtitle for non local files (cherry picked from commit b492a2b1) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 7e88d58196453b1c50e34fc8723b85ab211ee7f1) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit dff8182b) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
François Cartegnie authored
oggds uses 0 on first frame :/ (cherry picked from commit a09fbee5)
-
Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit e235d31e5b36eea6547f8e72af8836ac81f5887a) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
Since it can be mp2 codec that is not supported by chromecast devices. (cherry picked from commit cdf276c3) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
Since this is the last vout in priority (comes after OpenGL), this vout should accept ever projection modes (even if it won't be displayed correctly). (cherry picked from commit bdb1cdc0) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 90d4d1f0) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 8cd66d98) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 03ada388) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
We round the value to the upper multiple first and then multiply and divide it. Otherwise with semiplanar we end up with odd values for an even source. (cherry picked from commit edc139506f9c5c226a874e98c63e9f9fd982d1ae) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 2489b726) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Fixes #20303 (cherry picked from commit 9d12c082) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
The U/V lines of 4:2:0 chroma are divided by 2. But if the height is an odd number we end up missing the last line for these planes. Fixes #20290 (cherry picked from commit 81aed6c302c1d3e90267fbdea07e9db361632043) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Do do this we need to know that NV12 requires 2 octets per UV pixel which was not possible with the 1/1 height fraction. (cherry picked from commit 2e1e458b) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
This way we know from the description that the combined UV plane needs to be a multiple of 2 and we have the proper width for the line (2/2 instead of 1/1 of the original size) (cherry picked from commit 9b8944c7) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
(cherry picked from commit 390ab9a3) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
(cherry picked from commit a66661c0) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
(cherry picked from commit b71afa27) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- aout_RestartRequest() was not called because of a NULL sys->acquired_device, - DeviceRestartLocked() was not called from Start() because of the early sys->dev check, - sys->acquired_device was not reset to NULL (when switching from 1 to 0 devices). Reminder: sys->dev and sys->acquired_device are NULL if the aout is opened without any audio devices plugged. (cherry picked from commit 088533d6) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Check the return value of the DeviceRestartLocked() function (returns 0 if sys->dev is valid). (cherry picked from commit f80de9d8) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Apr 17, 2018
-
-
François Cartegnie authored
This reverts commit 0efc936b. (cherry picked from commit 844c30c9)
-