- Nov 30, 2017
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
There are probably still some things missing, please report them!
-
- Nov 29, 2017
-
-
Marvin Scholz authored
While it is still true that on macOS, the icon from the app bundle is used, this is not true for our pseudo-bundle. And I do not think it's worth a special case anymore.
-
Marvin Scholz authored
-
Marvin Scholz authored
This makes the splitter look a little bit weird on macOS, but removes a lot of code.
-
Marvin Scholz authored
We already have the macosx interface, if the user wants something thats native. No need to try hard here, additionally it looks much better without this.
-
On Win7 D3D11 will not be used anymore unless forced manually as it doesn't support this flag. Fixes #19140 with automatic setup. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
mp4, dcp/kdm, avcodec and decklink modules Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Fixes build for upnp >= 1.6.23 and less than 1.8. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
fix: #14780 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
fix: #19159 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Not sure we should support older versions at this point so no #ifdef Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
Substreams of a same session must not issue a shutdown command, which always applies to the whole session.
-
- Nov 28, 2017
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
They never worked in this context (they would be treated as 0 bytes).
-
Rémi Denis-Courmont authored
This avoids having to enable it explicitly in configure, while also not installing it by default outside build trees. In the unlikely event that you actually want to install the plugin, you can still do so but manually (e.g. libtool install mode).
-
Rémi Denis-Courmont authored
accesstweaks no longer needs to be explicitly added to stream filters. It is now enabled implicitly with --no-seek, --no-fastseek and/or --no-stream-size.
-
Rémi Denis-Courmont authored
Regression from cf4676c1.
-
Rémi Denis-Courmont authored
If X_minus_one == UINT32_MAX, the for-loop condition is always true. This patch uses X directly: parsing will be wrong anyway, but at least it won't lead to an infinite busy loop.
-
Rémi Denis-Courmont authored
The handling code ostensibly assumes that the block is single. So this adds an assertion to ensure it. Alternatively, should we force p_next to NULL ?
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
-
Thomas Guillem authored
-
Thomas Guillem authored
cf. discussion on the gdb project: http://sourceware.org/ml/gdb-patches/2013-08/msg00422.html stderr can be buffered on Windows when connected to a pipe.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Fixes #19131 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-