commit 4cd66139cef61e9a7390db304e99ee80f01bf555
Author: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
Date:   Mon Apr 19 11:49:27 2021 +0200

    core: update_crypto: Ensure we don't overflow while shifting
    
    (cherry picked from commit 984407ba32a0f3d4ed5dd69510b943003bb3bd63)
    Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>

commit 4df4378f433fb5b175bf0792f32bb7014f055c10
Author: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
Date:   Mon Apr 19 11:46:56 2021 +0200

    core: update_crypto: Use uint32_t for buffer sizes
    
    (cherry picked from commit 1778e11aaffc628f62cfb6e35ba9d64b1953620e)
    Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>

commit 86e2cdd41557664e2a13b79be4d415ccd61428ea
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Mon Apr 12 13:39:46 2021 +0200

    av1_unpack: check header overflow
    
    could trigger -1 offset move
    
    reported by Zhen Zhou of NSFOCUS Security Team
    
    (cherry picked from commit 44200dea8c4d2767886b553a7a5887f2191de88f)
    Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>

commit c35f6712bbf133f6a1223012e63a6161c4e79d47
Author: Steve Lhomme <robux4@ycbcr.xyz>
Date:   Fri Feb 12 08:45:53 2021 +0100

    contrib: ffmpeg: fix crash on use after free buffer in MPEG2 DXVA
    
    Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
    (cherry picked from commit f43cad135a6feccd6422114a00d9bc438e9d5af9)
    Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>

commit 7e92daadfa0723d1b423d2caeee6929bb6880374
Author: Lukas Euler <lukas@positive.security>
Date:   Fri Feb 12 11:55:14 2021 +0100

    qt: playlist_controller: Ensure the path points to a directory
    
    Not doing so could end up opening a file with the default application
    associated with it, instead of opening a folder, leading to a potential
    remote code execution.
    
    Reported-by: Fabian Bräunlein <fabian@positive.security>
    Reported-by: Lukas Euler <lukas@positive.security>
    Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>

commit acf7da63f1ebebc1ee6e40e6077783634d5ad063
Author: Thomas Guillem <thomas@gllm.fr>
Date:   Tue Jan 12 15:26:33 2021 +0100

    kate: remove invalid clean
    
    palette doesn't need to be freed since it's stack allocated.
    
    Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
    (cherry picked from commit 73f7b186190ecf5811594b16c7eac4520159ef2d)
    Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>

commit fff5aa90bf657984648409e7345af890ef893c94
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Thu Apr 22 17:16:38 2021 +0200

    package/macosx: Fix bundling without Growl framework
    
    When the macOS notifications module was disabled due to lack of Growl
    framework in contribs, this was not properly checked for in the package
    Makefile, resulting in a failure due to the missing framework.

commit 25b4b3577985d69d285682a562b85b248b058ad7
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Thu Apr 22 17:13:38 2021 +0200

    package/macosx: Fix bundling when locales are missing

commit df9fade84d268eec42c6235f0ca398aed3769b24
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Fri Apr 23 03:12:06 2021 +0200

    macosx: SPMediaKeyTap: Move event parsing to library
    
    Instead of doing the event parsing in VLCCoreInteraction, do it
    in the library. That way the VLC code does not get cluttered with
    details how to parse the event and everything is properly dealt with
    by the SPMediaKeyTap class.

commit d877c6147a7a010c1705dea33260b1b3b1afe8c1
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Fri Apr 23 01:25:47 2021 +0200

    macosx: SPMediaKeyTap: Clean up public header
    
    Remove unused constant and move a private method
    out of the public header.

commit e79f17f63978eeb4b5cb8fb58d24f8fa9995a5fa
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Fri Apr 23 01:24:45 2021 +0200

    macosx: SPMediaKeyTap: Use correct define
    
    Use the proper define from IOLLEvent.h instead of a magic value.

commit 98629054ac4d6d8beb90439702d2f7d65ee90b3e
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Fri Apr 23 01:20:16 2021 +0200

    macosx: SPMediaKeyTap: Codestyle adjustments

commit 1133f053a09aed5b0f19470d58e2f8cf772d781a
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Fri Apr 23 01:13:17 2021 +0200

    macosx: SPMediaKeyTap: Remove interception state
    
    Do not keep an additional interception state which can get
    out of sync with the actual interception state. Just call
    CGEventTapEnable with the desired state directly.

commit 07af25206f9e0662e3462c27ff9e5966695d70dd
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Fri Apr 23 01:05:08 2021 +0200

    macosx: SPMediaKeyTap: Check earlier for event type
    
    Do not create the NSEvent before checking if the event is actually a
    NX_SYSDEFINED. It should never happen, but just in case, there is no
    point in creating the NSEvent first.

commit 68cffcff2bcb6d14d459112831e3ae00291b053b
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Fri Apr 23 01:01:37 2021 +0200

    macosx: SPMediaKeyTap: Consolidate callbacks
    
    One callback only existed to call the other one with the
    autorelease pool. Move that to the other one and get rid of
    the unnecessary callback.

commit cb6cf0cf91a82cce487f560fa83b4dc4c9ed967b
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Thu Apr 22 17:13:15 2021 +0200

    macosx: SPMediaKeyTap: Improve log message
    
    Make it clearer where this message comes from, so it is more obvious
    if it ever pops up in the system log, especially now that VLC has a
    quite different SPMediaKeyTap compared to the (no longer maintained)
    upstream project.

commit 2d358c7fbb78efbd3e371a461c5e9fd2cef7a3f7
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Thu Apr 22 17:11:40 2021 +0200

    macosx: SPMediaKeyTap: Assert main thread is used

commit 0ba6d1d78046cab4ce4293e47050aa44e3882245
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Thu Apr 22 17:10:09 2021 +0200

    macosx: SPMediaKeyTap: Move to main thread
    
    Move the event tap to the main thread, as the event tap callback
    makes use of NSEvent APIs which apparently crash at least on M1
    machines running Big Sur when called from a non-main thread.
    
    Additionally remove the now unnecessary @synchronized recursive lock.
    
    Fix videolan/vlc#25650

commit cec7f58f83d1d241508125366611d3cac811c24a
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Thu Apr 22 16:44:06 2021 +0200

    macosx: SPMediaKeyTap: Remove unused class method

commit 144bdd5d694949d82a42f310aa70882e4f46bad8
Author: Brad Smith <brad@comstyle.com>
Date:   Sat Apr 3 16:47:52 2021 -0400

    thread: Have vlc_GetCPUCount make use of _SC_NPROCESSORS_ONLN
    
    OpenBSD and other OS's use _SC_NPROCESSORS_ONLN to indicate the number
    of online CPUs.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
    (cherry picked from commit 4824af4df2a4b4f5a3337e48fe5677da85e043e3)

commit 7c03d16fb2b1e41f1ce61caee51b861db9fe1a7b
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Fri Apr 23 01:48:06 2021 +0200

    l10n: fix a typo

commit 4a583d606aa2c12c12d2d176f9e0609b6ffd2421
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Tue Apr 6 12:00:01 2021 +0200

    codec: dav1d: do not use VLC_CLIP

commit 53455ac5b3d7ff197a54ac927ec383bc9950c84e
Author: Marvin Scholz <epirat07@gmail.com>
Date:   Wed Dec 2 12:08:12 2020 +0100

    codec: dav1d: limit automatic frame thread count
    
    Without this limit, on a processor with many cores it would use
    so many frame threads that it would fail picture pool allocation.
    
    Fix videolan/vlc#25190

commit 0c8044f28a09c2adb71d15e6a3f96194c1614e48
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Sun Jul 26 14:44:31 2020 +0200

    packetizer: hevc: fix frame rate update
    refs #24973
    
    (cherry picked from commit 80c2957e3fca835ff63199a35a16db1420b73191)
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 84d23b6a2cbccd1ad0005e374f7fbdff62549e25
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 20 17:50:56 2021 +0200

    Contribs: update dvdnav to 6.1.1
    
    (cherry picked from commit e00e13bfbfce5f4991b03d2117669e4527276f60)
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 505bbab157eda7abfb4acd62011bbd192abf9944
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 20 17:41:22 2021 +0200

    Contribs: update libdvcss to 1.4.3
    
    (cherry picked from commit 6a192333bd6cea4a5a6d6edb904e985c49691bbe)
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit f6d5a74877d5de1fb429d12713f582afc12ea23d
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sun Apr 18 12:46:08 2021 +0200

    Contribs: update dvdread to 6.1.2
    
    Ref #18487
    
    (cherry picked from commit f7cfb90d01e2963fb9e5979d584f543ab8a71cf0)
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 6b6969977ce818afec240ef95d1d170336978e32
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Thu Apr 15 18:16:34 2021 +0200

    Update vlc.pot

commit 832a58631ca235d2a5bc558a55f8c0172fb86ac9
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Tue Apr 13 12:58:33 2021 +0200

    POTFILES.in: Update for macosx UI files
    
    Add all files in directory.
    Fixes missing VLCSidebarSource and VLCLogWindowController,
    notably.

commit 7148fcf3e8840ef3295e71ee2a8e6231606245e9
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Mon Apr 12 22:28:17 2021 +0200

    l10n: change po header version to 3.0.13

commit 401aaf55deaa8bf0e3cabbf9661bcce4147e76ed
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Mon Apr 12 22:23:25 2021 +0200

    l10n: vlc.desktop update

commit bac65e980da1b28983bb44e9775723786188daa8
Author: Phạm Gia Hưng <hungpg7@gmail.com>
Date:   Mon Apr 12 14:31:14 2021 +0200

    l10n: Vietnamese update
    
    73% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit d0d42f7140e6da5c56e8968fd7aa98a5882722c2
Author: Timur Seber <seber.tatsoft@gmail.com>
Date:   Fri Apr 9 21:01:25 2021 +0200

    l10n: Tatar update
    
    14% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 0acdb7963e90d4ab8f1912ad7bccba5bf0ae30fa
Author: VideoLAN <videolan@videolan.org>
Date:   Sun Mar 28 22:27:13 2021 +0200

    l10n: Russian update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 3785b4528b7cf4d8f72569105c43f4805be4f10c
Author: abuyop <abuyop@gmail.com>
Date:   Tue Mar 30 01:52:53 2021 +0200

    l10n: Malay update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit f4d7b6cfb48b056918ec0dffdc10379cbd8e5d4f
Author: Ingmārs Dīriņš <melhiors14@gmail.com>
Date:   Sun Apr 11 12:39:40 2021 +0200

    l10n: Latvian update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 7b30f80be93233448de9f602ef5b300312604212
Author: VideoLAN <videolan@videolan.org>
Date:   Thu Apr 1 08:09:08 2021 +0200

    l10n: Japanese update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 389c0e80423c03cdec23493eb782c4935cf49031
Author: Vincenzo Reale <vinx.reale@gmail.com>
Date:   Mon Mar 29 08:17:38 2021 +0200

    l10n: Italian update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 622c55bce61b58c34e3876bf22357e3e834a2e99
Author: Bashishtha Narayan Singh <bashishtha.singh@gmail.com>
Date:   Mon Apr 12 11:19:58 2021 +0200

    l10n: Hindi update
    
    20% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit e2ac49a5c8f65f37c3c9202a8de1f40f04929a3c
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Apr 1 14:34:37 2021 +0200

    l10n: Hebrew update
    
    76% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 9df5a7d38944a5d9e60e48e1c82127ca83df9dc3
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Mon Apr 5 13:13:03 2021 +0200

    l10n: Friulian update
    
    15% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit af240fb394703e859f14f2eb5dcf3d4032730720
Author: Txopi <txopi@ikusimakusi.eus>
Date:   Mon Mar 29 10:31:59 2021 +0200

    l10n: Basque update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit fa9faf5af6cb3d60281207b4399eea126450f4f1
Author: Joan Monguillot <jmonguillot@gmail.com>
Date:   Mon Apr 12 18:04:29 2021 +0200

    l10n: Catalan update
    
    98% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit cb3d26778ae423f68f8b3ad16a817e09ab2a2e4a
Author: Симеон Цветков <sicvetkov@uni-sofia.bg>
Date:   Fri Mar 26 19:45:42 2021 +0100

    l10n: Bulgarian update
    
    67% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit a679115429efb7ea3e8e9f322596056d126c9ffa
Author: Txopi <txopi@ikusimakusi.eus>
Date:   Mon Mar 29 10:14:08 2021 +0200

    l10n: Basque update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 1c8ca5d9479b0111e1de6d92b349aa993f16b101
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Apr 13 03:09:48 2021 +0200

    po: add missing rist modules

commit 64562f29edbbf368e95f7c3ebfa4a7ce1958c11e
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Apr 13 03:00:54 2021 +0200

    po: add missing dav1d.c
    
    (cherry picked from commit 342edae7ecea3aa322890d098a70429c43b86711)
    Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>

commit dbb962e595fff46b5959ebbff4092580003deb9d
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Apr 13 03:01:33 2021 +0200

    rist: add missing translations
    
    (cherry picked from commit eb6b8474f6cf2cc170c706d226aaeade2e8e55fc)
    Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>

commit cd5a4f5f9cb8bd58833cafd72086f01fa699fe02
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Tue Apr 13 03:07:39 2021 +0200

    Update MODULES_LIST

commit 1991d6636fe76d0091e0ee2090d89e2ae3a731da
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Apr 10 17:41:10 2021 +0200

    NEWS: update for 3.0.13

commit 6cbe6f5b1774ce491157f8ccaedb5ce36e1159c0
Author: Alaric Senat <dev.asenat@posteo.net>
Date:   Fri Apr 2 16:30:07 2021 +0200

    input: add url parsing of `input-slave` option
    
    As shown in #25549, we need to extract the path from the url in order to
    check the file extension without the eventual HTTP's options noise.
    
    Fixes: #25549
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>
    (cherry picked from commit bbdaa0b64a0626282d1dca2051c233969f00e1d7)
    
    Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>

commit 3a4f2ad03a19e759def65e455c4b684983a77061
Author: Steve Lhomme <robux4@ycbcr.xyz>
Date:   Thu Apr 8 12:27:33 2021 +0200

    Update NEWS for freetype/harfbuzz fix

commit b864b80b9b208c8e1703d6b9a4c92e463eb6239e
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Tue Apr 6 18:27:17 2021 +0200

    packetizer: avparser: remove useless realloc/copy
    
    (cherry picked from commit 73b0d14c170a1ce6407a235eecd890e3a21bf68d)

commit b620b2c3b07982a608f26a31a62de33d9b85c0a7
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Tue Apr 6 18:21:05 2021 +0200

    packetizer: avparser: set proper frame flags
    
    (cherry picked from commit 0b94015abe92f2e2380bafe4232dc84c66585b9c)

commit 5cd64a36c55b3564cf5e63d899f70843ae0041f9
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Tue Apr 6 18:16:37 2021 +0200

    packetizer: avparser: properly propagate flags
    
    (cherry picked from commit 0ddedd363c23347d4474563897eec1ce0db722ba)

commit 4e013b27c927a6794a0e348e7c75fa965e49631d
Author: Steve Lhomme <robux4@ycbcr.xyz>
Date:   Wed Apr 7 08:51:20 2021 +0200

    contrib: harfbuzz: fix WINAPI detection
    
    The safe way to detect a UWP or Desktop app with mingw64 is to check the
    WINAPI_PARTITION_DESKTOP partition.
    
    (cherry picked from commit e5b1962306d7bf39521a30454ea8058d463b8d61)
    
    Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>

commit 58d8dd6c7d31a15519dc69dcd5f6ad4b88e1b4f1
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Tue Apr 6 13:38:49 2021 +0200

    macosx: Fix compilation of sidebar source with old SDKs

commit 84847c28514a802585094338d2622be4bcdd0c89
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Tue Apr 6 11:31:05 2021 +0200

    macosx: Modernize code style for VLCTimeField

commit 30ce9f876c9d56122e94450a4c988e45fea7b6cc
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Tue Apr 6 11:12:06 2021 +0200

    macosx: time fields: Cache alternative time representation
    
    This allows to toggle between remaining and elapsed
    time at any time, also while the media is paused.
    
    Close #25433
    (backport of 497fc4216d776fc81d241578eaf9abd17dbeedcb)

commit 701ae51e3f841fb760cf3707682ae491f71c61f1
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Tue Apr 6 11:11:46 2021 +0200

    macosx: Fix format specifier

commit 198fb6c0e60cbe6e4836761814b9d263a38ddc54
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Mon Apr 5 19:09:15 2021 +0200

    macosx: Fix autolayout issues for simple prefs
    
    For all views shown in simple preferences, all UI elements
    with intrinsic sizes (e.g. labels / checkboxes) need a
    vertical content hugging priority of 750 (bigger than 500)
    because those views should adapt its height based on the content.

commit b17069595772d64888aa388cfbe0d5a163e32edd
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Mon Apr 5 18:18:12 2021 +0200

    macosx: Fix translation of "general settings box"
    
    refs #25558

commit edd5319c1a95210edac9d9544d77998747605419
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Fri Apr 2 12:18:00 2021 +0200

    macosx: Initialize sidebar in main window

commit abbc95861f12992a773e67867851801fb1ea9858
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Fri Apr 2 11:50:11 2021 +0200

    macosx: Move out sidebar handling in own data source object
    
    Move delegate and datasource handling of sidebar into own
    object. This decouples and cleans up the VLCMainWindow class.
    
    Additionally, delegate and dataSource object cannot inherit
    from an NSWindow class, as it is not allowed to contruct weak
    references for such objects on old OS versions (Mac OS 10.7).
    
    close vlc#25403

commit 1d111a92edfd5eec4562879112f7aeb34545dff2
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Tue Apr 6 11:37:13 2021 +0200

    Contribs: update libbluray to 1.3.0
    
    Close #19925
    
    (cherry picked from commit 025cbe2df9a21175194c556628a14247e7d960ac)
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 704ccf4ea627458dd374d2936146c55ba00ffa12
Author: Maxim Sergeev <gudvinr@gmail.com>
Date:   Sun Jun 28 17:07:42 2020 +0200

    qt: support 2d surfaces for horizontal scroll
    
    Fixes #20498
    
    To avoid detection of erratic movements along the lines
    introduce allowance zone for each axis.
    
    Angle determines how close to axis angle delta is.
    For horizontal events it is set to 30 degrees (15 for each side).
    For vertical events angle is 53 degrees (30 * 16/9).
    It is a little wider since touchpads are asymmetrical.
    
    Signed-off-by: Pierre Lamot <pierre@videolabs.io>

commit 5d1fc0945815c1412e349c4deafee4abb9315641
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Apr 5 12:20:58 2021 +0200

    Update Changelogs
    
    Close #21463
    
    (cherry picked from commit 5f990b0cd372c86f8846c74c1809bca9b6b721ee)
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit d58b7748a1ce997bc86f1c5619bd9276cf981bc1
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Sat Apr 3 15:46:41 2021 +0200

    liveleak.lua: fix video resolution selection
    
    (cherry picked from commit 55456d7c1e2892d430f93645972e389e7e8462a8)
    Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>

commit 3fcc32fcddbbb67adb15c98626db9ba90c7144c5
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Sat Apr 3 15:40:35 2021 +0200

    liveleak.lua: fix title metadata parsing
    
    (cherry picked from commit e02e408c34bb5569fd1e139d10b696f3c03fa6c6)
    Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>

commit e70b376940ee664a8f4dabaff7ec661d9eb7e673
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Sat Apr 3 15:38:08 2021 +0200

    liveleak.lua: support new video URL format
    
    (cherry picked from commit 3f401932985fcbe8b006f14f3a845e0708ef87fd)
    Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>

commit f26577f12c20f63bb698255ac03ffd3eaa4700cc
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Sat Apr 3 12:02:34 2021 +0200

    youtube.lua: disable cookies if redirected to consent page
    
    In the past few days, YouTube has started redirecting requests for video
    pages to a cookie consent and preference prompt, on a whole separate
    page and domain; which prevents playback. We are not interested in
    YouTube cookies, nor in consenting to them on behalf of our users, so
    this just retries with cookies disabled. YouTube gets the hint and
    simply redirects back to the original video page.
    
    Fixes #25616
    
    (cherry picked from commit f21c063ea3b8050541e5c8f4430378dfec85f4a5)
    Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>

commit 8fe00499352f149f2fd6d6e1e065a3fca1a6b163
Author: Alaric Senat <dev.asenat@posteo.net>
Date:   Tue Mar 30 15:29:53 2021 +0200

    input: fix `input-slave` option for subtitles
    
    Since c34d719f, all files passed by the option `input-slave` were set as
    audio tracks no matter what.
    Theses changes force subtitle demux on files with a known spu extension.
    
    Fixes #25549
    
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>
    (cherry picked from commit 08a3c76355b0ba9eb6658a730cc6c763775b63b6)
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>

commit 659f569c3a0a77256bbca8a0745d35da7aab3ada
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Wed Mar 31 22:27:39 2021 +0200

    macosx: Add two size configurations for fullscreen panel
    
    Freely choosing an increased size for fullscreen panel
    control buttons has been an error prone drag and drop
    operation which was hard to perform right. Compiled with the
    latest macOS SDKs, this method does not work at all anymore.
    
    As an alternative, this patch implements two size
    configurations (large and normal), which additionally increased
    font size.
    
    close vlc#20720

commit f2e872c78dfdadf8dbbbc4db0a2aa6a3cfb353db
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Wed Mar 31 22:51:17 2021 +0200

    macosx: open panel: fix MRL generation for multiple input devices
    
    Fix issue in MRL generation for  multiple audio / video input devices.
    Now updates the correct MRL in case the device selection changed.
    
    (manual bp of c21bf10646a6c432a0d1fb695256778a84c83a13)

commit 6977abc430a889e19348a55533884bad2c6b1fa5
Author: Zhao Zhili <quinkblack@foxmail.com>
Date:   Sat Sep 8 18:41:58 2018 +0800

    es_out_timeshift: fix inverted logic
    
    A test case:
    vlc -vv --rate 0.5 ~/.local/share/vlc/ml.xspf
    es_out_GetEmpty return false forever
    
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>
    (cherry picked from commit 80f1e7235b7b6a769e6924ed96c739b62f7e3385)
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 53359e6f9bbcc101f84935d272b4be5b6bd1fb3b
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Mon Mar 29 10:54:19 2021 +0200

    macosx: Fix crash on exit related to PXSourceList
    
    The delegate object (aka VLCMainWindow) is sometimes not valid
    anymore when the destructor of PXSourceListDelegateDataSourceProxy
    is called. Also, VLCMainWindow removes all observers from the
    notification center in its own dealloc method already.
    
    This should fix the majority of current on-exit related crashes
    on macOS.
    
    close #25403

commit adf964a472568981393ad407143c54abbbd4c9ed
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Mon Mar 29 10:53:59 2021 +0200

    macosx proj: Add Internal directory for PXSourceList

commit c9e30349523345260d7db6cdc8007edd2a45552d
Author: Alexander Lakhin <exclusion@gmail.com>
Date:   Sat Mar 27 08:12:46 2021 +0100

    l10n: Russian update
    
    99% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 3c615514e109eeb6e18fe223f18d4ea5ff5edcac
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Sat Mar 27 00:06:25 2021 +0100

    l10n: vlc.desktop update

commit 54ec0bb8dfdd73f7b5da784963a8d45a33156721
Author: VideoLAN <videolan@videolan.org>
Date:   Fri Mar 26 19:15:23 2021 +0100

    l10n: Indonesian update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 89f921b80c54a96d211518e11eae52fe3fc73485
Author: A S Alam <alam.yellow@gmail.com>
Date:   Thu Mar 18 04:55:00 2021 +0100

    l10n: Punjabi update
    
    55% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 4f783dfea8bab6c7d48a58165dd6853eaf805d9b
Author: Ingmārs Dīriņš <melhiors14@gmail.com>
Date:   Wed Mar 24 14:02:00 2021 +0100

    l10n: Latvian update
    
    99% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 7b38ca584bcffb5c57e4a38350a070c6c104e4f7
Author: Bashishtha Narayan Singh <bashishtha.singh@gmail.com>
Date:   Tue Mar 23 07:29:32 2021 +0100

    l10n: Hindi update
    
    20% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 5e61c79dc85ac3a3f2937873f2874792ae539a85
Author: VideoLAN <videolan@videolan.org>
Date:   Wed Feb 24 19:21:38 2021 +0100

    l10n: Danish update
    
    93% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 3649d075f1e51523d70e22722e0442b2d1d0d8dc
Author: VideoLAN <videolan@videolan.org>
Date:   Wed Feb 24 19:21:38 2021 +0100

    l10n: Catalan update
    
    95% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 125d358f3c320957e8615bca52cd16afc3e9cb35
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Fri Mar 26 15:26:34 2021 +0100

    l10n: vlc.desktop update

commit d133ccd5879c1d0d8efd41014fc99f2cedd8ee6e
Author: Konstantin Pavlov <thresh@videolan.org>
Date:   Mon Mar 29 01:31:20 2021 +0300

    CI: build pages on a nightly job

commit f348c4aae8b5b029fbc642d7f9299e34fa27a567
Author: Robert-André Mauchin <zebob.m@gmail.com>
Date:   Mon Dec 14 03:23:52 2020 +0100

    adaptive: add missing <limits> include
    
    Compilation would fail with:
    
    > error: 'numeric_limits' is not a member of 'std'
    
    without this include because of some hardening build
    flags mandated on Fedora Linux, with GCC 11.
    
    Refs #25325
    
    Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
    Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>
    (cherry picked from commit e3de1b709b258d2b0e316d927f5c828bdb1a738a)
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit f4474d821f9a5865e1e45a34e53ff59ccfaae403
Author: Robert-André Mauchin <zebob.m@gmail.com>
Date:   Mon Dec 14 03:23:52 2020 +0100

    hls: add missing <limits> include
    
    Compilation would fail with:
    
    > error: 'numeric_limits' is not a member of 'std'
    
    without this include because of some hardening build
    flags mandated on Fedora Linux, with GCC 11.
    
    Refs #25325
    
    Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
    Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>
    (cherry picked from commit 3aea33378b0b317b99fce2eeaca8b31bf7cc6aba)
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit fb3cc45877f3bc8e47d5bd1f8a21827c95a68f34
Author: Robert-André Mauchin <zebob.m@gmail.com>
Date:   Mon Dec 14 03:23:52 2020 +0100

    mkv: add missing <limits> include
    
    Compilation would fail with:
    
    > error: 'numeric_limits' is not a member of 'std'
    
    without this include because of some hardening build
    flags mandated on Fedora Linux, with GCC 11.
    
    Fix #25325
    
    Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
    Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>
    (cherry picked from commit 1d001c2084cdf440bb768f79f1b3c936a3fa1460)
    Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

commit 34712ad05bab4f2919dc9b1ef2bf13df6d1678ac
Author: Sidney Doria <ssdoria@gmail.com>
Date:   Wed Mar 24 04:43:31 2021 +0100

    l10n: Portuguese (Brazil) update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 3ec48559dc0ee2a17592340af184b9716465c453
Author: Aefgh Threenine <aefgh3962@gmail.com>
Date:   Wed Mar 17 15:04:25 2021 +0100

    l10n: Chinese (Taiwan) update
    
    68% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit ce8119512ba835a261d68ec14b6ec0081aee3274
Author: VideoLAN <videolan@videolan.org>
Date:   Sat Mar 13 08:24:47 2021 +0100

    l10n: Vietnamese update
    
    73% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 1e1694e5b7a54388e61bd63679de4474cc9b2e7b
Author: Aefgh Threenine <aefgh3962@gmail.com>
Date:   Sun Mar 14 07:02:52 2021 +0100

    l10n: Thai update
    
    58% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit d04726a533b3be7da59579744dbaf8bc93e54cc0
Author: Thomas De Rocker <thomasderocker@outlook.com>
Date:   Sat Mar 13 10:36:11 2021 +0100

    l10n: Dutch update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 8522c654de72e4a6be830d89ec56c4df4c980c9c
Author: VideoLAN <videolan@videolan.org>
Date:   Wed Feb 24 19:21:38 2021 +0100

    l10n: Malay update
    
    99% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 32a96c0b5b63f95e05d1ab0ee2f0bfeef040a561
Author: VideoLAN <videolan@videolan.org>
Date:   Tue Mar 2 08:58:34 2021 +0100

    l10n: Mongolian update
    
    22% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 6fdb291da1d42c5256071b56158327be8c1d2b33
Author: Ingmārs Dīriņš <melhiors14@gmail.com>
Date:   Sun Mar 14 09:52:41 2021 +0100

    l10n: Latvian update
    
    99% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit fead63a1ebd1da13121d5f700d21cb3c91e968ce
Author: Syahmin Sukhairi <syahmin@gmail.com>
Date:   Sun Mar 21 14:21:54 2021 +0100

    l10n: Indonesian update
    
    78% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit b627a024d5ca3facf240d7d7c9be79fa3a21732a
Author: VideoLAN <videolan@videolan.org>
Date:   Wed Feb 24 19:21:38 2021 +0100

    l10n: Croatian update
    
    81% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 72989f7f4979c5659ae21af25e46b70436009de2
Author: Bashishtha Narayan Singh <bashishtha.singh@gmail.com>
Date:   Wed Mar 17 13:31:42 2021 +0100

    l10n: Hindi update
    
    19% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 1624d61384b1910c43f5b640946376d7cf9843b8
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Mar 14 12:13:25 2021 +0100

    l10n: Hebrew update
    
    76% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 24b5a77ee55c6c872e67010d0d5a5012a861574c
Author: Elias Meyer <elektrovirus@protonmail.com>
Date:   Fri Mar 19 15:27:10 2021 +0100

    l10n: Finnish update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 75336483642fae1191a0a261ca324ca62997ce86
Author: VideoLAN <videolan@videolan.org>
Date:   Wed Feb 24 19:21:38 2021 +0100

    l10n: Estonian update
    
    78% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 8a136bafad8c50ccb32832ddabd303ce08e52132
Author: Angelos Chraniotis <chraniotis@gmail.com>
Date:   Fri Mar 19 20:44:39 2021 +0100

    l10n: Greek update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 4cabcaba04429e67b92d36149ca49be377207fbb
Author: Roktim Ibne Hasan <roktimih2006@gmail.com>
Date:   Wed Feb 24 19:21:38 2021 +0100

    l10n: Bengali (Bangladesh) update
    
    77% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 0d722b807b4da97daf603551470eea75df89b036
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Mon Mar 22 23:14:25 2021 +0100

    l10n: activate new NSIS languages: Hindi and Vietnamese

commit 9d26dc4d63e1fcc30dd7255ddc17050154c71877
Author: VideoLAN <videolan@videolan.org>
Date:   Mon Mar 22 08:39:40 2021 +0100

    l10n: Vietnamese NSIS update
    
    84% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 77cb5c6e8e12f183e1a6fde35dc74655b6a915c0
Author: Bashishtha Narayan Singh <bashishtha.singh@gmail.com>
Date:   Sun Mar 14 06:18:21 2021 +0100

    l10n: Hindi NSIS update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 0e47dbaa9a23540b2a9201499489e12af1b09a8d
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Mon Mar 22 23:06:44 2021 +0100

    l10n: vlc.desktop update

commit b5257ddad9ca49b3b8739aee4ac583b9b37f8d7c
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Wed Mar 24 13:55:35 2021 +0100

    codec: webvtt: add missing SPU timestamp offset
    
    fix #21945
    
    (cherry picked from commit 757939a703c2f95cd8e09495e9f6c9928f5af500)

commit a473d0215c77ed878dec32a9c780082a77cf5c6c
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Wed Mar 24 15:27:54 2021 +0100

    codec: webvtt: rename/nz prefix time vars
    
    (cherry picked from commit aee5e3884c20cc03ed0adf29de32232c6949e77d)

commit 461b00afe2c27219774638d00aa731e391aad493
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Wed Mar 24 11:16:34 2021 +0100

    demux: avi: fix fLAC read size
    
    (cherry picked from commit 5c6ca5c1da38a7d5981b3222e95facefd5f46a55)

commit 989c616b1a479edb9ee73d836aa066a681d6906f
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Tue Mar 23 18:35:40 2021 +0100

    demux: h26x: rewrite output dts
    
    fed dts is always bogus as it can't match AU boundaries
    
    (cherry picked from commit dcca36793a58776a5cf48ece3dd9a574d75123e0)

commit 48afd4296d86830d4efa99ffa2cda5504cdc9ce1
Author: Michael Kaufmann <mail@michael-kaufmann.ch>
Date:   Mon Mar 1 21:59:35 2021 +0100

    demux: ts: fix MPGA and ADTS probing
    
    MPEG-1 Audio Layer II (MP2) was erroneously detected as ADTS.
    
    MPGA: The previous check used wrong bitmasks (1 bit too far to the right).
    The layer check was also wrong, the layer must not be 0.
    
    ADTS: Previously only one bit of the layer was checked. Check both bits.
    The check is now identical to the one in HasADTSHeader() in mpeg4audio.c.
    
    References:
    - http://mpgedit.org/mpgedit/mpeg_format/mpeghdr.htm
    - https://wiki.multimedia.cx/index.php/ADTS
    
    Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
    (cherry picked from commit 90a54ccb4c57a61523279e410cd957b1671a29df)

commit 9f83cc7e96cfc4e33f613f13dd65ae14226dc34e
Author: Martin Storsjö <martin@martin.st>
Date:   Sat Mar 13 13:06:49 2021 +0200

    contrib: nfs: Patch win32_compat.h to not override snprintf
    
    Mingw toolchains always provide snprintf, and modern MSVC versions
    do too.
    
    The define of snprintf to sprintf_s is applied before stdio headers
    are included, causing it to be applied to the headers themselves,
    breaking mingw-w64 headers targeting UCRT (because the headers provide
    declarations for both snprintf and sprintf_s, but one of them is
    declared as a static inline while the other is not).
    
    In upstream libnfs, this define was entirely commented out in
    6564abaa1f979c0b62044f695030a32b60620163, so this backports one bit
    of that commit.
    
    (cherry picked from commit 970248c1e409b1fef0d8f50f97de6259c6f849a6)
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>

commit bf7e992a1ee01acbed47baaec6dee4c55b0730a0
Author: Thomas Guillem <thomas@gllm.fr>
Date:   Tue Mar 2 16:20:02 2021 +0100

    contrib: nfs: update to 4.0.0
    
    Many bug and crash fixes, and add NFSv4 support.
    
    (cherry picked from commit e2f48b1a51102f47ab7931e91eae30060cec25b4)
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>

commit 132e9057dc2d4afe2255c43852eda8e1d23008e4
Author: Thomas Guillem <thomas@gllm.fr>
Date:   Tue Mar 2 15:44:49 2021 +0100

    smb2: print connected ipaddr
    
    (cherry picked from commit 63329029a150f412b7a10b1ebd1fd40cdad847c0)
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>

commit a6ec6bef8a31f35d4a62ccffdf15530abb03674c
Author: Thomas Guillem <thomas@gllm.fr>
Date:   Tue Mar 2 15:33:54 2021 +0100

    smb2: always include arpa/inet.h
    
    Since it will be needed by the next commit.
    
    (cherry picked from commit 43424eaada818895f2bf02b2c72175f6444ceb83)
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>

commit e44f69983a408df2bbc7d614f7ffe912e644c6b6
Author: Thomas Guillem <thomas@gllm.fr>
Date:   Tue Mar 2 15:44:24 2021 +0100

    smb2: use smb2_get_fds
    
    This API allow to connect to all resolved addresses and ports in
    parallel, waiting 100ms between each new connection.
    
    This resolves very long timeout or error when the host has more then one
    IPs but is listening on only one.
    
    (cherry picked from commit cfa75e38a0715ce158d5d7f9f831cd1e4b780713)
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>

commit b91a5da35927f442551c829cfecafe0faa6a0147
Author: Thomas Guillem <thomas@gllm.fr>
Date:   Tue Mar 2 15:43:45 2021 +0100

    smb2: always print the encoded url in the dialog
    
    (cherry picked from commit ebcfc500f5a6f1bd4c719013fe55e997ef09ac72)
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>

commit 12492c1142497b87c492718f405f6a14af3f51ea
Author: Thomas Guillem <thomas@gllm.fr>
Date:   Tue Mar 2 15:43:09 2021 +0100

    smb2: use INET_ADDRSTRLEN directly
    
    (cherry picked from commit c26c7de515f5e0622101d26cf6faf59daab8c66f)
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>

commit 5f862d1dba5da899f1543aeabb93e3e1a35c3c09
Author: Thomas Guillem <thomas@gllm.fr>
Date:   Tue Mar 2 15:32:25 2021 +0100

    contrib: smb2: update to master
    
    Fixes login/signatures issues and add happy eyeballs support.
    
    (cherry picked from commit d42ddc12c1cfa416b4c8d1aa554bb660f28d3248)
    Signed-off-by: Thomas Guillem <thomas@gllm.fr>

commit b4c7317abbbd1b91d1bb4899e7a5fa2b1b78f6c6
Author: Vladim Štér <vladim.ster94@gmail.com>
Date:   Sun Mar 7 22:38:14 2021 +0100

    l10n: Czech update
    
    66% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 01b463b77094ba82b29bd6c1fd6f170e24f9f44e
Author: Marián Hikaník <podnety@mojepreklady.net>
Date:   Sun Mar 7 20:12:56 2021 +0100

    l10n: Slovak update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit b6d1e34d2b98694f4b5cedf9aed8b19423036d24
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Sun Mar 7 20:01:33 2021 +0100

    l10n: update copyright+version in all untranslated po files

commit 2d1371830f7d38f0bdac217040903587b1b910fb
Author: Aefgh Threenine <aefgh3962@gmail.com>
Date:   Mon Mar 1 13:14:56 2021 +0100

    l10n: Chinese (Taiwan) update
    
    68% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 98a9ed7d5e317e2872a478fbbd8b1f4fcf788062
Author: Kaya Zeren <kayazeren@gmail.com>
Date:   Tue Mar 2 08:28:57 2021 +0100

    l10n: Turkish update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit acc74b3b14e390a9cc468fc88b1e35e37d654f94
Author: Thomas De Rocker <thomasderocker@outlook.com>
Date:   Thu Mar 4 12:48:37 2021 +0100

    l10n: Dutch update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 2abc101a182c7d3c6a96dae31be5d283e6967473
Author: VideoLAN <videolan@videolan.org>
Date:   Tue Mar 2 08:42:54 2021 +0100

    l10n: Nepali update
    
    42% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit e1bcd4c03b87fe539cb28874f9ac4cbf556171a7
Author: VideoLAN <videolan@videolan.org>
Date:   Mon Mar 1 12:08:52 2021 +0100

    l10n: Georgian update
    
    13% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit a9e5a240eb36b205e8810c882870cf42b3360b5a
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Tue Mar 2 09:27:29 2021 +0100

    l10n: Icelandic update
    
    71% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit eca27736990046f31ee019b4c8df0a9a344e345f
Author: Bashishtha Narayan Singh <bashishtha.singh@gmail.com>
Date:   Sun Mar 7 08:35:59 2021 +0100

    l10n: Hindi update
    
    18% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 0d91a25b4bdcd8e0f1876db25577426d289d85e1
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Mar 2 08:43:58 2021 +0100

    l10n: Hebrew update
    
    75% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 57eb7bc268cb99c41cbf33512ab54be9eb397b90
Author: antiparvos <marcoslansgarza@gmail.com>
Date:   Mon Mar 1 19:10:52 2021 +0100

    l10n: Galician update
    
    98% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit b2a7aee927090700f23f51decea1fdbb275653b2
Author: VideoLAN <videolan@videolan.org>
Date:   Mon Mar 1 16:11:45 2021 +0100

    l10n: Scottish Gaelic update
    
    41% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit bfbbec6e50abe028ba7ae8d746e2aae55564cd8e
Author: Wallon Wallon <franckjl@hotmail.com>
Date:   Mon Mar 1 12:11:22 2021 +0100

    l10n: French update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit b82bff3ba17e80bd1cb97e05047eb41d677dcc34
Author: Kimmo Kujansuu <mrkujansuu@gmail.com>
Date:   Thu Mar 4 10:00:29 2021 +0100

    l10n: Finnish update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit e56bfa792dbf1aadd1ed4c4e5c1652db0d1a2739
Author: picodotdev <pico.dev@gmail.com>
Date:   Thu Mar 4 09:13:55 2021 +0100

    l10n: Spanish update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 9030d90d092fc7f7dd44e6f2b8dce73a69da358d
Author: Angelos Chraniotis <chraniotis@gmail.com>
Date:   Tue Mar 2 13:18:10 2021 +0100

    l10n: Greek update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 898898b02288368aa825c349ee49a4ef2b393561
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Sun Mar 7 19:39:05 2021 +0100

    l10n: vlc.desktop update

commit 13ed1894659d7ce705b59f789b60cac35a53ced9
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Mon Mar 8 15:42:04 2021 +0100

    demux: mp4: don't set invalid rate in audio v1
    
    refs #25481

commit 0c7bf0f4da90778d5784efc9b9886677d71134ca
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Mon Mar 8 13:33:23 2021 +0100

    demux: mp4: fix stsd v1 regression
    
    refs #25481

commit 372a93c0286653cb2f45df19905bb728adf16960
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Mon Mar 8 10:06:57 2021 +0100

    lua: fix build with lua 5.4

commit 41c9c8538c360838356e29bb246955b42ed1472e
Author: Pierre Ynard <linkfanel@yahoo.fr>
Date:   Sun Mar 7 00:44:41 2021 +0100

    soundcloud.lua: don't treat JavaScript assets as line-based
    
    Following changes in the SoundCloud JavaScript web assets, the API
    magic is only found anymore in assets with lines exceeding the VLC API
    line-length limit of 200 kB, making it impossible to extract this way
    and causing playback failure.
    
    These JavaScript assets are minified into one-liners, so it makes no
    sense anyway to attempt to read and parse them line by line. Instead,
    this now reads up to 4 MB of text from them (the relevant asset
    currently weighs 1 MB). This way is arguably better and also more
    efficient to begin with.
    
    Refs #24957
    Fixes #25508
    
    (cherry picked from commit 302d55967b127a3519b714f8cdabd0257fbb3b45)
    Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>

commit 14192fe30953858b2ffde9ab6a3f93909fe93647
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Tue Feb 9 10:33:10 2021 +0100

    contribs: live555: disable multicast intf lookups on android

commit 5a02fe693e96ca4f37c3eb5f103824dd7dd4f743
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Mon Mar 1 19:08:59 2021 +0100

    macosx: Fix make dist after l10n update

commit 0731f54ed833abd9a4361fc8308566b0c02453ca
Author: VideoLAN <videolan@videolan.org>
Date:   Thu Feb 25 02:45:23 2021 +0100

    l10n: Chinese (China) update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 7b135b587a6464d09cc6185f500c3c9e027992c8
Author: Андрій Бандура <andriykopanytsia@gmail.com>
Date:   Wed Feb 24 22:19:48 2021 +0100

    l10n: Ukrainian update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit c75d3d799f5f85f0c66ef3a510088dfe328fa45f
Author: Hasan Yıldız <hasanyildiz0@yaani.com>
Date:   Sun Feb 28 11:38:59 2021 +0100

    l10n: Turkish update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 13f1bd459bb6cced6fc8a6844c9438a6fc9319dc
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Thu Feb 25 21:39:20 2021 +0100

    l10n: Slovenian update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 99e348315841bb0e00036b7b08ce92f649fbf4e2
Author: Marián Hikaník <podnety@mojepreklady.net>
Date:   Thu Feb 25 23:51:40 2021 +0100

    l10n: Slovak update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 105c3ceab209e5033f4e1947f678eef23a43d686
Author: Sidney Doria <ssdoria@gmail.com>
Date:   Thu Feb 25 11:36:39 2021 +0100

    l10n: Portuguese (Brazil) update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 4c4e054cc762a18dcbb03c74fbd3c54fd83657a9
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Wed Feb 24 22:19:57 2021 +0100

    l10n: Polish update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit de26964948b2823c02336249c9337203d71588e5
Author: Thomas De Rocker <thomasderocker@outlook.com>
Date:   Wed Feb 24 23:16:20 2021 +0100

    l10n: Dutch update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit d70ccb497d67daf2a6f32f3d09ee311c561cd954
Author: Dilip Re <dilip_meet@rediffmail.com>
Date:   Thu Feb 25 14:11:51 2021 +0100

    l10n: Malayalam update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 11f227f90d0b763f82674f12b1334758a7aed32f
Author: Ingmārs Dīriņš <melhiors14@gmail.com>
Date:   Sun Feb 28 10:07:17 2021 +0100

    l10n: Latvian update
    
    99% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit ac6905b789a2c4aa531acbfe246df85b88ebc2c9
Author: Vincenzo Reale <vinx.reale@gmail.com>
Date:   Sun Feb 28 10:49:35 2021 +0100

    l10n: Italian update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 5bc70a1f5555ae887c24fcde87a4d1bcdf77ef84
Author: VideoLAN <videolan@videolan.org>
Date:   Wed Feb 24 20:19:44 2021 +0100

    l10n: Hungarian update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 83c7365f502d85809d8e426f86fc3ed84d6e60f1
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Feb 28 06:17:26 2021 +0100

    l10n: Hebrew update
    
    75% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit a02ce887104312501d284493a1e76a627dc80614
Author: VideoLAN <videolan@videolan.org>
Date:   Sun Feb 28 17:12:11 2021 +0100

    l10n: Scottish Gaelic update
    
    39% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 090a3820fbb21e239db99ed52d09e4c4b529ff14
Author: Kimmo Kujansuu <mrkujansuu@gmail.com>
Date:   Thu Feb 25 21:53:33 2021 +0100

    l10n: Finnish update
    
    93% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 75926346b3830034592ad22d5fbe5caaf93633af
Author: Alexander Gabilondo <alexgabi@disroot.org>
Date:   Sun Feb 28 16:29:48 2021 +0100

    l10n: Basque update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit bdaaa66f6d2e97edc4e8cbd7e0b6851df8a1a100
Author: Angelos Chraniotis <chraniotis@gmail.com>
Date:   Thu Feb 25 19:05:55 2021 +0100

    l10n: Greek update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 5bb089afa2cbdab695e8d48667188246dc84ca77
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Wed Feb 24 22:18:48 2021 +0100

    l10n: German update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 8e5df651baa753d6ec2155c8837e6baef17c5487
Author: خليل مراطلة <meratkha@gmail.com>
Date:   Fri Feb 26 07:25:27 2021 +0100

    l10n: Arabic update
    
    57% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 9da028650e4327a5b071b57b351cbe5b46c29e70
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Sun Feb 28 21:36:19 2021 +0100

    l10n: vlc.desktop update

commit e8166617a400603cdf44547fb8e93387e5ede915
Author: VideoLAN <videolan@videolan.org>
Date:   Sun Feb 28 15:25:05 2021 +0100

    l10n: Scottish Gaelic NSIS update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 88c0201ce09217fb10529343eebfaa0f7af19c72
Author: VideoLAN <videolan@videolan.org>
Date:   Sat Feb 27 10:46:01 2021 +0100

    l10n: Georgian update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit defa7d0e7b2a42346b66faf059fc184e4b2fa906
Author: VideoLAN <videolan@videolan.org>
Date:   Mon Feb 8 13:48:27 2021 +0100

    l10n: Hindi update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 17f64a4dae93e22505fe58577cd38dd8146ab236
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Wed Feb 24 18:59:26 2021 +0100

    Update PO files after vlc.pot update

commit 81b00e9b64f6f36f587d318a1ff65d27dc665d03
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Wed Feb 24 00:28:09 2021 +0100

    l10n: update vlc.pot to version 3.0.12

commit 81968a757aec852858e92c3d94e944d614773d9e
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Wed Feb 24 18:46:06 2021 +0100

    macosx: Fix make dist after l10n update

commit 27616c97efc0fd06473851569b76ce05996858a1
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Wed Feb 24 00:25:26 2021 +0100

    l10n: added source strings in Info.plist

commit f606648383e675d4ee9f10d04a24f928693f7648
Author: Irriep Nala Novram <allannkorh@yahoo.fr>
Date:   Fri Feb 12 11:49:03 2021 +0100

    l10n: Breton update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 82a3fbacfe96b6a7dfef48fae5b661fb5c3999ab
Author: Aefgh Threenine <aefgh3962@gmail.com>
Date:   Wed Jan 6 05:19:20 2021 +0100

    l10n: Thai update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 8b53d08b4c0986db5930b6f3fdff366b5b3495ae
Author: Alexander Lakhin <exclusion@gmail.com>
Date:   Wed Dec 30 14:52:48 2020 +0100

    l10n: Russian update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 789e9390026fe4b39283a24d811d6219e430abd4
Author: Anup Timilsina <anuptim001@gmail.com>
Date:   Sun Jan 10 03:44:26 2021 +0100

    l10n: Nepali update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit a2372a689871890191e0747e2828cc5126478a28
Author: abuyop <abuyop@gmail.com>
Date:   Fri Jan 8 01:02:27 2021 +0100

    l10n: Malay update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit b431daeaf147186a39a9ff30a430ad5208869b24
Author: VideoLAN <videolan@videolan.org>
Date:   Fri Feb 12 11:53:43 2021 +0100

    l10n: Malayalam update
    
    InfoPlist.strings: 50% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 2fa7217b626fb25240516199e2c62433c4254960
Author: Kimmo Kujansuu <mrkujansuu@gmail.com>
Date:   Mon Dec 28 12:58:30 2020 +0100

    l10n: Finnish update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 31afcf37720f0e9cf6ffb12e0e6b4c5805bacf9e
Author: Angelos Chraniotis <chraniotis@gmail.com>
Date:   Wed Feb 10 18:33:39 2021 +0100

    l10n: Greek update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 763417082f7fb5c58649d59c0101df66fb9098aa
Author: scootergrisen <scootergrisen@gmail.com>
Date:   Wed Jan 13 13:26:52 2021 +0100

    l10n: Danish update
    
    InfoPlist.strings: 100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 995049e2ab326ea89b5a3fdf42815fd190e4ecf9
Author: abuyop <abuyop@gmail.com>
Date:   Thu Jan 28 07:35:00 2021 +0100

    l10n: Malay NSIS update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit a7c216fad8e055f0d952f1a3968f07ccd229ed2e
Author: Angelos Chraniotis <chraniotis@gmail.com>
Date:   Wed Feb 10 18:56:11 2021 +0100

    l10n: Greek NSIS update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 5fc02e3535dd5f1878619063d638eb9bed95ab39
Author: Priit Uring <priit.uring@gmail.com>
Date:   Sat Feb 13 19:05:14 2021 +0100

    l10n: Estonian NSIS update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit 501e85484631034431b80897660b1672d85ead89
Author: Irriep Nala Novram <allannkorh@yahoo.fr>
Date:   Wed Feb 10 09:56:38 2021 +0100

    l10n: Breton NSIS update
    
    100% translated
    
    Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>

commit de1f213b17d9780561bd6c7e521d1dd3e59c78db
Author: Michał Trzebiatowski <michtrz@gmail.com>
Date:   Tue Feb 23 23:54:51 2021 +0100

    l10n: vlc.desktop update

commit f548dea94863b107032eca0a4bb4d16a5dc2edeb
Author: Steve Lhomme <robux4@ycbcr.xyz>
Date:   Fri Feb 19 10:09:48 2021 +0100

    contrib: matroska: update libmatroska to 1.6.3
    
    (cherry picked from commit 71fcbaffcfde510af423d17a84869fc9ceb15c32)
    
    Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>

commit b765db8f5bebf740459562efd60de1bb5be0ae99
Author: Steve Lhomme <robux4@ycbcr.xyz>
Date:   Fri Feb 19 10:09:21 2021 +0100

    contrib: ebml: update libebml to 1.4.2
    
    (cherry picked from commit 7d6872d033333315b47acb8b4faff3a2452b970d)
    
    Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>

commit 749948666d471e5e890aca731be1b49d1808e909
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Wed Feb 17 20:49:38 2021 +0200

    fluidsynth: search /usr/share/soundfonts (fixes #25742)
    
    (cherry picked from commit 4f3ebb95b92195b82eea68e2e0510534bf13fec1)

commit 09cc13c481c03a2c4d0cb553d05886b89ab4a91b
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Fri Feb 12 13:56:24 2021 +0100

    demux: adaptive: do not trust profile/level
    
    refs #25459
    
    (cherry picked from commit d44e8655384a2c5cbbd0b5deb6eb6c1475d4cf5d)

commit f128680a57f9c06928100c12b37d4b7850d179f3
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Feb 12 18:35:59 2021 +0200

    omxil: fix integer types on LP64 platforms
    
    This resyncs the integer type definition with the official
    OpenMAX IL 1.1.2 sources. In particular, this fixes U32 and S32 which
    were wrongly defined as long thus breaking binary compatibility on
    Linux/arm64.
    
    Fixes LP#1913530.
    
    (cherry picked from commit 368c2f3762ae7aff909ae008c58d967e63d2efaf)

commit af6c9e78cf4f5595ba55976138177a4b0b4fe140
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Feb 5 23:50:29 2021 +0200

    Revert "url: Remove duplicated path separators" (fixes #25374)
    
    This was just plain wrong. Multiple forward slashes does not generally
    have the same meaning as a single one. This notably broke some FTP and
    DLNA servers.
    
    This reverts commit 043988a2519f557856f14578b790da66283645fc.
    
    (cherry picked from commit 2090c051abb8d3b15fd1824c394897eedda63c7f)

commit 3463f12d15aa8ae793b4e96518fa44f4f19edf7f
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Feb 5 19:46:15 2021 +0200

    qt: reparent video window to root whence UI closes
    
    The video window has to exist until it is closed by its owner, i.e.
    WindowClose() is called. If it stayed as a child of the main UI window,
    it would be destroyed with the main UI window.
    
    This reparents it (back) to the root window before the main UI window
    gets destroyed. This works around #21875.

commit 7b7f767b4e1d0c97db918e07dbf0dc41cb4138d8
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Fri Feb 5 19:25:48 2021 +0200

    qt: create another indirection X11 window
    
    The main window may be destroyed before the video window. This notably
    occurs if the user requests to close the main UI via window decorations.
    While Qt allows those requests to be rejected, doing so would
    reintroduce obnoxious bug #4606.
    
    The Qt-X11 display connection will be closed as well as it belongs to
    the QApplication instance.
    
    This creates a separate window belonging to a separate display
    connection, and which is not tied to the QApplication and QMainWindow
    instances. Unfortunately, this adds yet another connection to the X11
    display server in the VLC process in addition to QApplication's and the
    video display's. And that connection won't process events.
    
    Refs #21875.

commit 562331eda1dbe35e98dc0cd057fc1a5c58cf0210
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sat Feb 6 15:00:02 2021 +0200

    qt: add a private structure for window provider

commit 9db5721b0e10f47eb93493aaa399c52a15e3d80b
Author: Konstantin Pavlov <thresh@videolan.org>
Date:   Thu Jan 14 20:19:02 2021 +0300

    contrib: cddb: get rid of gettext dependency
    
    We build cddb --without-iconv so it's not needed anyway
    
    Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>
    
    Cherry-picked from d0d4ca6aa0fe6fc73779b1fa261fde4f1009093f.
    
    Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>

commit 2b94f1527bc9f494c2215ebfebb115fd17600fe8
Author: Alexandre Janniaux <ajanni@videolabs.io>
Date:   Mon Jan 11 15:27:22 2021 +0100

    contrib: libarchive: fix CPP being detected incorrectly
    
    The preprocessor is not detected and it leads to failure with empty
    $CPP variable being used on la_TYPE_UID_T, leading to a cascade of
    detection errors and redefinition of some types.
    
    PR sent upstream as https://github.com/libarchive/libarchive/pull/1481.
    
    Cherry-picked from 17652505b49e98721a6351102c8fd7b026bc61dc.
    
    Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>

commit aad6ab89fe4ee0931c9d04a81e210e8b40e77d30
Author: Alexandre Janniaux <ajanni@videolabs.io>
Date:   Fri Jan 22 16:34:00 2021 +0100

    mediacodec: fix orientation in --no-mediacodec-dr
    
    Fix #25210
    
    Cherry-picked from 8e37293767c5c00eab6fae2c3dd488c78e0d9fef.
    
    Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>

commit 3aad852a05d9a3b2469328cb9ea2e20b0acbce5c
Author: Rémi Denis-Courmont <remi@remlab.net>
Date:   Sun Jan 17 12:16:51 2021 +0200

    configure: ignore too new SRT
    
    SRT does not maintain backward source compatibility. This breaks the
    build on, e.g., Debian unstable.

commit 7d5552d6bb0462543c1f5530529be79f6d5c707b
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Sun Jan 24 12:28:17 2021 +0100

    gitlab-ci: Let the build scripts fetch the prebuilt contribs
    
    Like it is done for the other platforms.

commit 5dd2501b3ebdab86ad8f9238aceb403d0e7ffa7c
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Sun Jan 24 12:18:08 2021 +0100

    macOS build.sh: Respect VLC_PREBUILT_CONTRIBS_URL, rebuild luac
    
    luac is a native tool not being bundled in the prebuilt contribs
    so far. Therefore this needs to be rebuilt.
    Also respect VLC_PREBUILT_CONTRIBS_URL, analog to the windows
    build scripts.

commit 47c1832816393900975fa5c1eb2606cbc7733361
Author: David Fuhrmann <dfuhrmann@videolan.org>
Date:   Thu Jan 21 22:12:32 2021 +0100

    gitlab-ci: Add builders for macOS ARM
    
    Restructure scripts into common builders for mac and mac nightly.
    Add dedicated jobs to build for macos-arm64, and rename the
    old macos jobs to macos-x86_64.
    
    The arm builds are running on the catalina machine, the old builds
    stay on old-macmini.

commit b370823e9a9ac6bdf9deced685939864d578f078
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Wed Jan 20 22:52:33 2021 +0100

    codec: libass: add additional fonts dir option
    
    (cherry picked from commit 4298d6310c840e56b4b4b590bc727aff608cfab3)

commit 72fd3b20f855198959e0dfb6b331acc5cb4502c6
Author: Francois Cartegnie <fcvlcdev@free.fr>
Date:   Wed Jan 20 23:16:18 2021 +0100

    codec: libass: add support for sub-text-scale

commit 4f8ca0de7864775b2b701f97dafd403bc4a86cbd
Author: Steve Lhomme <robux4@ycbcr.xyz>
Date:   Mon Jan 18 15:36:53 2021 +0100

    subtitle: fix AQT subtitle parsing
    
    The numbers we read are frame numbers. There's a start and a stop frame number,
    not just the start frame. The stop frame number was discarded so far as the
    next start frame.
    (based on http://web.archive.org/web/20070210095721/http://www.volny.cz/aberka/czech/aqt.html
    and libavformat)
    
    (cherry picked from commit 874f6d8115ed68bac202f66e84b5e0e7da544b6d)
    
    Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>

commit b1b98fafb5c1b1a3c7a6bae36f7004ccb6d07ed4
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 18 17:40:39 2021 +0100

    Update configure Years

commit feb70b473e8b6a6d6181c7a192c3d410f9002d0f
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Mon Jan 18 17:35:27 2021 +0100

    Update NEWS

commit 44f56f4a16cf264d3cab6ae70d1ea8077da45e81
Author: Steve Lhomme <robux4@ycbcr.xyz>
Date:   Mon Jan 18 09:55:53 2021 +0100

    direct3d11: add missing long from 61dbb36ebd3d58f230bfeb1c171eabe770affedd

commit 429ff5cebdb43b42783db4116cfd3638e96a243f
Author: Steve Lhomme <robux4@ycbcr.xyz>
Date:   Fri Jan 15 15:01:22 2021 +0100

    direct3d11: use a ID3D11Fence to tell when the rendering is done
    
    This is a lot more accurate and wastes a lot less time than the Query approach.
    The D3D11 Fence value is set when the GPU is done doing the previous
    (rendering) commands. Then we can wait in the CPU for this event and return when
    it's done. All decoder/filter commands seem to not have any impact so that's
    really the signal we're looking for to tell the core we're done rendering.
    
    This is only supported on newer mingw toolchains and only on Windows 10
    Creators Update, which should cover pretty much all Win10 installed machines.
    
    Better fixes #21600
    
    (cherry picked from commit 61dbb36ebd3d58f230bfeb1c171eabe770affedd) (edited)
    
    edited:
    - the release of resources is done in a more flat function
    - this branch didn't use pointers for d3dev
    
    Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>

commit bdfd31f4899d4c0febe32b902b00e9e7f2dbed00
Author: Steve Lhomme <robux4@ycbcr.xyz>
Date:   Fri Jan 15 13:50:24 2021 +0100

    direct3d11: rework the rendering wait
    
    The core needs to know how long the rendering takes place to estimate when a
    frame needs to be dropped preemptively or not.
    
    So far we waited until the render (plus decoding and filtering?) is done before
    we allowed the picture swap to happen. Now we only wait until (almost) the swap
    date. If we still have to wait, we'll do it after the swap, hoping it will
    still happen in time.
    
    It is reversing the strict waiting (all?) commands issued to be processed,
    including all decoder threads and filters on the ID3D11DeviceContext. We no
    longer allow waiting past the display date and we do the swap when we're told.
    
    We no longer release the ID3D11DeviceContext lock either as it allows more
    commands in and makes the waiting time/performance worse.
    
    We do wait until the initial wait condition is done, if anything to silence
    some D3D11 warnings saying we wanted to wait for something but never got to the
    point it was actually finished. It also keeps the waiting in the display thread
    so it doesn't think it can do more things when it's still busy with the
    previous call. This will allow it do drop frames more accurately.
    
    A cleaner way would be to count the Display call in the time to render of the
    core, but it's not possible as in some case we wait and the work is actually
    finished and in some others we wait and the work is not finished. We can't tell
    the difference in the core.
    
    Fixes #21600
    
    (cherry picked from commit 42011b9fb105b4b5de832fdafd097b86c8154eda) (edited)
    
    edited:
    - this branch doesn't pass the render date to prepare. We use display->date instead
      which ends up being similar, in pause we'll wait more in the display
    - this branch didn't use vlc_tick_t
    
    Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>

commit 8d109c61d34ba1361a0444128c4fb441be56876e
Author: Steve Lhomme <robux4@ycbcr.xyz>
Date:   Fri Jan 15 13:08:01 2021 +0100

    adaptive: fix potential compilation error
    
    vlc_tick_t doesn't exist in 3.0
    
    05d9097987b57f6a36533f47e86a0eaeef17f453 had a partial fix for this.

commit ef615ff0cb6390656e84f7218c561e21bc4c39d8
Author: Zhao Zhili <quinkblack@foxmail.com>
Date:   Thu Dec 31 14:02:00 2020 +0100

    contrib: d3d9: fix patch file path
    
    Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>

commit 22be91a6ffb34a2c087ccf22fd7a29ab1f9624ff
Author: Martin Storsjö <martin@martin.st>
Date:   Tue May 5 20:33:48 2020 +0300

    contrib: gettext: Backport a gettext patch for fixing building on latest mingw-w64
    
    The current git master version of mingw-w64 activates
    __USE_MINGW_ANSI_STDIO by default if targeting C99 (which is the
    default C version in both GCC and Clang), unless using UCRT.
    
    This patch (a backport of ca6f6cfbb4c78c063f2a50bb758edfc95c9d64a2
    from gettext git) fixes building gettext when __USE_MINGW_ANSI_STDIO
    is enabled - i.e. fixing building gettext with latest mingw-w64 when
    using msvcrt.dll.
    
    (cherry picked from commit f419823685f95e196f7a1ef8821b401b5bce89ea)
    
    Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>

commit ce327db9c472e15606c7736980f0a512aaa4ab1e
Author: David Berdik <dgberdik@gmail.com>
Date:   Tue Dec 29 21:57:41 2020 -0500

    Fixed Santa hat not showing on cone after playback ends or is stopped even if it should
    
    Signed-off-by: Pierre Lamot <pierre@videolabs.io>
