gstreamer/subprojects/gst-libav/ext/libav
Seungha Yang 0513e51716 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/2724>
2022-07-08 13:56:35 +00:00
..
gstav.c
gstav.h
gstavauddec.c avauddec: Add clipping meta support for gapless playback 2022-03-14 10:32:15 +02:00
gstavauddec.h
gstavaudenc.c avaudenc: Add support for AV_PKT_DATA_SKIP_SAMPLES side data 2022-03-14 10:32:15 +02:00
gstavaudenc.h
gstavcfg.c libav: Fix for APNG encoder property registration 2022-07-08 13:56:35 +00:00
gstavcfg.h
gstavcodecmap.c
gstavcodecmap.h
gstavdeinterlace.c
gstavdemux.c
gstavmux.c
gstavprotocol.c
gstavprotocol.h
gstavutils.c
gstavutils.h
gstavviddec.c avviddec, video.c, h265parse: Workaround for broken field-based interlaced encoders 2022-06-16 10:03:02 +00:00
gstavviddec.h
gstavvidenc.c
gstavvidenc.h
meson.build