gstreamer/subprojects/gst-libav/ext/libav
Seungha Yang 1ae1faeb2d libav: Fix for APNG encoder property registration
The AVClass name of Animated PNG in FFmpeg 5.x is "(A)PNG"
and it will be converted to "-a-png" through
g_ascii_strdown() and g_strcanon(). But GLib disallow leading '-'
character for a GType name. Strip leading '-' to workaround it.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2733>
2022-07-08 15:41:09 +01:00
..
gstav.c
gstav.h
gstavauddec.c gst-libav: fix build with ffmpeg-5.0.0 2022-01-17 18:11:32 +08:00
gstavauddec.h
gstavaudenc.c gst-libav: fix build with ffmpeg-5.0.0 2022-01-17 18:11:32 +08:00
gstavaudenc.h
gstavcfg.c libav: Fix for APNG encoder property registration 2022-07-08 15:41:09 +01:00
gstavcfg.h
gstavcodecmap.c gst-libav: fix build with ffmpeg-5.0.0 2022-01-17 18:11:32 +08:00
gstavcodecmap.h
gstavdeinterlace.c
gstavdemux.c
gstavmux.c
gstavprotocol.c
gstavprotocol.h
gstavutils.c gst-libav: fix build with ffmpeg-5.0.0 2022-01-17 18:11:32 +08:00
gstavutils.h
gstavviddec.c libav: fix frame leak on negotiation error 2022-04-18 10:50:35 +01:00
gstavviddec.h
gstavvidenc.c gst-libav: fix build with ffmpeg-5.0.0 2022-01-17 18:11:32 +08:00
gstavvidenc.h
meson.build