gstreamer/subprojects/gst-libav/ext/libav
Guillaume Desmottes 6d94b77ae8 libav: expose fake booleans properties as enums
Some ffmpeg options claims to be booleans but are actually 3-values enums
with -1 as default instead of 1 or 0. Handle those using a custom enum
so we keep the same defaults as ffmpeg and users can properly configure them
if they need to.

See https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3035
for an actual example of this problem. The GStreamer element was
automatically enabling a non-default option, leading to strange behavior
in the AAC encoder.

Fix #3035

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5507>
2023-10-19 12:39:06 +00:00
..
gstav.c gst-libav: add avvideocompare element 2023-05-04 19:34:06 +00:00
gstav.h gst-libav: add avvideocompare element 2023-05-04 19:34:06 +00:00
gstavauddec.c ffmpeg: avauddec/avviddec: Free packet side data after usage 2023-02-28 12:01:57 +00:00
gstavauddec.h Move files from gst-libav into the "subprojects/gst-libav/" subdir 2021-09-24 16:15:08 -03:00
gstavaudenc.c gst-libav: drop use of GSlice allocator 2023-02-03 17:48:09 +00:00
gstavaudenc.h Move files from gst-libav into the "subprojects/gst-libav/" subdir 2021-09-24 16:15:08 -03:00
gstavcfg.c libav: expose fake booleans properties as enums 2023-10-19 12:39:06 +00:00
gstavcfg.h Move files from gst-libav into the "subprojects/gst-libav/" subdir 2021-09-24 16:15:08 -03:00
gstavcodecmap.c avcodecmap: Add MxPEG codec ID 2023-09-21 15:03:01 +00:00
gstavcodecmap.h avviddec: Introduce a class for shared properties 2022-11-02 19:23:14 +00:00
gstavdeinterlace.c avdeinterlace: fix element leak 2023-04-10 17:59:30 +01:00
gstavdemux.c libav: Integrate FFmpeg's DSD support with GstDsd caps 2023-06-23 01:27:04 +00:00
gstavmux.c libav: set the frame rate values in ffmpeg stream context 2023-04-27 06:45:26 +00:00
gstavprotocol.c Move files from gst-libav into the "subprojects/gst-libav/" subdir 2021-09-24 16:15:08 -03:00
gstavprotocol.h Move files from gst-libav into the "subprojects/gst-libav/" subdir 2021-09-24 16:15:08 -03:00
gstavutils.c avutils: Add missing space in doc 2022-11-05 15:12:08 +00:00
gstavutils.h avviddec: Introduce a class for shared properties 2022-11-02 19:23:14 +00:00
gstavvidcmp.c gst-libav: add avvideocompare element 2023-05-04 19:34:06 +00:00
gstavviddec.c avvidec: Fix more deprecated symbol 2023-06-13 20:12:11 +00:00
gstavviddec.h avviddec: Introduce a class for shared properties 2022-11-02 19:23:14 +00:00
gstavvidenc.c gst-libav: drop use of GSlice allocator 2023-02-03 17:48:09 +00:00
gstavvidenc.h avvidenc: Offset PTS to zero to fix bitrate control 2023-01-13 17:18:38 +00:00
meson.build gst-libav: add avvideocompare element 2023-05-04 19:34:06 +00:00