- May 04, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Apr 27, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
x264.h says this isn't needed with MinGW, but it looks like it is. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=779249
-
- Apr 24, 2017
-
-
Tim-Philipp Müller authored
From 60aeef6 to 48a5d85
-
- Apr 10, 2017
-
-
Tim-Philipp Müller authored
From 39ac2f5 to 60aeef6
-
- Apr 07, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Mar 28, 2017
-
-
Thibault Saunier authored
And use get_pkgconfig_variable instead of calling pkg-config ourself
-
- Mar 20, 2017
-
-
- Mar 12, 2017
-
-
Nicolas Dufresne authored
This was renamed to libgstrealmedia.so, this fixes helps fixing uninstalled setup. https://bugzilla.gnome.org/show_bug.cgi?id=779344
-
- Mar 09, 2017
-
-
Nicolas Dufresne authored
libgstrmdemux.so becomes libgstrealmedia.so https://bugzilla.gnome.org/show_bug.cgi?id=779344
-
- Mar 01, 2017
-
-
Jan Schmidt authored
The latency calculation was missing a scaling by GST_SECOND, so it would always report a tiny latency. Fix that. Spotted by Guillaume Desmottes.
-
- Feb 27, 2017
-
-
Sebastian Dröge authored
gstasfdemux.c: In function 'gst_asf_demux_parse_stream_object': gstasfdemux.c:3001:39: error: '<<' in boolean context, did you mean '<' ? [-Werror=int-in-bool-context] is_encrypted = ! !((flags & 0x8000) << 15); ~~~~~~~~~~~~~~~~~~^~~~~~ https://bugzilla.gnome.org/show_bug.cgi?id=779329
-
- Feb 24, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 14, 2017
-
-
Tim-Philipp Müller authored
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
-
- Feb 01, 2017
-
-
These values are defined in the x264.h header and are not const on Windows due to the way DLLs work. See: https://msdn.microsoft.com/en-us/library/619w14ds.aspx https://msdn.microsoft.com/en-us/library/zw3za17w.aspx https://bugzilla.gnome.org/show_bug.cgi?id=777903
-
- Jan 31, 2017
-
-
Sebastian Dröge authored
asfdemux: Check that we have enough data available before parsing bool/uint extended content descriptors https://bugzilla.gnome.org/show_bug.cgi?id=777955
-
- Jan 30, 2017
-
-
Sebastian Dröge authored
Otherwise we will happily index into the array at NULL if the requested index is smaller than the number of languages that were previously allocated. https://bugzilla.gnome.org/show_bug.cgi?id=777937
-
- Jan 24, 2017
-
-
Thibault Saunier authored
-
- Jan 13, 2017
-
-
Tim-Philipp Müller authored
-
- Jan 12, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jan 03, 2017
-
-
Thibault Saunier authored
-
- Dec 28, 2016
-
-
Tim-Philipp Müller authored
We have better replacements such as the mpg123 plugin. The main reason to keep around mad was for 'freeform' mp3 support, but mpg123 can handle those too nowadays. Also, mad is GPL and has been unmaintained for years. https://bugzilla.gnome.org/show_bug.cgi?id=776140
-
- Dec 16, 2016
-
-
Tim-Philipp Müller authored
Unused and no longer needed.
-
- Dec 14, 2016
-
-
Tim-Philipp Müller authored
Likely extremely bitrotten, and we should not ship this anyway.
-
- Dec 09, 2016
-
-
Thibault Saunier authored
-