gstreamer/ext/x264
Tim-Philipp Müller cc1a7e2c4d Use g_memdup2() where available and add fallback for older GLib versions
- x264 encoder bitrate profile manager: alloc size is based
  on existing allocation
- asfdemux: change length var to 64-bit and check for G_MAXUINT
- realmedia: opaque_data_len is read from 32 bits and then
  only subtracted upon.

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

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/83>
2021-06-02 12:39:53 +00:00
..
gstencoderbitrateprofilemanager.c Use g_memdup2() where available and add fallback for older GLib versions 2021-06-02 12:39:53 +00:00
gstencoderbitrateprofilemanager.h x264enc: Respect Youtube bitrate recommandation 2020-01-07 21:21:42 +00:00
gstx264enc.c x264enc: Change accepted caps width and height from [16, MAX] to [1, MAX] 2021-05-05 16:29:13 -04:00
gstx264enc.h x264: allow per feature registration 2021-03-29 19:13:36 +00:00
GstX264Enc.prs x264enc: Add a 'Zero Latency' profile 2020-07-23 21:05:40 -04:00
meson.build x264enc: Respect Youtube bitrate recommandation 2020-01-07 21:21:42 +00:00