https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
f3940db Bump version to 3.0.7.1 11 June 2019, 09:51:59 UTC
18c9ec5 Update NEWS 11 June 2019, 09:51:18 UTC
3281244 Contribs: update libbluray to 1.1.2 (cherry picked from commit 3aaedbf6c1a84216503941d55ccc4629e97fe88a) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 11 June 2019, 09:48:31 UTC
477ed18 direct3d11: more restrictions on AMD drivers capable to display decoder NV12 Old driver versions had a revision number bigger than 1000. VLC 3.0.6 had a check on .wddm = 22, .d3d_features = 19, .revision = 162, .build = 0, (cherry picked from commit 72022d99277b4b66a1990a59156edc2938d7f112) 11 June 2019, 07:55:23 UTC
4b9eb82 Revert "contribs/vpx: Use HOSTVARS" This does not have the desired effect and breaks other builds. This reverts commit 51716a123ff5144ff6c72ac4ecee67b3e3d088f6. 08 June 2019, 06:52:50 UTC
51716a1 contribs/vpx: Use HOSTVARS Set HOSTVARS like with other contribs, to let the library select the correct compiler. 07 June 2019, 21:45:19 UTC
e7850b7 audiotrack: also check device capabilities for API 23 (cherry picked from commit dca2bfceb88b8628abcfb5ffc7785dcd9fd5f369) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 07 June 2019, 09:04:21 UTC
7b500e1 audiotrack: rework ConvertFromIEC61937 condition i_format = VLC_CODEC_SPDIFB only for API 23, cf. StartPassthrough. (cherry picked from commit 88aa2e8e9d0bdc5ca708a1bde1c651970e3e82be) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 07 June 2019, 09:04:21 UTC
891ad35 audiotrack: fix length for DTS_HD Unlikely to fix anything since this code patch is disabled. DTS_HD had never been tested and enabled on API 23. It is working on API >= 24 with IEC61937 encoding. (cherry picked from commit 09e8e01e19e5f588244a9dcf183eb04d25fb9e56) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 07 June 2019, 09:04:21 UTC
fc6375d audiotrack: check buffer length (cherry picked from commit 6267775649af7d9433973e570638e6c24b5c7698) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 07 June 2019, 09:04:21 UTC
175fb2f npapi: Use the 3.0 branch 06 June 2019, 13:27:04 UTC
6e156ad demux: adaptive: fix PKCS7 padding cherry-picked from a968e4f071032d089da2601e9238d8100c1fac74 05 June 2019, 15:11:10 UTC
e630c98 Revert "video_text: copy the output colorspace into the region colorspace" This reverts commit 08b8ef7cf313971c69d401a9b05c3b788d08e8d2. (cherry picked from commit 2c83dd314d870387e155469b03d6a5cd5e05933c) 04 June 2019, 06:52:51 UTC
fe1eb71 video_output: assume rendered text is in sRGB if no colorimetry is set (cherry picked from commit 16bd6f1c87c7882318be6da4b9346d41f73259ab) 04 June 2019, 06:52:51 UTC
e643bb1 png: set the colorspace and primaries to sRGB as well The transfer was already set. If we don't do that it may be assumed to be 709 or 601 depending on the picture dimensions. (cherry picked from commit 3275083c5e6aeac895a6fd8c76afc3c36c8f0a5e) 04 June 2019, 06:37:49 UTC
fecfba7 jpeg: set the colorspace and primaries to sRGB as well The transfer was already set. If we don't do that it may be assumed to be 709 or 601 depending on the picture dimensions. (cherry picked from commit bb405fd42020c877fe9ce301004da499dfc7e050) 04 June 2019, 06:37:49 UTC
856d07a logo: keep the colorimetry parameter from the decoded picture in the region (cherry picked from commit e2fd9edee88cc5c3638eae1a883f276149088add) 04 June 2019, 06:37:49 UTC
b4e6372 image: use the colorimetry parameters from the source when converting (cherry picked from commit 282ae08400653615bbb90c0e5f75915991869fd7) 04 June 2019, 06:34:06 UTC
74d3c61 contrib: ffmpeg: set the alternate transfer function early in H264 (cherry picked from commit a8c5fc709d08c17ccdcc1867e7a7c801d3d614df) 29 May 2019, 13:44:00 UTC
1aa1fd6 contrib: ffmpeg: set the alternate transfer function early in HEVC (cherry picked from commit 1473ad989ac8f96c51af46d3ad0e90bbb3e6f2e8) 29 May 2019, 13:43:59 UTC
2874cb1 direct3d11: fix the luminance scaling at each step The conversion to Linear should end up with the max luminance, not normalized to 0..1. The conversion from linear also assumes non normalized pixel values. The luminance scale also needs to be applied when not tone mapping (SDR to PQ). (cherry picked from commit 594f02e8f6f48ce3df1e85a21baae83be1e43c50) 29 May 2019, 11:37:02 UTC
b8d84a2 direct3d11: the peak luminance of HLG is officially 1000 (cherry picked from commit 43e5fb14483055fa47eb73f79f4810891f2722d1) 29 May 2019, 11:36:40 UTC
40efc8b direct3d11: remove stray semicolons (cherry picked from commit c42d84745d050dd21077929bd5897168709e9c41) 29 May 2019, 11:36:40 UTC
f373345 contrib: lame: fix a crash when compiled for ARM with MSVC Probably some issues with the FLOAT in the structure. (cherry picked from commit ecbd1205a00dedd707fee4e9be91de75d366e0bc) 29 May 2019, 06:02:04 UTC
118d6aa playlist: fix temporization delays The slowdown multiplicator started at 2^1 (2) instead of 2^0 (1). As a result, the delays were: 200ms, 400ms, 800ms, 1.6s, 3.2s, 6.4s instead of: 100ms, 200ms, 400ms, 800ms, 1.6s, 3.2s as expected and documented. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 27 May 2019, 08:41:40 UTC
f5d9cf0 contrib: update libmatroska to 1.5.1 (cherry picked from commit cfb18f369dcbe4639b1ca641e8c09ed9d1a990df) 27 May 2019, 07:15:32 UTC
fa89eb2 contrib: update libebml to 1.3.8 (cherry picked from commit 7196586c6d9deeb8dcdadf11d494588f6ec93492) 27 May 2019, 07:15:31 UTC
86cee31 Update NEWS 24 May 2019, 12:52:08 UTC
c792fc1 contrib: png: update to 1.6.37 From the release notes of 1.6.36: "Fixes some build issues, adds a couple of small optimizations (ARM png_do_expand_palette(), Intel SSE2 memcpy()), and updates the license (identical terms to the zlib license, with the old license appended in the manner of the Python Software Foundation License version 2, and the list of contributing authors moved to a separate AUTHORS file)." 1.6.37: This release fixed CVE-2019-7317, although our png module is not using this API. (cherry picked from commit a643b2fa1cd6bd74e1613fd66fe0fe724cb695e8) (cherry picked from commit 6bfeb1d885a238959ca254076035e928a701beda) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 24 May 2019, 12:40:58 UTC
d066226 playlist: temporize on errors When repeat/loop is enabled, and items fail to play, VLC enters an infinite liveloop and floods errors. We cannot just stop on errors, because retrying indefinitely may be the expected behavior: <https://trac.videolan.org/vlc/ticket/18582#comment:3> Instead, wait some delay before starting the next item, depending on the number of consecutive errors: - 1st error: 100ms - 2nd error: 200ms - 3rd error: 400ms - 4th error: 800ms - 5th error: 1.6s - further errors: 3.2s A single successful playback resets the errors counter. Note-from-committer: -------------------- This is not a complete and correct fix, but this hides the issue for our users for the vast majority of the cases. Once a proper fix is done, please revert this. Ref #5901 Fixes #6245 #6339 #7305 #7798 #8893 #9230 #11066 #11961 #12104 #12909 #13878 #14679 #15805 #16697 #17660 #18582 #18942 #19284 #19313 #20365 #21564 #21672 #21897 #22118 24 May 2019, 12:15:02 UTC
18d7d08 macosx: Unset p_interface_thread outside of the autoreleasepool In theory, some objects are only released during drain of the autorelease pool (i.e. at the place of the closing bracket of the @autorelease block). Some of those objects might need getInf() in their dealloc code, so this pointer should stay available at this stage. Should fix crash id 8f0bb1b4-fa5a-4d92-bcb3-9f6c0130fc86. (cherry picked from commit fdbf7317e0234a837fd7302f3b405f727c0635b7) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 23 May 2019, 19:07:46 UTC
9434e46 Update NEWS 23 May 2019, 15:32:43 UTC
e326f9a dmo: Fix use after free https://hackerone.com/reports/513704 (cherry picked from commit c6b07d7cec3c2684f4bbc702cd1be6f18813f8f2) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:32:31 UTC
e989a51 subsvtt: Don't pass a NULL pointer to qsort (cherry picked from commit 5ef3830f385bfa6a47e9088f9a0d13062cd61c3a) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:32:20 UTC
8b7db5e mkv: Fix potential double free (cherry picked from commit 81023659c7de5ac2637b4a879195efef50846102) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:32:11 UTC
9ea95ee svcdsub: Fix potential buffer overrun https://hackerone.com/reports/504722 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 3d2507c632003920484098e05fb21736a4c9956d) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:31:45 UTC
e8bd084 ps: Fix read buffer overflow https://hackerone.com/reports/504484 (cherry picked from commit de2d56055be37bf4d18ceb1623bb341f69d2d86e) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:31:31 UTC
b96e1a6 avi: Fix potential integer overflow Leading to an out of bound read https://hackerone.com/reports/501971 https://hackerone.com/reports/484398 (cherry picked from commit 2e7d1075b715e4e7a8772039c9a74b4834e64342) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:30:58 UTC
2e29516 mkv: Drop mismatched track types https://hackerone.com/reports/503218 (cherry picked from commit 1c1923d8f63e6fc8d9389b16c806b6e32bcde03b) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:30:44 UTC
cdc4019 mkv: Fix potential buffer overflow https://hackerone.com/reports/503218 (cherry picked from commit af75fb6f24d74e51dbddeca5c6692404e7b25307) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:30:28 UTC
fc52642 ps: Fix off by one https://hackerone.com/reports/504469 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit f8c682365bf529879e61df449f19008a4c160ba5) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:30:13 UTC
46ba007 contrib: faad2: Fix a couple buffer overflows https://hackerone.com/reports/502816 https://hackerone.com/reports/507858 (cherry picked from commit 16d40d9f8a57b6bdd01b8ee0ecf5147547d5953c) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:29:37 UTC
10aa791 nsc: Fix potential integer overflow https://hackerone.com/reports/513470 (cherry picked from commit 30e0a2fd82cb53b18fae620e5e4ca3dea03fabe1) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:29:12 UTC
c49d57c demux: mkv: avoid applying cross category elements (cherry picked from commit 5ce2f287851396e650d57da3f9804e2653198aaf) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:29:04 UTC
6c0e7f7 packetizer: flac: fix infinite loop (cherry picked from commit 889fbe9a7338d9ebfbb7fa7e40e4a2ae0434e1fb) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:28:31 UTC
dff02de asf: Fix potential buffer overrun https://hackerone.com/reports/496376 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 8f1b86e31376ecbf985a9fa4d34b3056cbbef695) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:28:15 UTC
f141823 modules: Use UpnpResolveURL2 API instead of UpnpResolveURL The UpnpResolveURL APi is very hard to use correctly and can result in buffer overflow issues. Use the UpnpResolveURL2 API instead and fix two small buffer overflows. https://hackerone.com/reports/494841 Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 18a463930511f908733e95906abbeb43430ee09d) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:27:55 UTC
a31ca51 faad: Fix potential stack buffer overflow DoReordering is bound by frame.channels, but the source array was bound by AOUT_MAX_CHAN https://hackerone.com/reports/503208 (cherry picked from commit f256bf045c2b1f7395f61b2039a67f18aee66673) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:27:36 UTC
fc62b4d webvtt: Fix potential OOB read https://hackerone.com/reports/503663 (cherry picked from commit ca3eb137460db80cf50c145242606157cde50a96) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:27:22 UTC
fcb73ab spudec: Fix potential integer underflow https://hackerone.com/reports/504668 (cherry picked from commit 824ffaaeebe9751fd62ad461145600457f28fe71) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:26:51 UTC
2da2ed0 ogg: Fix potential use after free https://hackerone.com/reports/501938 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 80ae65aa0878e54d78b277b37af9a82dcf6cb1f1) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:26:37 UTC
a947202 xiph: Fix potential buffer overflow https://hackerone.com/reports/502579 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 716d533181e8cc15085b30d265a76a9273228759) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:26:17 UTC
e1db0dc textst: Fix potential buffer overflow https://hackerone.com/reports/503242 (cherry picked from commit 6f8e90c21c102dc4653d4f0adc6cffc53fcddba1) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:25:46 UTC
c915430 demux: mp4: fix potential oob deref https://hackerone.com/reports/495092 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 019b548a38ce0e837469c556781e9c65141a4734) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:25:31 UTC
acbdf89 contrib:ffmpeg: don't use EBML elements in Matroska that are bigger than their parents https://hackerone.com/reports/492882 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 8cf800fdcf92af25838ab71d2bb7f819f5d19149) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:25:18 UTC
ce7cb05 update: Fix potential null pointer dereference https://hackerone.com/reports/484787 (cherry picked from commit fd3acfe9eb94b9edcf28fc83d519810ebeb859db) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:25:00 UTC
334c428 contrib: matroska: do not use invalid lace sizes https://hackerone.com/reports/493336 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 289595cd896c92a04353db627cfa2fb13036b461) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:24:44 UTC
d537d3c demux: matroska: don't use the RealAudio extra data if they cannot be casted In all cases we use priv->sub_packet_size which if much further than the first 28 bytes. https://hackerone.com/reports/492886 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit ad0f99cfdef104f5af7701d5e1d0f9db39818752) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:24:22 UTC
30367a4 contrib: matroska: fix writing on NULL memory https://hackerone.com/reports/493336 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit c850ad31fd888bfaf2e63845b78c219e8de70791) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:24:05 UTC
77dc789 demux:mkv: clean the usage of es_format_t i_extra Make sure we don't use negative values or a value when the extra buffer allocation failed. https://hackerone.com/reports/493436 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit b4f6b391594c5321bef8e2d661b3dde51d88151a) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:23:51 UTC
1ea78c5 demux:mkv: fix wrong value reset after clean of an array https://hackerone.com/reports/491495 (cherry picked from commit d1d41b3f849d4e260c1ec09c5b1bb53db7f8107f) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:23:35 UTC
91f3b49 mkv: Fix potential divide by zero https://hackerone.com/reports/491570 (cherry picked from commit 040038da98fc92feb153b126acfefcf245567c88) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:23:18 UTC
b49f20b mkv: Use existing intermediate variable Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 283253e21f295d230110d287b0be03aa6e74be74) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:22:52 UTC
4de0460 video_chroma:copy: fix the number of lines for the second NV12 planes The pitch is similar to the full picture, but there's half the lines. Compared to I420 where the second/third planes have half width and half height. https://hackerone.com/reports/485437 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit eeb662bca2ab1dfd8e027606be84f7906b175a76) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:22:35 UTC
b17763e dmo: do not release the block twice We own the block though CMediaBufferCreate(), it will be released when the CMediaBuffer is released by the DMO. Introduced in a8b249bc6bf9cfd693389bf2c5c3c403955e241c https://hackerone.com/reports/484387 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 966879c5e23aef2779b64c573c291ad50e981f5c) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:21:53 UTC
a3c1b05 contrib: ffmpeg: Backport an upstreamed patch 23 May 2019, 15:16:38 UTC
5404b5e demux: ogg: fix read overflow (cherry picked from commit 289041f41a1d7d62da589ed01b1fa832fb68e7fa) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 23 May 2019, 15:16:38 UTC
8a336ab direct3d11: add the HLG/BT.2020 OOTF adjustment (cherry picked from commit 8a46f3ebc23da63ba2198b745d7521ce6dd1ed40) 23 May 2019, 15:05:25 UTC
51d537a Update PO 23 May 2019, 13:26:41 UTC
928c8a6 macosx: fix typo for Mexican in language list (cherry picked from commit 309295c46480158f4e747a9c65168142373c09ed) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 23 May 2019, 05:26:07 UTC
3042dcc qt: fix typo for Mexican in language list 23 May 2019, 05:24:56 UTC
114144b macosx: Update language list based on qt interface update (cherry picked from commit 7e510968662a2940c41661c2fbc17e46013bead5) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 22 May 2019, 17:15:13 UTC
3581f92 upnp: Use TARGET_OS_OSX to check for macOS TARGET_OS_MAC is actually true when building for iPhone as well, therefore not usable in this case. backport of 0669e8a3393e0f3325a950ef444cdc2bacaf65ed 22 May 2019, 17:12:10 UTC
e1a7a10 qt: Update languages list Add new translations & remove missing ones & those below 35% of completion 22 May 2019, 11:06:44 UTC
bd78e9b l10n: Chinese (Taiwan) update 65% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:18:12 UTC
9e92255 l10n: Chinese (China) update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:18:11 UTC
86f4fbb l10n: Ukrainian update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:18:09 UTC
3e2a889 l10n: Turkish update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:18:07 UTC
1ca9043 l10n: Slovak update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:18:03 UTC
c08746e l10n: Russian update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:18:02 UTC
618c527 l10n: Romanian update 72% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:18:01 UTC
1038d3e l10n: Portuguese (Portugal) update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:18:00 UTC
85b730b l10n: Dutch update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:57 UTC
3c8abd8 l10n: Norwegian Bokmål (Norway) update 94% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:56 UTC
b29d7f2 l10n: Marathi update 88% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:55 UTC
772c048 l10n: Latvian update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:53 UTC
53070ba l10n: Kashmiri (India) update 88% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:50 UTC
e8ed6b1 l10n: Korean update 99% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:50 UTC
fd74368 l10n: Japanese update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:47 UTC
54c5aaf l10n: Italian update 99% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:46 UTC
aa923eb l10n: Icelandic update 70% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:45 UTC
3019a47 l10n: Galician update 98% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:42 UTC
fd136bd l10n: French update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:39 UTC
1bb2839 l10n: Persian update 28% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:37 UTC
7c23995 l10n: Estonian update 78% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:36 UTC
cfada8e l10n: Spanish (Mexico) update 88% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:36 UTC
bb2954d l10n: Spanish update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:35 UTC
dc845a7 l10n: German update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 21 May 2019, 17:17:33 UTC
76456fe Update NEWS for macOS 20 May 2019, 19:21:50 UTC
643cedc demux: adaptive: fix potential use after free on oom (cherry picked from commit 5d7bc4dbcb27cc74beb43c8eb0a2cf6369cdc4d7) 20 May 2019, 10:39:58 UTC
back to top