- May 29, 2019
-
-
Tim-Philipp Müller authored
- May 02, 2019
-
-
Remove the git directory
-
This fixes gstreamer/gst-plugins-ugly#22
-
Sebastian Dröge authored
We would dynamically load additional x264 libraries then.
-
Sebastian Dröge authored
It's needed by the dvdread plugin but also by the x264 plugin in certain circumstances. As it's part of GLib and always available, simply move it as a hard dependency to the top-level meson.build.
-
- May 01, 2019
-
-
Otherwise we get some compiler warnings: ../subprojects/gst-plugins-ugly/ext/x264/gstx264enc.c:200:1: warning: ‘unload_x264’ defined but not used [-Wunused-function] unload_x264 (GstX264EncVTable * vtable) ^~~~~~~~~~~ ../subprojects/gst-plugins-ugly/ext/x264/gstx264enc.c:154:1: warning: ‘load_x264’ defined but not used [-Wunused-function] load_x264 (const gchar * filename) ^~~~~~~~~
-
- Oct 02, 2018
-
-
Tim-Philipp Müller authored
- Sep 16, 2018
-
-
Tim-Philipp Müller authored
- Aug 17, 2018
- Aug 16, 2018
-
-
Nicolas Dufresne authored
-
- Jul 19, 2018
-
-
Tim-Philipp Müller authored
- Jul 18, 2018
-
-
This was used to "close" a segment. It's no longer needed anymore in 1.x (it was essentially sending the same thing again)
-
And not on all the time
-
- May 17, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
- Apr 17, 2018
-
-
Sebastian Dröge authored
If we have codec_data it will be AVC, otherwise assume byte-stream.
-
- Mar 19, 2018
-
-
Tim-Philipp Müller authored
- Mar 13, 2018
-
-
Tim-Philipp Müller authored
- Mar 12, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 08, 2018
- Mar 03, 2018
-
-
Tim-Philipp Müller authored
- Mar 01, 2018
-
-
Mathieu Duponchelle authored
-
- Feb 28, 2018
-
-
Tim-Philipp Müller authored
libx264 used to be built for one specific bit depth, and if we wanted to support multiple bit depths we would have to dynamically load the right .so from different paths. That has changed now, and libx264 can include support for multiple depths in the same lib, so we don't need to do the dlopen() dance any more. We'll keep the vtable stuff around until we can drop support for older x264. gstx264enc.c:2927:36: error: ‘x264_bit_depth’ undeclared https://bugzilla.gnome.org/show_bug.cgi?id=792111
-
- Feb 27, 2018
- Feb 21, 2018
-
-
Tim-Philipp Müller authored
add_global_arguments() can't be used in subprojects. It's entirely possible that -ugly is a subproject but gstreamer is picked up from an installed location, so we should really use add_project_arguments() in both cases.
-
- Feb 15, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Feb 08, 2018
-
-
Tim-Philipp Müller authored
WARNING: Trying to compare values of different types (str, int). The result of this is undefined and will become a hard error in a future Meson release.
-
- Feb 05, 2018
-
-