[mythtv-commits] [MythTV/mythtv] 86a379: FFmpeg: copy in merged version 5.1

Scott Theisen noreply at github.com
Thu Aug 25 13:10:29 UTC 2022


  Branch: refs/heads/devel/ffmpeg-resync
  Home:   https://github.com/MythTV/mythtv
  Commit: 86a3791b183a2cc7fc8bdfee90b34f56f9052289
      https://github.com/MythTV/mythtv/commit/86a3791b183a2cc7fc8bdfee90b34f56f9052289
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/external/FFmpeg/.gitignore
    M mythtv/external/FFmpeg/Changelog
    M mythtv/external/FFmpeg/MAINTAINERS
    M mythtv/external/FFmpeg/Makefile
    M mythtv/external/FFmpeg/README.md
    M mythtv/external/FFmpeg/RELEASE
    M mythtv/external/FFmpeg/RELEASE_NOTES
    M mythtv/external/FFmpeg/compat/atomics/win32/stdatomic.h
    M mythtv/external/FFmpeg/compat/cuda/cuda_runtime.h
    R mythtv/external/FFmpeg/compat/cuda/ptx2c.sh
    M mythtv/external/FFmpeg/compat/msvcrt/snprintf.c
    M mythtv/external/FFmpeg/compat/w32dlfcn.h
    M mythtv/external/FFmpeg/configure
    M mythtv/external/FFmpeg/doc/APIchanges
    M mythtv/external/FFmpeg/doc/Doxyfile
    M mythtv/external/FFmpeg/doc/Makefile
    M mythtv/external/FFmpeg/doc/bitstream_filters.texi
    M mythtv/external/FFmpeg/doc/codecs.texi
    M mythtv/external/FFmpeg/doc/decoders.texi
    M mythtv/external/FFmpeg/doc/demuxers.texi
    M mythtv/external/FFmpeg/doc/developer.texi
    M mythtv/external/FFmpeg/doc/doxy-wrapper.sh
    M mythtv/external/FFmpeg/doc/encoders.texi
    M mythtv/external/FFmpeg/doc/examples/decode_audio.c
    M mythtv/external/FFmpeg/doc/examples/decode_video.c
    M mythtv/external/FFmpeg/doc/examples/demuxing_decoding.c
    M mythtv/external/FFmpeg/doc/examples/encode_audio.c
    M mythtv/external/FFmpeg/doc/examples/encode_video.c
    M mythtv/external/FFmpeg/doc/examples/extract_mvs.c
    M mythtv/external/FFmpeg/doc/examples/filter_audio.c
    M mythtv/external/FFmpeg/doc/examples/filtering_audio.c
    M mythtv/external/FFmpeg/doc/examples/filtering_video.c
    M mythtv/external/FFmpeg/doc/examples/hw_decode.c
    M mythtv/external/FFmpeg/doc/examples/metadata.c
    M mythtv/external/FFmpeg/doc/examples/muxing.c
    M mythtv/external/FFmpeg/doc/examples/qsvdec.c
    M mythtv/external/FFmpeg/doc/examples/remuxing.c
    M mythtv/external/FFmpeg/doc/examples/resampling_audio.c
    M mythtv/external/FFmpeg/doc/examples/transcode_aac.c
    M mythtv/external/FFmpeg/doc/examples/transcoding.c
    M mythtv/external/FFmpeg/doc/examples/vaapi_encode.c
    M mythtv/external/FFmpeg/doc/examples/vaapi_transcode.c
    M mythtv/external/FFmpeg/doc/fate.texi
    M mythtv/external/FFmpeg/doc/ffmpeg.texi
    M mythtv/external/FFmpeg/doc/ffplay.texi
    M mythtv/external/FFmpeg/doc/ffprobe.texi
    M mythtv/external/FFmpeg/doc/ffprobe.xsd
    M mythtv/external/FFmpeg/doc/fftools-common-opts.texi
    M mythtv/external/FFmpeg/doc/filters.texi
    M mythtv/external/FFmpeg/doc/formats.texi
    M mythtv/external/FFmpeg/doc/general_contents.texi
    M mythtv/external/FFmpeg/doc/git-howto.texi
    M mythtv/external/FFmpeg/doc/indevs.texi
    M mythtv/external/FFmpeg/doc/mailing-list-faq.texi
    M mythtv/external/FFmpeg/doc/muxers.texi
    M mythtv/external/FFmpeg/doc/outdevs.texi
    M mythtv/external/FFmpeg/doc/protocols.texi
    M mythtv/external/FFmpeg/doc/t2h.pm
    A mythtv/external/FFmpeg/doc/transforms.md
    M mythtv/external/FFmpeg/doc/utils.texi
    M mythtv/external/FFmpeg/ffbuild/.gitignore
    M mythtv/external/FFmpeg/ffbuild/arch.mak
    A mythtv/external/FFmpeg/ffbuild/bin2c.c
    M mythtv/external/FFmpeg/ffbuild/common.mak
    M mythtv/external/FFmpeg/ffbuild/library.mak
    M mythtv/external/FFmpeg/ffbuild/libversion.sh
    M mythtv/external/FFmpeg/fftools/Makefile
    M mythtv/external/FFmpeg/fftools/cmdutils.c
    M mythtv/external/FFmpeg/fftools/cmdutils.h
    M mythtv/external/FFmpeg/fftools/ffmpeg.c
    M mythtv/external/FFmpeg/fftools/ffmpeg.h
    M mythtv/external/FFmpeg/fftools/ffmpeg_filter.c
    M mythtv/external/FFmpeg/fftools/ffmpeg_hw.c
    A mythtv/external/FFmpeg/fftools/ffmpeg_mux.c
    M mythtv/external/FFmpeg/fftools/ffmpeg_opt.c
    R mythtv/external/FFmpeg/fftools/ffmpeg_qsv.c
    R mythtv/external/FFmpeg/fftools/ffmpeg_videotoolbox.c
    M mythtv/external/FFmpeg/fftools/ffplay.c
    M mythtv/external/FFmpeg/fftools/ffprobe.c
    A mythtv/external/FFmpeg/fftools/fopen_utf8.h
    A mythtv/external/FFmpeg/fftools/opt_common.c
    A mythtv/external/FFmpeg/fftools/opt_common.h
    M mythtv/external/FFmpeg/libavcodec/012v.c
    M mythtv/external/FFmpeg/libavcodec/4xm.c
    M mythtv/external/FFmpeg/libavcodec/8bps.c
    M mythtv/external/FFmpeg/libavcodec/8svx.c
    M mythtv/external/FFmpeg/libavcodec/Makefile
    M mythtv/external/FFmpeg/libavcodec/a64multienc.c
    M mythtv/external/FFmpeg/libavcodec/aac.h
    M mythtv/external/FFmpeg/libavcodec/aac_ac3_parser.c
    M mythtv/external/FFmpeg/libavcodec/aac_adtstoasc_bsf.c
    M mythtv/external/FFmpeg/libavcodec/aac_defines.h
    M mythtv/external/FFmpeg/libavcodec/aac_parser.c
    M mythtv/external/FFmpeg/libavcodec/aaccoder.c
    M mythtv/external/FFmpeg/libavcodec/aaccoder_twoloop.h
    M mythtv/external/FFmpeg/libavcodec/aacdec.c
    M mythtv/external/FFmpeg/libavcodec/aacdec_fixed.c
    M mythtv/external/FFmpeg/libavcodec/aacdec_template.c
    M mythtv/external/FFmpeg/libavcodec/aacdectab.h
    M mythtv/external/FFmpeg/libavcodec/aacenc.c
    M mythtv/external/FFmpeg/libavcodec/aacenc.h
    M mythtv/external/FFmpeg/libavcodec/aacenctab.h
    M mythtv/external/FFmpeg/libavcodec/aacps.c
    M mythtv/external/FFmpeg/libavcodec/aacps_common.c
    M mythtv/external/FFmpeg/libavcodec/aacpsdsp_template.c
    M mythtv/external/FFmpeg/libavcodec/aacpsy.c
    M mythtv/external/FFmpeg/libavcodec/aacsbr_template.c
    M mythtv/external/FFmpeg/libavcodec/aactab.c
    M mythtv/external/FFmpeg/libavcodec/aarch64/Makefile
    M mythtv/external/FFmpeg/libavcodec/aarch64/aacpsdsp_init_aarch64.c
    M mythtv/external/FFmpeg/libavcodec/aarch64/fft_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/h264cmc_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/h264dsp_init_aarch64.c
    M mythtv/external/FFmpeg/libavcodec/aarch64/h264dsp_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/h264idct_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/h264pred_init.c
    M mythtv/external/FFmpeg/libavcodec/aarch64/h264pred_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/h264qpel_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/hevcdsp_init_aarch64.c
    M mythtv/external/FFmpeg/libavcodec/aarch64/hevcdsp_sao_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/idct.h
    M mythtv/external/FFmpeg/libavcodec/aarch64/idctdsp_init_aarch64.c
    A mythtv/external/FFmpeg/libavcodec/aarch64/idctdsp_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/mdct_neon.S
    A mythtv/external/FFmpeg/libavcodec/aarch64/me_cmp_init_aarch64.c
    A mythtv/external/FFmpeg/libavcodec/aarch64/me_cmp_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/neontest.c
    M mythtv/external/FFmpeg/libavcodec/aarch64/opusdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/aarch64/simple_idct_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/synth_filter_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/vc1dsp_init_aarch64.c
    A mythtv/external/FFmpeg/libavcodec/aarch64/vc1dsp_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/videodsp.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/vp9itxfm_16bpp_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/vp9itxfm_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/vp9lpf_16bpp_neon.S
    M mythtv/external/FFmpeg/libavcodec/aarch64/vp9lpf_neon.S
    M mythtv/external/FFmpeg/libavcodec/aasc.c
    M mythtv/external/FFmpeg/libavcodec/ac3.c
    M mythtv/external/FFmpeg/libavcodec/ac3.h
    A mythtv/external/FFmpeg/libavcodec/ac3_channel_layout_tab.c
    A mythtv/external/FFmpeg/libavcodec/ac3_channel_layout_tab.h
    M mythtv/external/FFmpeg/libavcodec/ac3_parser.c
    M mythtv/external/FFmpeg/libavcodec/ac3_parser_internal.h
    M mythtv/external/FFmpeg/libavcodec/ac3dec.c
    M mythtv/external/FFmpeg/libavcodec/ac3dec.h
    M mythtv/external/FFmpeg/libavcodec/ac3dec_data.c
    M mythtv/external/FFmpeg/libavcodec/ac3dec_fixed.c
    M mythtv/external/FFmpeg/libavcodec/ac3dec_float.c
    A mythtv/external/FFmpeg/libavcodec/ac3defs.h
    M mythtv/external/FFmpeg/libavcodec/ac3dsp.c
    M mythtv/external/FFmpeg/libavcodec/ac3enc.c
    M mythtv/external/FFmpeg/libavcodec/ac3enc.h
    M mythtv/external/FFmpeg/libavcodec/ac3enc_fixed.c
    M mythtv/external/FFmpeg/libavcodec/ac3enc_float.c
    M mythtv/external/FFmpeg/libavcodec/ac3enc_template.c
    M mythtv/external/FFmpeg/libavcodec/ac3tab.c
    M mythtv/external/FFmpeg/libavcodec/ac3tab.h
    M mythtv/external/FFmpeg/libavcodec/acelp_filters.c
    M mythtv/external/FFmpeg/libavcodec/acelp_vectors.c
    M mythtv/external/FFmpeg/libavcodec/adpcm.c
    M mythtv/external/FFmpeg/libavcodec/adpcm_data.c
    M mythtv/external/FFmpeg/libavcodec/adpcm_data.h
    M mythtv/external/FFmpeg/libavcodec/adpcmenc.c
    M mythtv/external/FFmpeg/libavcodec/adts_header.c
    M mythtv/external/FFmpeg/libavcodec/adts_header.h
    M mythtv/external/FFmpeg/libavcodec/adts_parser.c
    M mythtv/external/FFmpeg/libavcodec/adx.c
    M mythtv/external/FFmpeg/libavcodec/adx_parser.c
    M mythtv/external/FFmpeg/libavcodec/adxdec.c
    M mythtv/external/FFmpeg/libavcodec/adxenc.c
    M mythtv/external/FFmpeg/libavcodec/agm.c
    M mythtv/external/FFmpeg/libavcodec/aic.c
    M mythtv/external/FFmpeg/libavcodec/alac.c
    M mythtv/external/FFmpeg/libavcodec/alac_data.c
    M mythtv/external/FFmpeg/libavcodec/alac_data.h
    M mythtv/external/FFmpeg/libavcodec/alacdsp.c
    M mythtv/external/FFmpeg/libavcodec/alacenc.c
    M mythtv/external/FFmpeg/libavcodec/aliaspixdec.c
    M mythtv/external/FFmpeg/libavcodec/aliaspixenc.c
    M mythtv/external/FFmpeg/libavcodec/allcodecs.c
    M mythtv/external/FFmpeg/libavcodec/alsdec.c
    M mythtv/external/FFmpeg/libavcodec/amfenc.c
    M mythtv/external/FFmpeg/libavcodec/amfenc.h
    M mythtv/external/FFmpeg/libavcodec/amfenc_h264.c
    M mythtv/external/FFmpeg/libavcodec/amfenc_hevc.c
    A mythtv/external/FFmpeg/libavcodec/amr_parser.c
    M mythtv/external/FFmpeg/libavcodec/amrnbdec.c
    M mythtv/external/FFmpeg/libavcodec/amrwbdec.c
    M mythtv/external/FFmpeg/libavcodec/anm.c
    M mythtv/external/FFmpeg/libavcodec/ansi.c
    M mythtv/external/FFmpeg/libavcodec/apedec.c
    M mythtv/external/FFmpeg/libavcodec/apng.h
    M mythtv/external/FFmpeg/libavcodec/aptx.c
    M mythtv/external/FFmpeg/libavcodec/aptx.h
    M mythtv/external/FFmpeg/libavcodec/aptxdec.c
    M mythtv/external/FFmpeg/libavcodec/aptxenc.c
    M mythtv/external/FFmpeg/libavcodec/arbc.c
    M mythtv/external/FFmpeg/libavcodec/argo.c
    M mythtv/external/FFmpeg/libavcodec/arm/flacdsp_init_arm.c
    M mythtv/external/FFmpeg/libavcodec/arm/h264cmc_neon.S
    M mythtv/external/FFmpeg/libavcodec/arm/h264dsp_init_arm.c
    M mythtv/external/FFmpeg/libavcodec/arm/h264qpel_neon.S
    M mythtv/external/FFmpeg/libavcodec/arm/hevcdsp_init_neon.c
    M mythtv/external/FFmpeg/libavcodec/arm/mpegvideo_arm.c
    M mythtv/external/FFmpeg/libavcodec/arm/mpegvideoencdsp_init_arm.c
    M mythtv/external/FFmpeg/libavcodec/arm/neontest.c
    M mythtv/external/FFmpeg/libavcodec/arm/sbcdsp_init_arm.c
    M mythtv/external/FFmpeg/libavcodec/arm/vc1dsp_init_neon.c
    M mythtv/external/FFmpeg/libavcodec/arm/vc1dsp_neon.S
    M mythtv/external/FFmpeg/libavcodec/ass.c
    M mythtv/external/FFmpeg/libavcodec/ass.h
    M mythtv/external/FFmpeg/libavcodec/ass_split.c
    M mythtv/external/FFmpeg/libavcodec/ass_split.h
    M mythtv/external/FFmpeg/libavcodec/assdec.c
    M mythtv/external/FFmpeg/libavcodec/assenc.c
    M mythtv/external/FFmpeg/libavcodec/asvdec.c
    M mythtv/external/FFmpeg/libavcodec/asvenc.c
    M mythtv/external/FFmpeg/libavcodec/atrac.c
    M mythtv/external/FFmpeg/libavcodec/atrac1.c
    M mythtv/external/FFmpeg/libavcodec/atrac3.c
    M mythtv/external/FFmpeg/libavcodec/atrac3plus.c
    M mythtv/external/FFmpeg/libavcodec/atrac3plusdec.c
    M mythtv/external/FFmpeg/libavcodec/atrac9dec.c
    M mythtv/external/FFmpeg/libavcodec/atrac9tab.h
    M mythtv/external/FFmpeg/libavcodec/atsc_a53.c
    M mythtv/external/FFmpeg/libavcodec/audiodsp.c
    M mythtv/external/FFmpeg/libavcodec/audiotoolboxdec.c
    M mythtv/external/FFmpeg/libavcodec/audiotoolboxenc.c
    M mythtv/external/FFmpeg/libavcodec/aura.c
    M mythtv/external/FFmpeg/libavcodec/av1.h
    M mythtv/external/FFmpeg/libavcodec/av1_frame_merge_bsf.c
    M mythtv/external/FFmpeg/libavcodec/av1_frame_split_bsf.c
    M mythtv/external/FFmpeg/libavcodec/av1_metadata_bsf.c
    M mythtv/external/FFmpeg/libavcodec/av1_parse.h
    M mythtv/external/FFmpeg/libavcodec/av1_parser.c
    M mythtv/external/FFmpeg/libavcodec/av1dec.c
    M mythtv/external/FFmpeg/libavcodec/av1dec.h
    M mythtv/external/FFmpeg/libavcodec/avcodec.c
    M mythtv/external/FFmpeg/libavcodec/avcodec.h
    M mythtv/external/FFmpeg/libavcodec/avpacket.c
    R mythtv/external/FFmpeg/libavcodec/avpicture.c
    M mythtv/external/FFmpeg/libavcodec/avrndec.c
    M mythtv/external/FFmpeg/libavcodec/avs.c
    A mythtv/external/FFmpeg/libavcodec/avs2.c
    A mythtv/external/FFmpeg/libavcodec/avs2.h
    M mythtv/external/FFmpeg/libavcodec/avs2_parser.c
    M mythtv/external/FFmpeg/libavcodec/avs3_parser.c
    M mythtv/external/FFmpeg/libavcodec/avuidec.c
    M mythtv/external/FFmpeg/libavcodec/avuienc.c
    M mythtv/external/FFmpeg/libavcodec/bethsoftvideo.c
    M mythtv/external/FFmpeg/libavcodec/bfi.c
    M mythtv/external/FFmpeg/libavcodec/bink.c
    M mythtv/external/FFmpeg/libavcodec/binkaudio.c
    M mythtv/external/FFmpeg/libavcodec/bintext.c
    R mythtv/external/FFmpeg/libavcodec/bitpacked.c
    A mythtv/external/FFmpeg/libavcodec/bitpacked_dec.c
    A mythtv/external/FFmpeg/libavcodec/bitpacked_enc.c
    M mythtv/external/FFmpeg/libavcodec/bitstream.c
    R mythtv/external/FFmpeg/libavcodec/bitstream_filter.c
    M mythtv/external/FFmpeg/libavcodec/bitstream_filters.c
    M mythtv/external/FFmpeg/libavcodec/blockdsp.c
    M mythtv/external/FFmpeg/libavcodec/blockdsp.h
    M mythtv/external/FFmpeg/libavcodec/bmp.c
    M mythtv/external/FFmpeg/libavcodec/bmp.h
    M mythtv/external/FFmpeg/libavcodec/bmp_parser.c
    M mythtv/external/FFmpeg/libavcodec/bmpenc.c
    M mythtv/external/FFmpeg/libavcodec/bmvaudio.c
    M mythtv/external/FFmpeg/libavcodec/bmvvideo.c
    M mythtv/external/FFmpeg/libavcodec/brenderpix.c
    M mythtv/external/FFmpeg/libavcodec/bsf.c
    M mythtv/external/FFmpeg/libavcodec/bsf.h
    M mythtv/external/FFmpeg/libavcodec/bsf_internal.h
    M mythtv/external/FFmpeg/libavcodec/bswapdsp.c
    M mythtv/external/FFmpeg/libavcodec/c93.c
    M mythtv/external/FFmpeg/libavcodec/cabac.c
    M mythtv/external/FFmpeg/libavcodec/cabac_functions.h
    M mythtv/external/FFmpeg/libavcodec/cavs.c
    M mythtv/external/FFmpeg/libavcodec/cavs_parser.c
    M mythtv/external/FFmpeg/libavcodec/cavsdec.c
    M mythtv/external/FFmpeg/libavcodec/cavsdsp.c
    M mythtv/external/FFmpeg/libavcodec/cbs.c
    M mythtv/external/FFmpeg/libavcodec/cbs.h
    M mythtv/external/FFmpeg/libavcodec/cbs_av1.c
    M mythtv/external/FFmpeg/libavcodec/cbs_av1_syntax_template.c
    M mythtv/external/FFmpeg/libavcodec/cbs_bsf.c
    M mythtv/external/FFmpeg/libavcodec/cbs_bsf.h
    M mythtv/external/FFmpeg/libavcodec/cbs_h264.h
    M mythtv/external/FFmpeg/libavcodec/cbs_h2645.c
    M mythtv/external/FFmpeg/libavcodec/cbs_h264_syntax_template.c
    M mythtv/external/FFmpeg/libavcodec/cbs_h265.h
    M mythtv/external/FFmpeg/libavcodec/cbs_h265_syntax_template.c
    M mythtv/external/FFmpeg/libavcodec/cbs_internal.h
    M mythtv/external/FFmpeg/libavcodec/cbs_jpeg.c
    M mythtv/external/FFmpeg/libavcodec/cbs_jpeg.h
    M mythtv/external/FFmpeg/libavcodec/cbs_jpeg_syntax_template.c
    M mythtv/external/FFmpeg/libavcodec/cbs_mpeg2.c
    M mythtv/external/FFmpeg/libavcodec/cbs_vp9.c
    M mythtv/external/FFmpeg/libavcodec/ccaption_dec.c
    M mythtv/external/FFmpeg/libavcodec/cdgraphics.c
    M mythtv/external/FFmpeg/libavcodec/cdtoons.c
    M mythtv/external/FFmpeg/libavcodec/cdxl.c
    M mythtv/external/FFmpeg/libavcodec/celp_filters.c
    M mythtv/external/FFmpeg/libavcodec/celp_math.c
    M mythtv/external/FFmpeg/libavcodec/cfhd.c
    M mythtv/external/FFmpeg/libavcodec/cfhd.h
    M mythtv/external/FFmpeg/libavcodec/cfhddata.c
    M mythtv/external/FFmpeg/libavcodec/cfhddsp.c
    M mythtv/external/FFmpeg/libavcodec/cfhdenc.c
    M mythtv/external/FFmpeg/libavcodec/cfhdencdsp.c
    M mythtv/external/FFmpeg/libavcodec/chomp_bsf.c
    M mythtv/external/FFmpeg/libavcodec/cinepak.c
    M mythtv/external/FFmpeg/libavcodec/cinepakenc.c
    M mythtv/external/FFmpeg/libavcodec/clearvideo.c
    M mythtv/external/FFmpeg/libavcodec/cljrdec.c
    M mythtv/external/FFmpeg/libavcodec/cljrenc.c
    M mythtv/external/FFmpeg/libavcodec/cllc.c
    M mythtv/external/FFmpeg/libavcodec/cngdec.c
    M mythtv/external/FFmpeg/libavcodec/cngenc.c
    M mythtv/external/FFmpeg/libavcodec/codec.h
    R mythtv/external/FFmpeg/libavcodec/codec2utils.c
    M mythtv/external/FFmpeg/libavcodec/codec2utils.h
    M mythtv/external/FFmpeg/libavcodec/codec_desc.c
    M mythtv/external/FFmpeg/libavcodec/codec_id.h
    A mythtv/external/FFmpeg/libavcodec/codec_internal.h
    M mythtv/external/FFmpeg/libavcodec/codec_par.c
    M mythtv/external/FFmpeg/libavcodec/codec_par.h
    M mythtv/external/FFmpeg/libavcodec/cook.c
    M mythtv/external/FFmpeg/libavcodec/cook_parser.c
    M mythtv/external/FFmpeg/libavcodec/cpia.c
    M mythtv/external/FFmpeg/libavcodec/cri.c
    M mythtv/external/FFmpeg/libavcodec/cri_parser.c
    M mythtv/external/FFmpeg/libavcodec/crystalhd.c
    M mythtv/external/FFmpeg/libavcodec/cscd.c
    M mythtv/external/FFmpeg/libavcodec/cuviddec.c
    M mythtv/external/FFmpeg/libavcodec/cyuv.c
    M mythtv/external/FFmpeg/libavcodec/dca.c
    M mythtv/external/FFmpeg/libavcodec/dca.h
    M mythtv/external/FFmpeg/libavcodec/dca_core.c
    M mythtv/external/FFmpeg/libavcodec/dca_core.h
    M mythtv/external/FFmpeg/libavcodec/dca_core_bsf.c
    M mythtv/external/FFmpeg/libavcodec/dca_exss.h
    M mythtv/external/FFmpeg/libavcodec/dca_lbr.c
    M mythtv/external/FFmpeg/libavcodec/dca_lbr.h
    M mythtv/external/FFmpeg/libavcodec/dca_parser.c
    A mythtv/external/FFmpeg/libavcodec/dca_sample_rate_tab.c
    A mythtv/external/FFmpeg/libavcodec/dca_sample_rate_tab.h
    M mythtv/external/FFmpeg/libavcodec/dca_xll.c
    M mythtv/external/FFmpeg/libavcodec/dca_xll.h
    M mythtv/external/FFmpeg/libavcodec/dcadct.c
    M mythtv/external/FFmpeg/libavcodec/dcadct.h
    M mythtv/external/FFmpeg/libavcodec/dcadec.c
    M mythtv/external/FFmpeg/libavcodec/dcadec.h
    M mythtv/external/FFmpeg/libavcodec/dcadsp.c
    M mythtv/external/FFmpeg/libavcodec/dcaenc.c
    M mythtv/external/FFmpeg/libavcodec/dcahuff.c
    M mythtv/external/FFmpeg/libavcodec/dcahuff.h
    M mythtv/external/FFmpeg/libavcodec/dct.c
    M mythtv/external/FFmpeg/libavcodec/dds.c
    M mythtv/external/FFmpeg/libavcodec/decode.c
    M mythtv/external/FFmpeg/libavcodec/decode.h
    A mythtv/external/FFmpeg/libavcodec/defs.h
    M mythtv/external/FFmpeg/libavcodec/dfa.c
    A mythtv/external/FFmpeg/libavcodec/dfpwmdec.c
    A mythtv/external/FFmpeg/libavcodec/dfpwmenc.c
    M mythtv/external/FFmpeg/libavcodec/dirac.c
    M mythtv/external/FFmpeg/libavcodec/dirac_dwt.c
    M mythtv/external/FFmpeg/libavcodec/dirac_parser.c
    M mythtv/external/FFmpeg/libavcodec/dirac_vlc.h
    M mythtv/external/FFmpeg/libavcodec/diracdec.c
    M mythtv/external/FFmpeg/libavcodec/diracdsp.c
    M mythtv/external/FFmpeg/libavcodec/dnxhd_parser.c
    M mythtv/external/FFmpeg/libavcodec/dnxhddata.c
    M mythtv/external/FFmpeg/libavcodec/dnxhddata.h
    M mythtv/external/FFmpeg/libavcodec/dnxhddec.c
    M mythtv/external/FFmpeg/libavcodec/dnxhdenc.c
    M mythtv/external/FFmpeg/libavcodec/dnxhdenc.h
    M mythtv/external/FFmpeg/libavcodec/dolby_e.c
    M mythtv/external/FFmpeg/libavcodec/dolby_e.h
    M mythtv/external/FFmpeg/libavcodec/dolby_e_parser.c
    A mythtv/external/FFmpeg/libavcodec/dovi_rpu.c
    A mythtv/external/FFmpeg/libavcodec/dovi_rpu.h
    M mythtv/external/FFmpeg/libavcodec/dpcm.c
    M mythtv/external/FFmpeg/libavcodec/dpx.c
    M mythtv/external/FFmpeg/libavcodec/dpx_parser.c
    M mythtv/external/FFmpeg/libavcodec/dpxenc.c
    M mythtv/external/FFmpeg/libavcodec/dsd.c
    M mythtv/external/FFmpeg/libavcodec/dsd.h
    R mythtv/external/FFmpeg/libavcodec/dsd_tablegen.h
    M mythtv/external/FFmpeg/libavcodec/dsddec.c
    M mythtv/external/FFmpeg/libavcodec/dsicinaudio.c
    M mythtv/external/FFmpeg/libavcodec/dsicinvideo.c
    M mythtv/external/FFmpeg/libavcodec/dss_sp.c
    M mythtv/external/FFmpeg/libavcodec/dstdec.c
    M mythtv/external/FFmpeg/libavcodec/dump_extradata_bsf.c
    M mythtv/external/FFmpeg/libavcodec/dv.c
    M mythtv/external/FFmpeg/libavcodec/dv.h
    A mythtv/external/FFmpeg/libavcodec/dv_error_marker_bsf.c
    M mythtv/external/FFmpeg/libavcodec/dv_profile.c
    M mythtv/external/FFmpeg/libavcodec/dv_profile.h
    M mythtv/external/FFmpeg/libavcodec/dv_profile_internal.h
    M mythtv/external/FFmpeg/libavcodec/dvaudio_parser.c
    M mythtv/external/FFmpeg/libavcodec/dvaudiodec.c
    M mythtv/external/FFmpeg/libavcodec/dvbsub_parser.c
    M mythtv/external/FFmpeg/libavcodec/dvbsubdec.c
    M mythtv/external/FFmpeg/libavcodec/dvbsubenc.c
    M mythtv/external/FFmpeg/libavcodec/dvd_nav_parser.c
    M mythtv/external/FFmpeg/libavcodec/dvdec.c
    M mythtv/external/FFmpeg/libavcodec/dvdsub_parser.c
    M mythtv/external/FFmpeg/libavcodec/dvdsubdec.c
    M mythtv/external/FFmpeg/libavcodec/dvdsubenc.c
    M mythtv/external/FFmpeg/libavcodec/dvenc.c
    M mythtv/external/FFmpeg/libavcodec/dxa.c
    M mythtv/external/FFmpeg/libavcodec/dxtory.c
    M mythtv/external/FFmpeg/libavcodec/dxv.c
    M mythtv/external/FFmpeg/libavcodec/dxva2.c
    M mythtv/external/FFmpeg/libavcodec/dxva2_av1.c
    M mythtv/external/FFmpeg/libavcodec/dxva2_h264.c
    M mythtv/external/FFmpeg/libavcodec/dxva2_hevc.c
    M mythtv/external/FFmpeg/libavcodec/dxva2_mpeg2.c
    M mythtv/external/FFmpeg/libavcodec/dxva2_vc1.c
    M mythtv/external/FFmpeg/libavcodec/dxva2_vp9.c
    M mythtv/external/FFmpeg/libavcodec/dynamic_hdr10_plus.c
    A mythtv/external/FFmpeg/libavcodec/dynamic_hdr_vivid.c
    A mythtv/external/FFmpeg/libavcodec/dynamic_hdr_vivid.h
    M mythtv/external/FFmpeg/libavcodec/eac3_core_bsf.c
    M mythtv/external/FFmpeg/libavcodec/eac3_data.c
    M mythtv/external/FFmpeg/libavcodec/eac3dec.c
    M mythtv/external/FFmpeg/libavcodec/eac3enc.c
    M mythtv/external/FFmpeg/libavcodec/eacmv.c
    M mythtv/external/FFmpeg/libavcodec/eamad.c
    M mythtv/external/FFmpeg/libavcodec/eatgq.c
    M mythtv/external/FFmpeg/libavcodec/eatgv.c
    M mythtv/external/FFmpeg/libavcodec/eatqi.c
    M mythtv/external/FFmpeg/libavcodec/elbg.c
    M mythtv/external/FFmpeg/libavcodec/elbg.h
    M mythtv/external/FFmpeg/libavcodec/elsdec.c
    M mythtv/external/FFmpeg/libavcodec/encode.c
    M mythtv/external/FFmpeg/libavcodec/encode.h
    M mythtv/external/FFmpeg/libavcodec/error_resilience.c
    M mythtv/external/FFmpeg/libavcodec/error_resilience.h
    M mythtv/external/FFmpeg/libavcodec/escape124.c
    M mythtv/external/FFmpeg/libavcodec/escape130.c
    M mythtv/external/FFmpeg/libavcodec/evrcdec.c
    M mythtv/external/FFmpeg/libavcodec/exif.c
    M mythtv/external/FFmpeg/libavcodec/exif.h
    M mythtv/external/FFmpeg/libavcodec/exr.c
    M mythtv/external/FFmpeg/libavcodec/exrdsp.c
    M mythtv/external/FFmpeg/libavcodec/exrdsp.h
    M mythtv/external/FFmpeg/libavcodec/exrenc.c
    M mythtv/external/FFmpeg/libavcodec/extract_extradata_bsf.c
    M mythtv/external/FFmpeg/libavcodec/fastaudio.c
    M mythtv/external/FFmpeg/libavcodec/faxcompr.c
    M mythtv/external/FFmpeg/libavcodec/fdctdsp.c
    M mythtv/external/FFmpeg/libavcodec/ffjni.c
    M mythtv/external/FFmpeg/libavcodec/fft-internal.h
    M mythtv/external/FFmpeg/libavcodec/fft.h
    M mythtv/external/FFmpeg/libavcodec/fft_fixed_32.c
    M mythtv/external/FFmpeg/libavcodec/fft_float.c
    M mythtv/external/FFmpeg/libavcodec/fft_template.c
    M mythtv/external/FFmpeg/libavcodec/ffv1.c
    M mythtv/external/FFmpeg/libavcodec/ffv1.h
    M mythtv/external/FFmpeg/libavcodec/ffv1dec.c
    M mythtv/external/FFmpeg/libavcodec/ffv1dec_template.c
    M mythtv/external/FFmpeg/libavcodec/ffv1enc.c
    M mythtv/external/FFmpeg/libavcodec/ffv1enc_template.c
    M mythtv/external/FFmpeg/libavcodec/ffwavesynth.c
    M mythtv/external/FFmpeg/libavcodec/fic.c
    M mythtv/external/FFmpeg/libavcodec/filter_units_bsf.c
    M mythtv/external/FFmpeg/libavcodec/fits.c
    M mythtv/external/FFmpeg/libavcodec/fitsdec.c
    M mythtv/external/FFmpeg/libavcodec/fitsenc.c
    M mythtv/external/FFmpeg/libavcodec/flac.c
    M mythtv/external/FFmpeg/libavcodec/flac.h
    M mythtv/external/FFmpeg/libavcodec/flac_parser.c
    M mythtv/external/FFmpeg/libavcodec/flacdata.c
    M mythtv/external/FFmpeg/libavcodec/flacdata.h
    M mythtv/external/FFmpeg/libavcodec/flacdec.c
    M mythtv/external/FFmpeg/libavcodec/flacdsp.c
    M mythtv/external/FFmpeg/libavcodec/flacdsp.h
    M mythtv/external/FFmpeg/libavcodec/flacdsp_lpc_template.c
    M mythtv/external/FFmpeg/libavcodec/flacdsp_template.c
    M mythtv/external/FFmpeg/libavcodec/flacenc.c
    M mythtv/external/FFmpeg/libavcodec/flashsv.c
    M mythtv/external/FFmpeg/libavcodec/flashsv2enc.c
    M mythtv/external/FFmpeg/libavcodec/flashsvenc.c
    M mythtv/external/FFmpeg/libavcodec/flicvideo.c
    R mythtv/external/FFmpeg/libavcodec/flv.h
    M mythtv/external/FFmpeg/libavcodec/flvdec.c
    A mythtv/external/FFmpeg/libavcodec/flvdec.h
    M mythtv/external/FFmpeg/libavcodec/flvenc.c
    A mythtv/external/FFmpeg/libavcodec/flvenc.h
    M mythtv/external/FFmpeg/libavcodec/fmtconvert.c
    M mythtv/external/FFmpeg/libavcodec/fmvc.c
    M mythtv/external/FFmpeg/libavcodec/frame_thread_encoder.c
    M mythtv/external/FFmpeg/libavcodec/frame_thread_encoder.h
    M mythtv/external/FFmpeg/libavcodec/fraps.c
    M mythtv/external/FFmpeg/libavcodec/frwu.c
    M mythtv/external/FFmpeg/libavcodec/g2meet.c
    M mythtv/external/FFmpeg/libavcodec/g722.h
    M mythtv/external/FFmpeg/libavcodec/g722dec.c
    M mythtv/external/FFmpeg/libavcodec/g722dsp.c
    M mythtv/external/FFmpeg/libavcodec/g722enc.c
    M mythtv/external/FFmpeg/libavcodec/g723_1.c
    M mythtv/external/FFmpeg/libavcodec/g723_1_parser.c
    M mythtv/external/FFmpeg/libavcodec/g723_1dec.c
    M mythtv/external/FFmpeg/libavcodec/g723_1enc.c
    M mythtv/external/FFmpeg/libavcodec/g726.c
    M mythtv/external/FFmpeg/libavcodec/g729_parser.c
    M mythtv/external/FFmpeg/libavcodec/g729dec.c
    M mythtv/external/FFmpeg/libavcodec/g729postfilter.c
    M mythtv/external/FFmpeg/libavcodec/g729postfilter.h
    M mythtv/external/FFmpeg/libavcodec/gdv.c
    A mythtv/external/FFmpeg/libavcodec/gemdec.c
    M mythtv/external/FFmpeg/libavcodec/get_bits.h
    A mythtv/external/FFmpeg/libavcodec/get_buffer.c
    M mythtv/external/FFmpeg/libavcodec/gif.c
    M mythtv/external/FFmpeg/libavcodec/gif_parser.c
    M mythtv/external/FFmpeg/libavcodec/gifdec.c
    M mythtv/external/FFmpeg/libavcodec/golomb.c
    M mythtv/external/FFmpeg/libavcodec/golomb.h
    M mythtv/external/FFmpeg/libavcodec/gsm_parser.c
    M mythtv/external/FFmpeg/libavcodec/gsmdec.c
    M mythtv/external/FFmpeg/libavcodec/gsmdec_data.h
    M mythtv/external/FFmpeg/libavcodec/h261.c
    M mythtv/external/FFmpeg/libavcodec/h261.h
    M mythtv/external/FFmpeg/libavcodec/h261_parser.c
    M mythtv/external/FFmpeg/libavcodec/h261dec.c
    M mythtv/external/FFmpeg/libavcodec/h261enc.c
    A mythtv/external/FFmpeg/libavcodec/h261enc.h
    M mythtv/external/FFmpeg/libavcodec/h263.c
    M mythtv/external/FFmpeg/libavcodec/h263.h
    M mythtv/external/FFmpeg/libavcodec/h263_parser.c
    M mythtv/external/FFmpeg/libavcodec/h263data.c
    M mythtv/external/FFmpeg/libavcodec/h263dec.c
    A mythtv/external/FFmpeg/libavcodec/h263dec.h
    M mythtv/external/FFmpeg/libavcodec/h263dsp.c
    A mythtv/external/FFmpeg/libavcodec/h263enc.h
    M mythtv/external/FFmpeg/libavcodec/h2645_parse.c
    M mythtv/external/FFmpeg/libavcodec/h2645_parse.h
    M mythtv/external/FFmpeg/libavcodec/h264_cabac.c
    M mythtv/external/FFmpeg/libavcodec/h264_cavlc.c
    M mythtv/external/FFmpeg/libavcodec/h264_direct.c
    M mythtv/external/FFmpeg/libavcodec/h264_levels.c
    M mythtv/external/FFmpeg/libavcodec/h264_levels.h
    M mythtv/external/FFmpeg/libavcodec/h264_loopfilter.c
    M mythtv/external/FFmpeg/libavcodec/h264_mb.c
    M mythtv/external/FFmpeg/libavcodec/h264_metadata_bsf.c
    M mythtv/external/FFmpeg/libavcodec/h264_mp4toannexb_bsf.c
    M mythtv/external/FFmpeg/libavcodec/h264_mvpred.h
    M mythtv/external/FFmpeg/libavcodec/h264_parse.c
    M mythtv/external/FFmpeg/libavcodec/h264_parse.h
    M mythtv/external/FFmpeg/libavcodec/h264_parser.c
    M mythtv/external/FFmpeg/libavcodec/h264_picture.c
    M mythtv/external/FFmpeg/libavcodec/h264_ps.c
    M mythtv/external/FFmpeg/libavcodec/h264_ps.h
    M mythtv/external/FFmpeg/libavcodec/h264_redundant_pps_bsf.c
    M mythtv/external/FFmpeg/libavcodec/h264_refs.c
    M mythtv/external/FFmpeg/libavcodec/h264_sei.c
    M mythtv/external/FFmpeg/libavcodec/h264_sei.h
    M mythtv/external/FFmpeg/libavcodec/h264_slice.c
    M mythtv/external/FFmpeg/libavcodec/h264chroma.c
    M mythtv/external/FFmpeg/libavcodec/h264chroma.h
    M mythtv/external/FFmpeg/libavcodec/h264data.c
    M mythtv/external/FFmpeg/libavcodec/h264data.h
    M mythtv/external/FFmpeg/libavcodec/h264dec.c
    M mythtv/external/FFmpeg/libavcodec/h264dec.h
    M mythtv/external/FFmpeg/libavcodec/h264dsp.c
    M mythtv/external/FFmpeg/libavcodec/h264dsp.h
    M mythtv/external/FFmpeg/libavcodec/h264idct.h
    M mythtv/external/FFmpeg/libavcodec/h264idct_template.c
    M mythtv/external/FFmpeg/libavcodec/h264pred.c
    M mythtv/external/FFmpeg/libavcodec/h264pred.h
    M mythtv/external/FFmpeg/libavcodec/h264pred_template.c
    M mythtv/external/FFmpeg/libavcodec/h264qpel.c
    M mythtv/external/FFmpeg/libavcodec/h264qpel.h
    M mythtv/external/FFmpeg/libavcodec/h265_metadata_bsf.c
    M mythtv/external/FFmpeg/libavcodec/h265_profile_level.h
    A mythtv/external/FFmpeg/libavcodec/h274.c
    A mythtv/external/FFmpeg/libavcodec/h274.h
    M mythtv/external/FFmpeg/libavcodec/hap.h
    M mythtv/external/FFmpeg/libavcodec/hapdec.c
    M mythtv/external/FFmpeg/libavcodec/hapenc.c
    M mythtv/external/FFmpeg/libavcodec/hapqa_extract_bsf.c
    M mythtv/external/FFmpeg/libavcodec/hcadec.c
    M mythtv/external/FFmpeg/libavcodec/hcom.c
    M mythtv/external/FFmpeg/libavcodec/hevc_cabac.c
    M mythtv/external/FFmpeg/libavcodec/hevc_filter.c
    M mythtv/external/FFmpeg/libavcodec/hevc_mp4toannexb_bsf.c
    M mythtv/external/FFmpeg/libavcodec/hevc_mvs.c
    M mythtv/external/FFmpeg/libavcodec/hevc_parser.c
    M mythtv/external/FFmpeg/libavcodec/hevc_ps.c
    M mythtv/external/FFmpeg/libavcodec/hevc_ps_enc.c
    M mythtv/external/FFmpeg/libavcodec/hevc_refs.c
    M mythtv/external/FFmpeg/libavcodec/hevc_sei.c
    M mythtv/external/FFmpeg/libavcodec/hevc_sei.h
    M mythtv/external/FFmpeg/libavcodec/hevcdec.c
    M mythtv/external/FFmpeg/libavcodec/hevcdec.h
    M mythtv/external/FFmpeg/libavcodec/hevcdsp.c
    M mythtv/external/FFmpeg/libavcodec/hevcdsp.h
    M mythtv/external/FFmpeg/libavcodec/hevcdsp_template.c
    M mythtv/external/FFmpeg/libavcodec/hevcpred.c
    M mythtv/external/FFmpeg/libavcodec/hnm4video.c
    M mythtv/external/FFmpeg/libavcodec/hpeldsp.c
    M mythtv/external/FFmpeg/libavcodec/hpeldsp.h
    M mythtv/external/FFmpeg/libavcodec/hq_hqa.c
    M mythtv/external/FFmpeg/libavcodec/hqx.c
    M mythtv/external/FFmpeg/libavcodec/hqx.h
    M mythtv/external/FFmpeg/libavcodec/huffman.c
    M mythtv/external/FFmpeg/libavcodec/huffman.h
    M mythtv/external/FFmpeg/libavcodec/huffyuvdec.c
    M mythtv/external/FFmpeg/libavcodec/huffyuvdsp.c
    M mythtv/external/FFmpeg/libavcodec/huffyuvenc.c
    M mythtv/external/FFmpeg/libavcodec/huffyuvencdsp.c
    M mythtv/external/FFmpeg/libavcodec/hwaccels.h
    M mythtv/external/FFmpeg/libavcodec/hwconfig.h
    M mythtv/external/FFmpeg/libavcodec/idcinvideo.c
    M mythtv/external/FFmpeg/libavcodec/idctdsp.c
    M mythtv/external/FFmpeg/libavcodec/idctdsp.h
    M mythtv/external/FFmpeg/libavcodec/iff.c
    M mythtv/external/FFmpeg/libavcodec/iirfilter.c
    M mythtv/external/FFmpeg/libavcodec/iirfilter.h
    M mythtv/external/FFmpeg/libavcodec/ilbcdec.c
    M mythtv/external/FFmpeg/libavcodec/imc.c
    M mythtv/external/FFmpeg/libavcodec/imgconvert.c
    M mythtv/external/FFmpeg/libavcodec/imm4.c
    M mythtv/external/FFmpeg/libavcodec/imm5.c
    M mythtv/external/FFmpeg/libavcodec/imx.c
    M mythtv/external/FFmpeg/libavcodec/imx_dump_header_bsf.c
    M mythtv/external/FFmpeg/libavcodec/indeo2.c
    M mythtv/external/FFmpeg/libavcodec/indeo3.c
    M mythtv/external/FFmpeg/libavcodec/indeo4.c
    M mythtv/external/FFmpeg/libavcodec/indeo5.c
    M mythtv/external/FFmpeg/libavcodec/intelh263dec.c
    M mythtv/external/FFmpeg/libavcodec/internal.h
    M mythtv/external/FFmpeg/libavcodec/interplayacm.c
    M mythtv/external/FFmpeg/libavcodec/interplayvideo.c
    M mythtv/external/FFmpeg/libavcodec/intrax8.c
    M mythtv/external/FFmpeg/libavcodec/ipu_parser.c
    M mythtv/external/FFmpeg/libavcodec/ituh263dec.c
    M mythtv/external/FFmpeg/libavcodec/ituh263enc.c
    M mythtv/external/FFmpeg/libavcodec/ivi.c
    M mythtv/external/FFmpeg/libavcodec/ivi.h
    M mythtv/external/FFmpeg/libavcodec/ivi_dsp.c
    M mythtv/external/FFmpeg/libavcodec/j2kenc.c
    M mythtv/external/FFmpeg/libavcodec/jacosubdec.c
    M mythtv/external/FFmpeg/libavcodec/jfdctfst.c
    M mythtv/external/FFmpeg/libavcodec/jpeg2000.c
    M mythtv/external/FFmpeg/libavcodec/jpeg2000.h
    M mythtv/external/FFmpeg/libavcodec/jpeg2000_parser.c
    M mythtv/external/FFmpeg/libavcodec/jpeg2000dec.c
    M mythtv/external/FFmpeg/libavcodec/jpeg2000dsp.c
    M mythtv/external/FFmpeg/libavcodec/jpeg2000dwt.c
    M mythtv/external/FFmpeg/libavcodec/jpegls.c
    M mythtv/external/FFmpeg/libavcodec/jpegls.h
    M mythtv/external/FFmpeg/libavcodec/jpeglsdec.c
    M mythtv/external/FFmpeg/libavcodec/jpeglsenc.c
    M mythtv/external/FFmpeg/libavcodec/jpegtables.c
    M mythtv/external/FFmpeg/libavcodec/jpegtables.h
    A mythtv/external/FFmpeg/libavcodec/jpegtabs.h
    M mythtv/external/FFmpeg/libavcodec/jrevdct.c
    M mythtv/external/FFmpeg/libavcodec/jvdec.c
    M mythtv/external/FFmpeg/libavcodec/kgv1dec.c
    M mythtv/external/FFmpeg/libavcodec/kmvc.c
    M mythtv/external/FFmpeg/libavcodec/lagarith.c
    M mythtv/external/FFmpeg/libavcodec/lagarithrac.h
    M mythtv/external/FFmpeg/libavcodec/latm_parser.c
    M mythtv/external/FFmpeg/libavcodec/lcldec.c
    M mythtv/external/FFmpeg/libavcodec/lclenc.c
    M mythtv/external/FFmpeg/libavcodec/libaomdec.c
    M mythtv/external/FFmpeg/libavcodec/libaomenc.c
    M mythtv/external/FFmpeg/libavcodec/libaribb24.c
    M mythtv/external/FFmpeg/libavcodec/libavcodec.v
    M mythtv/external/FFmpeg/libavcodec/libcelt_dec.c
    M mythtv/external/FFmpeg/libavcodec/libcodec2.c
    M mythtv/external/FFmpeg/libavcodec/libdav1d.c
    M mythtv/external/FFmpeg/libavcodec/libdavs2.c
    M mythtv/external/FFmpeg/libavcodec/libfdk-aacdec.c
    M mythtv/external/FFmpeg/libavcodec/libfdk-aacenc.c
    M mythtv/external/FFmpeg/libavcodec/libgsmdec.c
    M mythtv/external/FFmpeg/libavcodec/libgsmenc.c
    M mythtv/external/FFmpeg/libavcodec/libilbc.c
    A mythtv/external/FFmpeg/libavcodec/libjxl.c
    A mythtv/external/FFmpeg/libavcodec/libjxl.h
    A mythtv/external/FFmpeg/libavcodec/libjxldec.c
    A mythtv/external/FFmpeg/libavcodec/libjxlenc.c
    M mythtv/external/FFmpeg/libavcodec/libkvazaar.c
    M mythtv/external/FFmpeg/libavcodec/libmp3lame.c
    M mythtv/external/FFmpeg/libavcodec/libopencore-amr.c
    M mythtv/external/FFmpeg/libavcodec/libopenh264.c
    M mythtv/external/FFmpeg/libavcodec/libopenh264dec.c
    M mythtv/external/FFmpeg/libavcodec/libopenh264enc.c
    M mythtv/external/FFmpeg/libavcodec/libopenjpegdec.c
    M mythtv/external/FFmpeg/libavcodec/libopenjpegenc.c
    M mythtv/external/FFmpeg/libavcodec/libopus.c
    M mythtv/external/FFmpeg/libavcodec/libopusdec.c
    M mythtv/external/FFmpeg/libavcodec/libopusenc.c
    M mythtv/external/FFmpeg/libavcodec/librav1e.c
    M mythtv/external/FFmpeg/libavcodec/librsvgdec.c
    M mythtv/external/FFmpeg/libavcodec/libshine.c
    M mythtv/external/FFmpeg/libavcodec/libspeexdec.c
    M mythtv/external/FFmpeg/libavcodec/libspeexenc.c
    M mythtv/external/FFmpeg/libavcodec/libsvtav1.c
    M mythtv/external/FFmpeg/libavcodec/libtheoraenc.c
    M mythtv/external/FFmpeg/libavcodec/libtwolame.c
    M mythtv/external/FFmpeg/libavcodec/libuavs3d.c
    M mythtv/external/FFmpeg/libavcodec/libvo-amrwbenc.c
    M mythtv/external/FFmpeg/libavcodec/libvorbisdec.c
    M mythtv/external/FFmpeg/libavcodec/libvorbisenc.c
    M mythtv/external/FFmpeg/libavcodec/libvpx.c
    M mythtv/external/FFmpeg/libavcodec/libvpx.h
    M mythtv/external/FFmpeg/libavcodec/libvpxdec.c
    M mythtv/external/FFmpeg/libavcodec/libvpxenc.c
    M mythtv/external/FFmpeg/libavcodec/libwebpenc.c
    M mythtv/external/FFmpeg/libavcodec/libwebpenc_animencoder.c
    M mythtv/external/FFmpeg/libavcodec/libwebpenc_common.c
    M mythtv/external/FFmpeg/libavcodec/libwebpenc_common.h
    M mythtv/external/FFmpeg/libavcodec/libx264.c
    M mythtv/external/FFmpeg/libavcodec/libx265.c
    M mythtv/external/FFmpeg/libavcodec/libxavs.c
    M mythtv/external/FFmpeg/libavcodec/libxavs2.c
    M mythtv/external/FFmpeg/libavcodec/libxvid.c
    M mythtv/external/FFmpeg/libavcodec/libzvbi-teletextdec.c
    M mythtv/external/FFmpeg/libavcodec/ljpegenc.c
    M mythtv/external/FFmpeg/libavcodec/loco.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/Makefile
    A mythtv/external/FFmpeg/libavcodec/loongarch/cabac.h
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264_cabac.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264_deblock_lasx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264_intrapred_init_loongarch.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264_intrapred_lasx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264_intrapred_lasx.h
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264chroma_init_loongarch.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264chroma_lasx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264chroma_lasx.h
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264dsp_init_loongarch.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264dsp_lasx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264dsp_lasx.h
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264idct_lasx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264qpel_init_loongarch.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264qpel_lasx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/h264qpel_lasx.h
    A mythtv/external/FFmpeg/libavcodec/loongarch/hevc_idct_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/hevc_lpf_sao_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/hevc_mc_bi_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/hevc_mc_uni_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/hevc_mc_uniw_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/hevcdsp_init_loongarch.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/hevcdsp_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/hevcdsp_lsx.h
    A mythtv/external/FFmpeg/libavcodec/loongarch/hpeldsp_init_loongarch.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/hpeldsp_lasx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/hpeldsp_lasx.h
    A mythtv/external/FFmpeg/libavcodec/loongarch/idctdsp_init_loongarch.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/idctdsp_lasx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/idctdsp_loongarch.h
    A mythtv/external/FFmpeg/libavcodec/loongarch/simple_idct_lasx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vc1dsp_init_loongarch.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vc1dsp_lasx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vc1dsp_loongarch.h
    A mythtv/external/FFmpeg/libavcodec/loongarch/videodsp_init.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vp8_lpf_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vp8_mc_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vp8dsp_init_loongarch.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vp8dsp_loongarch.h
    A mythtv/external/FFmpeg/libavcodec/loongarch/vp9_idct_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vp9_intra_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vp9_lpf_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vp9_mc_lsx.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vp9dsp_init_loongarch.c
    A mythtv/external/FFmpeg/libavcodec/loongarch/vp9dsp_loongarch.h
    M mythtv/external/FFmpeg/libavcodec/lossless_audiodsp.c
    M mythtv/external/FFmpeg/libavcodec/lossless_videodsp.c
    M mythtv/external/FFmpeg/libavcodec/lossless_videodsp.h
    M mythtv/external/FFmpeg/libavcodec/lossless_videoencdsp.c
    M mythtv/external/FFmpeg/libavcodec/lossless_videoencdsp.h
    M mythtv/external/FFmpeg/libavcodec/lpc.c
    M mythtv/external/FFmpeg/libavcodec/lscrdec.c
    M mythtv/external/FFmpeg/libavcodec/lsp.c
    M mythtv/external/FFmpeg/libavcodec/lzw.c
    M mythtv/external/FFmpeg/libavcodec/lzwenc.c
    M mythtv/external/FFmpeg/libavcodec/m101.c
    M mythtv/external/FFmpeg/libavcodec/mace.c
    M mythtv/external/FFmpeg/libavcodec/magicyuv.c
    M mythtv/external/FFmpeg/libavcodec/magicyuvenc.c
    M mythtv/external/FFmpeg/libavcodec/mathops.h
    M mythtv/external/FFmpeg/libavcodec/mathtables.c
    M mythtv/external/FFmpeg/libavcodec/mdct15.c
    M mythtv/external/FFmpeg/libavcodec/mdct_fixed_32.c
    M mythtv/external/FFmpeg/libavcodec/mdct_float.c
    M mythtv/external/FFmpeg/libavcodec/mdct_template.c
    M mythtv/external/FFmpeg/libavcodec/mdec.c
    M mythtv/external/FFmpeg/libavcodec/me_cmp.c
    M mythtv/external/FFmpeg/libavcodec/me_cmp.h
    M mythtv/external/FFmpeg/libavcodec/mediacodec.c
    M mythtv/external/FFmpeg/libavcodec/mediacodec_wrapper.c
    M mythtv/external/FFmpeg/libavcodec/mediacodecdec.c
    M mythtv/external/FFmpeg/libavcodec/mediacodecdec_common.c
    M mythtv/external/FFmpeg/libavcodec/metasound.c
    M mythtv/external/FFmpeg/libavcodec/metasound_data.c
    M mythtv/external/FFmpeg/libavcodec/mf_utils.c
    M mythtv/external/FFmpeg/libavcodec/mf_utils.h
    M mythtv/external/FFmpeg/libavcodec/mfenc.c
    M mythtv/external/FFmpeg/libavcodec/microdvddec.c
    M mythtv/external/FFmpeg/libavcodec/midivid.c
    M mythtv/external/FFmpeg/libavcodec/mimic.c
    M mythtv/external/FFmpeg/libavcodec/mips/Makefile
    M mythtv/external/FFmpeg/libavcodec/mips/aacdec_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/ac3dsp_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/blockdsp_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/cabac.h
    M mythtv/external/FFmpeg/libavcodec/mips/constants.c
    M mythtv/external/FFmpeg/libavcodec/mips/constants.h
    M mythtv/external/FFmpeg/libavcodec/mips/fft_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/fmtconvert_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/h263dsp_init_mips.c
    A mythtv/external/FFmpeg/libavcodec/mips/h264_deblock_msa.c
    M mythtv/external/FFmpeg/libavcodec/mips/h264chroma_init_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/h264chroma_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/h264dsp_init_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/h264dsp_mips.h
    M mythtv/external/FFmpeg/libavcodec/mips/h264dsp_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/h264dsp_msa.c
    M mythtv/external/FFmpeg/libavcodec/mips/h264idct_msa.c
    M mythtv/external/FFmpeg/libavcodec/mips/h264pred_init_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/h264pred_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/h264qpel_init_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/h264qpel_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/hevcdsp_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/hpeldsp_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/idctdsp_init_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/idctdsp_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/lsp_mips.h
    M mythtv/external/FFmpeg/libavcodec/mips/me_cmp_init_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/mpegaudiodsp_mips_fixed.c
    M mythtv/external/FFmpeg/libavcodec/mips/mpegaudiodsp_mips_float.c
    M mythtv/external/FFmpeg/libavcodec/mips/mpegvideo_init_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/mpegvideo_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/mpegvideoencdsp_init_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/pixblockdsp_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/simple_idct_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/vc1dsp_mips.h
    M mythtv/external/FFmpeg/libavcodec/mips/vc1dsp_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/vp3dsp_idct_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/vp8dsp_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/vp9_mc_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/vp9dsp_init_mips.c
    M mythtv/external/FFmpeg/libavcodec/mips/vp9dsp_mips.h
    M mythtv/external/FFmpeg/libavcodec/mips/wmv2dsp_mmi.c
    M mythtv/external/FFmpeg/libavcodec/mips/xvididct_init_mips.c
    M mythtv/external/FFmpeg/libavcodec/mjpeg2jpeg_bsf.c
    M mythtv/external/FFmpeg/libavcodec/mjpeg_parser.c
    M mythtv/external/FFmpeg/libavcodec/mjpega_dump_header_bsf.c
    M mythtv/external/FFmpeg/libavcodec/mjpegbdec.c
    M mythtv/external/FFmpeg/libavcodec/mjpegdec.c
    M mythtv/external/FFmpeg/libavcodec/mjpegdec.h
    M mythtv/external/FFmpeg/libavcodec/mjpegenc.c
    M mythtv/external/FFmpeg/libavcodec/mjpegenc.h
    M mythtv/external/FFmpeg/libavcodec/mjpegenc_common.c
    M mythtv/external/FFmpeg/libavcodec/mjpegenc_common.h
    M mythtv/external/FFmpeg/libavcodec/mjpegenc_huffman.c
    M mythtv/external/FFmpeg/libavcodec/mlp.c
    M mythtv/external/FFmpeg/libavcodec/mlp.h
    M mythtv/external/FFmpeg/libavcodec/mlp_parse.h
    M mythtv/external/FFmpeg/libavcodec/mlp_parser.c
    M mythtv/external/FFmpeg/libavcodec/mlpdec.c
    M mythtv/external/FFmpeg/libavcodec/mlpdsp.c
    M mythtv/external/FFmpeg/libavcodec/mlpenc.c
    M mythtv/external/FFmpeg/libavcodec/mlz.c
    M mythtv/external/FFmpeg/libavcodec/mlz.h
    M mythtv/external/FFmpeg/libavcodec/mmaldec.c
    M mythtv/external/FFmpeg/libavcodec/mmvideo.c
    M mythtv/external/FFmpeg/libavcodec/mobiclip.c
    M mythtv/external/FFmpeg/libavcodec/motion_est.c
    M mythtv/external/FFmpeg/libavcodec/motion_est.h
    M mythtv/external/FFmpeg/libavcodec/motion_est_template.c
    M mythtv/external/FFmpeg/libavcodec/motionpixels.c
    M mythtv/external/FFmpeg/libavcodec/movsub_bsf.c
    M mythtv/external/FFmpeg/libavcodec/movtextdec.c
    M mythtv/external/FFmpeg/libavcodec/movtextenc.c
    M mythtv/external/FFmpeg/libavcodec/mp3_header_decompress_bsf.c
    M mythtv/external/FFmpeg/libavcodec/mpc.c
    M mythtv/external/FFmpeg/libavcodec/mpc.h
    M mythtv/external/FFmpeg/libavcodec/mpc7.c
    M mythtv/external/FFmpeg/libavcodec/mpc8.c
    M mythtv/external/FFmpeg/libavcodec/mpeg12.c
    M mythtv/external/FFmpeg/libavcodec/mpeg12.h
    M mythtv/external/FFmpeg/libavcodec/mpeg12dec.c
    A mythtv/external/FFmpeg/libavcodec/mpeg12dec.h
    M mythtv/external/FFmpeg/libavcodec/mpeg12enc.c
    A mythtv/external/FFmpeg/libavcodec/mpeg12enc.h
    M mythtv/external/FFmpeg/libavcodec/mpeg2_metadata_bsf.c
    M mythtv/external/FFmpeg/libavcodec/mpeg4_unpack_bframes_bsf.c
    M mythtv/external/FFmpeg/libavcodec/mpeg4audio.c
    M mythtv/external/FFmpeg/libavcodec/mpeg4audio.h
    A mythtv/external/FFmpeg/libavcodec/mpeg4audio_sample_rates.c
    A mythtv/external/FFmpeg/libavcodec/mpeg4audio_sample_rates.h
    M mythtv/external/FFmpeg/libavcodec/mpeg4data.h
    M mythtv/external/FFmpeg/libavcodec/mpeg4video.c
    M mythtv/external/FFmpeg/libavcodec/mpeg4video.h
    M mythtv/external/FFmpeg/libavcodec/mpeg4video_parser.c
    A mythtv/external/FFmpeg/libavcodec/mpeg4videodata.h
    M mythtv/external/FFmpeg/libavcodec/mpeg4videodec.c
    A mythtv/external/FFmpeg/libavcodec/mpeg4videodec.h
    M mythtv/external/FFmpeg/libavcodec/mpeg4videoenc.c
    A mythtv/external/FFmpeg/libavcodec/mpeg4videoenc.h
    M mythtv/external/FFmpeg/libavcodec/mpegaudio_parser.c
    M mythtv/external/FFmpeg/libavcodec/mpegaudiodata.c
    M mythtv/external/FFmpeg/libavcodec/mpegaudiodata.h
    M mythtv/external/FFmpeg/libavcodec/mpegaudiodec_common.c
    M mythtv/external/FFmpeg/libavcodec/mpegaudiodec_fixed.c
    M mythtv/external/FFmpeg/libavcodec/mpegaudiodec_float.c
    M mythtv/external/FFmpeg/libavcodec/mpegaudiodec_template.c
    M mythtv/external/FFmpeg/libavcodec/mpegaudiodecheader.c
    M mythtv/external/FFmpeg/libavcodec/mpegaudiodecheader.h
    M mythtv/external/FFmpeg/libavcodec/mpegaudiodsp.c
    M mythtv/external/FFmpeg/libavcodec/mpegaudiodsp.h
    M mythtv/external/FFmpeg/libavcodec/mpegaudiodsp_template.c
    M mythtv/external/FFmpeg/libavcodec/mpegaudioenc_fixed.c
    M mythtv/external/FFmpeg/libavcodec/mpegaudioenc_float.c
    M mythtv/external/FFmpeg/libavcodec/mpegaudioenc_template.c
    A mythtv/external/FFmpeg/libavcodec/mpegaudiotabs.c
    A mythtv/external/FFmpeg/libavcodec/mpegaudiotabs.h
    M mythtv/external/FFmpeg/libavcodec/mpegpicture.c
    M mythtv/external/FFmpeg/libavcodec/mpegpicture.h
    M mythtv/external/FFmpeg/libavcodec/mpegutils.c
    M mythtv/external/FFmpeg/libavcodec/mpegutils.h
    M mythtv/external/FFmpeg/libavcodec/mpegvideo.c
    M mythtv/external/FFmpeg/libavcodec/mpegvideo.h
    A mythtv/external/FFmpeg/libavcodec/mpegvideo_dec.c
    M mythtv/external/FFmpeg/libavcodec/mpegvideo_enc.c
    M mythtv/external/FFmpeg/libavcodec/mpegvideo_motion.c
    M mythtv/external/FFmpeg/libavcodec/mpegvideo_parser.c
    R mythtv/external/FFmpeg/libavcodec/mpegvideo_xvmc.c
    A mythtv/external/FFmpeg/libavcodec/mpegvideodec.h
    M mythtv/external/FFmpeg/libavcodec/mpegvideodsp.c
    A mythtv/external/FFmpeg/libavcodec/mpegvideoenc.h
    M mythtv/external/FFmpeg/libavcodec/mpegvideoencdsp.c
    M mythtv/external/FFmpeg/libavcodec/mpl2dec.c
    M mythtv/external/FFmpeg/libavcodec/mqc.c
    M mythtv/external/FFmpeg/libavcodec/mqc.h
    M mythtv/external/FFmpeg/libavcodec/mqcenc.c
    M mythtv/external/FFmpeg/libavcodec/mscc.c
    M mythtv/external/FFmpeg/libavcodec/msmpeg4.c
    M mythtv/external/FFmpeg/libavcodec/msmpeg4.h
    M mythtv/external/FFmpeg/libavcodec/msmpeg4data.c
    M mythtv/external/FFmpeg/libavcodec/msmpeg4data.h
    M mythtv/external/FFmpeg/libavcodec/msmpeg4dec.c
    A mythtv/external/FFmpeg/libavcodec/msmpeg4dec.h
    M mythtv/external/FFmpeg/libavcodec/msmpeg4enc.c
    A mythtv/external/FFmpeg/libavcodec/msmpeg4enc.h
    M mythtv/external/FFmpeg/libavcodec/msp2dec.c
    M mythtv/external/FFmpeg/libavcodec/msrle.c
    M mythtv/external/FFmpeg/libavcodec/mss1.c
    M mythtv/external/FFmpeg/libavcodec/mss12.h
    M mythtv/external/FFmpeg/libavcodec/mss2.c
    M mythtv/external/FFmpeg/libavcodec/mss3.c
    M mythtv/external/FFmpeg/libavcodec/mss4.c
    M mythtv/external/FFmpeg/libavcodec/msvideo1.c
    M mythtv/external/FFmpeg/libavcodec/msvideo1enc.c
    M mythtv/external/FFmpeg/libavcodec/mv30.c
    M mythtv/external/FFmpeg/libavcodec/mvcdec.c
    M mythtv/external/FFmpeg/libavcodec/mvha.c
    M mythtv/external/FFmpeg/libavcodec/mwsc.c
    M mythtv/external/FFmpeg/libavcodec/mxpegdec.c
    M mythtv/external/FFmpeg/libavcodec/nellymoser.c
    M mythtv/external/FFmpeg/libavcodec/nellymoser.h
    M mythtv/external/FFmpeg/libavcodec/nellymoserdec.c
    M mythtv/external/FFmpeg/libavcodec/nellymoserenc.c
    M mythtv/external/FFmpeg/libavcodec/neon/mpegvideo.c
    M mythtv/external/FFmpeg/libavcodec/noise_bsf.c
    M mythtv/external/FFmpeg/libavcodec/notchlc.c
    M mythtv/external/FFmpeg/libavcodec/null_bsf.c
    M mythtv/external/FFmpeg/libavcodec/nuv.c
    M mythtv/external/FFmpeg/libavcodec/nvdec.c
    M mythtv/external/FFmpeg/libavcodec/nvdec_av1.c
    M mythtv/external/FFmpeg/libavcodec/nvdec_mjpeg.c
    M mythtv/external/FFmpeg/libavcodec/nvdec_mpeg12.c
    M mythtv/external/FFmpeg/libavcodec/nvdec_mpeg4.c
    M mythtv/external/FFmpeg/libavcodec/nvdec_vc1.c
    M mythtv/external/FFmpeg/libavcodec/nvenc.c
    M mythtv/external/FFmpeg/libavcodec/nvenc.h
    M mythtv/external/FFmpeg/libavcodec/nvenc_h264.c
    M mythtv/external/FFmpeg/libavcodec/nvenc_hevc.c
    M mythtv/external/FFmpeg/libavcodec/omx.c
    M mythtv/external/FFmpeg/libavcodec/on2avc.c
    M mythtv/external/FFmpeg/libavcodec/options.c
    M mythtv/external/FFmpeg/libavcodec/options_table.h
    M mythtv/external/FFmpeg/libavcodec/opus.c
    M mythtv/external/FFmpeg/libavcodec/opus_metadata_bsf.c
    M mythtv/external/FFmpeg/libavcodec/opus_parser.c
    M mythtv/external/FFmpeg/libavcodec/opus_pvq.c
    M mythtv/external/FFmpeg/libavcodec/opus_silk.c
    M mythtv/external/FFmpeg/libavcodec/opusdec.c
    M mythtv/external/FFmpeg/libavcodec/opusdsp.c
    M mythtv/external/FFmpeg/libavcodec/opusdsp.h
    M mythtv/external/FFmpeg/libavcodec/opusenc.c
    M mythtv/external/FFmpeg/libavcodec/opusenc.h
    M mythtv/external/FFmpeg/libavcodec/opusenc_psy.c
    M mythtv/external/FFmpeg/libavcodec/opustab.h
    M mythtv/external/FFmpeg/libavcodec/packet.h
    M mythtv/external/FFmpeg/libavcodec/packet_internal.h
    M mythtv/external/FFmpeg/libavcodec/pafaudio.c
    M mythtv/external/FFmpeg/libavcodec/pafvideo.c
    M mythtv/external/FFmpeg/libavcodec/pamenc.c
    M mythtv/external/FFmpeg/libavcodec/parser.c
    M mythtv/external/FFmpeg/libavcodec/parsers.c
    M mythtv/external/FFmpeg/libavcodec/pcm-bluray.c
    A mythtv/external/FFmpeg/libavcodec/pcm-blurayenc.c
    M mythtv/external/FFmpeg/libavcodec/pcm-dvd.c
    M mythtv/external/FFmpeg/libavcodec/pcm-dvdenc.c
    M mythtv/external/FFmpeg/libavcodec/pcm.c
    M mythtv/external/FFmpeg/libavcodec/pcm_rechunk_bsf.c
    M mythtv/external/FFmpeg/libavcodec/pcx.c
    M mythtv/external/FFmpeg/libavcodec/pcxenc.c
    A mythtv/external/FFmpeg/libavcodec/pgs_frame_merge_bsf.c
    M mythtv/external/FFmpeg/libavcodec/pgssubdec.c
    M mythtv/external/FFmpeg/libavcodec/pgxdec.c
    M mythtv/external/FFmpeg/libavcodec/photocd.c
    M mythtv/external/FFmpeg/libavcodec/pictordec.c
    M mythtv/external/FFmpeg/libavcodec/pixblockdsp.c
    M mythtv/external/FFmpeg/libavcodec/pixlet.c
    M mythtv/external/FFmpeg/libavcodec/png.c
    M mythtv/external/FFmpeg/libavcodec/png.h
    M mythtv/external/FFmpeg/libavcodec/png_parser.c
    M mythtv/external/FFmpeg/libavcodec/pngdec.c
    M mythtv/external/FFmpeg/libavcodec/pngdsp.c
    M mythtv/external/FFmpeg/libavcodec/pngenc.c
    M mythtv/external/FFmpeg/libavcodec/pnm.c
    M mythtv/external/FFmpeg/libavcodec/pnm.h
    M mythtv/external/FFmpeg/libavcodec/pnm_parser.c
    M mythtv/external/FFmpeg/libavcodec/pnmdec.c
    M mythtv/external/FFmpeg/libavcodec/pnmenc.c
    M mythtv/external/FFmpeg/libavcodec/ppc/fft_init.c
    M mythtv/external/FFmpeg/libavcodec/ppc/h264dsp.c
    M mythtv/external/FFmpeg/libavcodec/ppc/mpegvideodsp.c
    M mythtv/external/FFmpeg/libavcodec/ppc/vp8dsp_altivec.c
    M mythtv/external/FFmpeg/libavcodec/prores_metadata_bsf.c
    M mythtv/external/FFmpeg/libavcodec/proresdec.h
    M mythtv/external/FFmpeg/libavcodec/proresdec2.c
    M mythtv/external/FFmpeg/libavcodec/proresdsp.c
    M mythtv/external/FFmpeg/libavcodec/proresenc_anatoliy.c
    M mythtv/external/FFmpeg/libavcodec/proresenc_kostya.c
    M mythtv/external/FFmpeg/libavcodec/prosumer.c
    M mythtv/external/FFmpeg/libavcodec/psd.c
    M mythtv/external/FFmpeg/libavcodec/psymodel.c
    M mythtv/external/FFmpeg/libavcodec/psymodel.h
    M mythtv/external/FFmpeg/libavcodec/pthread.c
    M mythtv/external/FFmpeg/libavcodec/pthread_frame.c
    M mythtv/external/FFmpeg/libavcodec/pthread_internal.h
    M mythtv/external/FFmpeg/libavcodec/pthread_slice.c
    M mythtv/external/FFmpeg/libavcodec/ptx.c
    M mythtv/external/FFmpeg/libavcodec/put_bits.h
    A mythtv/external/FFmpeg/libavcodec/put_golomb.h
    M mythtv/external/FFmpeg/libavcodec/qcelpdec.c
    M mythtv/external/FFmpeg/libavcodec/qdm2.c
    M mythtv/external/FFmpeg/libavcodec/qdm2_tablegen.c
    M mythtv/external/FFmpeg/libavcodec/qdm2_tablegen.h
    M mythtv/external/FFmpeg/libavcodec/qdmc.c
    M mythtv/external/FFmpeg/libavcodec/qdrw.c
    A mythtv/external/FFmpeg/libavcodec/qoi.h
    A mythtv/external/FFmpeg/libavcodec/qoi_parser.c
    A mythtv/external/FFmpeg/libavcodec/qoidec.c
    A mythtv/external/FFmpeg/libavcodec/qoienc.c
    M mythtv/external/FFmpeg/libavcodec/qpeg.c
    M mythtv/external/FFmpeg/libavcodec/qpeldsp.c
    M mythtv/external/FFmpeg/libavcodec/qsv.c
    M mythtv/external/FFmpeg/libavcodec/qsv_internal.h
    M mythtv/external/FFmpeg/libavcodec/qsvdec.c
    M mythtv/external/FFmpeg/libavcodec/qsvenc.c
    M mythtv/external/FFmpeg/libavcodec/qsvenc.h
    M mythtv/external/FFmpeg/libavcodec/qsvenc_h264.c
    M mythtv/external/FFmpeg/libavcodec/qsvenc_hevc.c
    M mythtv/external/FFmpeg/libavcodec/qsvenc_jpeg.c
    M mythtv/external/FFmpeg/libavcodec/qsvenc_mpeg2.c
    M mythtv/external/FFmpeg/libavcodec/qsvenc_vp9.c
    M mythtv/external/FFmpeg/libavcodec/qtrle.c
    M mythtv/external/FFmpeg/libavcodec/qtrleenc.c
    M mythtv/external/FFmpeg/libavcodec/r210dec.c
    M mythtv/external/FFmpeg/libavcodec/r210enc.c
    M mythtv/external/FFmpeg/libavcodec/ra144dec.c
    M mythtv/external/FFmpeg/libavcodec/ra144enc.c
    M mythtv/external/FFmpeg/libavcodec/ra288.c
    M mythtv/external/FFmpeg/libavcodec/ra288.h
    M mythtv/external/FFmpeg/libavcodec/ralf.c
    M mythtv/external/FFmpeg/libavcodec/rangecoder.c
    M mythtv/external/FFmpeg/libavcodec/rangecoder.h
    M mythtv/external/FFmpeg/libavcodec/rasc.c
    M mythtv/external/FFmpeg/libavcodec/ratecontrol.c
    M mythtv/external/FFmpeg/libavcodec/raw.c
    M mythtv/external/FFmpeg/libavcodec/raw.h
    M mythtv/external/FFmpeg/libavcodec/rawdec.c
    M mythtv/external/FFmpeg/libavcodec/rawenc.c
    M mythtv/external/FFmpeg/libavcodec/rdft.c
    M mythtv/external/FFmpeg/libavcodec/realtextdec.c
    M mythtv/external/FFmpeg/libavcodec/remove_extradata_bsf.c
    M mythtv/external/FFmpeg/libavcodec/rkmppdec.c
    M mythtv/external/FFmpeg/libavcodec/rl.c
    M mythtv/external/FFmpeg/libavcodec/rl.h
    M mythtv/external/FFmpeg/libavcodec/rl2.c
    M mythtv/external/FFmpeg/libavcodec/rle.c
    M mythtv/external/FFmpeg/libavcodec/roqaudioenc.c
    M mythtv/external/FFmpeg/libavcodec/roqvideo.c
    M mythtv/external/FFmpeg/libavcodec/roqvideodec.c
    M mythtv/external/FFmpeg/libavcodec/roqvideoenc.c
    M mythtv/external/FFmpeg/libavcodec/rpza.c
    M mythtv/external/FFmpeg/libavcodec/rpzaenc.c
    M mythtv/external/FFmpeg/libavcodec/rscc.c
    M mythtv/external/FFmpeg/libavcodec/rv10.c
    R mythtv/external/FFmpeg/libavcodec/rv10.h
    A mythtv/external/FFmpeg/libavcodec/rv10dec.h
    M mythtv/external/FFmpeg/libavcodec/rv10enc.c
    A mythtv/external/FFmpeg/libavcodec/rv10enc.h
    M mythtv/external/FFmpeg/libavcodec/rv20enc.c
    M mythtv/external/FFmpeg/libavcodec/rv30.c
    M mythtv/external/FFmpeg/libavcodec/rv30dsp.c
    M mythtv/external/FFmpeg/libavcodec/rv34.c
    M mythtv/external/FFmpeg/libavcodec/rv34.h
    M mythtv/external/FFmpeg/libavcodec/rv34_parser.c
    M mythtv/external/FFmpeg/libavcodec/rv34dsp.c
    M mythtv/external/FFmpeg/libavcodec/rv40.c
    M mythtv/external/FFmpeg/libavcodec/rv40dsp.c
    M mythtv/external/FFmpeg/libavcodec/s302m.c
    M mythtv/external/FFmpeg/libavcodec/s302menc.c
    M mythtv/external/FFmpeg/libavcodec/samidec.c
    M mythtv/external/FFmpeg/libavcodec/sanm.c
    M mythtv/external/FFmpeg/libavcodec/sbc.c
    M mythtv/external/FFmpeg/libavcodec/sbc.h
    M mythtv/external/FFmpeg/libavcodec/sbc_parser.c
    M mythtv/external/FFmpeg/libavcodec/sbcdec.c
    M mythtv/external/FFmpeg/libavcodec/sbcdsp.c
    M mythtv/external/FFmpeg/libavcodec/sbcenc.c
    M mythtv/external/FFmpeg/libavcodec/sbrdsp_fixed.c
    M mythtv/external/FFmpeg/libavcodec/sbrdsp_template.c
    M mythtv/external/FFmpeg/libavcodec/scpr.c
    M mythtv/external/FFmpeg/libavcodec/scpr.h
    M mythtv/external/FFmpeg/libavcodec/scpr3.h
    M mythtv/external/FFmpeg/libavcodec/screenpresso.c
    M mythtv/external/FFmpeg/libavcodec/setts_bsf.c
    M mythtv/external/FFmpeg/libavcodec/sga.c
    M mythtv/external/FFmpeg/libavcodec/sgidec.c
    M mythtv/external/FFmpeg/libavcodec/sgienc.c
    M mythtv/external/FFmpeg/libavcodec/sgirledec.c
    M mythtv/external/FFmpeg/libavcodec/sheervideo.c
    M mythtv/external/FFmpeg/libavcodec/shorten.c
    M mythtv/external/FFmpeg/libavcodec/simple_idct.c
    M mythtv/external/FFmpeg/libavcodec/sipr.c
    M mythtv/external/FFmpeg/libavcodec/sipr_parser.c
    M mythtv/external/FFmpeg/libavcodec/siren.c
    M mythtv/external/FFmpeg/libavcodec/smacker.c
    M mythtv/external/FFmpeg/libavcodec/smc.c
    A mythtv/external/FFmpeg/libavcodec/smcenc.c
    M mythtv/external/FFmpeg/libavcodec/snappy.c
    M mythtv/external/FFmpeg/libavcodec/snow.c
    M mythtv/external/FFmpeg/libavcodec/snow.h
    M mythtv/external/FFmpeg/libavcodec/snow_dwt.c
    M mythtv/external/FFmpeg/libavcodec/snow_dwt.h
    M mythtv/external/FFmpeg/libavcodec/snowdata.h
    M mythtv/external/FFmpeg/libavcodec/snowdec.c
    M mythtv/external/FFmpeg/libavcodec/snowenc.c
    M mythtv/external/FFmpeg/libavcodec/sonic.c
    M mythtv/external/FFmpeg/libavcodec/sp5xdec.c
    M mythtv/external/FFmpeg/libavcodec/speedhq.c
    M mythtv/external/FFmpeg/libavcodec/speedhqenc.c
    A mythtv/external/FFmpeg/libavcodec/speexdata.h
    A mythtv/external/FFmpeg/libavcodec/speexdec.c
    M mythtv/external/FFmpeg/libavcodec/srtdec.c
    M mythtv/external/FFmpeg/libavcodec/srtenc.c
    M mythtv/external/FFmpeg/libavcodec/startcode.h
    M mythtv/external/FFmpeg/libavcodec/subviewerdec.c
    M mythtv/external/FFmpeg/libavcodec/sunrast.c
    M mythtv/external/FFmpeg/libavcodec/sunrastenc.c
    M mythtv/external/FFmpeg/libavcodec/svq1dec.c
    M mythtv/external/FFmpeg/libavcodec/svq1enc.c
    M mythtv/external/FFmpeg/libavcodec/svq3.c
    M mythtv/external/FFmpeg/libavcodec/synth_filter.c
    M mythtv/external/FFmpeg/libavcodec/tableprint_vlc.h
    M mythtv/external/FFmpeg/libavcodec/tak.c
    M mythtv/external/FFmpeg/libavcodec/tak.h
    M mythtv/external/FFmpeg/libavcodec/tak_parser.c
    M mythtv/external/FFmpeg/libavcodec/takdec.c
    M mythtv/external/FFmpeg/libavcodec/takdsp.c
    M mythtv/external/FFmpeg/libavcodec/targa.c
    M mythtv/external/FFmpeg/libavcodec/targa_y216dec.c
    M mythtv/external/FFmpeg/libavcodec/targaenc.c
    M mythtv/external/FFmpeg/libavcodec/tdsc.c
    M mythtv/external/FFmpeg/libavcodec/tests/.gitignore
    M mythtv/external/FFmpeg/libavcodec/tests/aarch64/dct.c
    M mythtv/external/FFmpeg/libavcodec/tests/arm/dct.c
    A mythtv/external/FFmpeg/libavcodec/tests/avcodec.c
    M mythtv/external/FFmpeg/libavcodec/tests/cabac.c
    M mythtv/external/FFmpeg/libavcodec/tests/dct.c
    M mythtv/external/FFmpeg/libavcodec/tests/fft-fixed32.c
    M mythtv/external/FFmpeg/libavcodec/tests/fft.c
    M mythtv/external/FFmpeg/libavcodec/tests/golomb.c
    R mythtv/external/FFmpeg/libavcodec/tests/imgconvert.c
    M mythtv/external/FFmpeg/libavcodec/tests/jpeg2000dwt.c
    M mythtv/external/FFmpeg/libavcodec/tests/motion.c
    M mythtv/external/FFmpeg/libavcodec/tests/ppc/dct.c
    M mythtv/external/FFmpeg/libavcodec/tests/rangecoder.c
    M mythtv/external/FFmpeg/libavcodec/tests/snowenc.c
    R mythtv/external/FFmpeg/libavcodec/tests/utils.c
    M mythtv/external/FFmpeg/libavcodec/tests/x86/dct.c
    M mythtv/external/FFmpeg/libavcodec/textdec.c
    M mythtv/external/FFmpeg/libavcodec/texturedsp.c
    M mythtv/external/FFmpeg/libavcodec/texturedsp.h
    A mythtv/external/FFmpeg/libavcodec/texturedsp_template.c
    M mythtv/external/FFmpeg/libavcodec/texturedspenc.c
    M mythtv/external/FFmpeg/libavcodec/thread.h
    A mythtv/external/FFmpeg/libavcodec/threadframe.h
    M mythtv/external/FFmpeg/libavcodec/tiertexseqv.c
    M mythtv/external/FFmpeg/libavcodec/tiff.c
    M mythtv/external/FFmpeg/libavcodec/tiff_common.c
    M mythtv/external/FFmpeg/libavcodec/tiff_common.h
    M mythtv/external/FFmpeg/libavcodec/tiffenc.c
    M mythtv/external/FFmpeg/libavcodec/tmv.c
    A mythtv/external/FFmpeg/libavcodec/to_upper4.c
    A mythtv/external/FFmpeg/libavcodec/to_upper4.h
    M mythtv/external/FFmpeg/libavcodec/trace_headers_bsf.c
    M mythtv/external/FFmpeg/libavcodec/truehd_core_bsf.c
    M mythtv/external/FFmpeg/libavcodec/truemotion1.c
    M mythtv/external/FFmpeg/libavcodec/truemotion2.c
    M mythtv/external/FFmpeg/libavcodec/truemotion2rt.c
    M mythtv/external/FFmpeg/libavcodec/truespeech.c
    M mythtv/external/FFmpeg/libavcodec/tscc.c
    M mythtv/external/FFmpeg/libavcodec/tscc2.c
    M mythtv/external/FFmpeg/libavcodec/tta.c
    M mythtv/external/FFmpeg/libavcodec/ttadata.c
    M mythtv/external/FFmpeg/libavcodec/ttadata.h
    M mythtv/external/FFmpeg/libavcodec/ttadsp.c
    M mythtv/external/FFmpeg/libavcodec/ttaenc.c
    M mythtv/external/FFmpeg/libavcodec/ttaencdsp.c
    M mythtv/external/FFmpeg/libavcodec/ttmlenc.c
    M mythtv/external/FFmpeg/libavcodec/ttmlenc.h
    M mythtv/external/FFmpeg/libavcodec/twinvq.c
    M mythtv/external/FFmpeg/libavcodec/twinvq.h
    M mythtv/external/FFmpeg/libavcodec/twinvqdec.c
    M mythtv/external/FFmpeg/libavcodec/txd.c
    M mythtv/external/FFmpeg/libavcodec/ulti.c
    M mythtv/external/FFmpeg/libavcodec/utils.c
    M mythtv/external/FFmpeg/libavcodec/utvideodec.c
    M mythtv/external/FFmpeg/libavcodec/utvideodsp.c
    M mythtv/external/FFmpeg/libavcodec/utvideoenc.c
    M mythtv/external/FFmpeg/libavcodec/v210_template.c
    M mythtv/external/FFmpeg/libavcodec/v210dec.c
    M mythtv/external/FFmpeg/libavcodec/v210dec.h
    A mythtv/external/FFmpeg/libavcodec/v210dec_init.h
    M mythtv/external/FFmpeg/libavcodec/v210enc.c
    M mythtv/external/FFmpeg/libavcodec/v210enc.h
    A mythtv/external/FFmpeg/libavcodec/v210enc_init.h
    M mythtv/external/FFmpeg/libavcodec/v210x.c
    M mythtv/external/FFmpeg/libavcodec/v308dec.c
    M mythtv/external/FFmpeg/libavcodec/v308enc.c
    M mythtv/external/FFmpeg/libavcodec/v408dec.c
    M mythtv/external/FFmpeg/libavcodec/v408enc.c
    M mythtv/external/FFmpeg/libavcodec/v410dec.c
    M mythtv/external/FFmpeg/libavcodec/v410enc.c
    M mythtv/external/FFmpeg/libavcodec/v4l2_buffers.c
    M mythtv/external/FFmpeg/libavcodec/v4l2_buffers.h
    M mythtv/external/FFmpeg/libavcodec/v4l2_context.c
    M mythtv/external/FFmpeg/libavcodec/v4l2_context.h
    M mythtv/external/FFmpeg/libavcodec/v4l2_fmt.h
    M mythtv/external/FFmpeg/libavcodec/v4l2_m2m.c
    M mythtv/external/FFmpeg/libavcodec/v4l2_m2m_dec.c
    M mythtv/external/FFmpeg/libavcodec/v4l2_m2m_enc.c
    R mythtv/external/FFmpeg/libavcodec/vaapi.h
    M mythtv/external/FFmpeg/libavcodec/vaapi_av1.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_decode.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_decode.h
    M mythtv/external/FFmpeg/libavcodec/vaapi_encode.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_encode.h
    M mythtv/external/FFmpeg/libavcodec/vaapi_encode_h264.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_encode_h265.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_encode_mjpeg.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_encode_mpeg2.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_encode_vp8.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_encode_vp9.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_hevc.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_mpeg2.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_mpeg4.c
    M mythtv/external/FFmpeg/libavcodec/vaapi_vc1.c
    M mythtv/external/FFmpeg/libavcodec/vb.c
    M mythtv/external/FFmpeg/libavcodec/vble.c
    A mythtv/external/FFmpeg/libavcodec/vbn.h
    A mythtv/external/FFmpeg/libavcodec/vbndec.c
    A mythtv/external/FFmpeg/libavcodec/vbnenc.c
    M mythtv/external/FFmpeg/libavcodec/vc1.c
    M mythtv/external/FFmpeg/libavcodec/vc1.h
    M mythtv/external/FFmpeg/libavcodec/vc1_block.c
    M mythtv/external/FFmpeg/libavcodec/vc1_common.h
    M mythtv/external/FFmpeg/libavcodec/vc1_parser.c
    M mythtv/external/FFmpeg/libavcodec/vc1_pred.c
    M mythtv/external/FFmpeg/libavcodec/vc1_pred.h
    M mythtv/external/FFmpeg/libavcodec/vc1data.c
    M mythtv/external/FFmpeg/libavcodec/vc1dec.c
    M mythtv/external/FFmpeg/libavcodec/vc1dsp.c
    M mythtv/external/FFmpeg/libavcodec/vc1dsp.h
    M mythtv/external/FFmpeg/libavcodec/vc2enc.c
    M mythtv/external/FFmpeg/libavcodec/vc2enc_dwt.c
    M mythtv/external/FFmpeg/libavcodec/vcr1.c
    M mythtv/external/FFmpeg/libavcodec/vdpau.c
    M mythtv/external/FFmpeg/libavcodec/vdpau.h
    A mythtv/external/FFmpeg/libavcodec/vdpau_av1.c
    M mythtv/external/FFmpeg/libavcodec/vdpau_h264.c
    M mythtv/external/FFmpeg/libavcodec/vdpau_hevc.c
    M mythtv/external/FFmpeg/libavcodec/vdpau_internal.h
    M mythtv/external/FFmpeg/libavcodec/vdpau_mpeg12.c
    M mythtv/external/FFmpeg/libavcodec/vdpau_mpeg4.c
    M mythtv/external/FFmpeg/libavcodec/vdpau_vc1.c
    M mythtv/external/FFmpeg/libavcodec/vdpau_vp9.c
    A mythtv/external/FFmpeg/libavcodec/version.c
    M mythtv/external/FFmpeg/libavcodec/version.h
    A mythtv/external/FFmpeg/libavcodec/version_major.h
    M mythtv/external/FFmpeg/libavcodec/videodsp.c
    M mythtv/external/FFmpeg/libavcodec/videodsp.h
    M mythtv/external/FFmpeg/libavcodec/videodsp_template.c
    M mythtv/external/FFmpeg/libavcodec/videotoolbox.c
    A mythtv/external/FFmpeg/libavcodec/videotoolbox_vp9.c
    M mythtv/external/FFmpeg/libavcodec/videotoolboxenc.c
    M mythtv/external/FFmpeg/libavcodec/vima.c
    A mythtv/external/FFmpeg/libavcodec/vlc.c
    M mythtv/external/FFmpeg/libavcodec/vlc.h
    M mythtv/external/FFmpeg/libavcodec/vmdaudio.c
    M mythtv/external/FFmpeg/libavcodec/vmdvideo.c
    M mythtv/external/FFmpeg/libavcodec/vmnc.c
    M mythtv/external/FFmpeg/libavcodec/vorbis.h
    M mythtv/external/FFmpeg/libavcodec/vorbis_data.c
    M mythtv/external/FFmpeg/libavcodec/vorbis_enc_data.h
    M mythtv/external/FFmpeg/libavcodec/vorbis_parser.c
    M mythtv/external/FFmpeg/libavcodec/vorbisdec.c
    M mythtv/external/FFmpeg/libavcodec/vorbisdsp.c
    M mythtv/external/FFmpeg/libavcodec/vorbisenc.c
    M mythtv/external/FFmpeg/libavcodec/vp3.c
    M mythtv/external/FFmpeg/libavcodec/vp3_parser.c
    M mythtv/external/FFmpeg/libavcodec/vp3dsp.c
    M mythtv/external/FFmpeg/libavcodec/vp5.c
    M mythtv/external/FFmpeg/libavcodec/vp56.c
    M mythtv/external/FFmpeg/libavcodec/vp56.h
    M mythtv/external/FFmpeg/libavcodec/vp56data.h
    M mythtv/external/FFmpeg/libavcodec/vp56dsp.c
    M mythtv/external/FFmpeg/libavcodec/vp56rac.c
    M mythtv/external/FFmpeg/libavcodec/vp6.c
    M mythtv/external/FFmpeg/libavcodec/vp8.c
    M mythtv/external/FFmpeg/libavcodec/vp8.h
    M mythtv/external/FFmpeg/libavcodec/vp8_parser.c
    M mythtv/external/FFmpeg/libavcodec/vp8dsp.c
    M mythtv/external/FFmpeg/libavcodec/vp8dsp.h
    M mythtv/external/FFmpeg/libavcodec/vp9.c
    M mythtv/external/FFmpeg/libavcodec/vp9_metadata_bsf.c
    M mythtv/external/FFmpeg/libavcodec/vp9_parser.c
    M mythtv/external/FFmpeg/libavcodec/vp9_raw_reorder_bsf.c
    M mythtv/external/FFmpeg/libavcodec/vp9_superframe_bsf.c
    M mythtv/external/FFmpeg/libavcodec/vp9_superframe_split_bsf.c
    M mythtv/external/FFmpeg/libavcodec/vp9block.c
    M mythtv/external/FFmpeg/libavcodec/vp9dec.h
    M mythtv/external/FFmpeg/libavcodec/vp9dsp.c
    M mythtv/external/FFmpeg/libavcodec/vp9dsp.h
    M mythtv/external/FFmpeg/libavcodec/vp9mvs.c
    M mythtv/external/FFmpeg/libavcodec/vp9recon.c
    M mythtv/external/FFmpeg/libavcodec/vp9shared.h
    M mythtv/external/FFmpeg/libavcodec/vqavideo.c
    M mythtv/external/FFmpeg/libavcodec/vt_internal.h
    M mythtv/external/FFmpeg/libavcodec/wavpack.c
    M mythtv/external/FFmpeg/libavcodec/wavpack.h
    M mythtv/external/FFmpeg/libavcodec/wavpackenc.c
    M mythtv/external/FFmpeg/libavcodec/wavpackenc.h
    M mythtv/external/FFmpeg/libavcodec/wcmv.c
    M mythtv/external/FFmpeg/libavcodec/webp.c
    M mythtv/external/FFmpeg/libavcodec/webp_parser.c
    M mythtv/external/FFmpeg/libavcodec/webvttdec.c
    M mythtv/external/FFmpeg/libavcodec/webvttenc.c
    M mythtv/external/FFmpeg/libavcodec/wma.c
    M mythtv/external/FFmpeg/libavcodec/wma.h
    M mythtv/external/FFmpeg/libavcodec/wmadec.c
    M mythtv/external/FFmpeg/libavcodec/wmaenc.c
    M mythtv/external/FFmpeg/libavcodec/wmalosslessdec.c
    M mythtv/external/FFmpeg/libavcodec/wmaprodec.c
    M mythtv/external/FFmpeg/libavcodec/wmavoice.c
    M mythtv/external/FFmpeg/libavcodec/wmv2.c
    M mythtv/external/FFmpeg/libavcodec/wmv2.h
    M mythtv/external/FFmpeg/libavcodec/wmv2dec.c
    A mythtv/external/FFmpeg/libavcodec/wmv2dec.h
    M mythtv/external/FFmpeg/libavcodec/wmv2dsp.c
    M mythtv/external/FFmpeg/libavcodec/wmv2enc.c
    A mythtv/external/FFmpeg/libavcodec/wmv2enc.h
    M mythtv/external/FFmpeg/libavcodec/wnv1.c
    M mythtv/external/FFmpeg/libavcodec/wrapped_avframe.c
    M mythtv/external/FFmpeg/libavcodec/ws-snd1.c
    M mythtv/external/FFmpeg/libavcodec/x86/aacencdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/ac3dsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/ac3dsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/audiodsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/audiodsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/blockdsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/blockdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/cabac.h
    M mythtv/external/FFmpeg/libavcodec/x86/cavsdsp.c
    M mythtv/external/FFmpeg/libavcodec/x86/cavsidct.asm
    M mythtv/external/FFmpeg/libavcodec/x86/celt_pvq_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/cfhddsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/cfhdencdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/dcadsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/dcadsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/dct32.asm
    M mythtv/external/FFmpeg/libavcodec/x86/dct_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/dirac_dwt.asm
    M mythtv/external/FFmpeg/libavcodec/x86/dirac_dwt_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/diracdsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/diracdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/fdct.c
    M mythtv/external/FFmpeg/libavcodec/x86/fdct.h
    M mythtv/external/FFmpeg/libavcodec/x86/fdctdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/fft.asm
    M mythtv/external/FFmpeg/libavcodec/x86/fft.h
    M mythtv/external/FFmpeg/libavcodec/x86/fft_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/flacdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/fmtconvert.asm
    M mythtv/external/FFmpeg/libavcodec/x86/fmtconvert_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/fpel.asm
    M mythtv/external/FFmpeg/libavcodec/x86/h264_chromamc.asm
    M mythtv/external/FFmpeg/libavcodec/x86/h264_deblock.asm
    M mythtv/external/FFmpeg/libavcodec/x86/h264_deblock_10bit.asm
    M mythtv/external/FFmpeg/libavcodec/x86/h264_idct.asm
    M mythtv/external/FFmpeg/libavcodec/x86/h264_intrapred.asm
    M mythtv/external/FFmpeg/libavcodec/x86/h264_intrapred_10bit.asm
    M mythtv/external/FFmpeg/libavcodec/x86/h264_intrapred_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/h264_qpel.c
    M mythtv/external/FFmpeg/libavcodec/x86/h264_qpel_10bit.asm
    M mythtv/external/FFmpeg/libavcodec/x86/h264_qpel_8bit.asm
    M mythtv/external/FFmpeg/libavcodec/x86/h264_weight.asm
    M mythtv/external/FFmpeg/libavcodec/x86/h264chroma_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/h264dsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/hevc_idct.asm
    M mythtv/external/FFmpeg/libavcodec/x86/hevc_mc.asm
    M mythtv/external/FFmpeg/libavcodec/x86/hevcdsp.h
    M mythtv/external/FFmpeg/libavcodec/x86/hevcdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/hpeldsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/hpeldsp.h
    M mythtv/external/FFmpeg/libavcodec/x86/hpeldsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/hpeldsp_vp3.asm
    M mythtv/external/FFmpeg/libavcodec/x86/hpeldsp_vp3_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/huffyuvdsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/huffyuvdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/huffyuvencdsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/huffyuvencdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/idctdsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/idctdsp.h
    M mythtv/external/FFmpeg/libavcodec/x86/idctdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/imdct36.asm
    M mythtv/external/FFmpeg/libavcodec/x86/lossless_audiodsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/lossless_audiodsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/lossless_videodsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/lossless_videodsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/lossless_videoencdsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/lossless_videoencdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/lpc.c
    M mythtv/external/FFmpeg/libavcodec/x86/mdct15_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/me_cmp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/me_cmp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/mlpdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/mpegaudiodsp.c
    M mythtv/external/FFmpeg/libavcodec/x86/mpegvideoenc.c
    M mythtv/external/FFmpeg/libavcodec/x86/mpegvideoenc_template.c
    M mythtv/external/FFmpeg/libavcodec/x86/mpegvideoencdsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/mpegvideoencdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/opusdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/pixblockdsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/pixblockdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/pngdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/qpeldsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/rnd_template.c
    M mythtv/external/FFmpeg/libavcodec/x86/rv34dsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/rv34dsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/rv40dsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/rv40dsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/sbcdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/sbrdsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/sbrdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/simple_idct.asm
    M mythtv/external/FFmpeg/libavcodec/x86/snowdsp.c
    M mythtv/external/FFmpeg/libavcodec/x86/svq1enc.asm
    M mythtv/external/FFmpeg/libavcodec/x86/svq1enc_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/synth_filter.asm
    M mythtv/external/FFmpeg/libavcodec/x86/synth_filter_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/takdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/ttadsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/ttaencdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/v210-init.c
    M mythtv/external/FFmpeg/libavcodec/x86/v210enc_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/vc1dsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/vc1dsp_loopfilter.asm
    M mythtv/external/FFmpeg/libavcodec/x86/vc1dsp_mmx.c
    M mythtv/external/FFmpeg/libavcodec/x86/videodsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/videodsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/vorbisdsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/vorbisdsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/vp3dsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/vp3dsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/vp56_arith.h
    M mythtv/external/FFmpeg/libavcodec/x86/vp6dsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/vp6dsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/vp8dsp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/vp8dsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/vp8dsp_loopfilter.asm
    M mythtv/external/FFmpeg/libavcodec/x86/vp9dsp_init.c
    M mythtv/external/FFmpeg/libavcodec/x86/vp9dsp_init.h
    M mythtv/external/FFmpeg/libavcodec/x86/vp9dsp_init_16bpp.c
    M mythtv/external/FFmpeg/libavcodec/x86/vp9dsp_init_16bpp_template.c
    M mythtv/external/FFmpeg/libavcodec/x86/vp9intrapred_16bpp.asm
    M mythtv/external/FFmpeg/libavcodec/x86/vp9mc.asm
    M mythtv/external/FFmpeg/libavcodec/x86/w64xmmtest.c
    M mythtv/external/FFmpeg/libavcodec/x86/xvididct.asm
    M mythtv/external/FFmpeg/libavcodec/x86/xvididct.h
    M mythtv/external/FFmpeg/libavcodec/x86/xvididct_init.c
    M mythtv/external/FFmpeg/libavcodec/xan.c
    M mythtv/external/FFmpeg/libavcodec/xbm_parser.c
    M mythtv/external/FFmpeg/libavcodec/xbmdec.c
    M mythtv/external/FFmpeg/libavcodec/xbmenc.c
    M mythtv/external/FFmpeg/libavcodec/xfacedec.c
    M mythtv/external/FFmpeg/libavcodec/xfaceenc.c
    M mythtv/external/FFmpeg/libavcodec/xiph.c
    M mythtv/external/FFmpeg/libavcodec/xiph.h
    M mythtv/external/FFmpeg/libavcodec/xl.c
    M mythtv/external/FFmpeg/libavcodec/xma_parser.c
    M mythtv/external/FFmpeg/libavcodec/xpmdec.c
    M mythtv/external/FFmpeg/libavcodec/xsubdec.c
    M mythtv/external/FFmpeg/libavcodec/xsubenc.c
    M mythtv/external/FFmpeg/libavcodec/xvididct.c
    M mythtv/external/FFmpeg/libavcodec/xvmc.h
    R mythtv/external/FFmpeg/libavcodec/xvmc_internal.h
    M mythtv/external/FFmpeg/libavcodec/xwddec.c
    M mythtv/external/FFmpeg/libavcodec/xwdenc.c
    M mythtv/external/FFmpeg/libavcodec/xxan.c
    M mythtv/external/FFmpeg/libavcodec/y41pdec.c
    M mythtv/external/FFmpeg/libavcodec/y41penc.c
    M mythtv/external/FFmpeg/libavcodec/ylc.c
    M mythtv/external/FFmpeg/libavcodec/yop.c
    M mythtv/external/FFmpeg/libavcodec/yuv4dec.c
    M mythtv/external/FFmpeg/libavcodec/yuv4enc.c
    M mythtv/external/FFmpeg/libavcodec/zerocodec.c
    A mythtv/external/FFmpeg/libavcodec/zlib_wrapper.c
    A mythtv/external/FFmpeg/libavcodec/zlib_wrapper.h
    M mythtv/external/FFmpeg/libavcodec/zmbv.c
    M mythtv/external/FFmpeg/libavcodec/zmbvenc.c
    M mythtv/external/FFmpeg/libavdevice/Makefile
    M mythtv/external/FFmpeg/libavdevice/alldevices.c
    M mythtv/external/FFmpeg/libavdevice/alsa.c
    M mythtv/external/FFmpeg/libavdevice/alsa_dec.c
    M mythtv/external/FFmpeg/libavdevice/alsa_enc.c
    M mythtv/external/FFmpeg/libavdevice/android_camera.c
    M mythtv/external/FFmpeg/libavdevice/audiotoolbox.m
    M mythtv/external/FFmpeg/libavdevice/avdevice.c
    M mythtv/external/FFmpeg/libavdevice/avdevice.h
    M mythtv/external/FFmpeg/libavdevice/avfoundation.m
    M mythtv/external/FFmpeg/libavdevice/bktr.c
    M mythtv/external/FFmpeg/libavdevice/caca.c
    M mythtv/external/FFmpeg/libavdevice/decklink_common.cpp
    M mythtv/external/FFmpeg/libavdevice/decklink_common.h
    M mythtv/external/FFmpeg/libavdevice/decklink_common_c.h
    M mythtv/external/FFmpeg/libavdevice/decklink_dec.cpp
    M mythtv/external/FFmpeg/libavdevice/decklink_dec.h
    M mythtv/external/FFmpeg/libavdevice/decklink_dec_c.c
    M mythtv/external/FFmpeg/libavdevice/decklink_enc.cpp
    M mythtv/external/FFmpeg/libavdevice/decklink_enc.h
    M mythtv/external/FFmpeg/libavdevice/decklink_enc_c.c
    M mythtv/external/FFmpeg/libavdevice/dshow.c
    M mythtv/external/FFmpeg/libavdevice/dshow_capture.h
    M mythtv/external/FFmpeg/libavdevice/dshow_crossbar.c
    M mythtv/external/FFmpeg/libavdevice/dshow_enummediatypes.c
    M mythtv/external/FFmpeg/libavdevice/dshow_enumpins.c
    M mythtv/external/FFmpeg/libavdevice/dshow_filter.c
    M mythtv/external/FFmpeg/libavdevice/dshow_pin.c
    M mythtv/external/FFmpeg/libavdevice/fbdev_dec.c
    M mythtv/external/FFmpeg/libavdevice/fbdev_enc.c
    M mythtv/external/FFmpeg/libavdevice/gdigrab.c
    M mythtv/external/FFmpeg/libavdevice/iec61883.c
    M mythtv/external/FFmpeg/libavdevice/internal.h
    M mythtv/external/FFmpeg/libavdevice/jack.c
    M mythtv/external/FFmpeg/libavdevice/kmsgrab.c
    M mythtv/external/FFmpeg/libavdevice/lavfi.c
    M mythtv/external/FFmpeg/libavdevice/libcdio.c
    M mythtv/external/FFmpeg/libavdevice/libdc1394.c
    M mythtv/external/FFmpeg/libavdevice/openal-dec.c
    M mythtv/external/FFmpeg/libavdevice/opengl_enc.c
    M mythtv/external/FFmpeg/libavdevice/oss.c
    M mythtv/external/FFmpeg/libavdevice/oss.h
    M mythtv/external/FFmpeg/libavdevice/oss_dec.c
    M mythtv/external/FFmpeg/libavdevice/oss_enc.c
    M mythtv/external/FFmpeg/libavdevice/pulse_audio_dec.c
    M mythtv/external/FFmpeg/libavdevice/pulse_audio_enc.c
    M mythtv/external/FFmpeg/libavdevice/sdl2.c
    M mythtv/external/FFmpeg/libavdevice/sndio_dec.c
    M mythtv/external/FFmpeg/libavdevice/sndio_enc.c
    M mythtv/external/FFmpeg/libavdevice/timefilter.c
    M mythtv/external/FFmpeg/libavdevice/utils.c
    M mythtv/external/FFmpeg/libavdevice/v4l2-common.h
    M mythtv/external/FFmpeg/libavdevice/v4l2.c
    M mythtv/external/FFmpeg/libavdevice/v4l2enc.c
    A mythtv/external/FFmpeg/libavdevice/version.c
    M mythtv/external/FFmpeg/libavdevice/version.h
    A mythtv/external/FFmpeg/libavdevice/version_major.h
    M mythtv/external/FFmpeg/libavdevice/vfwcap.c
    M mythtv/external/FFmpeg/libavdevice/xcbgrab.c
    M mythtv/external/FFmpeg/libavdevice/xv.c
    M mythtv/external/FFmpeg/libavfilter/Makefile
    M mythtv/external/FFmpeg/libavfilter/aarch64/vf_nlmeans_init.c
    M mythtv/external/FFmpeg/libavfilter/aeval.c
    M mythtv/external/FFmpeg/libavfilter/af_acontrast.c
    M mythtv/external/FFmpeg/libavfilter/af_acopy.c
    M mythtv/external/FFmpeg/libavfilter/af_acrossover.c
    M mythtv/external/FFmpeg/libavfilter/af_acrusher.c
    M mythtv/external/FFmpeg/libavfilter/af_adeclick.c
    A mythtv/external/FFmpeg/libavfilter/af_adecorrelate.c
    M mythtv/external/FFmpeg/libavfilter/af_adelay.c
    M mythtv/external/FFmpeg/libavfilter/af_adenorm.c
    M mythtv/external/FFmpeg/libavfilter/af_aderivative.c
    A mythtv/external/FFmpeg/libavfilter/af_adynamicequalizer.c
    A mythtv/external/FFmpeg/libavfilter/af_adynamicsmooth.c
    M mythtv/external/FFmpeg/libavfilter/af_aecho.c
    M mythtv/external/FFmpeg/libavfilter/af_aemphasis.c
    M mythtv/external/FFmpeg/libavfilter/af_aexciter.c
    M mythtv/external/FFmpeg/libavfilter/af_afade.c
    M mythtv/external/FFmpeg/libavfilter/af_afftdn.c
    M mythtv/external/FFmpeg/libavfilter/af_afftfilt.c
    M mythtv/external/FFmpeg/libavfilter/af_afir.c
    M mythtv/external/FFmpeg/libavfilter/af_afir.h
    A mythtv/external/FFmpeg/libavfilter/af_afirdsp.h
    M mythtv/external/FFmpeg/libavfilter/af_aformat.c
    M mythtv/external/FFmpeg/libavfilter/af_afreqshift.c
    A mythtv/external/FFmpeg/libavfilter/af_afwtdn.c
    M mythtv/external/FFmpeg/libavfilter/af_agate.c
    M mythtv/external/FFmpeg/libavfilter/af_aiir.c
    M mythtv/external/FFmpeg/libavfilter/af_alimiter.c
    M mythtv/external/FFmpeg/libavfilter/af_amerge.c
    M mythtv/external/FFmpeg/libavfilter/af_amix.c
    M mythtv/external/FFmpeg/libavfilter/af_amultiply.c
    M mythtv/external/FFmpeg/libavfilter/af_anequalizer.c
    M mythtv/external/FFmpeg/libavfilter/af_anlmdn.c
    M mythtv/external/FFmpeg/libavfilter/af_anlms.c
    M mythtv/external/FFmpeg/libavfilter/af_anull.c
    M mythtv/external/FFmpeg/libavfilter/af_apad.c
    M mythtv/external/FFmpeg/libavfilter/af_aphaser.c
    A mythtv/external/FFmpeg/libavfilter/af_apsyclip.c
    M mythtv/external/FFmpeg/libavfilter/af_apulsator.c
    M mythtv/external/FFmpeg/libavfilter/af_aresample.c
    M mythtv/external/FFmpeg/libavfilter/af_arnndn.c
    A mythtv/external/FFmpeg/libavfilter/af_asdr.c
    M mythtv/external/FFmpeg/libavfilter/af_asetnsamples.c
    M mythtv/external/FFmpeg/libavfilter/af_asetrate.c
    M mythtv/external/FFmpeg/libavfilter/af_ashowinfo.c
    M mythtv/external/FFmpeg/libavfilter/af_asoftclip.c
    A mythtv/external/FFmpeg/libavfilter/af_aspectralstats.c
    M mythtv/external/FFmpeg/libavfilter/af_asr.c
    M mythtv/external/FFmpeg/libavfilter/af_astats.c
    M mythtv/external/FFmpeg/libavfilter/af_asubboost.c
    M mythtv/external/FFmpeg/libavfilter/af_asupercut.c
    M mythtv/external/FFmpeg/libavfilter/af_atempo.c
    A mythtv/external/FFmpeg/libavfilter/af_atilt.c
    M mythtv/external/FFmpeg/libavfilter/af_axcorrelate.c
    M mythtv/external/FFmpeg/libavfilter/af_biquads.c
    M mythtv/external/FFmpeg/libavfilter/af_bs2b.c
    M mythtv/external/FFmpeg/libavfilter/af_channelmap.c
    M mythtv/external/FFmpeg/libavfilter/af_channelsplit.c
    M mythtv/external/FFmpeg/libavfilter/af_chorus.c
    M mythtv/external/FFmpeg/libavfilter/af_compand.c
    M mythtv/external/FFmpeg/libavfilter/af_compensationdelay.c
    M mythtv/external/FFmpeg/libavfilter/af_crossfeed.c
    M mythtv/external/FFmpeg/libavfilter/af_crystalizer.c
    M mythtv/external/FFmpeg/libavfilter/af_dcshift.c
    M mythtv/external/FFmpeg/libavfilter/af_deesser.c
    A mythtv/external/FFmpeg/libavfilter/af_dialoguenhance.c
    M mythtv/external/FFmpeg/libavfilter/af_drmeter.c
    M mythtv/external/FFmpeg/libavfilter/af_dynaudnorm.c
    M mythtv/external/FFmpeg/libavfilter/af_earwax.c
    M mythtv/external/FFmpeg/libavfilter/af_extrastereo.c
    M mythtv/external/FFmpeg/libavfilter/af_firequalizer.c
    M mythtv/external/FFmpeg/libavfilter/af_flanger.c
    M mythtv/external/FFmpeg/libavfilter/af_haas.c
    M mythtv/external/FFmpeg/libavfilter/af_hdcd.c
    M mythtv/external/FFmpeg/libavfilter/af_headphone.c
    M mythtv/external/FFmpeg/libavfilter/af_join.c
    M mythtv/external/FFmpeg/libavfilter/af_ladspa.c
    M mythtv/external/FFmpeg/libavfilter/af_loudnorm.c
    M mythtv/external/FFmpeg/libavfilter/af_lv2.c
    M mythtv/external/FFmpeg/libavfilter/af_mcompand.c
    M mythtv/external/FFmpeg/libavfilter/af_pan.c
    M mythtv/external/FFmpeg/libavfilter/af_replaygain.c
    R mythtv/external/FFmpeg/libavfilter/af_resample.c
    M mythtv/external/FFmpeg/libavfilter/af_rubberband.c
    M mythtv/external/FFmpeg/libavfilter/af_sidechaincompress.c
    M mythtv/external/FFmpeg/libavfilter/af_silencedetect.c
    M mythtv/external/FFmpeg/libavfilter/af_silenceremove.c
    M mythtv/external/FFmpeg/libavfilter/af_sofalizer.c
    M mythtv/external/FFmpeg/libavfilter/af_speechnorm.c
    M mythtv/external/FFmpeg/libavfilter/af_stereotools.c
    M mythtv/external/FFmpeg/libavfilter/af_stereowiden.c
    M mythtv/external/FFmpeg/libavfilter/af_superequalizer.c
    M mythtv/external/FFmpeg/libavfilter/af_surround.c
    M mythtv/external/FFmpeg/libavfilter/af_tremolo.c
    M mythtv/external/FFmpeg/libavfilter/af_vibrato.c
    A mythtv/external/FFmpeg/libavfilter/af_virtualbass.c
    M mythtv/external/FFmpeg/libavfilter/af_volume.c
    M mythtv/external/FFmpeg/libavfilter/af_volume.h
    M mythtv/external/FFmpeg/libavfilter/af_volumedetect.c
    A mythtv/external/FFmpeg/libavfilter/afir_template.c
    M mythtv/external/FFmpeg/libavfilter/allfilters.c
    M mythtv/external/FFmpeg/libavfilter/asink_anullsink.c
    M mythtv/external/FFmpeg/libavfilter/asrc_afirsrc.c
    M mythtv/external/FFmpeg/libavfilter/asrc_anoisesrc.c
    M mythtv/external/FFmpeg/libavfilter/asrc_anullsrc.c
    M mythtv/external/FFmpeg/libavfilter/asrc_flite.c
    M mythtv/external/FFmpeg/libavfilter/asrc_hilbert.c
    M mythtv/external/FFmpeg/libavfilter/asrc_sinc.c
    M mythtv/external/FFmpeg/libavfilter/asrc_sine.c
    M mythtv/external/FFmpeg/libavfilter/audio.c
    M mythtv/external/FFmpeg/libavfilter/audio.h
    M mythtv/external/FFmpeg/libavfilter/avf_abitscope.c
    M mythtv/external/FFmpeg/libavfilter/avf_ahistogram.c
    M mythtv/external/FFmpeg/libavfilter/avf_aphasemeter.c
    M mythtv/external/FFmpeg/libavfilter/avf_avectorscope.c
    M mythtv/external/FFmpeg/libavfilter/avf_concat.c
    M mythtv/external/FFmpeg/libavfilter/avf_showcqt.c
    M mythtv/external/FFmpeg/libavfilter/avf_showcqt.h
    M mythtv/external/FFmpeg/libavfilter/avf_showfreqs.c
    M mythtv/external/FFmpeg/libavfilter/avf_showspatial.c
    M mythtv/external/FFmpeg/libavfilter/avf_showspectrum.c
    M mythtv/external/FFmpeg/libavfilter/avf_showvolume.c
    M mythtv/external/FFmpeg/libavfilter/avf_showwaves.c
    M mythtv/external/FFmpeg/libavfilter/avfilter.c
    M mythtv/external/FFmpeg/libavfilter/avfilter.h
    M mythtv/external/FFmpeg/libavfilter/avfiltergraph.c
    M mythtv/external/FFmpeg/libavfilter/blend.h
    A mythtv/external/FFmpeg/libavfilter/blend_modes.c
    M mythtv/external/FFmpeg/libavfilter/boxblur.h
    M mythtv/external/FFmpeg/libavfilter/buffersink.c
    M mythtv/external/FFmpeg/libavfilter/buffersink.h
    M mythtv/external/FFmpeg/libavfilter/buffersrc.c
    M mythtv/external/FFmpeg/libavfilter/buffersrc.h
    A mythtv/external/FFmpeg/libavfilter/colorchannelmixer_template.c
    M mythtv/external/FFmpeg/libavfilter/colorspace.c
    M mythtv/external/FFmpeg/libavfilter/colorspace.h
    M mythtv/external/FFmpeg/libavfilter/colorspacedsp.c
    A mythtv/external/FFmpeg/libavfilter/cuda/load_helper.c
    A mythtv/external/FFmpeg/libavfilter/cuda/load_helper.h
    M mythtv/external/FFmpeg/libavfilter/dnn/Makefile
    A mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_common.c
    A mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_common.h
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native.h
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_avgpool.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_avgpool.h
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_conv2d.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_conv2d.h
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_dense.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_dense.h
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_depth2space.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_depth2space.h
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_mathbinary.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_mathunary.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_mathunary.h
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_maximum.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_native_layer_pad.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_openvino.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_openvino.h
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_tf.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_backend_tf.h
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_interface.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_io_proc.c
    M mythtv/external/FFmpeg/libavfilter/dnn/dnn_io_proc.h
    M mythtv/external/FFmpeg/libavfilter/dnn/queue.c
    M mythtv/external/FFmpeg/libavfilter/dnn/queue.h
    M mythtv/external/FFmpeg/libavfilter/dnn/safe_queue.h
    M mythtv/external/FFmpeg/libavfilter/dnn_filter_common.c
    M mythtv/external/FFmpeg/libavfilter/dnn_filter_common.h
    M mythtv/external/FFmpeg/libavfilter/dnn_interface.h
    M mythtv/external/FFmpeg/libavfilter/drawutils.c
    M mythtv/external/FFmpeg/libavfilter/drawutils.h
    M mythtv/external/FFmpeg/libavfilter/ebur128.c
    A mythtv/external/FFmpeg/libavfilter/edge_common.c
    A mythtv/external/FFmpeg/libavfilter/edge_common.h
    M mythtv/external/FFmpeg/libavfilter/f_bench.c
    M mythtv/external/FFmpeg/libavfilter/f_cue.c
    M mythtv/external/FFmpeg/libavfilter/f_drawgraph.c
    M mythtv/external/FFmpeg/libavfilter/f_ebur128.c
    M mythtv/external/FFmpeg/libavfilter/f_graphmonitor.c
    M mythtv/external/FFmpeg/libavfilter/f_interleave.c
    A mythtv/external/FFmpeg/libavfilter/f_latency.c
    M mythtv/external/FFmpeg/libavfilter/f_loop.c
    M mythtv/external/FFmpeg/libavfilter/f_metadata.c
    M mythtv/external/FFmpeg/libavfilter/f_perms.c
    M mythtv/external/FFmpeg/libavfilter/f_realtime.c
    M mythtv/external/FFmpeg/libavfilter/f_reverse.c
    A mythtv/external/FFmpeg/libavfilter/f_segment.c
    M mythtv/external/FFmpeg/libavfilter/f_select.c
    M mythtv/external/FFmpeg/libavfilter/f_sendcmd.c
    M mythtv/external/FFmpeg/libavfilter/f_sidedata.c
    M mythtv/external/FFmpeg/libavfilter/f_streamselect.c
    M mythtv/external/FFmpeg/libavfilter/f_zmq.c
    A mythtv/external/FFmpeg/libavfilter/fflcms2.c
    A mythtv/external/FFmpeg/libavfilter/fflcms2.h
    M mythtv/external/FFmpeg/libavfilter/fifo.c
    A mythtv/external/FFmpeg/libavfilter/file_open.c
    M mythtv/external/FFmpeg/libavfilter/filters.h
    M mythtv/external/FFmpeg/libavfilter/formats.c
    M mythtv/external/FFmpeg/libavfilter/formats.h
    M mythtv/external/FFmpeg/libavfilter/framepool.c
    M mythtv/external/FFmpeg/libavfilter/framepool.h
    M mythtv/external/FFmpeg/libavfilter/framequeue.c
    M mythtv/external/FFmpeg/libavfilter/framesync.c
    M mythtv/external/FFmpeg/libavfilter/framesync.h
    M mythtv/external/FFmpeg/libavfilter/gblur.h
    R mythtv/external/FFmpeg/libavfilter/glslang.cpp
    R mythtv/external/FFmpeg/libavfilter/glslang.h
    M mythtv/external/FFmpeg/libavfilter/graphdump.c
    M mythtv/external/FFmpeg/libavfilter/hflip.h
    M mythtv/external/FFmpeg/libavfilter/internal.h
    M mythtv/external/FFmpeg/libavfilter/lavfutils.c
    A mythtv/external/FFmpeg/libavfilter/lut3d.h
    M mythtv/external/FFmpeg/libavfilter/maskedmerge.h
    A mythtv/external/FFmpeg/libavfilter/metal/utils.h
    A mythtv/external/FFmpeg/libavfilter/metal/utils.m
    A mythtv/external/FFmpeg/libavfilter/metal/vf_yadif_videotoolbox.metal
    M mythtv/external/FFmpeg/libavfilter/motion_estimation.c
    M mythtv/external/FFmpeg/libavfilter/motion_estimation.h
    M mythtv/external/FFmpeg/libavfilter/opencl.c
    M mythtv/external/FFmpeg/libavfilter/opencl.h
    A mythtv/external/FFmpeg/libavfilter/opencl/remap.cl
    M mythtv/external/FFmpeg/libavfilter/opencl_source.h
    A mythtv/external/FFmpeg/libavfilter/preserve_color.h
    M mythtv/external/FFmpeg/libavfilter/pthread.c
    M mythtv/external/FFmpeg/libavfilter/qp_table.c
    M mythtv/external/FFmpeg/libavfilter/qp_table.h
    M mythtv/external/FFmpeg/libavfilter/qsvvpp.c
    M mythtv/external/FFmpeg/libavfilter/qsvvpp.h
    M mythtv/external/FFmpeg/libavfilter/scene_sad.c
    M mythtv/external/FFmpeg/libavfilter/setpts.c
    M mythtv/external/FFmpeg/libavfilter/settb.c
    M mythtv/external/FFmpeg/libavfilter/signature_lookup.c
    M mythtv/external/FFmpeg/libavfilter/split.c
    A mythtv/external/FFmpeg/libavfilter/src_avsynctest.c
    M mythtv/external/FFmpeg/libavfilter/src_movie.c
    M mythtv/external/FFmpeg/libavfilter/tests/.gitignore
    A mythtv/external/FFmpeg/libavfilter/tests/dnn-layer-avgpool.c
    A mythtv/external/FFmpeg/libavfilter/tests/dnn-layer-conv2d.c
    A mythtv/external/FFmpeg/libavfilter/tests/dnn-layer-dense.c
    A mythtv/external/FFmpeg/libavfilter/tests/dnn-layer-depth2space.c
    A mythtv/external/FFmpeg/libavfilter/tests/dnn-layer-mathbinary.c
    A mythtv/external/FFmpeg/libavfilter/tests/dnn-layer-mathunary.c
    A mythtv/external/FFmpeg/libavfilter/tests/dnn-layer-maximum.c
    A mythtv/external/FFmpeg/libavfilter/tests/dnn-layer-pad.c
    M mythtv/external/FFmpeg/libavfilter/tests/filtfmts.c
    M mythtv/external/FFmpeg/libavfilter/tests/formats.c
    M mythtv/external/FFmpeg/libavfilter/tests/integral.c
    M mythtv/external/FFmpeg/libavfilter/threshold.h
    M mythtv/external/FFmpeg/libavfilter/transform.c
    M mythtv/external/FFmpeg/libavfilter/transform.h
    M mythtv/external/FFmpeg/libavfilter/trim.c
    M mythtv/external/FFmpeg/libavfilter/unsharp.h
    M mythtv/external/FFmpeg/libavfilter/v360.h
    M mythtv/external/FFmpeg/libavfilter/vaf_spectrumsynth.c
    A mythtv/external/FFmpeg/libavfilter/version.c
    M mythtv/external/FFmpeg/libavfilter/version.h
    A mythtv/external/FFmpeg/libavfilter/version_major.h
    M mythtv/external/FFmpeg/libavfilter/vf_addroi.c
    M mythtv/external/FFmpeg/libavfilter/vf_alphamerge.c
    M mythtv/external/FFmpeg/libavfilter/vf_amplify.c
    M mythtv/external/FFmpeg/libavfilter/vf_aspect.c
    M mythtv/external/FFmpeg/libavfilter/vf_atadenoise.c
    M mythtv/external/FFmpeg/libavfilter/vf_avgblur.c
    M mythtv/external/FFmpeg/libavfilter/vf_avgblur_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_avgblur_vulkan.c
    M mythtv/external/FFmpeg/libavfilter/vf_bbox.c
    M mythtv/external/FFmpeg/libavfilter/vf_bilateral.c
    M mythtv/external/FFmpeg/libavfilter/vf_bitplanenoise.c
    M mythtv/external/FFmpeg/libavfilter/vf_blackdetect.c
    M mythtv/external/FFmpeg/libavfilter/vf_blackframe.c
    M mythtv/external/FFmpeg/libavfilter/vf_blend.c
    A mythtv/external/FFmpeg/libavfilter/vf_blend_init.h
    A mythtv/external/FFmpeg/libavfilter/vf_blend_vulkan.c
    A mythtv/external/FFmpeg/libavfilter/vf_blockdetect.c
    A mythtv/external/FFmpeg/libavfilter/vf_blurdetect.c
    M mythtv/external/FFmpeg/libavfilter/vf_bm3d.c
    M mythtv/external/FFmpeg/libavfilter/vf_boxblur.c
    M mythtv/external/FFmpeg/libavfilter/vf_bwdif.c
    M mythtv/external/FFmpeg/libavfilter/vf_cas.c
    M mythtv/external/FFmpeg/libavfilter/vf_chromaber_vulkan.c
    M mythtv/external/FFmpeg/libavfilter/vf_chromakey.c
    A mythtv/external/FFmpeg/libavfilter/vf_chromakey_cuda.c
    A mythtv/external/FFmpeg/libavfilter/vf_chromakey_cuda.cu
    M mythtv/external/FFmpeg/libavfilter/vf_chromanr.c
    M mythtv/external/FFmpeg/libavfilter/vf_chromashift.c
    M mythtv/external/FFmpeg/libavfilter/vf_ciescope.c
    M mythtv/external/FFmpeg/libavfilter/vf_codecview.c
    M mythtv/external/FFmpeg/libavfilter/vf_colorbalance.c
    M mythtv/external/FFmpeg/libavfilter/vf_colorchannelmixer.c
    M mythtv/external/FFmpeg/libavfilter/vf_colorconstancy.c
    M mythtv/external/FFmpeg/libavfilter/vf_colorcontrast.c
    M mythtv/external/FFmpeg/libavfilter/vf_colorcorrect.c
    M mythtv/external/FFmpeg/libavfilter/vf_colorize.c
    M mythtv/external/FFmpeg/libavfilter/vf_colorkey.c
    M mythtv/external/FFmpeg/libavfilter/vf_colorkey_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_colorlevels.c
    A mythtv/external/FFmpeg/libavfilter/vf_colormap.c
    M mythtv/external/FFmpeg/libavfilter/vf_colormatrix.c
    M mythtv/external/FFmpeg/libavfilter/vf_colorspace.c
    M mythtv/external/FFmpeg/libavfilter/vf_colortemperature.c
    M mythtv/external/FFmpeg/libavfilter/vf_convolution.c
    M mythtv/external/FFmpeg/libavfilter/vf_convolution_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_convolve.c
    M mythtv/external/FFmpeg/libavfilter/vf_copy.c
    M mythtv/external/FFmpeg/libavfilter/vf_coreimage.m
    M mythtv/external/FFmpeg/libavfilter/vf_cover_rect.c
    M mythtv/external/FFmpeg/libavfilter/vf_crop.c
    M mythtv/external/FFmpeg/libavfilter/vf_cropdetect.c
    M mythtv/external/FFmpeg/libavfilter/vf_curves.c
    M mythtv/external/FFmpeg/libavfilter/vf_datascope.c
    M mythtv/external/FFmpeg/libavfilter/vf_dblur.c
    M mythtv/external/FFmpeg/libavfilter/vf_dctdnoiz.c
    M mythtv/external/FFmpeg/libavfilter/vf_deband.c
    M mythtv/external/FFmpeg/libavfilter/vf_deblock.c
    M mythtv/external/FFmpeg/libavfilter/vf_decimate.c
    M mythtv/external/FFmpeg/libavfilter/vf_dedot.c
    M mythtv/external/FFmpeg/libavfilter/vf_deflicker.c
    M mythtv/external/FFmpeg/libavfilter/vf_deinterlace_qsv.c
    M mythtv/external/FFmpeg/libavfilter/vf_deinterlace_vaapi.c
    M mythtv/external/FFmpeg/libavfilter/vf_dejudder.c
    M mythtv/external/FFmpeg/libavfilter/vf_delogo.c
    M mythtv/external/FFmpeg/libavfilter/vf_derain.c
    M mythtv/external/FFmpeg/libavfilter/vf_deshake.c
    M mythtv/external/FFmpeg/libavfilter/vf_deshake_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_despill.c
    M mythtv/external/FFmpeg/libavfilter/vf_detelecine.c
    M mythtv/external/FFmpeg/libavfilter/vf_displace.c
    A mythtv/external/FFmpeg/libavfilter/vf_dnn_classify.c
    A mythtv/external/FFmpeg/libavfilter/vf_dnn_detect.c
    M mythtv/external/FFmpeg/libavfilter/vf_dnn_processing.c
    M mythtv/external/FFmpeg/libavfilter/vf_drawbox.c
    M mythtv/external/FFmpeg/libavfilter/vf_drawtext.c
    M mythtv/external/FFmpeg/libavfilter/vf_edgedetect.c
    M mythtv/external/FFmpeg/libavfilter/vf_elbg.c
    M mythtv/external/FFmpeg/libavfilter/vf_entropy.c
    M mythtv/external/FFmpeg/libavfilter/vf_epx.c
    M mythtv/external/FFmpeg/libavfilter/vf_eq.c
    M mythtv/external/FFmpeg/libavfilter/vf_eq.h
    M mythtv/external/FFmpeg/libavfilter/vf_estdif.c
    M mythtv/external/FFmpeg/libavfilter/vf_exposure.c
    M mythtv/external/FFmpeg/libavfilter/vf_extractplanes.c
    M mythtv/external/FFmpeg/libavfilter/vf_fade.c
    A mythtv/external/FFmpeg/libavfilter/vf_feedback.c
    M mythtv/external/FFmpeg/libavfilter/vf_fftdnoiz.c
    M mythtv/external/FFmpeg/libavfilter/vf_fftfilt.c
    M mythtv/external/FFmpeg/libavfilter/vf_field.c
    M mythtv/external/FFmpeg/libavfilter/vf_fieldhint.c
    M mythtv/external/FFmpeg/libavfilter/vf_fieldmatch.c
    M mythtv/external/FFmpeg/libavfilter/vf_fieldorder.c
    M mythtv/external/FFmpeg/libavfilter/vf_fillborders.c
    M mythtv/external/FFmpeg/libavfilter/vf_find_rect.c
    A mythtv/external/FFmpeg/libavfilter/vf_flip_vulkan.c
    M mythtv/external/FFmpeg/libavfilter/vf_floodfill.c
    M mythtv/external/FFmpeg/libavfilter/vf_format.c
    M mythtv/external/FFmpeg/libavfilter/vf_fps.c
    M mythtv/external/FFmpeg/libavfilter/vf_framepack.c
    M mythtv/external/FFmpeg/libavfilter/vf_framerate.c
    M mythtv/external/FFmpeg/libavfilter/vf_framestep.c
    M mythtv/external/FFmpeg/libavfilter/vf_freezedetect.c
    M mythtv/external/FFmpeg/libavfilter/vf_freezeframes.c
    M mythtv/external/FFmpeg/libavfilter/vf_frei0r.c
    M mythtv/external/FFmpeg/libavfilter/vf_fspp.c
    M mythtv/external/FFmpeg/libavfilter/vf_fspp.h
    M mythtv/external/FFmpeg/libavfilter/vf_gblur.c
    A mythtv/external/FFmpeg/libavfilter/vf_gblur_init.h
    A mythtv/external/FFmpeg/libavfilter/vf_gblur_vulkan.c
    M mythtv/external/FFmpeg/libavfilter/vf_geq.c
    M mythtv/external/FFmpeg/libavfilter/vf_gradfun.c
    A mythtv/external/FFmpeg/libavfilter/vf_grayworld.c
    A mythtv/external/FFmpeg/libavfilter/vf_guided.c
    M mythtv/external/FFmpeg/libavfilter/vf_hflip.c
    A mythtv/external/FFmpeg/libavfilter/vf_hflip_init.h
    M mythtv/external/FFmpeg/libavfilter/vf_histeq.c
    M mythtv/external/FFmpeg/libavfilter/vf_histogram.c
    M mythtv/external/FFmpeg/libavfilter/vf_hqdn3d.c
    M mythtv/external/FFmpeg/libavfilter/vf_hqx.c
    A mythtv/external/FFmpeg/libavfilter/vf_hsvkey.c
    M mythtv/external/FFmpeg/libavfilter/vf_hue.c
    A mythtv/external/FFmpeg/libavfilter/vf_huesaturation.c
    M mythtv/external/FFmpeg/libavfilter/vf_hwdownload.c
    M mythtv/external/FFmpeg/libavfilter/vf_hwmap.c
    M mythtv/external/FFmpeg/libavfilter/vf_hwupload.c
    M mythtv/external/FFmpeg/libavfilter/vf_hwupload_cuda.c
    M mythtv/external/FFmpeg/libavfilter/vf_hysteresis.c
    A mythtv/external/FFmpeg/libavfilter/vf_iccdetect.c
    A mythtv/external/FFmpeg/libavfilter/vf_iccgen.c
    M mythtv/external/FFmpeg/libavfilter/vf_identity.c
    M mythtv/external/FFmpeg/libavfilter/vf_idet.c
    M mythtv/external/FFmpeg/libavfilter/vf_il.c
    M mythtv/external/FFmpeg/libavfilter/vf_kerndeint.c
    M mythtv/external/FFmpeg/libavfilter/vf_lagfun.c
    M mythtv/external/FFmpeg/libavfilter/vf_lenscorrection.c
    M mythtv/external/FFmpeg/libavfilter/vf_lensfun.c
    M mythtv/external/FFmpeg/libavfilter/vf_libopencv.c
    A mythtv/external/FFmpeg/libavfilter/vf_libplacebo.c
    M mythtv/external/FFmpeg/libavfilter/vf_libvmaf.c
    A mythtv/external/FFmpeg/libavfilter/vf_limitdiff.c
    M mythtv/external/FFmpeg/libavfilter/vf_limiter.c
    M mythtv/external/FFmpeg/libavfilter/vf_lumakey.c
    M mythtv/external/FFmpeg/libavfilter/vf_lut.c
    M mythtv/external/FFmpeg/libavfilter/vf_lut2.c
    M mythtv/external/FFmpeg/libavfilter/vf_lut3d.c
    M mythtv/external/FFmpeg/libavfilter/vf_maskedclamp.c
    M mythtv/external/FFmpeg/libavfilter/vf_maskedmerge.c
    M mythtv/external/FFmpeg/libavfilter/vf_maskedminmax.c
    M mythtv/external/FFmpeg/libavfilter/vf_maskedthreshold.c
    M mythtv/external/FFmpeg/libavfilter/vf_maskfun.c
    M mythtv/external/FFmpeg/libavfilter/vf_mcdeint.c
    M mythtv/external/FFmpeg/libavfilter/vf_median.c
    M mythtv/external/FFmpeg/libavfilter/vf_mergeplanes.c
    M mythtv/external/FFmpeg/libavfilter/vf_mestimate.c
    M mythtv/external/FFmpeg/libavfilter/vf_midequalizer.c
    M mythtv/external/FFmpeg/libavfilter/vf_minterpolate.c
    M mythtv/external/FFmpeg/libavfilter/vf_misc_vaapi.c
    M mythtv/external/FFmpeg/libavfilter/vf_mix.c
    M mythtv/external/FFmpeg/libavfilter/vf_monochrome.c
    A mythtv/external/FFmpeg/libavfilter/vf_morpho.c
    M mythtv/external/FFmpeg/libavfilter/vf_mpdecimate.c
    A mythtv/external/FFmpeg/libavfilter/vf_multiply.c
    A mythtv/external/FFmpeg/libavfilter/vf_negate.c
    M mythtv/external/FFmpeg/libavfilter/vf_neighbor.c
    M mythtv/external/FFmpeg/libavfilter/vf_neighbor_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_nlmeans.c
    M mythtv/external/FFmpeg/libavfilter/vf_nlmeans.h
    A mythtv/external/FFmpeg/libavfilter/vf_nlmeans_init.h
    M mythtv/external/FFmpeg/libavfilter/vf_nlmeans_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_nnedi.c
    M mythtv/external/FFmpeg/libavfilter/vf_noise.c
    M mythtv/external/FFmpeg/libavfilter/vf_normalize.c
    M mythtv/external/FFmpeg/libavfilter/vf_null.c
    M mythtv/external/FFmpeg/libavfilter/vf_ocr.c
    M mythtv/external/FFmpeg/libavfilter/vf_overlay.c
    M mythtv/external/FFmpeg/libavfilter/vf_overlay_cuda.c
    M mythtv/external/FFmpeg/libavfilter/vf_overlay_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_overlay_qsv.c
    A mythtv/external/FFmpeg/libavfilter/vf_overlay_vaapi.c
    M mythtv/external/FFmpeg/libavfilter/vf_overlay_vulkan.c
    M mythtv/external/FFmpeg/libavfilter/vf_owdenoise.c
    M mythtv/external/FFmpeg/libavfilter/vf_pad.c
    M mythtv/external/FFmpeg/libavfilter/vf_pad_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_palettegen.c
    M mythtv/external/FFmpeg/libavfilter/vf_paletteuse.c
    M mythtv/external/FFmpeg/libavfilter/vf_perspective.c
    M mythtv/external/FFmpeg/libavfilter/vf_phase.c
    M mythtv/external/FFmpeg/libavfilter/vf_photosensitivity.c
    M mythtv/external/FFmpeg/libavfilter/vf_pixdesctest.c
    A mythtv/external/FFmpeg/libavfilter/vf_pixelize.c
    M mythtv/external/FFmpeg/libavfilter/vf_pp.c
    M mythtv/external/FFmpeg/libavfilter/vf_pp7.c
    M mythtv/external/FFmpeg/libavfilter/vf_pp7.h
    M mythtv/external/FFmpeg/libavfilter/vf_premultiply.c
    M mythtv/external/FFmpeg/libavfilter/vf_procamp_vaapi.c
    M mythtv/external/FFmpeg/libavfilter/vf_program_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_pseudocolor.c
    M mythtv/external/FFmpeg/libavfilter/vf_psnr.c
    M mythtv/external/FFmpeg/libavfilter/vf_pullup.c
    M mythtv/external/FFmpeg/libavfilter/vf_qp.c
    M mythtv/external/FFmpeg/libavfilter/vf_random.c
    M mythtv/external/FFmpeg/libavfilter/vf_readeia608.c
    M mythtv/external/FFmpeg/libavfilter/vf_readvitc.c
    M mythtv/external/FFmpeg/libavfilter/vf_remap.c
    A mythtv/external/FFmpeg/libavfilter/vf_remap_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_removegrain.c
    M mythtv/external/FFmpeg/libavfilter/vf_removelogo.c
    M mythtv/external/FFmpeg/libavfilter/vf_repeatfields.c
    M mythtv/external/FFmpeg/libavfilter/vf_rotate.c
    M mythtv/external/FFmpeg/libavfilter/vf_sab.c
    M mythtv/external/FFmpeg/libavfilter/vf_scale.c
    M mythtv/external/FFmpeg/libavfilter/vf_scale_cuda.c
    M mythtv/external/FFmpeg/libavfilter/vf_scale_cuda.cu
    R mythtv/external/FFmpeg/libavfilter/vf_scale_cuda_bicubic.cu
    M mythtv/external/FFmpeg/libavfilter/vf_scale_npp.c
    M mythtv/external/FFmpeg/libavfilter/vf_scale_qsv.c
    M mythtv/external/FFmpeg/libavfilter/vf_scale_vaapi.c
    M mythtv/external/FFmpeg/libavfilter/vf_scale_vulkan.c
    M mythtv/external/FFmpeg/libavfilter/vf_scdet.c
    M mythtv/external/FFmpeg/libavfilter/vf_scroll.c
    M mythtv/external/FFmpeg/libavfilter/vf_selectivecolor.c
    M mythtv/external/FFmpeg/libavfilter/vf_separatefields.c
    M mythtv/external/FFmpeg/libavfilter/vf_setparams.c
    A mythtv/external/FFmpeg/libavfilter/vf_sharpen_npp.c
    M mythtv/external/FFmpeg/libavfilter/vf_shear.c
    M mythtv/external/FFmpeg/libavfilter/vf_showinfo.c
    M mythtv/external/FFmpeg/libavfilter/vf_showpalette.c
    M mythtv/external/FFmpeg/libavfilter/vf_shuffleframes.c
    M mythtv/external/FFmpeg/libavfilter/vf_shufflepixels.c
    M mythtv/external/FFmpeg/libavfilter/vf_shuffleplanes.c
    M mythtv/external/FFmpeg/libavfilter/vf_signalstats.c
    M mythtv/external/FFmpeg/libavfilter/vf_signature.c
    A mythtv/external/FFmpeg/libavfilter/vf_siti.c
    M mythtv/external/FFmpeg/libavfilter/vf_smartblur.c
    M mythtv/external/FFmpeg/libavfilter/vf_spp.c
    M mythtv/external/FFmpeg/libavfilter/vf_spp.h
    M mythtv/external/FFmpeg/libavfilter/vf_sr.c
    M mythtv/external/FFmpeg/libavfilter/vf_ssim.c
    M mythtv/external/FFmpeg/libavfilter/vf_stack.c
    M mythtv/external/FFmpeg/libavfilter/vf_stereo3d.c
    M mythtv/external/FFmpeg/libavfilter/vf_subtitles.c
    M mythtv/external/FFmpeg/libavfilter/vf_super2xsai.c
    M mythtv/external/FFmpeg/libavfilter/vf_swaprect.c
    M mythtv/external/FFmpeg/libavfilter/vf_swapuv.c
    M mythtv/external/FFmpeg/libavfilter/vf_telecine.c
    M mythtv/external/FFmpeg/libavfilter/vf_threshold.c
    A mythtv/external/FFmpeg/libavfilter/vf_threshold_init.h
    M mythtv/external/FFmpeg/libavfilter/vf_thumbnail.c
    M mythtv/external/FFmpeg/libavfilter/vf_thumbnail_cuda.c
    M mythtv/external/FFmpeg/libavfilter/vf_tile.c
    M mythtv/external/FFmpeg/libavfilter/vf_tinterlace.c
    M mythtv/external/FFmpeg/libavfilter/vf_tmidequalizer.c
    M mythtv/external/FFmpeg/libavfilter/vf_tonemap.c
    M mythtv/external/FFmpeg/libavfilter/vf_tonemap_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_tonemap_vaapi.c
    M mythtv/external/FFmpeg/libavfilter/vf_tpad.c
    M mythtv/external/FFmpeg/libavfilter/vf_transpose.c
    M mythtv/external/FFmpeg/libavfilter/vf_transpose_npp.c
    M mythtv/external/FFmpeg/libavfilter/vf_transpose_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_transpose_vaapi.c
    A mythtv/external/FFmpeg/libavfilter/vf_transpose_vulkan.c
    M mythtv/external/FFmpeg/libavfilter/vf_unsharp.c
    M mythtv/external/FFmpeg/libavfilter/vf_unsharp_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_untile.c
    M mythtv/external/FFmpeg/libavfilter/vf_uspp.c
    M mythtv/external/FFmpeg/libavfilter/vf_v360.c
    M mythtv/external/FFmpeg/libavfilter/vf_vaguedenoiser.c
    A mythtv/external/FFmpeg/libavfilter/vf_varblur.c
    M mythtv/external/FFmpeg/libavfilter/vf_vectorscope.c
    M mythtv/external/FFmpeg/libavfilter/vf_vflip.c
    M mythtv/external/FFmpeg/libavfilter/vf_vfrdet.c
    M mythtv/external/FFmpeg/libavfilter/vf_vibrance.c
    M mythtv/external/FFmpeg/libavfilter/vf_vidstabdetect.c
    M mythtv/external/FFmpeg/libavfilter/vf_vidstabtransform.c
    M mythtv/external/FFmpeg/libavfilter/vf_vif.c
    M mythtv/external/FFmpeg/libavfilter/vf_vignette.c
    M mythtv/external/FFmpeg/libavfilter/vf_vmafmotion.c
    M mythtv/external/FFmpeg/libavfilter/vf_vpp_qsv.c
    M mythtv/external/FFmpeg/libavfilter/vf_w3fdif.c
    M mythtv/external/FFmpeg/libavfilter/vf_waveform.c
    M mythtv/external/FFmpeg/libavfilter/vf_weave.c
    M mythtv/external/FFmpeg/libavfilter/vf_xbr.c
    M mythtv/external/FFmpeg/libavfilter/vf_xfade.c
    M mythtv/external/FFmpeg/libavfilter/vf_xfade_opencl.c
    M mythtv/external/FFmpeg/libavfilter/vf_xmedian.c
    M mythtv/external/FFmpeg/libavfilter/vf_yadif.c
    M mythtv/external/FFmpeg/libavfilter/vf_yadif_cuda.c
    A mythtv/external/FFmpeg/libavfilter/vf_yadif_videotoolbox.m
    M mythtv/external/FFmpeg/libavfilter/vf_yaepblur.c
    M mythtv/external/FFmpeg/libavfilter/vf_zoompan.c
    M mythtv/external/FFmpeg/libavfilter/vf_zscale.c
    M mythtv/external/FFmpeg/libavfilter/video.c
    M mythtv/external/FFmpeg/libavfilter/video.h
    M mythtv/external/FFmpeg/libavfilter/vidstabutils.c
    M mythtv/external/FFmpeg/libavfilter/vidstabutils.h
    R mythtv/external/FFmpeg/libavfilter/vif.h
    M mythtv/external/FFmpeg/libavfilter/vsink_nullsink.c
    M mythtv/external/FFmpeg/libavfilter/vsrc_cellauto.c
    M mythtv/external/FFmpeg/libavfilter/vsrc_gradients.c
    M mythtv/external/FFmpeg/libavfilter/vsrc_life.c
    M mythtv/external/FFmpeg/libavfilter/vsrc_mandelbrot.c
    M mythtv/external/FFmpeg/libavfilter/vsrc_mptestsrc.c
    M mythtv/external/FFmpeg/libavfilter/vsrc_sierpinski.c
    M mythtv/external/FFmpeg/libavfilter/vsrc_testsrc.c
    M mythtv/external/FFmpeg/libavfilter/vulkan.c
    M mythtv/external/FFmpeg/libavfilter/vulkan.h
    A mythtv/external/FFmpeg/libavfilter/vulkan_filter.c
    A mythtv/external/FFmpeg/libavfilter/vulkan_filter.h
    M mythtv/external/FFmpeg/libavfilter/window_func.h
    M mythtv/external/FFmpeg/libavfilter/x86/Makefile
    M mythtv/external/FFmpeg/libavfilter/x86/af_afir_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/avf_showcqt_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_atadenoise_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_blend.asm
    M mythtv/external/FFmpeg/libavfilter/x86/vf_blend_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_bwdif.asm
    M mythtv/external/FFmpeg/libavfilter/x86/vf_bwdif_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_eq.asm
    M mythtv/external/FFmpeg/libavfilter/x86/vf_eq_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_gblur.asm
    M mythtv/external/FFmpeg/libavfilter/x86/vf_gblur_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_gradfun_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_idet.asm
    M mythtv/external/FFmpeg/libavfilter/x86/vf_idet_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_limiter.asm
    A mythtv/external/FFmpeg/libavfilter/x86/vf_lut3d.asm
    A mythtv/external/FFmpeg/libavfilter/x86/vf_lut3d_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_maskedclamp_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_maskedmerge.asm
    A mythtv/external/FFmpeg/libavfilter/x86/vf_nlmeans.asm
    A mythtv/external/FFmpeg/libavfilter/x86/vf_nlmeans_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_noise.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_pullup_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_spp.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_tinterlace_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_transpose_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_w3fdif_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/vf_yadif.asm
    M mythtv/external/FFmpeg/libavfilter/x86/vf_yadif_init.c
    M mythtv/external/FFmpeg/libavfilter/x86/yadif-10.asm
    M mythtv/external/FFmpeg/libavfilter/x86/yadif-16.asm
    M mythtv/external/FFmpeg/libavformat/3dostr.c
    M mythtv/external/FFmpeg/libavformat/4xm.c
    M mythtv/external/FFmpeg/libavformat/Makefile
    M mythtv/external/FFmpeg/libavformat/a64.c
    M mythtv/external/FFmpeg/libavformat/aacdec.c
    M mythtv/external/FFmpeg/libavformat/aadec.c
    M mythtv/external/FFmpeg/libavformat/aaxdec.c
    A mythtv/external/FFmpeg/libavformat/ac3_channel_layout_tab.c
    M mythtv/external/FFmpeg/libavformat/ac3dec.c
    M mythtv/external/FFmpeg/libavformat/acedec.c
    M mythtv/external/FFmpeg/libavformat/acm.c
    M mythtv/external/FFmpeg/libavformat/act.c
    M mythtv/external/FFmpeg/libavformat/adp.c
    M mythtv/external/FFmpeg/libavformat/ads.c
    M mythtv/external/FFmpeg/libavformat/adtsenc.c
    M mythtv/external/FFmpeg/libavformat/adxdec.c
    M mythtv/external/FFmpeg/libavformat/aea.c
    M mythtv/external/FFmpeg/libavformat/afc.c
    M mythtv/external/FFmpeg/libavformat/aiffdec.c
    M mythtv/external/FFmpeg/libavformat/aiffenc.c
    M mythtv/external/FFmpeg/libavformat/aixdec.c
    M mythtv/external/FFmpeg/libavformat/allformats.c
    M mythtv/external/FFmpeg/libavformat/alp.c
    M mythtv/external/FFmpeg/libavformat/amr.c
    M mythtv/external/FFmpeg/libavformat/amvenc.c
    M mythtv/external/FFmpeg/libavformat/anm.c
    M mythtv/external/FFmpeg/libavformat/apc.c
    M mythtv/external/FFmpeg/libavformat/ape.c
    M mythtv/external/FFmpeg/libavformat/apetag.c
    M mythtv/external/FFmpeg/libavformat/apm.c
    M mythtv/external/FFmpeg/libavformat/apngdec.c
    M mythtv/external/FFmpeg/libavformat/apngenc.c
    M mythtv/external/FFmpeg/libavformat/aptxdec.c
    M mythtv/external/FFmpeg/libavformat/aqtitledec.c
    M mythtv/external/FFmpeg/libavformat/argo_asf.c
    M mythtv/external/FFmpeg/libavformat/argo_asf.h
    M mythtv/external/FFmpeg/libavformat/argo_brp.c
    A mythtv/external/FFmpeg/libavformat/argo_cvg.c
    M mythtv/external/FFmpeg/libavformat/asf.c
    M mythtv/external/FFmpeg/libavformat/asf.h
    A mythtv/external/FFmpeg/libavformat/asf_tags.c
    M mythtv/external/FFmpeg/libavformat/asfcrypt.c
    M mythtv/external/FFmpeg/libavformat/asfdec_f.c
    M mythtv/external/FFmpeg/libavformat/asfdec_o.c
    M mythtv/external/FFmpeg/libavformat/asfenc.c
    M mythtv/external/FFmpeg/libavformat/assdec.c
    M mythtv/external/FFmpeg/libavformat/assenc.c
    M mythtv/external/FFmpeg/libavformat/astdec.c
    M mythtv/external/FFmpeg/libavformat/astenc.c
    M mythtv/external/FFmpeg/libavformat/async.c
    M mythtv/external/FFmpeg/libavformat/au.c
    M mythtv/external/FFmpeg/libavformat/av1.c
    M mythtv/external/FFmpeg/libavformat/av1.h
    M mythtv/external/FFmpeg/libavformat/av1dec.c
    M mythtv/external/FFmpeg/libavformat/avc.c
    M mythtv/external/FFmpeg/libavformat/avc.h
    A mythtv/external/FFmpeg/libavformat/avformat.c
    M mythtv/external/FFmpeg/libavformat/avformat.h
    M mythtv/external/FFmpeg/libavformat/avidec.c
    M mythtv/external/FFmpeg/libavformat/avienc.c
    M mythtv/external/FFmpeg/libavformat/avio.c
    M mythtv/external/FFmpeg/libavformat/avio.h
    M mythtv/external/FFmpeg/libavformat/avio_internal.h
    M mythtv/external/FFmpeg/libavformat/aviobuf.c
    M mythtv/external/FFmpeg/libavformat/avisynth.c
    M mythtv/external/FFmpeg/libavformat/avlanguage.c
    M mythtv/external/FFmpeg/libavformat/avr.c
    M mythtv/external/FFmpeg/libavformat/avs.c
    M mythtv/external/FFmpeg/libavformat/avs2dec.c
    M mythtv/external/FFmpeg/libavformat/avs3dec.c
    M mythtv/external/FFmpeg/libavformat/bethsoftvid.c
    M mythtv/external/FFmpeg/libavformat/bfi.c
    M mythtv/external/FFmpeg/libavformat/bink.c
    M mythtv/external/FFmpeg/libavformat/binka.c
    M mythtv/external/FFmpeg/libavformat/bintext.c
    M mythtv/external/FFmpeg/libavformat/bit.c
    M mythtv/external/FFmpeg/libavformat/bmv.c
    M mythtv/external/FFmpeg/libavformat/boadec.c
    M mythtv/external/FFmpeg/libavformat/brstm.c
    M mythtv/external/FFmpeg/libavformat/c93.c
    M mythtv/external/FFmpeg/libavformat/caf.c
    M mythtv/external/FFmpeg/libavformat/cafdec.c
    M mythtv/external/FFmpeg/libavformat/cafenc.c
    M mythtv/external/FFmpeg/libavformat/cavsvideodec.c
    M mythtv/external/FFmpeg/libavformat/cdg.c
    M mythtv/external/FFmpeg/libavformat/cdxl.c
    M mythtv/external/FFmpeg/libavformat/chromaprint.c
    M mythtv/external/FFmpeg/libavformat/cinedec.c
    M mythtv/external/FFmpeg/libavformat/codec2.c
    M mythtv/external/FFmpeg/libavformat/concat.c
    M mythtv/external/FFmpeg/libavformat/concatdec.c
    M mythtv/external/FFmpeg/libavformat/crcenc.c
    M mythtv/external/FFmpeg/libavformat/dash.c
    M mythtv/external/FFmpeg/libavformat/dashdec.c
    M mythtv/external/FFmpeg/libavformat/dashenc.c
    M mythtv/external/FFmpeg/libavformat/data_uri.c
    M mythtv/external/FFmpeg/libavformat/dauddec.c
    M mythtv/external/FFmpeg/libavformat/daudenc.c
    A mythtv/external/FFmpeg/libavformat/dca_sample_rate_tab.c
    M mythtv/external/FFmpeg/libavformat/dcstr.c
    A mythtv/external/FFmpeg/libavformat/demux.c
    A mythtv/external/FFmpeg/libavformat/demux.h
    A mythtv/external/FFmpeg/libavformat/demux_utils.c
    M mythtv/external/FFmpeg/libavformat/derf.c
    M mythtv/external/FFmpeg/libavformat/dfa.c
    A mythtv/external/FFmpeg/libavformat/dfpwmdec.c
    M mythtv/external/FFmpeg/libavformat/dhav.c
    A mythtv/external/FFmpeg/libavformat/dovi_isom.c
    A mythtv/external/FFmpeg/libavformat/dovi_isom.h
    M mythtv/external/FFmpeg/libavformat/dsfdec.c
    M mythtv/external/FFmpeg/libavformat/dsicin.c
    M mythtv/external/FFmpeg/libavformat/dss.c
    M mythtv/external/FFmpeg/libavformat/dtsdec.c
    M mythtv/external/FFmpeg/libavformat/dtshddec.c
    M mythtv/external/FFmpeg/libavformat/dump.c
    M mythtv/external/FFmpeg/libavformat/dv.c
    M mythtv/external/FFmpeg/libavformat/dvenc.c
    M mythtv/external/FFmpeg/libavformat/dxa.c
    M mythtv/external/FFmpeg/libavformat/eacdata.c
    M mythtv/external/FFmpeg/libavformat/electronicarts.c
    M mythtv/external/FFmpeg/libavformat/epafdec.c
    M mythtv/external/FFmpeg/libavformat/ffmetadec.c
    M mythtv/external/FFmpeg/libavformat/ffmetaenc.c
    M mythtv/external/FFmpeg/libavformat/fifo.c
    M mythtv/external/FFmpeg/libavformat/fifo_test.c
    M mythtv/external/FFmpeg/libavformat/file.c
    M mythtv/external/FFmpeg/libavformat/filmstripdec.c
    M mythtv/external/FFmpeg/libavformat/filmstripenc.c
    M mythtv/external/FFmpeg/libavformat/fitsdec.c
    M mythtv/external/FFmpeg/libavformat/fitsenc.c
    M mythtv/external/FFmpeg/libavformat/flac_picture.c
    M mythtv/external/FFmpeg/libavformat/flac_picture.h
    M mythtv/external/FFmpeg/libavformat/flacdec.c
    M mythtv/external/FFmpeg/libavformat/flacenc.c
    M mythtv/external/FFmpeg/libavformat/flacenc.h
    M mythtv/external/FFmpeg/libavformat/flic.c
    M mythtv/external/FFmpeg/libavformat/flvdec.c
    M mythtv/external/FFmpeg/libavformat/flvenc.c
    M mythtv/external/FFmpeg/libavformat/format.c
    M mythtv/external/FFmpeg/libavformat/framecrcenc.c
    M mythtv/external/FFmpeg/libavformat/framehash.c
    M mythtv/external/FFmpeg/libavformat/frmdec.c
    M mythtv/external/FFmpeg/libavformat/fsb.c
    M mythtv/external/FFmpeg/libavformat/ftp.c
    M mythtv/external/FFmpeg/libavformat/fwse.c
    M mythtv/external/FFmpeg/libavformat/g722.c
    M mythtv/external/FFmpeg/libavformat/g723_1.c
    M mythtv/external/FFmpeg/libavformat/g726.c
    M mythtv/external/FFmpeg/libavformat/g729dec.c
    M mythtv/external/FFmpeg/libavformat/gdv.c
    M mythtv/external/FFmpeg/libavformat/genh.c
    M mythtv/external/FFmpeg/libavformat/gif.c
    M mythtv/external/FFmpeg/libavformat/gifdec.c
    M mythtv/external/FFmpeg/libavformat/gopher.c
    M mythtv/external/FFmpeg/libavformat/gsmdec.c
    M mythtv/external/FFmpeg/libavformat/gxf.c
    M mythtv/external/FFmpeg/libavformat/gxfenc.c
    M mythtv/external/FFmpeg/libavformat/h261dec.c
    M mythtv/external/FFmpeg/libavformat/h264dec.c
    M mythtv/external/FFmpeg/libavformat/hashenc.c
    M mythtv/external/FFmpeg/libavformat/hca.c
    M mythtv/external/FFmpeg/libavformat/hcom.c
    M mythtv/external/FFmpeg/libavformat/hdsenc.c
    M mythtv/external/FFmpeg/libavformat/hevc.c
    M mythtv/external/FFmpeg/libavformat/hls.c
    A mythtv/external/FFmpeg/libavformat/hls_sample_encryption.c
    A mythtv/external/FFmpeg/libavformat/hls_sample_encryption.h
    M mythtv/external/FFmpeg/libavformat/hlsenc.c
    M mythtv/external/FFmpeg/libavformat/hlsplaylist.h
    M mythtv/external/FFmpeg/libavformat/hlsproto.c
    M mythtv/external/FFmpeg/libavformat/hnm.c
    M mythtv/external/FFmpeg/libavformat/http.c
    M mythtv/external/FFmpeg/libavformat/http.h
    M mythtv/external/FFmpeg/libavformat/httpauth.c
    M mythtv/external/FFmpeg/libavformat/icodec.c
    M mythtv/external/FFmpeg/libavformat/icoenc.c
    M mythtv/external/FFmpeg/libavformat/id3v1.c
    M mythtv/external/FFmpeg/libavformat/id3v2.c
    M mythtv/external/FFmpeg/libavformat/id3v2.h
    M mythtv/external/FFmpeg/libavformat/id3v2enc.c
    M mythtv/external/FFmpeg/libavformat/idcin.c
    M mythtv/external/FFmpeg/libavformat/idroqdec.c
    M mythtv/external/FFmpeg/libavformat/idroqenc.c
    M mythtv/external/FFmpeg/libavformat/iff.c
    M mythtv/external/FFmpeg/libavformat/ifv.c
    M mythtv/external/FFmpeg/libavformat/ilbc.c
    A mythtv/external/FFmpeg/libavformat/imf.h
    A mythtv/external/FFmpeg/libavformat/imf_cpl.c
    A mythtv/external/FFmpeg/libavformat/imfdec.c
    M mythtv/external/FFmpeg/libavformat/img2.c
    M mythtv/external/FFmpeg/libavformat/img2_alias_pix.c
    M mythtv/external/FFmpeg/libavformat/img2_brender_pix.c
    M mythtv/external/FFmpeg/libavformat/img2dec.c
    M mythtv/external/FFmpeg/libavformat/img2enc.c
    M mythtv/external/FFmpeg/libavformat/imx.c
    M mythtv/external/FFmpeg/libavformat/ingenientdec.c
    M mythtv/external/FFmpeg/libavformat/internal.h
    M mythtv/external/FFmpeg/libavformat/ip.c
    A mythtv/external/FFmpeg/libavformat/ipfsgateway.c
    M mythtv/external/FFmpeg/libavformat/ipmovie.c
    M mythtv/external/FFmpeg/libavformat/ipudec.c
    M mythtv/external/FFmpeg/libavformat/ircamdec.c
    M mythtv/external/FFmpeg/libavformat/ircamenc.c
    M mythtv/external/FFmpeg/libavformat/isom.c
    M mythtv/external/FFmpeg/libavformat/isom.h
    M mythtv/external/FFmpeg/libavformat/isom_tags.c
    M mythtv/external/FFmpeg/libavformat/iss.c
    M mythtv/external/FFmpeg/libavformat/iv8.c
    M mythtv/external/FFmpeg/libavformat/ivfdec.c
    M mythtv/external/FFmpeg/libavformat/ivfenc.c
    M mythtv/external/FFmpeg/libavformat/jacosubdec.c
    M mythtv/external/FFmpeg/libavformat/jacosubenc.c
    A mythtv/external/FFmpeg/libavformat/jpegtables.c
    A mythtv/external/FFmpeg/libavformat/jpegxl_probe.c
    A mythtv/external/FFmpeg/libavformat/jpegxl_probe.h
    M mythtv/external/FFmpeg/libavformat/jvdec.c
    M mythtv/external/FFmpeg/libavformat/kvag.c
    M mythtv/external/FFmpeg/libavformat/latmenc.c
    M mythtv/external/FFmpeg/libavformat/libgme.c
    M mythtv/external/FFmpeg/libavformat/libmodplug.c
    M mythtv/external/FFmpeg/libavformat/libopenmpt.c
    M mythtv/external/FFmpeg/libavformat/librist.c
    M mythtv/external/FFmpeg/libavformat/librtmp.c
    M mythtv/external/FFmpeg/libavformat/libsrt.c
    M mythtv/external/FFmpeg/libavformat/libzmq.c
    M mythtv/external/FFmpeg/libavformat/lmlm4.c
    M mythtv/external/FFmpeg/libavformat/loasdec.c
    M mythtv/external/FFmpeg/libavformat/lrcdec.c
    M mythtv/external/FFmpeg/libavformat/lrcenc.c
    M mythtv/external/FFmpeg/libavformat/luodatdec.c
    M mythtv/external/FFmpeg/libavformat/lvfdec.c
    M mythtv/external/FFmpeg/libavformat/lxfdec.c
    M mythtv/external/FFmpeg/libavformat/matroska.c
    M mythtv/external/FFmpeg/libavformat/matroska.h
    M mythtv/external/FFmpeg/libavformat/matroskadec.c
    M mythtv/external/FFmpeg/libavformat/matroskaenc.c
    M mythtv/external/FFmpeg/libavformat/mca.c
    M mythtv/external/FFmpeg/libavformat/mccdec.c
    M mythtv/external/FFmpeg/libavformat/md5proto.c
    M mythtv/external/FFmpeg/libavformat/mgsts.c
    M mythtv/external/FFmpeg/libavformat/microdvddec.c
    M mythtv/external/FFmpeg/libavformat/microdvdenc.c
    M mythtv/external/FFmpeg/libavformat/mj2kdec.c
    M mythtv/external/FFmpeg/libavformat/mkvtimestamp_v2.c
    M mythtv/external/FFmpeg/libavformat/mlpdec.c
    M mythtv/external/FFmpeg/libavformat/mlvdec.c
    M mythtv/external/FFmpeg/libavformat/mm.c
    M mythtv/external/FFmpeg/libavformat/mmf.c
    M mythtv/external/FFmpeg/libavformat/mmsh.c
    M mythtv/external/FFmpeg/libavformat/mmst.c
    M mythtv/external/FFmpeg/libavformat/mods.c
    M mythtv/external/FFmpeg/libavformat/moflex.c
    M mythtv/external/FFmpeg/libavformat/mov.c
    M mythtv/external/FFmpeg/libavformat/mov_chan.c
    M mythtv/external/FFmpeg/libavformat/mov_chan.h
    M mythtv/external/FFmpeg/libavformat/movenc.c
    M mythtv/external/FFmpeg/libavformat/movenc.h
    A mythtv/external/FFmpeg/libavformat/movenc_ttml.c
    A mythtv/external/FFmpeg/libavformat/movenc_ttml.h
    M mythtv/external/FFmpeg/libavformat/movenchint.c
    M mythtv/external/FFmpeg/libavformat/mp3dec.c
    M mythtv/external/FFmpeg/libavformat/mp3enc.c
    M mythtv/external/FFmpeg/libavformat/mpc.c
    M mythtv/external/FFmpeg/libavformat/mpc8.c
    M mythtv/external/FFmpeg/libavformat/mpeg.c
    A mythtv/external/FFmpeg/libavformat/mpeg4audio_sample_rates.c
    A mythtv/external/FFmpeg/libavformat/mpegaudiotabs.c
    M mythtv/external/FFmpeg/libavformat/mpegenc.c
    M mythtv/external/FFmpeg/libavformat/mpegts-mythtv.c
    M mythtv/external/FFmpeg/libavformat/mpegts-mythtv.h
    M mythtv/external/FFmpeg/libavformat/mpegts.c
    M mythtv/external/FFmpeg/libavformat/mpegts.h
    M mythtv/external/FFmpeg/libavformat/mpegtsenc.c
    M mythtv/external/FFmpeg/libavformat/mpegvideodec.c
    M mythtv/external/FFmpeg/libavformat/mpjpeg.c
    M mythtv/external/FFmpeg/libavformat/mpjpegdec.c
    M mythtv/external/FFmpeg/libavformat/mpl2dec.c
    M mythtv/external/FFmpeg/libavformat/mpsubdec.c
    M mythtv/external/FFmpeg/libavformat/msf.c
    M mythtv/external/FFmpeg/libavformat/msnwc_tcp.c
    M mythtv/external/FFmpeg/libavformat/mspdec.c
    M mythtv/external/FFmpeg/libavformat/mtaf.c
    M mythtv/external/FFmpeg/libavformat/mtv.c
    M mythtv/external/FFmpeg/libavformat/musx.c
    M mythtv/external/FFmpeg/libavformat/mux.c
    A mythtv/external/FFmpeg/libavformat/mux.h
    A mythtv/external/FFmpeg/libavformat/mux_utils.c
    M mythtv/external/FFmpeg/libavformat/mvdec.c
    M mythtv/external/FFmpeg/libavformat/mvi.c
    M mythtv/external/FFmpeg/libavformat/mxf.c
    M mythtv/external/FFmpeg/libavformat/mxf.h
    M mythtv/external/FFmpeg/libavformat/mxfdec.c
    M mythtv/external/FFmpeg/libavformat/mxfenc.c
    M mythtv/external/FFmpeg/libavformat/mxg.c
    M mythtv/external/FFmpeg/libavformat/ncdec.c
    M mythtv/external/FFmpeg/libavformat/network.c
    M mythtv/external/FFmpeg/libavformat/network.h
    M mythtv/external/FFmpeg/libavformat/nistspheredec.c
    M mythtv/external/FFmpeg/libavformat/nspdec.c
    M mythtv/external/FFmpeg/libavformat/nsvdec.c
    M mythtv/external/FFmpeg/libavformat/nullenc.c
    M mythtv/external/FFmpeg/libavformat/nutdec.c
    M mythtv/external/FFmpeg/libavformat/nutenc.c
    M mythtv/external/FFmpeg/libavformat/nuv.c
    M mythtv/external/FFmpeg/libavformat/oggdec.c
    M mythtv/external/FFmpeg/libavformat/oggdec.h
    M mythtv/external/FFmpeg/libavformat/oggenc.c
    M mythtv/external/FFmpeg/libavformat/oggparsecelt.c
    M mythtv/external/FFmpeg/libavformat/oggparseflac.c
    M mythtv/external/FFmpeg/libavformat/oggparseogm.c
    M mythtv/external/FFmpeg/libavformat/oggparseopus.c
    M mythtv/external/FFmpeg/libavformat/oggparseskeleton.c
    M mythtv/external/FFmpeg/libavformat/oggparsespeex.c
    M mythtv/external/FFmpeg/libavformat/oggparsetheora.c
    M mythtv/external/FFmpeg/libavformat/oggparsevorbis.c
    M mythtv/external/FFmpeg/libavformat/oggparsevp8.c
    M mythtv/external/FFmpeg/libavformat/oma.h
    M mythtv/external/FFmpeg/libavformat/omadec.c
    M mythtv/external/FFmpeg/libavformat/omaenc.c
    M mythtv/external/FFmpeg/libavformat/options.c
    M mythtv/external/FFmpeg/libavformat/options_table.h
    M mythtv/external/FFmpeg/libavformat/os_support.h
    M mythtv/external/FFmpeg/libavformat/paf.c
    M mythtv/external/FFmpeg/libavformat/pcm.c
    M mythtv/external/FFmpeg/libavformat/pcmdec.c
    M mythtv/external/FFmpeg/libavformat/pcmenc.c
    M mythtv/external/FFmpeg/libavformat/pjsdec.c
    M mythtv/external/FFmpeg/libavformat/pmpdec.c
    M mythtv/external/FFmpeg/libavformat/pp_bnk.c
    M mythtv/external/FFmpeg/libavformat/protocols.c
    M mythtv/external/FFmpeg/libavformat/psxstr.c
    M mythtv/external/FFmpeg/libavformat/pva.c
    M mythtv/external/FFmpeg/libavformat/pvfdec.c
    M mythtv/external/FFmpeg/libavformat/qcp.c
    M mythtv/external/FFmpeg/libavformat/r3d.c
    M mythtv/external/FFmpeg/libavformat/rawdec.c
    M mythtv/external/FFmpeg/libavformat/rawdec.h
    M mythtv/external/FFmpeg/libavformat/rawenc.c
    M mythtv/external/FFmpeg/libavformat/rawutils.c
    A mythtv/external/FFmpeg/libavformat/rawutils.h
    M mythtv/external/FFmpeg/libavformat/rawvideodec.c
    M mythtv/external/FFmpeg/libavformat/rdt.c
    M mythtv/external/FFmpeg/libavformat/realtextdec.c
    M mythtv/external/FFmpeg/libavformat/redspark.c
    M mythtv/external/FFmpeg/libavformat/replaygain.c
    M mythtv/external/FFmpeg/libavformat/riff.c
    M mythtv/external/FFmpeg/libavformat/riff.h
    M mythtv/external/FFmpeg/libavformat/riffdec.c
    M mythtv/external/FFmpeg/libavformat/riffenc.c
    M mythtv/external/FFmpeg/libavformat/rl2.c
    M mythtv/external/FFmpeg/libavformat/rm.h
    M mythtv/external/FFmpeg/libavformat/rmdec.c
    M mythtv/external/FFmpeg/libavformat/rmenc.c
    M mythtv/external/FFmpeg/libavformat/rpl.c
    M mythtv/external/FFmpeg/libavformat/rsd.c
    M mythtv/external/FFmpeg/libavformat/rsodec.c
    M mythtv/external/FFmpeg/libavformat/rsoenc.c
    M mythtv/external/FFmpeg/libavformat/rtmppkt.c
    M mythtv/external/FFmpeg/libavformat/rtmpproto.c
    M mythtv/external/FFmpeg/libavformat/rtp.c
    M mythtv/external/FFmpeg/libavformat/rtp.h
    M mythtv/external/FFmpeg/libavformat/rtpdec.c
    M mythtv/external/FFmpeg/libavformat/rtpdec.h
    M mythtv/external/FFmpeg/libavformat/rtpdec_amr.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_asf.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_dv.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_h261.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_h263_rfc2190.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_hevc.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_jpeg.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_latm.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_mpeg4.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_qdm2.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_qt.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_rfc4175.c
    M mythtv/external/FFmpeg/libavformat/rtpdec_vp8.c
    M mythtv/external/FFmpeg/libavformat/rtpenc.c
    M mythtv/external/FFmpeg/libavformat/rtpenc.h
    M mythtv/external/FFmpeg/libavformat/rtpenc_chain.c
    M mythtv/external/FFmpeg/libavformat/rtpenc_jpeg.c
    M mythtv/external/FFmpeg/libavformat/rtpenc_mpegts.c
    M mythtv/external/FFmpeg/libavformat/rtpenc_mpv.c
    A mythtv/external/FFmpeg/libavformat/rtpenc_rfc4175.c
    M mythtv/external/FFmpeg/libavformat/rtpenc_vp8.c
    M mythtv/external/FFmpeg/libavformat/rtpproto.c
    M mythtv/external/FFmpeg/libavformat/rtsp.c
    M mythtv/external/FFmpeg/libavformat/rtsp.h
    M mythtv/external/FFmpeg/libavformat/rtspdec.c
    M mythtv/external/FFmpeg/libavformat/rtspenc.c
    M mythtv/external/FFmpeg/libavformat/s337m.c
    M mythtv/external/FFmpeg/libavformat/samidec.c
    M mythtv/external/FFmpeg/libavformat/sapdec.c
    M mythtv/external/FFmpeg/libavformat/sapenc.c
    M mythtv/external/FFmpeg/libavformat/sbcdec.c
    M mythtv/external/FFmpeg/libavformat/sbgdec.c
    M mythtv/external/FFmpeg/libavformat/sccdec.c
    M mythtv/external/FFmpeg/libavformat/sccenc.c
    A mythtv/external/FFmpeg/libavformat/scd.c
    M mythtv/external/FFmpeg/libavformat/sctp.c
    M mythtv/external/FFmpeg/libavformat/sdp.c
    M mythtv/external/FFmpeg/libavformat/sdr2.c
    M mythtv/external/FFmpeg/libavformat/sdsdec.c
    M mythtv/external/FFmpeg/libavformat/sdxdec.c
    A mythtv/external/FFmpeg/libavformat/seek.c
    M mythtv/external/FFmpeg/libavformat/segafilm.c
    M mythtv/external/FFmpeg/libavformat/segafilmenc.c
    M mythtv/external/FFmpeg/libavformat/segment.c
    M mythtv/external/FFmpeg/libavformat/serdec.c
    M mythtv/external/FFmpeg/libavformat/sga.c
    M mythtv/external/FFmpeg/libavformat/shortendec.c
    M mythtv/external/FFmpeg/libavformat/sierravmd.c
    M mythtv/external/FFmpeg/libavformat/siff.c
    M mythtv/external/FFmpeg/libavformat/smacker.c
    M mythtv/external/FFmpeg/libavformat/smjpegdec.c
    M mythtv/external/FFmpeg/libavformat/smjpegenc.c
    M mythtv/external/FFmpeg/libavformat/smoothstreamingenc.c
    M mythtv/external/FFmpeg/libavformat/smush.c
    M mythtv/external/FFmpeg/libavformat/sol.c
    M mythtv/external/FFmpeg/libavformat/soxdec.c
    M mythtv/external/FFmpeg/libavformat/soxenc.c
    M mythtv/external/FFmpeg/libavformat/spdifdec.c
    M mythtv/external/FFmpeg/libavformat/spdifenc.c
    M mythtv/external/FFmpeg/libavformat/srtdec.c
    M mythtv/external/FFmpeg/libavformat/srtenc.c
    M mythtv/external/FFmpeg/libavformat/stldec.c
    M mythtv/external/FFmpeg/libavformat/subfile.c
    M mythtv/external/FFmpeg/libavformat/subtitles.c
    M mythtv/external/FFmpeg/libavformat/subtitles.h
    M mythtv/external/FFmpeg/libavformat/subviewer1dec.c
    M mythtv/external/FFmpeg/libavformat/subviewerdec.c
    M mythtv/external/FFmpeg/libavformat/supdec.c
    M mythtv/external/FFmpeg/libavformat/supenc.c
    M mythtv/external/FFmpeg/libavformat/svag.c
    M mythtv/external/FFmpeg/libavformat/svs.c
    M mythtv/external/FFmpeg/libavformat/swfdec.c
    M mythtv/external/FFmpeg/libavformat/swfenc.c
    M mythtv/external/FFmpeg/libavformat/takdec.c
    M mythtv/external/FFmpeg/libavformat/tcp.c
    M mythtv/external/FFmpeg/libavformat/tedcaptionsdec.c
    M mythtv/external/FFmpeg/libavformat/tee.c
    M mythtv/external/FFmpeg/libavformat/tee_common.c
    M mythtv/external/FFmpeg/libavformat/tests/.gitignore
    M mythtv/external/FFmpeg/libavformat/tests/fifo_muxer.c
    A mythtv/external/FFmpeg/libavformat/tests/imf.c
    M mythtv/external/FFmpeg/libavformat/tests/movenc.c
    M mythtv/external/FFmpeg/libavformat/tests/seek.c
    A mythtv/external/FFmpeg/libavformat/tests/seek_utils.c
    M mythtv/external/FFmpeg/libavformat/thp.c
    M mythtv/external/FFmpeg/libavformat/tiertexseq.c
    M mythtv/external/FFmpeg/libavformat/tls.c
    M mythtv/external/FFmpeg/libavformat/tls_gnutls.c
    M mythtv/external/FFmpeg/libavformat/tls_libtls.c
    M mythtv/external/FFmpeg/libavformat/tls_mbedtls.c
    M mythtv/external/FFmpeg/libavformat/tls_openssl.c
    M mythtv/external/FFmpeg/libavformat/tmv.c
    A mythtv/external/FFmpeg/libavformat/to_upper4.c
    M mythtv/external/FFmpeg/libavformat/tta.c
    M mythtv/external/FFmpeg/libavformat/ttaenc.c
    M mythtv/external/FFmpeg/libavformat/ttmlenc.c
    A mythtv/external/FFmpeg/libavformat/ttmlenc.h
    M mythtv/external/FFmpeg/libavformat/tty.c
    M mythtv/external/FFmpeg/libavformat/txd.c
    M mythtv/external/FFmpeg/libavformat/ty.c
    M mythtv/external/FFmpeg/libavformat/udp.c
    M mythtv/external/FFmpeg/libavformat/uncodedframecrcenc.c
    M mythtv/external/FFmpeg/libavformat/unix.c
    M mythtv/external/FFmpeg/libavformat/url.h
    M mythtv/external/FFmpeg/libavformat/utils.c
    R mythtv/external/FFmpeg/libavformat/v210.c
    M mythtv/external/FFmpeg/libavformat/vag.c
    M mythtv/external/FFmpeg/libavformat/vapoursynth.c
    M mythtv/external/FFmpeg/libavformat/vc1test.c
    M mythtv/external/FFmpeg/libavformat/vc1testenc.c
    A mythtv/external/FFmpeg/libavformat/version.c
    M mythtv/external/FFmpeg/libavformat/version.h
    A mythtv/external/FFmpeg/libavformat/version_major.h
    M mythtv/external/FFmpeg/libavformat/vividas.c
    M mythtv/external/FFmpeg/libavformat/vivo.c
    M mythtv/external/FFmpeg/libavformat/voc.c
    M mythtv/external/FFmpeg/libavformat/voc_packet.c
    M mythtv/external/FFmpeg/libavformat/vocdec.c
    M mythtv/external/FFmpeg/libavformat/vocenc.c
    M mythtv/external/FFmpeg/libavformat/vorbiscomment.c
    M mythtv/external/FFmpeg/libavformat/vpcc.c
    M mythtv/external/FFmpeg/libavformat/vpcc.h
    M mythtv/external/FFmpeg/libavformat/vpk.c
    M mythtv/external/FFmpeg/libavformat/vplayerdec.c
    M mythtv/external/FFmpeg/libavformat/vqf.c
    M mythtv/external/FFmpeg/libavformat/wavdec.c
    M mythtv/external/FFmpeg/libavformat/wavenc.c
    M mythtv/external/FFmpeg/libavformat/wc3movie.c
    M mythtv/external/FFmpeg/libavformat/webm_chunk.c
    M mythtv/external/FFmpeg/libavformat/webmdashenc.c
    M mythtv/external/FFmpeg/libavformat/webpenc.c
    M mythtv/external/FFmpeg/libavformat/webvttdec.c
    M mythtv/external/FFmpeg/libavformat/webvttenc.c
    M mythtv/external/FFmpeg/libavformat/westwood_aud.c
    A mythtv/external/FFmpeg/libavformat/westwood_audenc.c
    M mythtv/external/FFmpeg/libavformat/westwood_vqa.c
    M mythtv/external/FFmpeg/libavformat/wsddec.c
    M mythtv/external/FFmpeg/libavformat/wtvdec.c
    M mythtv/external/FFmpeg/libavformat/wtvenc.c
    M mythtv/external/FFmpeg/libavformat/wv.c
    M mythtv/external/FFmpeg/libavformat/wvdec.c
    M mythtv/external/FFmpeg/libavformat/wvedec.c
    M mythtv/external/FFmpeg/libavformat/wvenc.c
    M mythtv/external/FFmpeg/libavformat/xa.c
    M mythtv/external/FFmpeg/libavformat/xmv.c
    M mythtv/external/FFmpeg/libavformat/xvag.c
    M mythtv/external/FFmpeg/libavformat/xwma.c
    M mythtv/external/FFmpeg/libavformat/yop.c
    M mythtv/external/FFmpeg/libavformat/yuv4mpegdec.c
    M mythtv/external/FFmpeg/libavformat/yuv4mpegenc.c
    R mythtv/external/FFmpeg/libavresample/Makefile
    R mythtv/external/FFmpeg/libavresample/aarch64/Makefile
    R mythtv/external/FFmpeg/libavresample/aarch64/asm-offsets.h
    R mythtv/external/FFmpeg/libavresample/aarch64/audio_convert_init.c
    R mythtv/external/FFmpeg/libavresample/aarch64/audio_convert_neon.S
    R mythtv/external/FFmpeg/libavresample/aarch64/neontest.c
    R mythtv/external/FFmpeg/libavresample/aarch64/resample_init.c
    R mythtv/external/FFmpeg/libavresample/aarch64/resample_neon.S
    R mythtv/external/FFmpeg/libavresample/arm/Makefile
    R mythtv/external/FFmpeg/libavresample/arm/asm-offsets.h
    R mythtv/external/FFmpeg/libavresample/arm/audio_convert_init.c
    R mythtv/external/FFmpeg/libavresample/arm/audio_convert_neon.S
    R mythtv/external/FFmpeg/libavresample/arm/neontest.c
    R mythtv/external/FFmpeg/libavresample/arm/resample_init.c
    R mythtv/external/FFmpeg/libavresample/arm/resample_neon.S
    R mythtv/external/FFmpeg/libavresample/audio_convert.c
    R mythtv/external/FFmpeg/libavresample/audio_convert.h
    R mythtv/external/FFmpeg/libavresample/audio_data.c
    R mythtv/external/FFmpeg/libavresample/audio_data.h
    R mythtv/external/FFmpeg/libavresample/audio_mix.c
    R mythtv/external/FFmpeg/libavresample/audio_mix.h
    R mythtv/external/FFmpeg/libavresample/audio_mix_matrix.c
    R mythtv/external/FFmpeg/libavresample/avresample.h
    R mythtv/external/FFmpeg/libavresample/avresampleres.rc
    R mythtv/external/FFmpeg/libavresample/dither.c
    R mythtv/external/FFmpeg/libavresample/dither.h
    R mythtv/external/FFmpeg/libavresample/internal.h
    R mythtv/external/FFmpeg/libavresample/libavresample.v
    R mythtv/external/FFmpeg/libavresample/options.c
    R mythtv/external/FFmpeg/libavresample/resample.c
    R mythtv/external/FFmpeg/libavresample/resample.h
    R mythtv/external/FFmpeg/libavresample/resample_template.c
    R mythtv/external/FFmpeg/libavresample/tests/.gitignore
    R mythtv/external/FFmpeg/libavresample/tests/avresample.c
    R mythtv/external/FFmpeg/libavresample/utils.c
    R mythtv/external/FFmpeg/libavresample/version.h
    R mythtv/external/FFmpeg/libavresample/x86/Makefile
    R mythtv/external/FFmpeg/libavresample/x86/audio_convert.asm
    R mythtv/external/FFmpeg/libavresample/x86/audio_convert_init.c
    R mythtv/external/FFmpeg/libavresample/x86/audio_mix.asm
    R mythtv/external/FFmpeg/libavresample/x86/audio_mix_init.c
    R mythtv/external/FFmpeg/libavresample/x86/dither.asm
    R mythtv/external/FFmpeg/libavresample/x86/dither_init.c
    R mythtv/external/FFmpeg/libavresample/x86/util.asm
    R mythtv/external/FFmpeg/libavresample/x86/w64xmmtest.c
    M mythtv/external/FFmpeg/libavutil/Makefile
    M mythtv/external/FFmpeg/libavutil/aarch64/asm.S
    M mythtv/external/FFmpeg/libavutil/adler32.c
    M mythtv/external/FFmpeg/libavutil/adler32.h
    M mythtv/external/FFmpeg/libavutil/aes.c
    M mythtv/external/FFmpeg/libavutil/aes.h
    M mythtv/external/FFmpeg/libavutil/aes_ctr.c
    M mythtv/external/FFmpeg/libavutil/aes_ctr.h
    M mythtv/external/FFmpeg/libavutil/arm/cpu.c
    M mythtv/external/FFmpeg/libavutil/attributes.h
    M mythtv/external/FFmpeg/libavutil/audio_fifo.c
    M mythtv/external/FFmpeg/libavutil/audio_fifo.h
    M mythtv/external/FFmpeg/libavutil/avassert.h
    M mythtv/external/FFmpeg/libavutil/avsscanf.c
    M mythtv/external/FFmpeg/libavutil/avstring.c
    M mythtv/external/FFmpeg/libavutil/avutil.h
    M mythtv/external/FFmpeg/libavutil/base64.c
    M mythtv/external/FFmpeg/libavutil/blowfish.c
    M mythtv/external/FFmpeg/libavutil/bprint.c
    M mythtv/external/FFmpeg/libavutil/buffer.c
    M mythtv/external/FFmpeg/libavutil/buffer.h
    M mythtv/external/FFmpeg/libavutil/buffer_internal.h
    M mythtv/external/FFmpeg/libavutil/camellia.c
    M mythtv/external/FFmpeg/libavutil/cast5.c
    M mythtv/external/FFmpeg/libavutil/channel_layout.c
    M mythtv/external/FFmpeg/libavutil/channel_layout.h
    M mythtv/external/FFmpeg/libavutil/color_utils.c
    M mythtv/external/FFmpeg/libavutil/common.h
    M mythtv/external/FFmpeg/libavutil/cpu.c
    M mythtv/external/FFmpeg/libavutil/cpu.h
    M mythtv/external/FFmpeg/libavutil/cpu_internal.h
    M mythtv/external/FFmpeg/libavutil/crc.c
    M mythtv/external/FFmpeg/libavutil/crc.h
    A mythtv/external/FFmpeg/libavutil/csp.c
    A mythtv/external/FFmpeg/libavutil/csp.h
    M mythtv/external/FFmpeg/libavutil/cuda_check.h
    M mythtv/external/FFmpeg/libavutil/des.c
    A mythtv/external/FFmpeg/libavutil/detection_bbox.c
    A mythtv/external/FFmpeg/libavutil/detection_bbox.h
    M mythtv/external/FFmpeg/libavutil/dict.h
    M mythtv/external/FFmpeg/libavutil/display.c
    M mythtv/external/FFmpeg/libavutil/display.h
    M mythtv/external/FFmpeg/libavutil/dovi_meta.c
    M mythtv/external/FFmpeg/libavutil/dovi_meta.h
    M mythtv/external/FFmpeg/libavutil/encryption_info.c
    M mythtv/external/FFmpeg/libavutil/error.c
    M mythtv/external/FFmpeg/libavutil/error.h
    M mythtv/external/FFmpeg/libavutil/eval.h
    M mythtv/external/FFmpeg/libavutil/fifo.c
    M mythtv/external/FFmpeg/libavutil/fifo.h
    M mythtv/external/FFmpeg/libavutil/file.h
    M mythtv/external/FFmpeg/libavutil/file_open.c
    M mythtv/external/FFmpeg/libavutil/film_grain_params.h
    M mythtv/external/FFmpeg/libavutil/fixed_dsp.c
    M mythtv/external/FFmpeg/libavutil/fixed_dsp.h
    M mythtv/external/FFmpeg/libavutil/float_dsp.c
    M mythtv/external/FFmpeg/libavutil/frame.c
    M mythtv/external/FFmpeg/libavutil/frame.h
    A mythtv/external/FFmpeg/libavutil/getenv_utf8.h
    M mythtv/external/FFmpeg/libavutil/hash.c
    M mythtv/external/FFmpeg/libavutil/hash.h
    A mythtv/external/FFmpeg/libavutil/hdr_dynamic_vivid_metadata.c
    A mythtv/external/FFmpeg/libavutil/hdr_dynamic_vivid_metadata.h
    M mythtv/external/FFmpeg/libavutil/hmac.c
    M mythtv/external/FFmpeg/libavutil/hmac.h
    M mythtv/external/FFmpeg/libavutil/hwcontext.c
    M mythtv/external/FFmpeg/libavutil/hwcontext.h
    M mythtv/external/FFmpeg/libavutil/hwcontext_cuda.c
    M mythtv/external/FFmpeg/libavutil/hwcontext_d3d11va.c
    M mythtv/external/FFmpeg/libavutil/hwcontext_d3d11va.h
    M mythtv/external/FFmpeg/libavutil/hwcontext_dxva2.c
    M mythtv/external/FFmpeg/libavutil/hwcontext_opencl.c
    M mythtv/external/FFmpeg/libavutil/hwcontext_qsv.c
    A mythtv/external/FFmpeg/libavutil/hwcontext_stub.c
    M mythtv/external/FFmpeg/libavutil/hwcontext_vaapi.c
    M mythtv/external/FFmpeg/libavutil/hwcontext_vdpau.c
    M mythtv/external/FFmpeg/libavutil/hwcontext_videotoolbox.c
    M mythtv/external/FFmpeg/libavutil/hwcontext_videotoolbox.h
    M mythtv/external/FFmpeg/libavutil/hwcontext_vulkan.c
    M mythtv/external/FFmpeg/libavutil/hwcontext_vulkan.h
    M mythtv/external/FFmpeg/libavutil/imgutils.c
    M mythtv/external/FFmpeg/libavutil/imgutils.h
    M mythtv/external/FFmpeg/libavutil/integer.c
    M mythtv/external/FFmpeg/libavutil/integer.h
    M mythtv/external/FFmpeg/libavutil/internal.h
    M mythtv/external/FFmpeg/libavutil/lls.c
    M mythtv/external/FFmpeg/libavutil/lls.h
    M mythtv/external/FFmpeg/libavutil/log.c
    M mythtv/external/FFmpeg/libavutil/log.h
    A mythtv/external/FFmpeg/libavutil/loongarch/Makefile
    A mythtv/external/FFmpeg/libavutil/loongarch/cpu.c
    A mythtv/external/FFmpeg/libavutil/loongarch/cpu.h
    A mythtv/external/FFmpeg/libavutil/loongarch/loongson_intrinsics.h
    M mythtv/external/FFmpeg/libavutil/lzo.c
    A mythtv/external/FFmpeg/libavutil/macos_kperf.c
    A mythtv/external/FFmpeg/libavutil/macos_kperf.h
    M mythtv/external/FFmpeg/libavutil/macros.h
    M mythtv/external/FFmpeg/libavutil/mathematics.c
    M mythtv/external/FFmpeg/libavutil/md5.c
    M mythtv/external/FFmpeg/libavutil/md5.h
    M mythtv/external/FFmpeg/libavutil/mem.c
    M mythtv/external/FFmpeg/libavutil/mem.h
    M mythtv/external/FFmpeg/libavutil/mem_internal.h
    M mythtv/external/FFmpeg/libavutil/mips/asmdefs.h
    M mythtv/external/FFmpeg/libavutil/mips/generic_macros_msa.h
    M mythtv/external/FFmpeg/libavutil/mips/libm_mips.h
    M mythtv/external/FFmpeg/libavutil/mips/mmiutils.h
    M mythtv/external/FFmpeg/libavutil/murmur3.c
    M mythtv/external/FFmpeg/libavutil/murmur3.h
    A mythtv/external/FFmpeg/libavutil/objc.h
    M mythtv/external/FFmpeg/libavutil/opt.c
    M mythtv/external/FFmpeg/libavutil/opt.h
    M mythtv/external/FFmpeg/libavutil/parseutils.c
    M mythtv/external/FFmpeg/libavutil/pixdesc.c
    M mythtv/external/FFmpeg/libavutil/pixdesc.h
    M mythtv/external/FFmpeg/libavutil/pixelutils.c
    M mythtv/external/FFmpeg/libavutil/pixelutils.h
    M mythtv/external/FFmpeg/libavutil/pixfmt.h
    M mythtv/external/FFmpeg/libavutil/ppc/cpu.c
    M mythtv/external/FFmpeg/libavutil/qsort.h
    M mythtv/external/FFmpeg/libavutil/rc4.c
    M mythtv/external/FFmpeg/libavutil/ripemd.c
    M mythtv/external/FFmpeg/libavutil/ripemd.h
    M mythtv/external/FFmpeg/libavutil/samplefmt.c
    M mythtv/external/FFmpeg/libavutil/samplefmt.h
    M mythtv/external/FFmpeg/libavutil/sha.c
    M mythtv/external/FFmpeg/libavutil/sha.h
    M mythtv/external/FFmpeg/libavutil/sha512.c
    M mythtv/external/FFmpeg/libavutil/sha512.h
    M mythtv/external/FFmpeg/libavutil/slicethread.c
    M mythtv/external/FFmpeg/libavutil/stereo3d.c
    M mythtv/external/FFmpeg/libavutil/tea.c
    M mythtv/external/FFmpeg/libavutil/tests/.gitignore
    M mythtv/external/FFmpeg/libavutil/tests/adler32.c
    M mythtv/external/FFmpeg/libavutil/tests/aes_ctr.c
    M mythtv/external/FFmpeg/libavutil/tests/audio_fifo.c
    M mythtv/external/FFmpeg/libavutil/tests/bprint.c
    M mythtv/external/FFmpeg/libavutil/tests/camellia.c
    M mythtv/external/FFmpeg/libavutil/tests/cast5.c
    A mythtv/external/FFmpeg/libavutil/tests/channel_layout.c
    M mythtv/external/FFmpeg/libavutil/tests/color_utils.c
    M mythtv/external/FFmpeg/libavutil/tests/cpu.c
    M mythtv/external/FFmpeg/libavutil/tests/display.c
    M mythtv/external/FFmpeg/libavutil/tests/encryption_info.c
    M mythtv/external/FFmpeg/libavutil/tests/fifo.c
    M mythtv/external/FFmpeg/libavutil/tests/lzo.c
    M mythtv/external/FFmpeg/libavutil/tests/md5.c
    M mythtv/external/FFmpeg/libavutil/tests/opt.c
    M mythtv/external/FFmpeg/libavutil/tests/pixelutils.c
    M mythtv/external/FFmpeg/libavutil/tests/twofish.c
    A mythtv/external/FFmpeg/libavutil/tests/uuid.c
    M mythtv/external/FFmpeg/libavutil/thread.h
    M mythtv/external/FFmpeg/libavutil/threadmessage.c
    M mythtv/external/FFmpeg/libavutil/timecode.c
    M mythtv/external/FFmpeg/libavutil/timer.h
    M mythtv/external/FFmpeg/libavutil/tree.h
    M mythtv/external/FFmpeg/libavutil/twofish.c
    M mythtv/external/FFmpeg/libavutil/tx.c
    M mythtv/external/FFmpeg/libavutil/tx.h
    M mythtv/external/FFmpeg/libavutil/tx_priv.h
    M mythtv/external/FFmpeg/libavutil/tx_template.c
    M mythtv/external/FFmpeg/libavutil/utils.c
    A mythtv/external/FFmpeg/libavutil/uuid.c
    A mythtv/external/FFmpeg/libavutil/uuid.h
    A mythtv/external/FFmpeg/libavutil/version.c
    M mythtv/external/FFmpeg/libavutil/version.h
    A mythtv/external/FFmpeg/libavutil/version_major.h
    M mythtv/external/FFmpeg/libavutil/video_enc_params.c
    A mythtv/external/FFmpeg/libavutil/vulkan.c
    A mythtv/external/FFmpeg/libavutil/vulkan.h
    A mythtv/external/FFmpeg/libavutil/vulkan_functions.h
    A mythtv/external/FFmpeg/libavutil/vulkan_glslang.c
    A mythtv/external/FFmpeg/libavutil/vulkan_loader.h
    A mythtv/external/FFmpeg/libavutil/vulkan_shaderc.c
    M mythtv/external/FFmpeg/libavutil/wchar_filename.h
    M mythtv/external/FFmpeg/libavutil/x86/Makefile
    M mythtv/external/FFmpeg/libavutil/x86/cpu.c
    M mythtv/external/FFmpeg/libavutil/x86/cpu.h
    M mythtv/external/FFmpeg/libavutil/x86/cpuid.asm
    M mythtv/external/FFmpeg/libavutil/x86/emms.asm
    M mythtv/external/FFmpeg/libavutil/x86/emms.h
    M mythtv/external/FFmpeg/libavutil/x86/fixed_dsp.asm
    M mythtv/external/FFmpeg/libavutil/x86/float_dsp.asm
    M mythtv/external/FFmpeg/libavutil/x86/float_dsp_init.c
    M mythtv/external/FFmpeg/libavutil/x86/imgutils_init.c
    M mythtv/external/FFmpeg/libavutil/x86/intmath.h
    M mythtv/external/FFmpeg/libavutil/x86/lls.asm
    M mythtv/external/FFmpeg/libavutil/x86/lls_init.c
    M mythtv/external/FFmpeg/libavutil/x86/pixelutils.asm
    M mythtv/external/FFmpeg/libavutil/x86/pixelutils_init.c
    A mythtv/external/FFmpeg/libavutil/x86/tx_float.asm
    A mythtv/external/FFmpeg/libavutil/x86/tx_float_init.c
    M mythtv/external/FFmpeg/libavutil/x86/x86inc.asm
    M mythtv/external/FFmpeg/libavutil/xtea.c
    M mythtv/external/FFmpeg/libpostproc/Makefile
    M mythtv/external/FFmpeg/libpostproc/postprocess.c
    M mythtv/external/FFmpeg/libpostproc/postprocess.h
    M mythtv/external/FFmpeg/libpostproc/postprocess_template.c
    A mythtv/external/FFmpeg/libpostproc/version.c
    M mythtv/external/FFmpeg/libpostproc/version.h
    A mythtv/external/FFmpeg/libpostproc/version_major.h
    M mythtv/external/FFmpeg/libswresample/Makefile
    M mythtv/external/FFmpeg/libswresample/aarch64/audio_convert_neon.S
    M mythtv/external/FFmpeg/libswresample/aarch64/resample_init.c
    M mythtv/external/FFmpeg/libswresample/arm/resample_init.c
    M mythtv/external/FFmpeg/libswresample/audioconvert.c
    M mythtv/external/FFmpeg/libswresample/audioconvert.h
    M mythtv/external/FFmpeg/libswresample/noise_shaping_data.c
    M mythtv/external/FFmpeg/libswresample/options.c
    M mythtv/external/FFmpeg/libswresample/rematrix.c
    M mythtv/external/FFmpeg/libswresample/rematrix_template.c
    M mythtv/external/FFmpeg/libswresample/resample.c
    M mythtv/external/FFmpeg/libswresample/resample_dsp.c
    M mythtv/external/FFmpeg/libswresample/swresample.c
    M mythtv/external/FFmpeg/libswresample/swresample.h
    M mythtv/external/FFmpeg/libswresample/swresample_frame.c
    M mythtv/external/FFmpeg/libswresample/swresample_internal.h
    M mythtv/external/FFmpeg/libswresample/tests/swresample.c
    A mythtv/external/FFmpeg/libswresample/version.c
    M mythtv/external/FFmpeg/libswresample/version.h
    A mythtv/external/FFmpeg/libswresample/version_major.h
    M mythtv/external/FFmpeg/libswresample/x86/audio_convert.asm
    M mythtv/external/FFmpeg/libswresample/x86/audio_convert_init.c
    M mythtv/external/FFmpeg/libswresample/x86/rematrix.asm
    M mythtv/external/FFmpeg/libswresample/x86/rematrix_init.c
    M mythtv/external/FFmpeg/libswresample/x86/resample.asm
    M mythtv/external/FFmpeg/libswresample/x86/resample_init.c
    M mythtv/external/FFmpeg/libswscale/Makefile
    M mythtv/external/FFmpeg/libswscale/aarch64/hscale.S
    M mythtv/external/FFmpeg/libswscale/aarch64/swscale.c
    M mythtv/external/FFmpeg/libswscale/aarch64/swscale_unscaled.c
    M mythtv/external/FFmpeg/libswscale/arm/swscale.c
    M mythtv/external/FFmpeg/libswscale/arm/swscale_unscaled.c
    M mythtv/external/FFmpeg/libswscale/input.c
    M mythtv/external/FFmpeg/libswscale/options.c
    M mythtv/external/FFmpeg/libswscale/output.c
    M mythtv/external/FFmpeg/libswscale/ppc/swscale_ppc_template.c
    M mythtv/external/FFmpeg/libswscale/ppc/yuv2yuv_altivec.c
    M mythtv/external/FFmpeg/libswscale/rgb2rgb.c
    M mythtv/external/FFmpeg/libswscale/rgb2rgb.h
    M mythtv/external/FFmpeg/libswscale/slice.c
    M mythtv/external/FFmpeg/libswscale/swscale.c
    M mythtv/external/FFmpeg/libswscale/swscale.h
    M mythtv/external/FFmpeg/libswscale/swscale_internal.h
    M mythtv/external/FFmpeg/libswscale/swscale_unscaled.c
    M mythtv/external/FFmpeg/libswscale/tests/pixdesc_query.c
    M mythtv/external/FFmpeg/libswscale/utils.c
    A mythtv/external/FFmpeg/libswscale/version.c
    M mythtv/external/FFmpeg/libswscale/version.h
    A mythtv/external/FFmpeg/libswscale/version_major.h
    R mythtv/external/FFmpeg/tests/dnn/dnn-layer-avgpool-test.c
    R mythtv/external/FFmpeg/tests/dnn/dnn-layer-conv2d-test.c
    R mythtv/external/FFmpeg/tests/dnn/dnn-layer-dense-test.c
    R mythtv/external/FFmpeg/tests/dnn/dnn-layer-depth2space-test.c
    R mythtv/external/FFmpeg/tests/dnn/dnn-layer-mathbinary-test.c
    R mythtv/external/FFmpeg/tests/dnn/dnn-layer-mathunary-test.c
    R mythtv/external/FFmpeg/tests/dnn/dnn-layer-maximum-test.c
    R mythtv/external/FFmpeg/tests/dnn/dnn-layer-pad-test.c

  Log Message:
  -----------
  FFmpeg: copy in merged version 5.1


  Commit: 00b8bbb6439bfd058bfa5803e86edab6c350b797
      https://github.com/MythTV/mythtv/commit/00b8bbb6439bfd058bfa5803e86edab6c350b797
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/libs/libmyth/audio/audiooutputdigitalencoder.cpp
    M mythtv/libs/libmyth/audio/spdifencoder.cpp

  Log Message:
  -----------
  libmyth/audio: constify pointers to satisfy -fpermissive


  Commit: 218240fe6d01ff6d3f5cdf6d304fe85bf0ec2e87
      https://github.com/MythTV/mythtv/commit/218240fe6d01ff6d3f5cdf6d304fe85bf0ec2e87
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/configure

  Log Message:
  -----------
  mythtv/configure: fix detection of FFmpeg's version numbers

FFmpeg has split their version.h into version_major.h and version.h.

libavutil has an empty version_major.h.


  Commit: 2aca744c7130de0e032f2ab22f56aee20a34bce8
      https://github.com/MythTV/mythtv/commit/2aca744c7130de0e032f2ab22f56aee20a34bce8
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/libs/libmythtv/io/mythavformatwriter.cpp
    M mythtv/libs/libmythtv/io/mythavformatwriter.h
    M mythtv/libs/libmythtv/mythavutil.cpp

  Log Message:
  -----------
  libmythtv: constify AVCodec, etc. part 1

To satisfy -fpermissive


  Commit: 4e54aee5a58c45c35b682ccb80b83c58a3139fe2
      https://github.com/MythTV/mythtv/commit/4e54aee5a58c45c35b682ccb80b83c58a3139fe2
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/libs/libmythtv/io/mythavformatwriter.cpp

  Log Message:
  -----------
  mythavformatwriter.cpp: #if FF_API_CODER_TYPE

This code was removed between FFmpeg 4.4 and 5.1.


  Commit: ae48d0f7931f16398ac2c37c7e99aa18b750861a
      https://github.com/MythTV/mythtv/commit/ae48d0f7931f16398ac2c37c7e99aa18b750861a
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/libs/libmythtv/io/mythavformatwriter.cpp

  Log Message:
  -----------
  mythavformatwriter.cpp: replace avcodec_encode_video2

Modeled after the audio code.  I hope it works.


  Commit: dd47e6e42be037d7f3cd64303763c2da017321f0
      https://github.com/MythTV/mythtv/commit/dd47e6e42be037d7f3cd64303763c2da017321f0
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/libs/libmythtv/mythvideoout.cpp
    M mythtv/libs/libmythtv/mythvideooutgpu.cpp

  Log Message:
  -----------
  libmythtv: constify part 2

to satisfy -fpermissive


  Commit: e24af855cafd96f1c525afe2f40f6a6ac7c746aa
      https://github.com/MythTV/mythtv/commit/e24af855cafd96f1c525afe2f40f6a6ac7c746aa
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp

  Log Message:
  -----------
  avformatdecoder.cpp: fix compilation of StreamHasRequiredParameters

codec_info_nb_frames was a private member of AVStream and is now a
member of the private FFStream so we can't use it. However, the
RealVideo codecs are not used for TV broadcasts, so we don't care.


  Commit: c815e3080ba8b132f7e172309d77aab69590142a
      https://github.com/MythTV/mythtv/commit/c815e3080ba8b132f7e172309d77aab69590142a
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp

  Log Message:
  -----------
  avformatdecoder.cpp: fix compilation of CloseContext

FFmpeg constified its `AVInputFormat*`s to `const AVInputFormat*`
causing this to raise an -fpermissive error.


  Commit: 6901987b4be198f76915d579098f394dc6487583
      https://github.com/MythTV/mythtv/commit/6901987b4be198f76915d579098f394dc6487583
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp

  Log Message:
  -----------
  avformatdecoder.cpp: disable dts seeking hack

pts_wrap_bits no longer exists and cur_dts was moved to the private
FFStream since it was a private member of AVStream


  Commit: 1edf399efcb14afbf2f6bff5e0e3271ac1524f65
      https://github.com/MythTV/mythtv/commit/1edf399efcb14afbf2f6bff5e0e3271ac1524f65
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp

  Log Message:
  -----------
  avformatdecoder.cpp: AVCodec no longer has a member called decode

This is just for logging, so remove it.


  Commit: ab572253be56042e009986b805ac93db56585f6e
      https://github.com/MythTV/mythtv/commit/ab572253be56042e009986b805ac93db56585f6e
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/libs/libmythtv/AirPlay/mythraopconnection.h
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
    M mythtv/libs/libmythtv/decoders/mythcodeccontext.cpp
    M mythtv/libs/libmythtv/decoders/mythcodeccontext.h
    M mythtv/libs/libmythtv/decoders/mythdrmprimecontext.cpp
    M mythtv/libs/libmythtv/decoders/mythdrmprimecontext.h
    M mythtv/libs/libmythtv/decoders/mythmediacodeccontext.cpp
    M mythtv/libs/libmythtv/decoders/mythmediacodeccontext.h
    M mythtv/libs/libmythtv/decoders/mythmmalcontext.cpp
    M mythtv/libs/libmythtv/decoders/mythmmalcontext.h
    M mythtv/libs/libmythtv/decoders/mythnvdeccontext.cpp
    M mythtv/libs/libmythtv/decoders/mythnvdeccontext.h
    M mythtv/libs/libmythtv/decoders/mythv4l2m2mcontext.cpp
    M mythtv/libs/libmythtv/decoders/mythv4l2m2mcontext.h
    M mythtv/libs/libmythtv/decoders/mythvaapicontext.cpp
    M mythtv/libs/libmythtv/decoders/mythvaapicontext.h
    M mythtv/libs/libmythtv/decoders/mythvdpaucontext.cpp
    M mythtv/libs/libmythtv/decoders/mythvdpaucontext.h
    M mythtv/libs/libmythtv/decoders/mythvtbcontext.cpp
    M mythtv/libs/libmythtv/decoders/mythvtbcontext.h
    M mythtv/libs/libmythtv/mheg/mhi.cpp
    M mythtv/libs/libmythtv/recorders/NuppelVideoRecorder.h

  Log Message:
  -----------
  libmythtv: constify part 3

Trying to satisfy -fpermissive.


  Commit: c81133297aaaf38eb9cfcdbcb7b2806a427a2edd
      https://github.com/MythTV/mythtv/commit/c81133297aaaf38eb9cfcdbcb7b2806a427a2edd
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/NuppelVideoRecorder.cpp

  Log Message:
  -----------
  NuppelVideoRecorder.cpp: make it compile

I don't think the option "pred" exists anymore.

Copy av_encode_video2 replacement from io/mythavformatwriter.cpp


  Commit: d3611a19ad9d97a501b2eb534bd68574e56f4db6
      https://github.com/MythTV/mythtv/commit/d3611a19ad9d97a501b2eb534bd68574e56f4db6
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/programs/mythtranscode/external/replex/replex.cpp
    M mythtv/programs/mythtranscode/mpeg2fix.cpp

  Log Message:
  -----------
  mythtranscode: constify to statisfy -fpermissive


  Commit: b0960b7170aa348aaedc94ba4497a018fba9e841
      https://github.com/MythTV/mythtv/commit/b0960b7170aa348aaedc94ba4497a018fba9e841
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythtv/programs/mythtranscode/mpeg2fix.h

  Log Message:
  -----------
  mythtranscode/mpeg2fix.h: don't reference private member of AVStream

to make it compile since it is now part of FFStream instead.

av_stream_get_parser() has existed since FFmpeg 2.3 to expose this private
member of AVStream.


  Commit: c6bc717ba64e2aa9c7569af90f4b4b365f120d8c
      https://github.com/MythTV/mythtv/commit/c6bc717ba64e2aa9c7569af90f4b4b365f120d8c
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M mythplugins/mytharchive/mytharchive/remoteavformatcontext.h
    M mythplugins/mytharchive/mytharchive/thumbfinder.h
    M mythplugins/mytharchive/mytharchivehelper/mytharchivehelper.cpp
    M mythplugins/mythmusic/mythmusic/avfdecoder.cpp
    M mythplugins/mythmusic/mythmusic/avfdecoder.h
    M mythplugins/mythmusic/mythmusic/remoteavformatcontext.h

  Log Message:
  -----------
  mythplugins: constify to satisfy -fpermissive

FFmpeg constified AVCodec* and others.


Compare: https://github.com/MythTV/mythtv/compare/7dc87b11137d...c6bc717ba64e


More information about the mythtv-commits mailing list