- 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
-
- Dec 03, 2016
-
-
Edward Hervey authored
From f980fd9 to 39ac2f5
-
- Dec 02, 2016
-
-
- Nov 30, 2016
-
-
Give the interlacing information correctly to the encoder. Also parse TFF/BFF information from the caps and pass it too. https://bugzilla.gnome.org/show_bug.cgi?id=775411
- Nov 28, 2016
-
-
If the caps are interlaced, interlacing is always enabled on the encoder. If the interlace-mode field is missing or if it's progressive, the encoder uses the "interlaced" property. https://bugzilla.gnome.org/show_bug.cgi?id=775228
-
- Nov 26, 2016
-
-
- Nov 25, 2016
-
-
Sebastian Dröge authored
realhash.c:295:11: error: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Werror,-Wconstant-conversion] *buf1 = 128; ~ ^~~ https://bugzilla.gnome.org/show_bug.cgi?id=775112
-
we *can* have files greater than 4GB, any other object should be smaller than that
-
We should have enough bytes for the specified codec_data https://bugzilla.gnome.org/show_bug.cgi?id=775070
-