- Nov 18, 2019
-
-
Marvin Scholz authored
-
- Nov 15, 2019
-
-
These files are generated but never used by Qt. They prevent libtool in VLC from using pkg-config files, which would lead to misconfiguration issues, especially in cross-compilation build. The create_libtool config option is currently only set for unix builds, but setting -create_libtool in the .prf file will prevent every other qt contribs to generate libtool files too. Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Steve Lhomme authored
The chain can only have a different output than requestedoutput if a converter was appended after the filter_chain_Reset() call.
-
Steve Lhomme authored
Maybe later we can have a dummy decoder device for tests.
-
Steve Lhomme authored
We can't use the context of the real source and it's a CPU chroma so we should use NULL.
-
Steve Lhomme authored
Either video_format_update had been called and it missed the filter creation and didn't update it, so we create the chain before the decoder. Or it was called after and this initialization was useless and reset afterwards. Now the filter chain will always use a correct video format and don't try to create a bogus one when the decoder is opening.
-
- Nov 14, 2019
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Needed for the test_modules_keystore success.
-
Thomas Guillem authored
Used for SMB domains. Needed for the test_modules_keystore success.
-
Thomas Guillem authored
Specially since the keychain could store more informations that the search query. Needed for the test_modules_keystore success.
-
Thomas Guillem authored
-
Thomas Guillem authored
It is mandatory for smb:// for example. Needed for the test_modules_keystore success.
-
Thomas Guillem authored
-
Steve Lhomme authored
No functional change.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Either because Reset() set the same input value or the we're using the same value set by the previous AppendXXX().
-
Steve Lhomme authored
-
Steve Lhomme authored
Either because Reset() set the same input value or the we're using the same value set by the previous AppendXXX().
-
Steve Lhomme authored
Needed for the code cleaning in the next patches.
-
Steve Lhomme authored
The last output format is always the format of the last filter. It doesn't matter if it was allowed to change the format or not. It's either the filter added or the "chain" filter added to compensate for the format change (should be adjusted in push mode) This is how filter_chain_GetFmtOut() is documented "last output format of the last element in the filter chain" and how it's used. If there's no filter yet, the output format is the one used to initialize the filter chain (via filter_chain_Reset).
-
Steve Lhomme authored
The filter chain itself doesn't automatically adapt the output format to the requested output format, which is good for push. Use the local variable set on the whole chain rather than the value set on each filter.
-
Steve Lhomme authored
Similar to the input video context variable.
-
Steve Lhomme authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Nov 13, 2019
-
-
Felix Paul Kühne authored
This matches the previous iTunes support.
-
- Nov 12, 2019
-
-
Make sure the dbg macro can't compile down to nothing, so it can be used in if statements without braces. codec/telx.c: In function ‘Decode’: codec/telx.c:686:81: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body] (long int)(p_sys->prev_pts+1500000))); ^ Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Nov 10, 2019
-
-
Konstantin Pavlov authored
Shared runners will pick up the builds now
-
Felix Paul Kühne authored
-
- Nov 09, 2019
-
-
Felix Paul Kühne authored
A instance of VLCOpenBlockDeviceDescription was casted to NSDictionary leading to a runtime exception (#23091). This patch addresses the problem and prevents future issues by setting the class on the arrays.
-
- Nov 08, 2019
-
-
Steve Lhomme authored
-
- Nov 07, 2019
-
-
Documentation of the API doesn't guarantee any particular error code. Suggested by Thomas Guillem Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
In order to notify the user if he should wait for the stopped event. And improve the libvlc_media_player_stop_async documentation.
-
Thomas Guillem authored
In order to notify the user if he should wait for the stopped event.
-
In case of error, the registry variable is clobbered by the goto from error handling and is freed without a correct value. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-