gstreamer/ext/vpx
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
..
gstvp8dec.c vpx: allow per feature registration 2021-03-29 12:45:22 +02:00
gstvp8dec.h vpx: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
gstvp8enc.c vpx: allow per feature registration 2021-03-29 12:45:22 +02:00
gstvp8enc.h vpx: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
GstVP8Enc.prs vpx: Rename vp8 plugin to vpx 2012-09-16 15:33:57 +02:00
gstvp8utils.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstvp8utils.h vpx: remove compatibility defines 2014-11-01 15:40:44 +00:00
gstvp9dec.c vpx: allow per feature registration 2021-03-29 12:45:22 +02:00
gstvp9dec.h vpx: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
gstvp9enc.c vp9enc: Add color range support 2021-05-06 16:00:47 -04:00
gstvp9enc.h vp9enc: expose row-mt property 2020-09-09 18:05:31 +00:00
gstvpxdec.c gst: don't use volatile to mean atomic 2021-03-18 19:52:53 +11:00
gstvpxdec.h vpxdec: request a sync point on decoder errors 2020-09-14 13:19:10 +00:00
gstvpxelement.c vpx: allow per feature registration 2021-03-29 12:45:22 +02:00
gstvpxelements.h vpx: allow per feature registration 2021-03-29 12:45:22 +02:00
gstvpxenc.c Use g_memdup2() where available and add fallback for older GLib versions 2021-06-02 17:34:38 +01:00
gstvpxenc.h vpxdenc: Add a GstVideoCodecState to configure_encoder virtual 2021-05-06 15:07:01 -04:00
meson.build vpx: allow per feature registration 2021-03-29 12:45:22 +02:00
plugin.c vpx: allow per feature registration 2021-03-29 12:45:22 +02:00