gstreamer/ext/wavpack
Tim-Philipp Müller bf56fd97b6 Use g_memdup2() where available and add fallback for older GLib versions
- png: alloc size variable is a png type that's always 32-bit
- vpx: alloc size based on existing allocation
- wavpack: alloc size based on existing allocation
- icles: gdkpixbufoverlay: trusted and hard-coded input data
- rtp tests: rtp-payloading, vp8, vp9, h264, h265: trusted and/or static input data

g_memdup() is deprecated since GLib 2.68 and we want to avoid
deprecation warnings with recent versions of GLib.

Also use gst_buffer_new_memdup() instead of _wrapped(g_memdup(),..)

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/993>
2021-06-02 17:34:38 +01:00
..
gstwavpack.c wavpack: allow per feature registration 2021-03-29 12:45:22 +02:00
gstwavpackcommon.c wavpack: remove support for ancient API version 2014-11-01 15:40:44 +00:00
gstwavpackcommon.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstwavpackdec.c wavpack: allow per feature registration 2021-03-29 12:45:22 +02:00
gstwavpackdec.h wavpackdec: Add floating point format support 2021-03-08 15:19:57 +02:00
gstwavpackelement.c wavpack: allow per feature registration 2021-03-29 12:45:22 +02:00
gstwavpackelements.h wavpack: allow per feature registration 2021-03-29 12:45:22 +02:00
gstwavpackenc.c Use g_memdup2() where available and add fallback for older GLib versions 2021-06-02 17:34:38 +01:00
gstwavpackenc.h wavpack: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
gstwavpackstreamreader.c g_memmove() is deprecated 2013-11-21 15:30:34 +00:00
gstwavpackstreamreader.h Fix FSF address 2012-11-04 00:07:18 +00:00
meson.build wavpack: allow per feature registration 2021-03-29 12:45:22 +02:00