gstreamer/ext
Stian Selnes 44e4de43da vpxdec: Check that output width and height != 0
For VP8 it's possible to signal width or height to be 0, but it does
not make sense to do so. For VP9 it's impossible. Hence, we most
likely have a corrupt stream. Trying to negotiate caps downstream with
either width or height as 0 will fail with something like

gst_video_decoder_negotiate_default: assertion 'GST_VIDEO_INFO_WIDTH (&state->info) != 0' failed

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/610>
2020-06-02 23:59:20 +03:00
..
aalib aalib: Use G_DECLARE_FINAL_TYPE 2020-03-12 19:22:21 +01:00
cairo cairo: Use G_DECLARE_FINAL_TYPE 2020-03-12 19:24:57 +01:00
dv dv: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
flac flax: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
gdk_pixbuf gdkpixbufoverlay: Use GST_VIDEO_OVERLAY_COMPOSITION_BLEND_FORMATS for the supported formats 2020-03-27 08:55:45 +00:00
gtk meson: Fix gstgl checks for qt and gtk 2020-05-12 04:32:01 +05:30
jack jack: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
jpeg jpegenc: remove meta copy in jpegenc 2020-05-06 08:38:46 +00:00
lame lame: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
libcaca libcaca: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
libpng libpng: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
mpg123 mpg123: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
pulse pulse: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
qt qtoverlay: add the root item as a property 2020-05-20 19:37:32 +00:00
raw1394 raw1394: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
shout2 shout2: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
soup soup: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
speex speex: Fix crash on Windows caused by cross-CRT issue 2020-05-29 00:54:10 +09:00
taglib meson: Pass native: false to add_languages() 2020-05-13 19:25:33 +05:30
twolame twolame: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
vpx vpxdec: Check that output width and height != 0 2020-06-02 23:59:20 +03:00
wavpack wavpack: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
meson.build meson: Don't skip plugins that don't build with MSVC 2018-09-05 20:15:57 +05:30