- Feb 09, 2018
-
-
Hugo Beauzée-Luyssen authored
This seems to fix #18640 and #17060 (cherry picked from commit 90dde5ed) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit 58e45886) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
CD 6f95511a-91a2-45de-bd43-735bf52a2185 And check sys->dev locked since it can be written from the MMSession thread. (cherry picked from commit a715eaa0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Marvin Scholz authored
1/6 will evaluate to 0, making the timer choose a very low interval instead of 0. (cherry picked from commit 201542ff) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
- Feb 08, 2018
-
-
David authored
The jar file needs special treatment to be signed correctly: - The identifier must be without any dots. The file has three, and if only the suffix is dropped, then it will be wrongly interpreted as a reverse domain, still - It is not allowed to have a Mac App store certificate signature, together with a jar file, as this is forbidden in the app store. Our explicit requirement was allowing such a signature (see "cert leaf[field.1.2.840.113635.100.6.1.9] exists"). Solution is now to just let codesign do this work internally, therefore the explicit requirement is dropped completely. (cherry picked from commit 55a093d8) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Rémi Denis-Courmont authored
(caused by review error) (cherry picked from commit 12f7ce07)
-
Rémi Denis-Courmont authored
(cherry picked from commit 9ba04340)
-
(cherry picked from commit 1c9a6491) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Everytime we updated a value, the other ones were lost because we have to use D3D11_MAP_WRITE_DISCARD. Now we keep a shadow copy of the constants and update one at a time. (cherry picked from commit 81b51165) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
It should be it thousand nits but sometimes it's much smaller (Sony HDR sample for example). UHD Blu-Ray have the proper values. (cherry picked from commit d7aade4f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
It was only done on Win10 RS2 or RS3 (cherry picked from commit d99efc4c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Otherwise the other fields are lost when updating one field (cherry picked from commit 73b5de43) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
We cant use it on Ubuntu with chromecast enabled, since gtk-3 links to protobuf. (cherry picked from commit 061b1f0f)
-
long_name can be NULL if enable-small Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 0c0db7b6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Fixes green circle in eagle-2.mp4 (cherry picked from commit 6adccb72) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tested with offset_test.ogv and forcing the rotation in the decoder. Fixes #19078 (cherry picked from commit 916b67b4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
This is only valid for left aligned textures (ie not rotated) (cherry picked from commit 9a736c21) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Feb 07, 2018
-
-
(cherry picked from commit 530a3d20) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit f9c3a40d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
In order to allow finer handling of seek errors. Partial revert of commit 58921590. (cherry picked from commit 91376817) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Fixes #19612 (cherry picked from commit 02daf5d3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
State goes from Buffering to Paused then to Playing when loading a music track. (cherry picked from commit 3f27e01b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
We have to use a new url for each new artwork, because the CC will cache the content. (cherry picked from commit 16fbd47c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 64ecd0ae) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
This happened when seeking on start. (cherry picked from commit 4f449f49) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
This avoids to loose the header when flushing. (cherry picked from commit 7a312f14) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit eb3cd5c8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 496d1a5a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 30c7c878) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 87e69a5d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
as with 2.2 (cherry picked from commit a510715f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e6d5f790) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit 35552d63)
-
This was dropped in aom commit 47cc25591c36fafcc36e11109e5c36531353cdd9. (cherry picked from commit 6d2075c9)
-
François Cartegnie authored
(cherry picked from commit d432ea9f)
-
François Cartegnie authored
(cherry picked from commit c3f5c5f5)
-
François Cartegnie authored
(cherry picked from commit 3717fcb7)
-
- Feb 06, 2018
-
-
fixes chunk pos index less 1 sample re-read per demux run with uncompressed audio introduced by d4c5f2dc might break with low fps video. (cherry picked from commit 44800f3f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David authored
In release mode, a random count value was used, leading to crash (cherry picked from commit 617fd3ff) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-