- 08 Apr, 2020 1 commit
-
-
When transitioning from the PAUSED state, to the READY state, and back, metadata and global_metadata are left uninitialized, unlike when the demxuer transitions from NULL to READY, then to PAUSED. I have found this to cause a segmentation fault when fields in these structures are set.
-
- 02 Apr, 2020 1 commit
-
-
The --ref option indicate the size of the DPB, hence should be in the range of 0 to 16. This patch also fix the default to match x264enc default 3. This change isn't a behaviour change since we don't enforce the reported default.
-
- 19 Mar, 2020 1 commit
-
-
Thibault Saunier authored
It is able to do channel downminxing, so technically it is also a converter This is also important so validate knows about that when doing its checks
-
- 07 Jan, 2020 1 commit
-
-
Properly follow google recommendations[0] concerning bitrate when the user wants to use the youtube profile. [0]: https://support.google.com/youtube/answer/1722171?hl=en
-
- 18 Dec, 2019 1 commit
-
-
Stéphane Cerveau authored
Use helper method to get string from GValue.
-
- 14 Dec, 2019 2 commits
-
-
Dmitry Shusharin authored
-
Dmitry Shusharin authored
Section 4.4 of CEA-708-D specification (table 2) requires all bits to be set inside em_data field. h264parse element (and possible third-party decoders such as libav) also follows this requirement. gstreamer/gst-plugins-ugly#28
-
- 13 Oct, 2019 1 commit
-
-
Tim-Philipp Müller authored
-
- 02 Sep, 2019 1 commit
-
-
Aaron Boxer authored
-
- 23 Aug, 2019 2 commits
-
-
Mathieu Duponchelle authored
-
Matthew Waters authored
Fixes gst-build with -Dauto-features=disabled -Dugly=enabled
-
- 15 Jul, 2019 2 commits
-
-
... with more color value mapping
-
Seungha Yang authored
... with removal of pointless unistd.h dependency. Note that full dependency listing is required to run unit test executable binary on Windows uninstalled environment.
-
- 02 Jun, 2019 1 commit
-
-
Niels De Graef authored
This means we can use some newer features and get rid of some boilerplate code using the G_DECLARE_* macros. As discussed on IRC, 2.44 is old enough by now to start depending on it.
-
- 29 May, 2019 1 commit
-
-
Mathieu Duponchelle authored
-
- 25 May, 2019 1 commit
-
-
Tim-Philipp Müller authored
-
- 16 May, 2019 1 commit
-
-
Thibault Saunier authored
And update the cache Fixes gstreamer/gst-docs#36
-
- 14 May, 2019 1 commit
-
-
Thibault Saunier authored
-
- 13 May, 2019 1 commit
-
-
Thibault Saunier authored
-
- 27 Apr, 2019 1 commit
-
-
Thibault Saunier authored
-
- 26 Apr, 2019 1 commit
-
-
Tim-Philipp Müller authored
Like we do for other plugins, and also install a .pc file if we build the plugin statically.
-
- 22 Apr, 2019 1 commit
-
-
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.
-
- 19 Apr, 2019 1 commit
-
-
Tim-Philipp Müller authored
-
- 18 Apr, 2019 3 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 10 Apr, 2019 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 27 Mar, 2019 1 commit
-
-
Nirbheek Chauhan authored
-
- 21 Mar, 2019 2 commits
-
-
-
Tim-Philipp Müller authored
-
- 04 Mar, 2019 1 commit
-
-
Tim-Philipp Müller authored
-
- 28 Feb, 2019 1 commit
-
-
Mathieu Duponchelle authored
-
- 26 Feb, 2019 3 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 22 Feb, 2019 1 commit
-
-
Tim-Philipp Müller authored
-
- 12 Feb, 2019 1 commit
-
-
Sebastian Dröge authored
It's technically true but not for this specific type. dvdreadsrc.c:394:65: error: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Werror=address-of-packed-member] 394 | gst_dvd_read_src_make_clut_change_event (src, src->cur_pgc->palette); | ~~~~~~~~~~~~^~~~~~~~~
-
- 30 Jan, 2019 1 commit
-
-
Seungha Yang authored
Allow fallback to orc subproject if any.
-
- 25 Jan, 2019 1 commit
-
-
Sebastian Dröge authored
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) ^~~~~~~~~
-