Mathieu Duponchelle
b3f0008b34
docstrings: port ulinks to markdown links
2019-08-23 19:06:59 +02:00
Matthew Waters
8f5b7a93b4
meson: Don't generate doc cache when no plugins are enabled
...
Fixes gst-build with -Dauto-features=disabled -Dugly=enabled
2019-08-23 16:25:25 +10:00
Seungha Yang
f31f085e7b
x264enc: Port to color_{primaries,transfer,matrix}_to_iso
...
... with more color value mapping
2019-07-15 17:06:23 +00:00
Seungha Yang
fe92e92c14
tests: x264enc: Enable test on Windows
...
... with removal of pointless unistd.h dependency.
Note that full dependency listing is required to run unit test
executable binary on Windows uninstalled environment.
2019-07-15 22:46:18 +09:00
Niels De Graef
985ace70e0
meson: Bump minimal GLib version to 2.44
...
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.
2019-06-02 21:27:12 +02:00
Mathieu Duponchelle
dd96c2a989
doc: remove xml from comments
2019-05-29 23:00:48 +02:00
Tim-Philipp Müller
f93aa34200
asfdemux: remove some unused cruft in internal headers
2019-05-25 14:19:54 +02:00
Thibault Saunier
b081d5a34b
docs: Stop building the doc cache by default
...
And update the cache
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
2019-05-16 09:34:21 -04:00
Thibault Saunier
89299d478d
docs: Update plugins documentation cache
2019-05-13 23:05:57 -04:00
Thibault Saunier
21ac37c61a
docs: Port documentation to hotdoc
2019-05-13 17:00:00 -04:00
Thibault Saunier
2df9f6e5ce
docs: Port all docstring to gtk-doc markdown
2019-04-26 20:32:26 -04:00
Tim-Philipp Müller
e778c5594f
meson: sidplay: use library() instead of shared_module()
...
Like we do for other plugins, and also install a .pc file
if we build the plugin statically.
2019-04-26 18:28:04 +01:00
Sebastian Dröge
8c994a632b
meson: Always require the gmodule dependency
...
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.
2019-04-22 12:51:33 +03:00
Tim-Philipp Müller
7107fc5214
Back to development
2019-04-19 11:00:07 +01:00
Tim-Philipp Müller
6cbac8d09f
Release 1.16.0
2019-04-19 00:24:41 +01:00
Tim-Philipp Müller
1c7e77a60b
Update docs
2019-04-19 00:24:40 +01:00
Tim-Philipp Müller
8304f37a63
Update translations
2019-04-19 00:24:38 +01:00
Tim-Philipp Müller
65ff97d85f
Release 1.15.90
2019-04-11 00:28:19 +01:00
Tim-Philipp Müller
517a6f2eef
Update docs
2019-04-11 00:28:18 +01:00
Nirbheek Chauhan
647ef1b2af
meson: Add a subproject fallback for x264
2019-03-27 21:59:45 +05:30
Piotr Drąg
48a83e2b4f
Update LINGUAS
2019-03-21 15:45:07 +00:00
Tim-Philipp Müller
b5e8ad0530
meson: add -Wno-unused also to C++ args when gst debug system is disabled
2019-03-21 11:38:33 +00:00
Tim-Philipp Müller
ab8cc537aa
Back to development
2019-03-04 09:08:07 +00:00
Mathieu Duponchelle
c4456d574f
x264enc: inject CEA708 closed captions
2019-02-28 16:24:39 +01:00
Tim-Philipp Müller
19b744631b
Release 1.15.2
2019-02-26 11:48:51 +00:00
Tim-Philipp Müller
6ca5b079b8
Update docs
2019-02-26 11:48:50 +00:00
Tim-Philipp Müller
38ba329ada
Update translations
2019-02-26 11:48:49 +00:00
Tim-Philipp Müller
ba08aa1c2f
sidplay: fix indentation
2019-02-22 23:54:56 +00:00
Sebastian Dröge
aebb6bd9f3
dvdreadsrc: Work around GCC9 compiler warning
...
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);
| ~~~~~~~~~~~~^~~~~~~~~
2019-02-12 18:08:59 +02:00
Seungha Yang
de65f8867b
meson: Add support orc fallback
...
Allow fallback to orc subproject if any.
2019-01-30 19:50:30 +09:00
Sebastian Dröge
2942f7d931
x264: Only enable dynamic loading code for x264 < 253
...
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)
^~~~~~~~~
2019-01-25 14:38:05 +02:00
Sebastian Dröge
7ac2f7fec5
x264: Link to gmodule in the meson build if extra x264 libraries are provided
...
We would dynamically load additional x264 libraries then.
2019-01-25 14:36:55 +02:00
Helmut Grohne
248f174c3e
sid: Fix cross-compilation by using AC_TRY_LINK instead of AC_TRY_RUN
...
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917899
2019-01-17 17:29:38 +02:00
Tim-Philipp Müller
2365d2b5d7
Release 1.15.1
2019-01-17 02:02:32 +00:00
Tim-Philipp Müller
7b0ecded8b
Update docs
2019-01-17 02:02:30 +00:00
Tim-Philipp Müller
c777955a92
Update translations
2019-01-17 02:02:26 +00:00
Seungha Yang
ceb23592f8
tests: Enable test generic_states on Windows
...
... and drop needless unistd.h dependency
2018-12-30 22:50:23 +09:00
Seungha Yang
380b8d8e7f
meson: Use join_paths() instead '/'
2018-12-18 22:48:42 +09:00
Seungha Yang
f89fc3441b
tests: Enable unit test on Windows
...
Remove hard-coded ':' whitelist separator since it varies with OS
2018-12-18 22:48:01 +09:00
Thibault Saunier
43290a9be2
Automatic update of common submodule
...
From ed78bee to 59cb678
2018-12-05 17:24:25 -03:00
Seungha Yang
8f65ea458b
meson: Specify encoding to UTF-8 when building with MSVC
...
Use build arguments consistent with core and -base. This can also
remove noisy "C4819" warning of non-us locale MSVC.
2018-11-24 19:28:19 +09:00
Jordan Petridis
59d43105c7
Add Gitlab CI configuration
...
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 https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/29
2018-11-12 13:30:59 +02:00
Matthew Waters
ee61b2bc25
Update common submodule location
...
Remove the git directory
2018-11-05 05:38:33 +00:00
Haihao Xiang
9c1f6b4d91
Clone the code from gitlab
...
This fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/issues/22
2018-11-05 12:52:46 +08:00
Tim-Philipp Müller
dac16a0f6a
meson: use new 'python' module instead of deprecated
...
https://github.com/mesonbuild/meson/pull/4169
2018-10-08 20:45:52 +01:00
Tim-Philipp Müller
908c36eceb
tests: x264enc: fix leak in unit test
...
The static pad templates weren't static so their
contents were leaked. valgrind was not happy.
Also rename confusing define.
2018-09-22 17:34:33 +01:00
Seungha Yang
7e63943361
x264enc: Avoid format decision per frame
...
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
2018-09-22 12:42:34 +01:00
Tim-Philipp Müller
6c37b359ee
meson: add glib-checks option to disable API guards and such
...
We want this enabled by default, also in releases, but people
may want to disable this for performance-critical workloads or
on embedded devices.
2018-09-19 12:00:32 +01:00
Tim-Philipp Müller
b71b9ec934
meson: fix missing closing bracket in option descriptions
2018-09-19 11:58:54 +01:00
Tim-Philipp Müller
71a35e7c8b
meson: add option to disable tests
2018-08-18 21:27:24 +01:00