- Feb 21, 2018
-
-
Fix the source aspect ratio of MPEG2 video decoded with mediacodec. It extracts the aspect_ratio_information from any block containing a SEQUENCE_HEADER and applies it in the UpdateVout function. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
-
Thomas Guillem authored
sys->dev can't be changed (unless requested by the current thread) from the MMSession thread here.
-
- Feb 20, 2018
-
-
David authored
This workarounds a problem very likely within MplayerX. The current version of that application declares both an exported, as well as an imported UTI for the mkv file extension, which messes up macOS. They should delete the exported UTI to fix the problem correctly. As a workaround, fall back the the old way of declaring mkv file association, which seems to work as well. fixes #19758
-
Rémi Denis-Courmont authored
This is superseded by the compat tdestroy() replacement, which is also available outside of libvlccore.
-
Rémi Denis-Courmont authored
This adds a thread-safe tdestroy() replacement for systems without it but with tfind(). This should fix linking failures on BSD.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit d9661b8b. There is no point in locking there, since interfaces are gone and the playlist is disabled already.
-
François Cartegnie authored
-
François Cartegnie authored
-
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
They seem to be the same MS format
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Equivalent to DXGI_FORMAT_R10G10B10A2_UNORM. One of the main format on Windows to display 10 bits.
-
Steve Lhomme authored
-
Steve Lhomme authored
16 bits per channel. Equivalent to DXGI_FORMAT_R16G16B16A16_UNORM.
-
Steve Lhomme authored
This reverts commit c8f75523. Not needed anymore. Use picture_SwapUV().
-
Steve Lhomme authored
It has a check for the plane count.
-
Steve Lhomme authored
-
Steve Lhomme authored
block_t is already part of the block_sys_t structure
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
But don't allocate too much if we're going to use the decoder pool.
-
Steve Lhomme authored
CID #1465381
-
Steve Lhomme authored
-
Steve Lhomme authored
This code will go away once we use the push model.
-
- Feb 19, 2018
-
-
David authored
This state is saved already with the automatic macOS mechanisms using the assigned autosave name. Therefore, remove the additional setting which was interfering with the already correct state. fixes #19649
-
Thomas Guillem authored
-
Allow assembling arm neon functions for IOS and arm windows. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This fixes compilation with clang, which previously errored out with this message: error: address argument to atomic operation must be a pointer to non-const _Atomic type ('const atomic_int *' (aka 'const _Atomic(int) *') invalid) int level = atomic_load(&p_level->level); ^ ~~~~~~~~~~~~~~~
-
François Cartegnie authored
-
François Cartegnie authored
regression in e21706e9
-
Steve Lhomme authored
They're limited in memory and don't like too many slices. In most cases the d3d11va pool will be used instead.
-
Steve Lhomme authored
This will also limit the amount of memory used
-
Steve Lhomme authored
It can't handle 4K aligned to 128 but is fine when aligned to 16.
-