- Apr 18, 2019
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
- Apr 10, 2019
-
-
Tim-Philipp Müller authored
- Mar 27, 2019
-
-
Nirbheek Chauhan authored
-
- Mar 21, 2019
-
-
-
Tim-Philipp Müller authored
-
- Mar 04, 2019
-
-
Tim-Philipp Müller authored
-
- Feb 28, 2019
-
-
Mathieu Duponchelle authored
-
- Feb 26, 2019
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
- Feb 22, 2019
-
-
Tim-Philipp Müller authored
-
- Feb 12, 2019
-
-
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); | ~~~~~~~~~~~~^~~~~~~~~
-
- Jan 30, 2019
-
-
Seungha Yang authored
Allow fallback to orc subproject if any.
-
- Jan 25, 2019
-
-
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) ^~~~~~~~~
-
Sebastian Dröge authored
We would dynamically load additional x264 libraries then.
-
- Jan 17, 2019
- Dec 30, 2018
-
-
Seungha Yang authored
... and drop needless unistd.h dependency
-
- Dec 18, 2018
-
-
Seungha Yang authored
-
Seungha Yang authored
Remove hard-coded ':' whitelist separator since it varies with OS
-
- Dec 05, 2018
-
-
Thibault Saunier authored
From ed78bee to 59cb678
-
- Nov 24, 2018
-
-
Seungha Yang authored
Use build arguments consistent with core and -base. This can also remove noisy "C4819" warning of non-us locale MSVC.
-
- Nov 12, 2018
-
-
Jordan Petridіs authored
This commit adds a .gitlab-ci.yml file, which uses a feature to fetch the config from a centralized repository. The intent is to have all the gstreamer modules use the same configuration. The configuration is currently hosted at the gst-ci repository under the gitlab/ci_template.yml path. Part of gstreamer/gstreamer-project#29
-
- Nov 05, 2018
-
-
Matthew Waters authored
Remove the git directory
-
Haihao Xiang authored
This fixes gstreamer/gst-plugins-ugly#22
-
- Oct 08, 2018
-
-
- Sep 22, 2018
-
-
Tim-Philipp Müller authored
The static pad templates weren't static so their contents were leaked. valgrind was not happy. Also rename confusing define.
-
Avoid switch/case per frame for format decision and detect the format only if where it could be changed. Note that, whenever encoder->input_state is changed, gst_x264_enc_init_encoder() is called. https://bugzilla.gnome.org/show_bug.cgi?id=797164
-
- Sep 19, 2018
-
-
Tim-Philipp Müller authored
We want this enabled by default, also in releases, but people may want to disable this for performance-critical workloads or on embedded devices.
-
Tim-Philipp Müller authored
-
- Aug 18, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
... and define G_DISABLE_DEPRECATED for development versions, like we do in autotools.
-
- Aug 16, 2018