- Feb 21, 2018
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
They may have different padding but in the end the amount copied is compatible. The width still needs to be the same.
-
-
Steve Lhomme authored
-
-
Steve Lhomme authored
They are not compatible (can't copy directly).
-
-
-
Fix #19679 Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Refs #19679 Fix #19654
-
Hugo Beauzée-Luyssen authored
Fix #19785
-
Thomas Guillem authored
mpeg2 output frames don't need to be re-ordered. And ignore blocks when SEQUENCE_HEADER_STARTCODE is invalid.
-
Add MPEG2 support with Mediacodec on Android. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
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
-