gstreamer/subprojects/gst-libav/ext/libav
Ruben Gonzalez 75bcdc4564 avmux: Fix crash when muxer doesn't get codecid
gst_ffmpeg_formatid_get_codecids from gst_ffmpegmux_base_init to gst_ffmpegmux_base_init

FFmpeg 7.0 included new muxer rcwt for Raw Captions with Time
(RCWT). Commit [1].  GStreamer couldn't get sink caps for muxer it.

Calling gst_ffmpeg_formatid_get_codecids in gst_ffmpegmux_register to
avoid create muxer without pad templates.

[1] https://github.com/FFmpeg/FFmpeg/commit/3525544e48

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7222>
2024-07-24 00:15:14 +01:00
..
gstav.c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 16:25:32 +00:00
gstav.h libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 16:25:32 +00:00
gstavauddec.c avauddec: Fix crash on stop() 2024-07-16 18:07:59 +02:00
gstavauddec.h libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 16:25:32 +00:00
gstavaudenc.c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 16:25:32 +00:00
gstavaudenc.h libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 16:25:32 +00:00
gstavcfg.c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 16:25:32 +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 avmux: Fix crash when muxer doesn't get codecid 2024-07-24 00:15:14 +01:00
gstavcodecmap.h avmux: Fix crash when muxer doesn't get codecid 2024-07-24 00:15:14 +01:00
gstavdeinterlace.c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 16:25:32 +00:00
gstavdemux.c avdemux: Fix leak of demuxer input context in error cases 2024-07-08 16:25:32 +00:00
gstavmux.c avmux: Fix crash when muxer doesn't get codecid 2024-07-24 00:15:14 +01:00
gstavprotocol.c libav: Fix signature of avprotocol write function for ffmpeg 7 2024-07-08 16:25:31 +00: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 avviddec: Only use 2 ticks per frame if decoding interlaced video 2024-07-08 16:25:32 +00:00
gstavviddec.h libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 16:25:32 +00:00
gstavvidenc.c avvidenc: Make sure to pass always increasing PTS to the encoder 2024-07-08 16:25:32 +00:00
gstavvidenc.h avvidenc: Make sure to pass always increasing PTS to the encoder 2024-07-08 16:25:32 +00:00
meson.build gst-libav: add avvideocompare element 2023-05-04 19:34:06 +00:00