- Feb 21, 2018
-
-
François Cartegnie authored
fixes old api leak
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
The VLSub user agent was still at 0.9, which would be confusing as the Window title indicates the this string, showing VLSub 0.9 even though this is VLSub 0.10.0.
-
Marvin Scholz authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
This really needs to be fixed on Canonical side with layouts, then we can drop shipping those packages as well.
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Martin Storsjö authored
Windows on arm is thumb2 only. Add the necessary "it" instructions before conditionally executed instructions (which doesn't emit any extra instructions when not building in thumb mode). The number of "it" instructions could be reduced in some places by reordering the instructions, but keeping them as they were originally to avoid any impact on existing targets. Remove redundant .arm directives; the assembler normally starts out in that mode anyway, and for windows we shouldn't override the default mode.
-
Martin Storsjö authored
This matches a change in contrib in 99acb87c.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Steve Lhomme authored
-
François Cartegnie authored
-
François Cartegnie authored
-
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
-