- Feb 08, 2019
-
-
This is since some time a stream filter and not a demuxer anymore, therefore this should be named stream_filter to not cause confusion about that. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Steve Lhomme authored
No need to return the same value or pass the vlc_object_t.
-
Steve Lhomme authored
Not need to set it conditionally when we set it unconditionally afterwards.
-
Steve Lhomme authored
-
On subitems changed, the old subitems (if any) must be removed. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
So we keep all the metadata we get from the decoder.
-
Steve Lhomme authored
The codec is set a few lines earlier and when modified the value is also set to the i_chroma value of the video format.
-
Steve Lhomme authored
In most cases the source was already an es_format anyway. Get rid a redundant image_ReadExt().
-
François Cartegnie authored
introduced with 3d24a401
-
François Cartegnie authored
ref #21813
-
François Cartegnie authored
refs #21814
-
Thomas Guillem authored
-
Thomas Guillem authored
This commit fixes passthrough playback for few devices on API 23. It was working already for Nvidia Shield TV but not for some others (like devices based on a Marvell chip). Before API 23, we don't support passthrough and after we prefer to use ENCODING_IEC61937.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Regression from 8ab3c59b
-
Thomas Guillem authored
It seems that lot of developers forget to enable this option. This option enables assert and other debug codes (like the very useful thread/mutex debug code) that should be mandatory when you dev on VLC. This is quite a big change: all VLC maintainers should now add "--disable-debug" when they release a stable version of VLC.
-
- Feb 07, 2019
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
It's always an empty video format with an 0 chroma. The format will be known from the MIME type or the file probing.
-
Hugo Beauzée-Luyssen authored
-
Felix Paul Kühne authored
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
A converter is not going to write in the source picture, it's always providing a new picture of its output format.
-
Steve Lhomme authored
The formats are always cleaned in DeleteConverter() so they need to be safe. Technically converters probably don't handle on the fly size change but that's a different issue.
-
Steve Lhomme authored
The fmt_out would be set twice to a different value and the fmt_in is not updated and it should probably be p_fmt_in.
-
Steve Lhomme authored
es_forma_Copy will take care of everything
-
Steve Lhomme authored
It has already been filled and guaranteed that it's what the converter will use
-
Steve Lhomme authored
Only the video format can potentially changed as done on the next line.
-
Steve Lhomme authored
The chroma shouldn't change between reuse of the converter.
-
Steve Lhomme authored
-
Steve Lhomme authored
To avoid confusion with real video filters
-
Martin Storsjö authored
This avoids enabling HAVE_X86ASM in these configurations, fixing compilation. Also set proper values for WINDOWS_ARCH in these configurations.
-
Martin Storsjö authored
This fixes the test for setting HAVE_X86ASM.
-