Full Code of ossrs/ffmpeg-webrtc for AI

workflows b9146cc4f95c cached
10270 files
84.9 MB
22.8M tokens
1 requests
Copy disabled (too large) Download .txt
Showing preview only (90,864K chars total). Download the full file to get everything.
Repository: ossrs/ffmpeg-webrtc
Branch: workflows
Commit: b9146cc4f95c
Files: 10270
Total size: 84.9 MB

Directory structure:
gitextract_v7xrs39e/

├── .augment-guidelines
├── .augmentignore
├── .forgejo/
│   ├── CODEOWNERS
│   ├── ISSUE_TEMPLATE.md
│   ├── labeler/
│   │   ├── labeler.js
│   │   └── labeler.yml
│   ├── pre-commit/
│   │   ├── config.yaml
│   │   └── ignored-words.txt
│   └── workflows/
│       ├── autolabel.yml
│       ├── lint.yml
│       └── test.yml
├── .gitattributes
├── .gitignore
├── .mailmap
├── CONTRIBUTING.md
├── COPYING.GPLv2
├── COPYING.GPLv3
├── COPYING.LGPLv2.1
├── COPYING.LGPLv3
├── CREDITS
├── Changelog
├── FUNDING.json
├── INSTALL.md
├── LICENSE.md
├── MAINTAINERS
├── Makefile
├── README.md
├── RELEASE
├── compat/
│   ├── aix/
│   │   └── math.h
│   ├── android/
│   │   ├── binder.c
│   │   └── binder.h
│   ├── atomics/
│   │   ├── dummy/
│   │   │   └── stdatomic.h
│   │   └── win32/
│   │       └── stdatomic.h
│   ├── cuda/
│   │   ├── cuda_runtime.h
│   │   └── dynlink_loader.h
│   ├── dispatch_semaphore/
│   │   └── semaphore.h
│   ├── djgpp/
│   │   ├── math.c
│   │   └── math.h
│   ├── float/
│   │   ├── float.h
│   │   └── limits.h
│   ├── getopt.c
│   ├── msvcrt/
│   │   ├── snprintf.c
│   │   └── snprintf.h
│   ├── os2threads.h
│   ├── solaris/
│   │   └── make_sunver.pl
│   ├── stdbit/
│   │   └── stdbit.h
│   ├── strtod.c
│   ├── va_copy.h
│   ├── w32dlfcn.h
│   ├── w32pthreads.h
│   └── windows/
│       ├── makedef
│       ├── mslink
│       └── mswindres
├── configure
├── doc/
│   ├── .gitignore
│   ├── APIchanges
│   ├── CVSS.txt
│   ├── Doxyfile
│   ├── Makefile
│   ├── authors.texi
│   ├── bitstream_filters.texi
│   ├── build_system.txt
│   ├── codecs.texi
│   ├── community.texi
│   ├── decoders.texi
│   ├── default.css
│   ├── demuxers.texi
│   ├── developer.texi
│   ├── devices.texi
│   ├── doxy/
│   │   └── .gitignore
│   ├── doxy-wrapper.sh
│   ├── drawvg-reference.texi
│   ├── encoders.texi
│   ├── errno.txt
│   ├── examples/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── Makefile.example
│   │   ├── README
│   │   ├── avio_http_serve_files.c
│   │   ├── avio_list_dir.c
│   │   ├── avio_read_callback.c
│   │   ├── decode_audio.c
│   │   ├── decode_filter_audio.c
│   │   ├── decode_filter_video.c
│   │   ├── decode_video.c
│   │   ├── demux_decode.c
│   │   ├── encode_audio.c
│   │   ├── encode_video.c
│   │   ├── extract_mvs.c
│   │   ├── filter_audio.c
│   │   ├── hw_decode.c
│   │   ├── mux.c
│   │   ├── qsv_decode.c
│   │   ├── qsv_transcode.c
│   │   ├── remux.c
│   │   ├── resample_audio.c
│   │   ├── scale_video.c
│   │   ├── show_metadata.c
│   │   ├── transcode.c
│   │   ├── transcode_aac.c
│   │   ├── vaapi_encode.c
│   │   └── vaapi_transcode.c
│   ├── faq.texi
│   ├── fate.texi
│   ├── fate_config.sh.template
│   ├── ffmpeg-bitstream-filters.texi
│   ├── ffmpeg-codecs.texi
│   ├── ffmpeg-devices.texi
│   ├── ffmpeg-filters.texi
│   ├── ffmpeg-formats.texi
│   ├── ffmpeg-protocols.texi
│   ├── ffmpeg-resampler.texi
│   ├── ffmpeg-scaler.texi
│   ├── ffmpeg-utils.texi
│   ├── ffmpeg.texi
│   ├── ffmpeg.txt
│   ├── ffplay.texi
│   ├── ffprobe.texi
│   ├── ffprobe.xsd
│   ├── fftools-common-opts.texi
│   ├── filter_design.txt
│   ├── filters.texi
│   ├── formats.texi
│   ├── general.texi
│   ├── general_contents.texi
│   ├── git-howto.texi
│   ├── htmlxref.cnf
│   ├── indevs.texi
│   ├── infra.txt
│   ├── issue_tracker.txt
│   ├── lexicon
│   ├── libavcodec.texi
│   ├── libavdevice.texi
│   ├── libavfilter.texi
│   ├── libavformat.texi
│   ├── libavutil.texi
│   ├── libswresample.texi
│   ├── libswscale.texi
│   ├── mailing-list-faq.texi
│   ├── metadata.texi
│   ├── mips.txt
│   ├── multithreading.txt
│   ├── muxers.texi
│   ├── nut.texi
│   ├── optimization.txt
│   ├── outdevs.texi
│   ├── patchwork
│   ├── platform.texi
│   ├── print_options.c
│   ├── protocols.texi
│   ├── rate_distortion.txt
│   ├── resampler.texi
│   ├── scaler.texi
│   ├── snow.txt
│   ├── swresample.txt
│   ├── swscale-v2.txt
│   ├── swscale.txt
│   ├── t2h.init
│   ├── t2h.pm
│   ├── tablegen.txt
│   ├── texi2pod.pl
│   ├── texidep.pl
│   ├── transforms.md
│   ├── undefined.txt
│   ├── utils.texi
│   └── writing_filters.txt
├── ffbuild/
│   ├── .gitignore
│   ├── arch.mak
│   ├── bin2c.c
│   ├── common.mak
│   ├── library.mak
│   ├── libversion.sh
│   ├── pkgconfig_generate.sh
│   └── version.sh
├── fftools/
│   ├── Makefile
│   ├── cmdutils.c
│   ├── cmdutils.h
│   ├── ffmpeg.c
│   ├── ffmpeg.h
│   ├── ffmpeg_dec.c
│   ├── ffmpeg_demux.c
│   ├── ffmpeg_enc.c
│   ├── ffmpeg_filter.c
│   ├── ffmpeg_hw.c
│   ├── ffmpeg_mux.c
│   ├── ffmpeg_mux.h
│   ├── ffmpeg_mux_init.c
│   ├── ffmpeg_opt.c
│   ├── ffmpeg_sched.c
│   ├── ffmpeg_sched.h
│   ├── ffmpeg_utils.h
│   ├── ffplay.c
│   ├── ffplay_renderer.c
│   ├── ffplay_renderer.h
│   ├── ffprobe.c
│   ├── fftools.manifest
│   ├── fftoolsres.rc
│   ├── fopen_utf8.h
│   ├── graph/
│   │   ├── graphprint.c
│   │   └── graphprint.h
│   ├── opt_common.c
│   ├── opt_common.h
│   ├── resources/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── graph.css
│   │   ├── graph.html
│   │   ├── resman.c
│   │   └── resman.h
│   ├── sync_queue.c
│   ├── sync_queue.h
│   ├── textformat/
│   │   ├── avtextformat.c
│   │   ├── avtextformat.h
│   │   ├── avtextwriters.h
│   │   ├── tf_compact.c
│   │   ├── tf_default.c
│   │   ├── tf_flat.c
│   │   ├── tf_ini.c
│   │   ├── tf_internal.h
│   │   ├── tf_json.c
│   │   ├── tf_mermaid.c
│   │   ├── tf_mermaid.h
│   │   ├── tf_xml.c
│   │   ├── tw_avio.c
│   │   ├── tw_buffer.c
│   │   └── tw_stdout.c
│   ├── thread_queue.c
│   └── thread_queue.h
├── libavcodec/
│   ├── .gitignore
│   ├── 012v.c
│   ├── 4xm.c
│   ├── 8bps.c
│   ├── 8svx.c
│   ├── Makefile
│   ├── a64colors.h
│   ├── a64multienc.c
│   ├── a64tables.h
│   ├── aac/
│   │   ├── Makefile
│   │   ├── aacdec.c
│   │   ├── aacdec.h
│   │   ├── aacdec_ac.c
│   │   ├── aacdec_ac.h
│   │   ├── aacdec_dsp_template.c
│   │   ├── aacdec_fixed.c
│   │   ├── aacdec_fixed_coupling.h
│   │   ├── aacdec_fixed_dequant.h
│   │   ├── aacdec_fixed_prediction.h
│   │   ├── aacdec_float.c
│   │   ├── aacdec_float_coupling.h
│   │   ├── aacdec_float_prediction.h
│   │   ├── aacdec_latm.h
│   │   ├── aacdec_lpd.c
│   │   ├── aacdec_lpd.h
│   │   ├── aacdec_proc_template.c
│   │   ├── aacdec_tab.c
│   │   ├── aacdec_tab.h
│   │   ├── aacdec_usac.c
│   │   ├── aacdec_usac.h
│   │   ├── aacdec_usac_mps212.c
│   │   └── aacdec_usac_mps212.h
│   ├── aac.h
│   ├── aac_ac3_parser.c
│   ├── aac_ac3_parser.h
│   ├── aac_defines.h
│   ├── aac_parser.c
│   ├── aaccoder.c
│   ├── aaccoder_trellis.h
│   ├── aaccoder_twoloop.h
│   ├── aacenc.c
│   ├── aacenc.h
│   ├── aacenc_is.c
│   ├── aacenc_is.h
│   ├── aacenc_quantization.h
│   ├── aacenc_quantization_misc.h
│   ├── aacenc_tns.c
│   ├── aacenc_tns.h
│   ├── aacenc_utils.h
│   ├── aacencdsp.h
│   ├── aacenctab.c
│   ├── aacenctab.h
│   ├── aacps.c
│   ├── aacps.h
│   ├── aacps_common.c
│   ├── aacps_fixed.c
│   ├── aacps_fixed_tablegen.c
│   ├── aacps_fixed_tablegen.h
│   ├── aacps_float.c
│   ├── aacps_tablegen.c
│   ├── aacps_tablegen.h
│   ├── aacps_tablegen_template.c
│   ├── aacpsdata.c
│   ├── aacpsdsp.h
│   ├── aacpsdsp_fixed.c
│   ├── aacpsdsp_float.c
│   ├── aacpsdsp_template.c
│   ├── aacpsy.c
│   ├── aacsbr.c
│   ├── aacsbr.h
│   ├── aacsbr_fixed.c
│   ├── aacsbr_template.c
│   ├── aacsbrdata.h
│   ├── aactab.c
│   ├── aactab.h
│   ├── aandcttab.c
│   ├── aandcttab.h
│   ├── aarch64/
│   │   ├── Makefile
│   │   ├── aacencdsp_init.c
│   │   ├── aacencdsp_neon.S
│   │   ├── aacpsdsp_init_aarch64.c
│   │   ├── aacpsdsp_neon.S
│   │   ├── ac3dsp_init_aarch64.c
│   │   ├── ac3dsp_neon.S
│   │   ├── cabac.h
│   │   ├── dcadsp_init_aarch64.c
│   │   ├── dcadsp_neon.S
│   │   ├── fdct.h
│   │   ├── fdctdsp_init_aarch64.c
│   │   ├── fdctdsp_neon.S
│   │   ├── fmtconvert_init.c
│   │   ├── fmtconvert_neon.S
│   │   ├── h264chroma_init_aarch64.c
│   │   ├── h264cmc_neon.S
│   │   ├── h264dsp_init_aarch64.c
│   │   ├── h264dsp_neon.S
│   │   ├── h264idct_neon.S
│   │   ├── h264pred_init.c
│   │   ├── h264pred_neon.S
│   │   ├── h264qpel_init_aarch64.c
│   │   ├── h264qpel_neon.S
│   │   ├── h26x/
│   │   │   ├── dsp.h
│   │   │   ├── epel_neon.S
│   │   │   ├── qpel_neon.S
│   │   │   └── sao_neon.S
│   │   ├── hevcdsp_deblock_neon.S
│   │   ├── hevcdsp_dequant_neon.S
│   │   ├── hevcdsp_idct_neon.S
│   │   ├── hevcdsp_init_aarch64.c
│   │   ├── hevcpred_init_aarch64.c
│   │   ├── hevcpred_neon.S
│   │   ├── hpeldsp_init_aarch64.c
│   │   ├── hpeldsp_neon.S
│   │   ├── huffyuvdsp_init_aarch64.c
│   │   ├── huffyuvdsp_neon.S
│   │   ├── idct.h
│   │   ├── idctdsp_init_aarch64.c
│   │   ├── idctdsp_neon.S
│   │   ├── me_cmp_init_aarch64.c
│   │   ├── me_cmp_neon.S
│   │   ├── mpegaudiodsp_init.c
│   │   ├── mpegaudiodsp_neon.S
│   │   ├── mpegvideoencdsp_init.c
│   │   ├── mpegvideoencdsp_neon.S
│   │   ├── neon.S
│   │   ├── neontest.c
│   │   ├── opusdsp_init.c
│   │   ├── opusdsp_neon.S
│   │   ├── pixblockdsp_init_aarch64.c
│   │   ├── pixblockdsp_neon.S
│   │   ├── pngdsp_init.c
│   │   ├── pngdsp_neon.S
│   │   ├── rv40dsp_init_aarch64.c
│   │   ├── sbrdsp_init_aarch64.c
│   │   ├── sbrdsp_neon.S
│   │   ├── simple_idct_neon.S
│   │   ├── synth_filter_init.c
│   │   ├── synth_filter_neon.S
│   │   ├── vc1dsp_init_aarch64.c
│   │   ├── vc1dsp_neon.S
│   │   ├── videodsp.S
│   │   ├── videodsp_init.c
│   │   ├── vorbisdsp_init.c
│   │   ├── vorbisdsp_neon.S
│   │   ├── vp8dsp.h
│   │   ├── vp8dsp_init_aarch64.c
│   │   ├── vp8dsp_neon.S
│   │   ├── vp9dsp_init.h
│   │   ├── vp9dsp_init_10bpp_aarch64.c
│   │   ├── vp9dsp_init_12bpp_aarch64.c
│   │   ├── vp9dsp_init_16bpp_aarch64_template.c
│   │   ├── vp9dsp_init_aarch64.c
│   │   ├── vp9itxfm_16bpp_neon.S
│   │   ├── vp9itxfm_neon.S
│   │   ├── vp9lpf_16bpp_neon.S
│   │   ├── vp9lpf_neon.S
│   │   ├── vp9mc_16bpp_neon.S
│   │   ├── vp9mc_aarch64.S
│   │   ├── vp9mc_neon.S
│   │   └── vvc/
│   │       ├── Makefile
│   │       ├── alf.S
│   │       ├── alf_template.c
│   │       ├── dsp_init.c
│   │       ├── inter.S
│   │       ├── inter_sme2.S
│   │       └── sad.S
│   ├── aasc.c
│   ├── ac3.c
│   ├── ac3.h
│   ├── ac3_channel_layout_tab.c
│   ├── ac3_channel_layout_tab.h
│   ├── ac3_parser.c
│   ├── ac3_parser.h
│   ├── ac3_parser_internal.h
│   ├── ac3dec.c
│   ├── ac3dec.h
│   ├── ac3dec_data.c
│   ├── ac3dec_data.h
│   ├── ac3dec_fixed.c
│   ├── ac3dec_float.c
│   ├── ac3defs.h
│   ├── ac3dsp.c
│   ├── ac3dsp.h
│   ├── ac3enc.c
│   ├── ac3enc.h
│   ├── ac3enc_fixed.c
│   ├── ac3enc_float.c
│   ├── ac3enc_template.c
│   ├── ac3tab.c
│   ├── ac3tab.h
│   ├── acelp_filters.c
│   ├── acelp_filters.h
│   ├── acelp_pitch_delay.c
│   ├── acelp_pitch_delay.h
│   ├── acelp_vectors.c
│   ├── acelp_vectors.h
│   ├── adpcm.c
│   ├── adpcm.h
│   ├── adpcm_data.c
│   ├── adpcm_data.h
│   ├── adpcmenc.c
│   ├── adts_header.c
│   ├── adts_header.h
│   ├── adts_parser.c
│   ├── adts_parser.h
│   ├── adx.c
│   ├── adx.h
│   ├── adx_parser.c
│   ├── adxdec.c
│   ├── adxenc.c
│   ├── agm.c
│   ├── ahx_parser.c
│   ├── aic.c
│   ├── alac.c
│   ├── alac_data.c
│   ├── alac_data.h
│   ├── alacdsp.c
│   ├── alacdsp.h
│   ├── alacenc.c
│   ├── aliaspixdec.c
│   ├── aliaspixenc.c
│   ├── allcodecs.c
│   ├── alsdec.c
│   ├── amfdec.c
│   ├── amfdec.h
│   ├── amfenc.c
│   ├── amfenc.h
│   ├── amfenc_av1.c
│   ├── amfenc_h264.c
│   ├── amfenc_hevc.c
│   ├── amr.h
│   ├── amr_parser.c
│   ├── amrnbdata.h
│   ├── amrnbdec.c
│   ├── amrwbdata.h
│   ├── amrwbdec.c
│   ├── anm.c
│   ├── ansi.c
│   ├── aom_film_grain.c
│   ├── aom_film_grain.h
│   ├── aom_film_grain_template.c
│   ├── apac.c
│   ├── apedec.c
│   ├── apng.h
│   ├── aptx.c
│   ├── aptx.h
│   ├── aptxdec.c
│   ├── aptxenc.c
│   ├── apv.h
│   ├── apv_decode.c
│   ├── apv_decode.h
│   ├── apv_dsp.c
│   ├── apv_dsp.h
│   ├── apv_entropy.c
│   ├── apv_parser.c
│   ├── arbc.c
│   ├── argo.c
│   ├── arm/
│   │   ├── Makefile
│   │   ├── aac.h
│   │   ├── aacpsdsp_init_arm.c
│   │   ├── aacpsdsp_neon.S
│   │   ├── ac3dsp_arm.S
│   │   ├── ac3dsp_armv6.S
│   │   ├── ac3dsp_init_arm.c
│   │   ├── ac3dsp_neon.S
│   │   ├── asm-offsets.h
│   │   ├── audiodsp_arm.h
│   │   ├── audiodsp_init_arm.c
│   │   ├── audiodsp_init_neon.c
│   │   ├── audiodsp_neon.S
│   │   ├── blockdsp_arm.h
│   │   ├── blockdsp_init_arm.c
│   │   ├── blockdsp_init_neon.c
│   │   ├── blockdsp_neon.S
│   │   ├── cabac.h
│   │   ├── dca.h
│   │   ├── flacdsp_arm.S
│   │   ├── flacdsp_init_arm.c
│   │   ├── fmtconvert_init_arm.c
│   │   ├── fmtconvert_neon.S
│   │   ├── fmtconvert_vfp.S
│   │   ├── g722dsp_init_arm.c
│   │   ├── g722dsp_neon.S
│   │   ├── h264chroma_init_arm.c
│   │   ├── h264cmc_neon.S
│   │   ├── h264dsp_init_arm.c
│   │   ├── h264dsp_neon.S
│   │   ├── h264idct_neon.S
│   │   ├── h264pred_init_arm.c
│   │   ├── h264pred_neon.S
│   │   ├── h264qpel_init_arm.c
│   │   ├── h264qpel_neon.S
│   │   ├── hevcdsp_arm.h
│   │   ├── hevcdsp_deblock_neon.S
│   │   ├── hevcdsp_idct_neon.S
│   │   ├── hevcdsp_init_arm.c
│   │   ├── hevcdsp_init_neon.c
│   │   ├── hevcdsp_qpel_neon.S
│   │   ├── hevcdsp_sao_neon.S
│   │   ├── hpeldsp_arm.S
│   │   ├── hpeldsp_arm.h
│   │   ├── hpeldsp_armv6.S
│   │   ├── hpeldsp_init_arm.c
│   │   ├── hpeldsp_init_armv6.c
│   │   ├── hpeldsp_init_neon.c
│   │   ├── hpeldsp_neon.S
│   │   ├── idct.h
│   │   ├── idctdsp_arm.S
│   │   ├── idctdsp_arm.h
│   │   ├── idctdsp_armv6.S
│   │   ├── idctdsp_init_arm.c
│   │   ├── idctdsp_init_armv5te.c
│   │   ├── idctdsp_init_armv6.c
│   │   ├── idctdsp_init_neon.c
│   │   ├── idctdsp_neon.S
│   │   ├── int_neon.S
│   │   ├── jrevdct_arm.S
│   │   ├── lossless_audiodsp_init_arm.c
│   │   ├── lossless_audiodsp_neon.S
│   │   ├── mathops.h
│   │   ├── me_cmp_armv6.S
│   │   ├── me_cmp_init_arm.c
│   │   ├── mlpdsp_armv5te.S
│   │   ├── mlpdsp_armv6.S
│   │   ├── mlpdsp_init_arm.c
│   │   ├── mpegaudiodsp_fixed_armv6.S
│   │   ├── mpegaudiodsp_init_arm.c
│   │   ├── mpegvideo_arm.c
│   │   ├── mpegvideo_arm.h
│   │   ├── mpegvideo_armv5te.c
│   │   ├── mpegvideo_armv5te_s.S
│   │   ├── mpegvideo_neon.S
│   │   ├── mpegvideoencdsp_armv6.S
│   │   ├── mpegvideoencdsp_init_arm.c
│   │   ├── neon.S
│   │   ├── neontest.c
│   │   ├── pixblockdsp_armv6.S
│   │   ├── pixblockdsp_init_arm.c
│   │   ├── pixblockdsp_neon.S
│   │   ├── rv34dsp_init_arm.c
│   │   ├── rv34dsp_neon.S
│   │   ├── rv40dsp_init_arm.c
│   │   ├── rv40dsp_neon.S
│   │   ├── sbcdsp_armv6.S
│   │   ├── sbcdsp_init_arm.c
│   │   ├── sbcdsp_neon.S
│   │   ├── sbrdsp_init_arm.c
│   │   ├── sbrdsp_neon.S
│   │   ├── simple_idct_arm.S
│   │   ├── simple_idct_armv5te.S
│   │   ├── simple_idct_armv6.S
│   │   ├── simple_idct_neon.S
│   │   ├── startcode.h
│   │   ├── startcode_armv6.S
│   │   ├── synth_filter_init_arm.c
│   │   ├── synth_filter_neon.S
│   │   ├── synth_filter_vfp.S
│   │   ├── vc1dsp.h
│   │   ├── vc1dsp_init_arm.c
│   │   ├── vc1dsp_init_neon.c
│   │   ├── vc1dsp_neon.S
│   │   ├── videodsp_arm.h
│   │   ├── videodsp_armv5te.S
│   │   ├── videodsp_init_arm.c
│   │   ├── videodsp_init_armv5te.c
│   │   ├── vorbisdsp_init_arm.c
│   │   ├── vorbisdsp_neon.S
│   │   ├── vp3dsp_init_arm.c
│   │   ├── vp3dsp_neon.S
│   │   ├── vp8.h
│   │   ├── vp8_armv6.S
│   │   ├── vp8dsp.h
│   │   ├── vp8dsp_armv6.S
│   │   ├── vp8dsp_init_arm.c
│   │   ├── vp8dsp_init_armv6.c
│   │   ├── vp8dsp_init_neon.c
│   │   ├── vp8dsp_neon.S
│   │   ├── vp9dsp_init.h
│   │   ├── vp9dsp_init_10bpp_arm.c
│   │   ├── vp9dsp_init_12bpp_arm.c
│   │   ├── vp9dsp_init_16bpp_arm_template.c
│   │   ├── vp9dsp_init_arm.c
│   │   ├── vp9itxfm_16bpp_neon.S
│   │   ├── vp9itxfm_neon.S
│   │   ├── vp9lpf_16bpp_neon.S
│   │   ├── vp9lpf_neon.S
│   │   ├── vp9mc_16bpp_neon.S
│   │   ├── vp9mc_neon.S
│   │   └── vpx_arith.h
│   ├── ass.c
│   ├── ass.h
│   ├── ass_split.c
│   ├── ass_split.h
│   ├── assdec.c
│   ├── assenc.c
│   ├── asv.c
│   ├── asv.h
│   ├── asvdec.c
│   ├── asvenc.c
│   ├── atrac.c
│   ├── atrac.h
│   ├── atrac1.c
│   ├── atrac1data.h
│   ├── atrac3.c
│   ├── atrac3data.h
│   ├── atrac3plus.c
│   ├── atrac3plus.h
│   ├── atrac3plus_data.h
│   ├── atrac3plusdec.c
│   ├── atrac3plusdsp.c
│   ├── atrac9dec.c
│   ├── atrac9tab.h
│   ├── atsc_a53.c
│   ├── atsc_a53.h
│   ├── audio_frame_queue.c
│   ├── audio_frame_queue.h
│   ├── audiodsp.c
│   ├── audiodsp.h
│   ├── audiotoolboxdec.c
│   ├── audiotoolboxenc.c
│   ├── aura.c
│   ├── av1.h
│   ├── av1_levels.c
│   ├── av1_levels.h
│   ├── av1_parse.c
│   ├── av1_parse.h
│   ├── av1_parser.c
│   ├── av1dec.c
│   ├── av1dec.h
│   ├── avcodec.c
│   ├── avcodec.h
│   ├── avcodec_internal.h
│   ├── avcodecres.rc
│   ├── avdct.c
│   ├── avdct.h
│   ├── avrndec.c
│   ├── avs.c
│   ├── avs2.c
│   ├── avs2.h
│   ├── avs2_parser.c
│   ├── avs3.h
│   ├── avs3_parser.c
│   ├── avuidec.c
│   ├── avuienc.c
│   ├── bethsoftvideo.c
│   ├── bethsoftvideo.h
│   ├── bfi.c
│   ├── bgmc.c
│   ├── bgmc.h
│   ├── bink.c
│   ├── binkaudio.c
│   ├── binkdata.h
│   ├── binkdsp.c
│   ├── binkdsp.h
│   ├── bintext.c
│   ├── bintext.h
│   ├── bit_depth_template.c
│   ├── bitpacked_dec.c
│   ├── bitpacked_enc.c
│   ├── bitstream.c
│   ├── bitstream.h
│   ├── bitstream_filters.c
│   ├── bitstream_template.h
│   ├── blockdsp.c
│   ├── blockdsp.h
│   ├── bmp.c
│   ├── bmp.h
│   ├── bmp_parser.c
│   ├── bmpenc.c
│   ├── bmvaudio.c
│   ├── bmvvideo.c
│   ├── bonk.c
│   ├── brenderpix.c
│   ├── bsf/
│   │   ├── Makefile
│   │   ├── aac_adtstoasc.c
│   │   ├── ahx_to_mp2.c
│   │   ├── apv_metadata.c
│   │   ├── av1_frame_merge.c
│   │   ├── av1_frame_split.c
│   │   ├── av1_metadata.c
│   │   ├── chomp.c
│   │   ├── dca_core.c
│   │   ├── dovi_rpu.c
│   │   ├── dts2pts.c
│   │   ├── dump_extradata.c
│   │   ├── dv_error_marker.c
│   │   ├── eac3_core.c
│   │   ├── eia608_to_smpte436m.c
│   │   ├── evc_frame_merge.c
│   │   ├── extract_extradata.c
│   │   ├── filter_units.c
│   │   ├── h264_metadata.c
│   │   ├── h264_mp4toannexb.c
│   │   ├── h264_redundant_pps.c
│   │   ├── h265_metadata.c
│   │   ├── h266_metadata.c
│   │   ├── hapqa_extract.c
│   │   ├── hevc_mp4toannexb.c
│   │   ├── imx_dump_header.c
│   │   ├── lcevc_metadata.c
│   │   ├── media100_to_mjpegb.c
│   │   ├── mjpeg2jpeg.c
│   │   ├── mjpega_dump_header.c
│   │   ├── movsub.c
│   │   ├── mpeg2_metadata.c
│   │   ├── mpeg4_unpack_bframes.c
│   │   ├── noise.c
│   │   ├── null.c
│   │   ├── opus_metadata.c
│   │   ├── pcm_rechunk.c
│   │   ├── pgs_frame_merge.c
│   │   ├── prores_metadata.c
│   │   ├── remove_extradata.c
│   │   ├── setts.c
│   │   ├── showinfo.c
│   │   ├── smpte436m_to_eia608.c
│   │   ├── trace_headers.c
│   │   ├── truehd_core.c
│   │   ├── vp9_metadata.c
│   │   ├── vp9_raw_reorder.c
│   │   ├── vp9_superframe.c
│   │   ├── vp9_superframe_split.c
│   │   └── vvc_mp4toannexb.c
│   ├── bsf.c
│   ├── bsf.h
│   ├── bsf_internal.h
│   ├── bswapdsp.c
│   ├── bswapdsp.h
│   ├── bytestream.h
│   ├── c93.c
│   ├── cabac.c
│   ├── cabac.h
│   ├── cabac_functions.h
│   ├── canopus.c
│   ├── canopus.h
│   ├── cavs.c
│   ├── cavs.h
│   ├── cavs_parser.c
│   ├── cavsdata.c
│   ├── cavsdec.c
│   ├── cavsdsp.c
│   ├── cavsdsp.h
│   ├── cbrt_data.c
│   ├── cbrt_data.h
│   ├── cbrt_data_fixed.c
│   ├── cbrt_fixed_tablegen.c
│   ├── cbrt_tablegen.c
│   ├── cbrt_tablegen.h
│   ├── cbrt_tablegen_common.c
│   ├── cbrt_tablegen_template.c
│   ├── cbs.c
│   ├── cbs.h
│   ├── cbs_apv.c
│   ├── cbs_apv.h
│   ├── cbs_apv_syntax_template.c
│   ├── cbs_av1.c
│   ├── cbs_av1.h
│   ├── cbs_av1_syntax_template.c
│   ├── cbs_bsf.c
│   ├── cbs_bsf.h
│   ├── cbs_h264.c
│   ├── cbs_h264.h
│   ├── cbs_h2645.c
│   ├── cbs_h2645.h
│   ├── cbs_h264_syntax_template.c
│   ├── cbs_h265.c
│   ├── cbs_h265.h
│   ├── cbs_h265_syntax_template.c
│   ├── cbs_h266.c
│   ├── cbs_h266.h
│   ├── cbs_h266_syntax_template.c
│   ├── cbs_internal.h
│   ├── cbs_jpeg.c
│   ├── cbs_jpeg.h
│   ├── cbs_jpeg_syntax_template.c
│   ├── cbs_lcevc.c
│   ├── cbs_lcevc.h
│   ├── cbs_lcevc_syntax_template.c
│   ├── cbs_mpeg2.c
│   ├── cbs_mpeg2.h
│   ├── cbs_mpeg2_syntax_template.c
│   ├── cbs_sei.c
│   ├── cbs_sei.h
│   ├── cbs_sei_syntax_template.c
│   ├── cbs_vp8.c
│   ├── cbs_vp8.h
│   ├── cbs_vp8_syntax_template.c
│   ├── cbs_vp9.c
│   ├── cbs_vp9.h
│   ├── cbs_vp9_syntax_template.c
│   ├── ccaption_dec.c
│   ├── cdgraphics.c
│   ├── cdtoons.c
│   ├── cdxl.c
│   ├── celp_filters.c
│   ├── celp_filters.h
│   ├── celp_math.c
│   ├── celp_math.h
│   ├── cfhd.c
│   ├── cfhd.h
│   ├── cfhddata.c
│   ├── cfhddsp.c
│   ├── cfhddsp.h
│   ├── cfhdenc.c
│   ├── cfhdencdsp.c
│   ├── cfhdencdsp.h
│   ├── cga_data.c
│   ├── cga_data.h
│   ├── cinepak.c
│   ├── cinepakenc.c
│   ├── clearvideo.c
│   ├── clearvideodata.h
│   ├── cljrdec.c
│   ├── cljrenc.c
│   ├── cllc.c
│   ├── cngdec.c
│   ├── cngenc.c
│   ├── codec.h
│   ├── codec2utils.h
│   ├── codec_desc.c
│   ├── codec_desc.h
│   ├── codec_id.h
│   ├── codec_internal.h
│   ├── codec_par.c
│   ├── codec_par.h
│   ├── cook.c
│   ├── cook_parser.c
│   ├── cookdata.h
│   ├── copy_block.h
│   ├── cpia.c
│   ├── cri.c
│   ├── cri_parser.c
│   ├── cscd.c
│   ├── cuviddec.c
│   ├── cyuv.c
│   ├── d3d11va.c
│   ├── d3d11va.h
│   ├── d3d12va_av1.c
│   ├── d3d12va_decode.c
│   ├── d3d12va_decode.h
│   ├── d3d12va_encode.c
│   ├── d3d12va_encode.h
│   ├── d3d12va_encode_av1.c
│   ├── d3d12va_encode_h264.c
│   ├── d3d12va_encode_hevc.c
│   ├── d3d12va_h264.c
│   ├── d3d12va_hevc.c
│   ├── d3d12va_mpeg2.c
│   ├── d3d12va_vc1.c
│   ├── d3d12va_vp9.c
│   ├── dca.c
│   ├── dca.h
│   ├── dca_core.c
│   ├── dca_core.h
│   ├── dca_exss.c
│   ├── dca_exss.h
│   ├── dca_lbr.c
│   ├── dca_lbr.h
│   ├── dca_parser.c
│   ├── dca_sample_rate_tab.c
│   ├── dca_sample_rate_tab.h
│   ├── dca_syncwords.h
│   ├── dca_xll.c
│   ├── dca_xll.h
│   ├── dcaadpcm.c
│   ├── dcaadpcm.h
│   ├── dcadata.c
│   ├── dcadata.h
│   ├── dcadct.c
│   ├── dcadct.h
│   ├── dcadec.c
│   ├── dcadec.h
│   ├── dcadsp.c
│   ├── dcadsp.h
│   ├── dcaenc.c
│   ├── dcaenc.h
│   ├── dcahuff.c
│   ├── dcahuff.h
│   ├── dcamath.h
│   ├── dct.h
│   ├── dct32.h
│   ├── dct32_fixed.c
│   ├── dct32_float.c
│   ├── dct32_template.c
│   ├── dctref.c
│   ├── dctref.h
│   ├── dds.c
│   ├── decode.c
│   ├── decode.h
│   ├── decode_bsf.h
│   ├── defs.h
│   ├── dfa.c
│   ├── dfpwmdec.c
│   ├── dfpwmenc.c
│   ├── dirac.c
│   ├── dirac.h
│   ├── dirac_arith.c
│   ├── dirac_arith.h
│   ├── dirac_dwt.c
│   ├── dirac_dwt.h
│   ├── dirac_dwt_template.c
│   ├── dirac_parser.c
│   ├── dirac_vlc.c
│   ├── dirac_vlc.h
│   ├── diracdec.c
│   ├── diracdsp.c
│   ├── diracdsp.h
│   ├── diractab.c
│   ├── diractab.h
│   ├── dnxhd_parser.c
│   ├── dnxhddata.c
│   ├── dnxhddata.h
│   ├── dnxhddec.c
│   ├── dnxhdenc.c
│   ├── dnxhdenc.h
│   ├── dnxuc_parser.c
│   ├── dolby_e.c
│   ├── dolby_e.h
│   ├── dolby_e_parse.c
│   ├── dolby_e_parser.c
│   ├── dovi_rpu.c
│   ├── dovi_rpu.h
│   ├── dovi_rpudec.c
│   ├── dovi_rpuenc.c
│   ├── dpcm.c
│   ├── dpx.c
│   ├── dpx.h
│   ├── dpx_parser.c
│   ├── dpxenc.c
│   ├── dsd.c
│   ├── dsd.h
│   ├── dsddec.c
│   ├── dsicinaudio.c
│   ├── dsicinvideo.c
│   ├── dss_sp.c
│   ├── dstdec.c
│   ├── dv.c
│   ├── dv.h
│   ├── dv_internal.h
│   ├── dv_profile.c
│   ├── dv_profile.h
│   ├── dv_profile_internal.h
│   ├── dv_tablegen.c
│   ├── dv_tablegen.h
│   ├── dvaudio.h
│   ├── dvaudio_parser.c
│   ├── dvaudiodec.c
│   ├── dvbsub_parser.c
│   ├── dvbsubdec.c
│   ├── dvbsubenc.c
│   ├── dvbtxt.h
│   ├── dvd_nav_parser.c
│   ├── dvdata.c
│   ├── dvdata.h
│   ├── dvdec.c
│   ├── dvdsub.c
│   ├── dvdsub.h
│   ├── dvdsub_parser.c
│   ├── dvdsubdec.c
│   ├── dvdsubenc.c
│   ├── dvenc.c
│   ├── dxa.c
│   ├── dxtory.c
│   ├── dxv.c
│   ├── dxv.h
│   ├── dxva2.c
│   ├── dxva2.h
│   ├── dxva2_av1.c
│   ├── dxva2_h264.c
│   ├── dxva2_hevc.c
│   ├── dxva2_internal.h
│   ├── dxva2_mpeg2.c
│   ├── dxva2_vc1.c
│   ├── dxva2_vp9.c
│   ├── dxvenc.c
│   ├── dynamic_hdr_vivid.c
│   ├── dynamic_hdr_vivid.h
│   ├── eac3_data.c
│   ├── eac3_data.h
│   ├── eac3dec.c
│   ├── eac3enc.c
│   ├── eac3enc.h
│   ├── eacmv.c
│   ├── eaidct.c
│   ├── eaidct.h
│   ├── eamad.c
│   ├── eatgq.c
│   ├── eatgv.c
│   ├── eatqi.c
│   ├── elbg.c
│   ├── elbg.h
│   ├── elsdec.c
│   ├── elsdec.h
│   ├── encode.c
│   ├── encode.h
│   ├── error_resilience.c
│   ├── error_resilience.h
│   ├── escape124.c
│   ├── escape130.c
│   ├── evc.h
│   ├── evc_parse.c
│   ├── evc_parse.h
│   ├── evc_parser.c
│   ├── evc_ps.c
│   ├── evc_ps.h
│   ├── evrcdata.h
│   ├── evrcdec.c
│   ├── executor.c
│   ├── executor.h
│   ├── exif.c
│   ├── exif.h
│   ├── exif_internal.h
│   ├── exr.c
│   ├── exrdsp.c
│   ├── exrdsp.h
│   ├── exrenc.c
│   ├── faandct.c
│   ├── faandct.h
│   ├── faanidct.c
│   ├── faanidct.h
│   ├── fastaudio.c
│   ├── faxcompr.c
│   ├── faxcompr.h
│   ├── fdctdsp.c
│   ├── fdctdsp.h
│   ├── ffjni.c
│   ├── ffjni.h
│   ├── fflcms2.c
│   ├── fflcms2.h
│   ├── ffv1.c
│   ├── ffv1.h
│   ├── ffv1_parse.c
│   ├── ffv1_parser.c
│   ├── ffv1_template.c
│   ├── ffv1_vulkan.c
│   ├── ffv1_vulkan.h
│   ├── ffv1dec.c
│   ├── ffv1dec_template.c
│   ├── ffv1enc.c
│   ├── ffv1enc.h
│   ├── ffv1enc_template.c
│   ├── ffv1enc_vulkan.c
│   ├── ffwavesynth.c
│   ├── fic.c
│   ├── file_open.c
│   ├── fits.c
│   ├── fits.h
│   ├── fitsdec.c
│   ├── fitsenc.c
│   ├── flac.c
│   ├── flac.h
│   ├── flac_parse.h
│   ├── flac_parser.c
│   ├── flacdata.c
│   ├── flacdata.h
│   ├── flacdec.c
│   ├── flacdsp.c
│   ├── flacdsp.h
│   ├── flacdsp_lpc_template.c
│   ├── flacdsp_template.c
│   ├── flacenc.c
│   ├── flacencdsp.c
│   ├── flacencdsp.h
│   ├── flashsv.c
│   ├── flashsv2enc.c
│   ├── flashsvenc.c
│   ├── flicvideo.c
│   ├── float2half.c
│   ├── float_scalarproduct.c
│   ├── flvdec.c
│   ├── flvdec.h
│   ├── flvenc.c
│   ├── flvenc.h
│   ├── fmtconvert.c
│   ├── fmtconvert.h
│   ├── fmvc.c
│   ├── frame_thread_encoder.c
│   ├── frame_thread_encoder.h
│   ├── fraps.c
│   ├── frwu.c
│   ├── ftr.c
│   ├── ftr_parser.c
│   ├── g2meet.c
│   ├── g722.c
│   ├── g722.h
│   ├── g722dec.c
│   ├── g722dsp.c
│   ├── g722dsp.h
│   ├── g722enc.c
│   ├── g723_1.c
│   ├── g723_1.h
│   ├── g723_1_parser.c
│   ├── g723_1dec.c
│   ├── g723_1enc.c
│   ├── g726.c
│   ├── g728_template.c
│   ├── g728data.h
│   ├── g728dec.c
│   ├── g729.h
│   ├── g729_parser.c
│   ├── g729data.h
│   ├── g729dec.c
│   ├── g729postfilter.c
│   ├── g729postfilter.h
│   ├── gdv.c
│   ├── gemdec.c
│   ├── get_bits.h
│   ├── get_buffer.c
│   ├── gif.c
│   ├── gif.h
│   ├── gif_parser.c
│   ├── gifdec.c
│   ├── golomb.c
│   ├── golomb.h
│   ├── gsm.h
│   ├── gsm_parser.c
│   ├── gsmdec.c
│   ├── gsmdec_data.c
│   ├── gsmdec_data.h
│   ├── gsmdec_template.c
│   ├── h261.c
│   ├── h261.h
│   ├── h261_parser.c
│   ├── h261data.c
│   ├── h261dec.c
│   ├── h261enc.c
│   ├── h261enc.h
│   ├── h263.c
│   ├── h263.h
│   ├── h263_parser.c
│   ├── h263data.c
│   ├── h263data.h
│   ├── h263dec.c
│   ├── h263dec.h
│   ├── h263dsp.c
│   ├── h263dsp.h
│   ├── h263enc.h
│   ├── h264.h
│   ├── h2645_parse.c
│   ├── h2645_parse.h
│   ├── h2645_sei.c
│   ├── h2645_sei.h
│   ├── h2645_vui.c
│   ├── h2645_vui.h
│   ├── h2645data.c
│   ├── h2645data.h
│   ├── h264_cabac.c
│   ├── h264_cavlc.c
│   ├── h264_direct.c
│   ├── h264_levels.c
│   ├── h264_levels.h
│   ├── h264_loopfilter.c
│   ├── h264_mb.c
│   ├── h264_mb_template.c
│   ├── h264_mc_template.c
│   ├── h264_mvpred.h
│   ├── h264_parse.c
│   ├── h264_parse.h
│   ├── h264_parser.c
│   ├── h264_picture.c
│   ├── h264_ps.c
│   ├── h264_ps.h
│   ├── h264_refs.c
│   ├── h264_sei.c
│   ├── h264_sei.h
│   ├── h264_slice.c
│   ├── h264addpx_template.c
│   ├── h264chroma.c
│   ├── h264chroma.h
│   ├── h264chroma_template.c
│   ├── h264data.c
│   ├── h264data.h
│   ├── h264dec.c
│   ├── h264dec.h
│   ├── h264dsp.c
│   ├── h264dsp.h
│   ├── h264dsp_template.c
│   ├── h264idct.c
│   ├── h264idct.h
│   ├── h264idct_template.c
│   ├── h264pred.c
│   ├── h264pred.h
│   ├── h264pred_template.c
│   ├── h264qpel.c
│   ├── h264qpel.h
│   ├── h264qpel_template.c
│   ├── h265_profile_level.c
│   ├── h265_profile_level.h
│   ├── h26x/
│   │   ├── h2656_deblock_template.c
│   │   ├── h2656_inter_template.c
│   │   └── h2656_sao_template.c
│   ├── h274.c
│   ├── h274.h
│   ├── half2float.c
│   ├── hap.c
│   ├── hap.h
│   ├── hapdec.c
│   ├── hapenc.c
│   ├── hashtable.c
│   ├── hashtable.h
│   ├── hca_data.h
│   ├── hcadec.c
│   ├── hcom.c
│   ├── hdr_parser.c
│   ├── hdrdec.c
│   ├── hdrenc.c
│   ├── hevc/
│   │   ├── Makefile
│   │   ├── cabac.c
│   │   ├── data.c
│   │   ├── data.h
│   │   ├── dsp.c
│   │   ├── dsp.h
│   │   ├── dsp_template.c
│   │   ├── filter.c
│   │   ├── hevc.h
│   │   ├── hevcdec.c
│   │   ├── hevcdec.h
│   │   ├── mvs.c
│   │   ├── parse.c
│   │   ├── parse.h
│   │   ├── parser.c
│   │   ├── pred.c
│   │   ├── pred.h
│   │   ├── pred_template.c
│   │   ├── ps.c
│   │   ├── ps.h
│   │   ├── ps_enc.c
│   │   ├── refs.c
│   │   ├── sei.c
│   │   └── sei.h
│   ├── hnm4video.c
│   ├── hpel_template.c
│   ├── hpeldsp.c
│   ├── hpeldsp.h
│   ├── hq_common.c
│   ├── hq_common.h
│   ├── hq_hqa.c
│   ├── hq_hqadata.h
│   ├── hq_hqadsp.c
│   ├── hq_hqadsp.h
│   ├── hqx.c
│   ├── hqxdsp.c
│   ├── hqxdsp.h
│   ├── hqxvlc.h
│   ├── htmlsubtitles.c
│   ├── htmlsubtitles.h
│   ├── huffman.c
│   ├── huffman.h
│   ├── huffyuv.c
│   ├── huffyuv.h
│   ├── huffyuvdec.c
│   ├── huffyuvdsp.c
│   ├── huffyuvdsp.h
│   ├── huffyuvenc.c
│   ├── huffyuvencdsp.c
│   ├── huffyuvencdsp.h
│   ├── hw_base_encode.c
│   ├── hw_base_encode.h
│   ├── hw_base_encode_h264.c
│   ├── hw_base_encode_h264.h
│   ├── hw_base_encode_h265.c
│   ├── hw_base_encode_h265.h
│   ├── hwaccel_internal.h
│   ├── hwaccels.h
│   ├── hwconfig.h
│   ├── idcinvideo.c
│   ├── idctdsp.c
│   ├── idctdsp.h
│   ├── iff.c
│   ├── ilbcdata.h
│   ├── ilbcdec.c
│   ├── imc.c
│   ├── imcdata.h
│   ├── imgconvert.c
│   ├── imm4.c
│   ├── imm5.c
│   ├── imx.c
│   ├── indeo2.c
│   ├── indeo2data.h
│   ├── indeo3.c
│   ├── indeo3data.h
│   ├── indeo4.c
│   ├── indeo4data.h
│   ├── indeo5.c
│   ├── indeo5data.h
│   ├── intelh263dec.c
│   ├── internal.h
│   ├── interplayacm.c
│   ├── interplayvideo.c
│   ├── intrax8.c
│   ├── intrax8.h
│   ├── intrax8dsp.c
│   ├── intrax8dsp.h
│   ├── intrax8huf.h
│   ├── ipu_parser.c
│   ├── ituh263dec.c
│   ├── ituh263enc.c
│   ├── itut35.h
│   ├── ivi.c
│   ├── ivi.h
│   ├── ivi_dsp.c
│   ├── ivi_dsp.h
│   ├── j2kenc.c
│   ├── jacosub.h
│   ├── jacosubdec.c
│   ├── jfdctfst.c
│   ├── jfdctint.c
│   ├── jfdctint_template.c
│   ├── jni.c
│   ├── jni.h
│   ├── jpeg2000.c
│   ├── jpeg2000.h
│   ├── jpeg2000_parser.c
│   ├── jpeg2000dec.c
│   ├── jpeg2000dec.h
│   ├── jpeg2000dsp.c
│   ├── jpeg2000dsp.h
│   ├── jpeg2000dwt.c
│   ├── jpeg2000dwt.h
│   ├── jpeg2000htdec.c
│   ├── jpeg2000htdec.h
│   ├── jpegls.c
│   ├── jpegls.h
│   ├── jpeglsdec.c
│   ├── jpeglsdec.h
│   ├── jpeglsenc.c
│   ├── jpegquanttables.c
│   ├── jpegquanttables.h
│   ├── jpegtables.c
│   ├── jpegtables.h
│   ├── jpegtabs.h
│   ├── jpegxl.h
│   ├── jpegxl_parse.c
│   ├── jpegxl_parse.h
│   ├── jpegxl_parser.c
│   ├── jpegxs.h
│   ├── jpegxs_parser.c
│   ├── jrevdct.c
│   ├── jvdec.c
│   ├── kbdwin.c
│   ├── kbdwin.h
│   ├── kgv1dec.c
│   ├── kmvc.c
│   ├── lagarith.c
│   ├── lagarithrac.c
│   ├── lagarithrac.h
│   ├── latm_parser.c
│   ├── lcevc.h
│   ├── lcevc_parse.h
│   ├── lcevc_parser.c
│   ├── lcevcdec.c
│   ├── lcevcdec.h
│   ├── lcevctab.c
│   ├── lcevctab.h
│   ├── lcl.h
│   ├── lcldec.c
│   ├── lclenc.c
│   ├── leaddata.h
│   ├── leaddec.c
│   ├── leb.h
│   ├── libaom.c
│   ├── libaom.h
│   ├── libaomdec.c
│   ├── libaomenc.c
│   ├── libaribb24.c
│   ├── libaribcaption.c
│   ├── libavcodec.v
│   ├── libcelt_dec.c
│   ├── libcodec2.c
│   ├── libdav1d.c
│   ├── libdavs2.c
│   ├── libfdk-aacdec.c
│   ├── libfdk-aacenc.c
│   ├── libgsmdec.c
│   ├── libgsmenc.c
│   ├── libilbc.c
│   ├── libjxl.c
│   ├── libjxl.h
│   ├── libjxldec.c
│   ├── libjxlenc.c
│   ├── libkvazaar.c
│   ├── liblc3dec.c
│   ├── liblc3enc.c
│   ├── libmp3lame.c
│   ├── libmpeghdec.c
│   ├── liboapvenc.c
│   ├── libopencore-amr.c
│   ├── libopenh264.c
│   ├── libopenh264.h
│   ├── libopenh264dec.c
│   ├── libopenh264enc.c
│   ├── libopenjpegenc.c
│   ├── libopus.c
│   ├── libopus.h
│   ├── libopusdec.c
│   ├── libopusenc.c
│   ├── librav1e.c
│   ├── librsvgdec.c
│   ├── libshine.c
│   ├── libspeexdec.c
│   ├── libspeexenc.c
│   ├── libsvtav1.c
│   ├── libsvtjpegxsdec.c
│   ├── libsvtjpegxsenc.c
│   ├── libtheoraenc.c
│   ├── libtwolame.c
│   ├── libuavs3d.c
│   ├── libvo-amrwbenc.c
│   ├── libvorbisdec.c
│   ├── libvorbisenc.c
│   ├── libvpx.h
│   ├── libvpxdec.c
│   ├── libvpxenc.c
│   ├── libvvenc.c
│   ├── libwebpenc.c
│   ├── libwebpenc_animencoder.c
│   ├── libwebpenc_common.c
│   ├── libwebpenc_common.h
│   ├── libx264.c
│   ├── libx265.c
│   ├── libxavs.c
│   ├── libxavs2.c
│   ├── libxevd.c
│   ├── libxeve.c
│   ├── libxvid.c
│   ├── libzvbi-teletextdec.c
│   ├── ljpegenc.c
│   ├── loco.c
│   ├── log2_tab.c
│   ├── loongarch/
│   │   ├── Makefile
│   │   ├── cabac.h
│   │   ├── h264_cabac.c
│   │   ├── h264_deblock_lasx.c
│   │   ├── h264_intrapred_init_loongarch.c
│   │   ├── h264_intrapred_loongarch.h
│   │   ├── h264chroma.S
│   │   ├── h264chroma_init_loongarch.c
│   │   ├── h264chroma_loongarch.h
│   │   ├── h264dsp.S
│   │   ├── h264dsp_init_loongarch.c
│   │   ├── h264dsp_lasx.c
│   │   ├── h264dsp_loongarch.h
│   │   ├── h264idct.S
│   │   ├── h264idct_loongarch.c
│   │   ├── h264intrapred.S
│   │   ├── h264qpel.S
│   │   ├── h264qpel_init_loongarch.c
│   │   ├── h264qpel_lasx.c
│   │   ├── h264qpel_loongarch.h
│   │   ├── h264qpel_lsx.c
│   │   ├── hevc_add_res.S
│   │   ├── hevc_idct.S
│   │   ├── hevc_idct_lsx.c
│   │   ├── hevc_lpf_sao_lsx.c
│   │   ├── hevc_mc.S
│   │   ├── hevc_mc_bi_lsx.c
│   │   ├── hevc_mc_uni_lsx.c
│   │   ├── hevc_mc_uniw_lsx.c
│   │   ├── hevcdsp_init_loongarch.c
│   │   ├── hevcdsp_lasx.h
│   │   ├── hevcdsp_lsx.c
│   │   ├── hevcdsp_lsx.h
│   │   ├── hpeldsp_init_loongarch.c
│   │   ├── hpeldsp_lasx.c
│   │   ├── hpeldsp_lasx.h
│   │   ├── idctdsp_init_loongarch.c
│   │   ├── idctdsp_lasx.c
│   │   ├── idctdsp_loongarch.h
│   │   ├── loongson_asm.S
│   │   ├── simple_idct_lasx.c
│   │   ├── vc1dsp_init_loongarch.c
│   │   ├── vc1dsp_lasx.c
│   │   ├── vc1dsp_loongarch.h
│   │   ├── videodsp_init.c
│   │   ├── vp8_lpf_lsx.c
│   │   ├── vp8_mc_lsx.c
│   │   ├── vp8dsp_init_loongarch.c
│   │   ├── vp8dsp_loongarch.h
│   │   ├── vp9_idct_lsx.c
│   │   ├── vp9_intra_lsx.c
│   │   ├── vp9_lpf_lsx.c
│   │   ├── vp9_mc_lsx.c
│   │   ├── vp9dsp_init_loongarch.c
│   │   └── vp9dsp_loongarch.h
│   ├── lossless_audiodsp.c
│   ├── lossless_audiodsp.h
│   ├── lossless_videodsp.c
│   ├── lossless_videodsp.h
│   ├── lossless_videoencdsp.c
│   ├── lossless_videoencdsp.h
│   ├── lpc.c
│   ├── lpc.h
│   ├── lpc_functions.h
│   ├── lscrdec.c
│   ├── lsp.c
│   ├── lsp.h
│   ├── lzf.c
│   ├── lzf.h
│   ├── lzw.c
│   ├── lzw.h
│   ├── lzwenc.c
│   ├── m101.c
│   ├── mace.c
│   ├── magicyuv.c
│   ├── magicyuvenc.c
│   ├── mathops.h
│   ├── mathtables.c
│   ├── mdec.c
│   ├── me_cmp.c
│   ├── me_cmp.h
│   ├── mediacodec.c
│   ├── mediacodec.h
│   ├── mediacodec_surface.c
│   ├── mediacodec_surface.h
│   ├── mediacodec_sw_buffer.c
│   ├── mediacodec_sw_buffer.h
│   ├── mediacodec_wrapper.c
│   ├── mediacodec_wrapper.h
│   ├── mediacodecdec.c
│   ├── mediacodecdec_common.c
│   ├── mediacodecdec_common.h
│   ├── mediacodecenc.c
│   ├── metasound.c
│   ├── metasound_data.h
│   ├── metasound_twinvq_data.h
│   ├── mf_utils.c
│   ├── mf_utils.h
│   ├── mfenc.c
│   ├── microdvddec.c
│   ├── midivid.c
│   ├── mimic.c
│   ├── mips/
│   │   ├── Makefile
│   │   ├── ac3dsp_mips.c
│   │   ├── acelp_filters_mips.c
│   │   ├── acelp_vectors_mips.c
│   │   ├── amrwbdec_mips.c
│   │   ├── amrwbdec_mips.h
│   │   ├── blockdsp_init_mips.c
│   │   ├── blockdsp_mips.h
│   │   ├── blockdsp_mmi.c
│   │   ├── blockdsp_msa.c
│   │   ├── cabac.h
│   │   ├── celp_filters_mips.c
│   │   ├── celp_math_mips.c
│   │   ├── compute_antialias_fixed.h
│   │   ├── compute_antialias_float.h
│   │   ├── constants.c
│   │   ├── constants.h
│   │   ├── fmtconvert_mips.c
│   │   ├── h263dsp_init_mips.c
│   │   ├── h263dsp_mips.h
│   │   ├── h263dsp_msa.c
│   │   ├── h264_deblock_msa.c
│   │   ├── h264chroma_init_mips.c
│   │   ├── h264chroma_mips.h
│   │   ├── h264chroma_mmi.c
│   │   ├── h264chroma_msa.c
│   │   ├── h264dsp_init_mips.c
│   │   ├── h264dsp_mips.h
│   │   ├── h264dsp_mmi.c
│   │   ├── h264dsp_msa.c
│   │   ├── h264idct_msa.c
│   │   ├── h264pred_init_mips.c
│   │   ├── h264pred_mips.h
│   │   ├── h264pred_mmi.c
│   │   ├── h264pred_msa.c
│   │   ├── h264qpel_init_mips.c
│   │   ├── h264qpel_mmi.c
│   │   ├── h264qpel_msa.c
│   │   ├── hevc_idct_msa.c
│   │   ├── hevc_lpf_sao_msa.c
│   │   ├── hevc_macros_msa.h
│   │   ├── hevc_mc_bi_msa.c
│   │   ├── hevc_mc_biw_msa.c
│   │   ├── hevc_mc_uni_msa.c
│   │   ├── hevc_mc_uniw_msa.c
│   │   ├── hevcdsp_init_mips.c
│   │   ├── hevcdsp_mips.h
│   │   ├── hevcdsp_mmi.c
│   │   ├── hevcdsp_msa.c
│   │   ├── hevcpred_init_mips.c
│   │   ├── hevcpred_mips.h
│   │   ├── hevcpred_msa.c
│   │   ├── hpeldsp_init_mips.c
│   │   ├── hpeldsp_mips.h
│   │   ├── hpeldsp_mmi.c
│   │   ├── hpeldsp_msa.c
│   │   ├── idctdsp_init_mips.c
│   │   ├── idctdsp_mips.h
│   │   ├── idctdsp_mmi.c
│   │   ├── idctdsp_msa.c
│   │   ├── lsp_mips.h
│   │   ├── mathops.h
│   │   ├── me_cmp_init_mips.c
│   │   ├── me_cmp_mips.h
│   │   ├── me_cmp_msa.c
│   │   ├── mpegaudiodsp_mips_fixed.c
│   │   ├── mpegaudiodsp_mips_float.c
│   │   ├── mpegvideo_init_mips.c
│   │   ├── mpegvideo_mips.h
│   │   ├── mpegvideo_mmi.c
│   │   ├── mpegvideo_msa.c
│   │   ├── mpegvideoencdsp_init_mips.c
│   │   ├── mpegvideoencdsp_mmi.c
│   │   ├── mpegvideoencdsp_msa.c
│   │   ├── pixblockdsp_init_mips.c
│   │   ├── pixblockdsp_mips.h
│   │   ├── pixblockdsp_mmi.c
│   │   ├── pixblockdsp_msa.c
│   │   ├── qpeldsp_init_mips.c
│   │   ├── qpeldsp_mips.h
│   │   ├── qpeldsp_msa.c
│   │   ├── simple_idct_mmi.c
│   │   ├── simple_idct_msa.c
│   │   ├── vc1dsp_init_mips.c
│   │   ├── vc1dsp_mips.h
│   │   ├── vc1dsp_mmi.c
│   │   ├── vc1dsp_msa.c
│   │   ├── videodsp_init.c
│   │   ├── vp3dsp_idct_mmi.c
│   │   ├── vp3dsp_idct_msa.c
│   │   ├── vp3dsp_init_mips.c
│   │   ├── vp3dsp_mips.h
│   │   ├── vp8_idct_msa.c
│   │   ├── vp8_lpf_msa.c
│   │   ├── vp8_mc_msa.c
│   │   ├── vp8dsp_init_mips.c
│   │   ├── vp8dsp_mips.h
│   │   ├── vp8dsp_mmi.c
│   │   ├── vp9_idct_msa.c
│   │   ├── vp9_intra_msa.c
│   │   ├── vp9_lpf_msa.c
│   │   ├── vp9_mc_mmi.c
│   │   ├── vp9_mc_msa.c
│   │   ├── vp9dsp_init_mips.c
│   │   ├── vp9dsp_mips.h
│   │   ├── wmv2dsp_init_mips.c
│   │   ├── wmv2dsp_mips.h
│   │   ├── wmv2dsp_mmi.c
│   │   ├── xvid_idct_mmi.c
│   │   ├── xvididct_init_mips.c
│   │   └── xvididct_mips.h
│   ├── misc4.c
│   ├── misc4_parser.c
│   ├── mjpeg.h
│   ├── mjpeg_parser.c
│   ├── mjpegbdec.c
│   ├── mjpegdec.c
│   ├── mjpegdec.h
│   ├── mjpegdec_common.c
│   ├── mjpegenc.c
│   ├── mjpegenc.h
│   ├── mjpegenc_common.c
│   ├── mjpegenc_common.h
│   ├── mjpegenc_huffman.c
│   ├── mjpegenc_huffman.h
│   ├── mlp.c
│   ├── mlp.h
│   ├── mlp_parse.c
│   ├── mlp_parse.h
│   ├── mlp_parser.c
│   ├── mlpdec.c
│   ├── mlpdsp.c
│   ├── mlpdsp.h
│   ├── mlpenc.c
│   ├── mlz.c
│   ├── mlz.h
│   ├── mmaldec.c
│   ├── mmvideo.c
│   ├── mobiclip.c
│   ├── motion_est.c
│   ├── motion_est.h
│   ├── motion_est_template.c
│   ├── motionpixels.c
│   ├── motionpixels_tablegen.c
│   ├── motionpixels_tablegen.h
│   ├── movtextdec.c
│   ├── movtextenc.c
│   ├── mpc.c
│   ├── mpc.h
│   ├── mpc7.c
│   ├── mpc7data.h
│   ├── mpc8.c
│   ├── mpc8data.h
│   ├── mpc8huff.h
│   ├── mpcdata.h
│   ├── mpeg12.c
│   ├── mpeg12.h
│   ├── mpeg12data.c
│   ├── mpeg12data.h
│   ├── mpeg12dec.c
│   ├── mpeg12dec.h
│   ├── mpeg12enc.c
│   ├── mpeg12enc.h
│   ├── mpeg12framerate.c
│   ├── mpeg12vlc.h
│   ├── mpeg4audio.c
│   ├── mpeg4audio.h
│   ├── mpeg4audio_copy_pce.h
│   ├── mpeg4audio_sample_rates.c
│   ├── mpeg4audio_sample_rates.h
│   ├── mpeg4data.h
│   ├── mpeg4video.c
│   ├── mpeg4video.h
│   ├── mpeg4video_parser.c
│   ├── mpeg4videodata.h
│   ├── mpeg4videodec.c
│   ├── mpeg4videodec.h
│   ├── mpeg4videodefs.h
│   ├── mpeg4videodsp.c
│   ├── mpeg4videodsp.h
│   ├── mpeg4videoenc.c
│   ├── mpeg4videoenc.h
│   ├── mpeg_er.c
│   ├── mpeg_er.h
│   ├── mpegaudio.c
│   ├── mpegaudio.h
│   ├── mpegaudio_parser.c
│   ├── mpegaudio_tablegen.c
│   ├── mpegaudio_tablegen.h
│   ├── mpegaudiodata.c
│   ├── mpegaudiodata.h
│   ├── mpegaudiodec_common.c
│   ├── mpegaudiodec_common_tablegen.c
│   ├── mpegaudiodec_common_tablegen.h
│   ├── mpegaudiodec_fixed.c
│   ├── mpegaudiodec_float.c
│   ├── mpegaudiodec_template.c
│   ├── mpegaudiodecheader.c
│   ├── mpegaudiodecheader.h
│   ├── mpegaudiodsp.c
│   ├── mpegaudiodsp.h
│   ├── mpegaudiodsp_data.c
│   ├── mpegaudiodsp_fixed.c
│   ├── mpegaudiodsp_float.c
│   ├── mpegaudiodsp_template.c
│   ├── mpegaudioenc.c
│   ├── mpegaudiotab.h
│   ├── mpegaudiotabs.c
│   ├── mpegaudiotabs.h
│   ├── mpegpicture.c
│   ├── mpegpicture.h
│   ├── mpegutils.c
│   ├── mpegutils.h
│   ├── mpegvideo.c
│   ├── mpegvideo.h
│   ├── mpegvideo_dec.c
│   ├── mpegvideo_enc.c
│   ├── mpegvideo_motion.c
│   ├── mpegvideo_parser.c
│   ├── mpegvideo_unquantize.c
│   ├── mpegvideo_unquantize.h
│   ├── mpegvideodata.c
│   ├── mpegvideodata.h
│   ├── mpegvideodec.h
│   ├── mpegvideoenc.h
│   ├── mpegvideoencdsp.c
│   ├── mpegvideoencdsp.h
│   ├── mpl2dec.c
│   ├── mqc.c
│   ├── mqc.h
│   ├── mqcdec.c
│   ├── mqcenc.c
│   ├── mscc.c
│   ├── msgsmdec.c
│   ├── msgsmdec.h
│   ├── msmpeg4.c
│   ├── msmpeg4.h
│   ├── msmpeg4_vc1_data.c
│   ├── msmpeg4_vc1_data.h
│   ├── msmpeg4data.c
│   ├── msmpeg4data.h
│   ├── msmpeg4dec.c
│   ├── msmpeg4dec.h
│   ├── msmpeg4enc.c
│   ├── msmpeg4enc.h
│   ├── msp2dec.c
│   ├── msrle.c
│   ├── msrledec.c
│   ├── msrledec.h
│   ├── msrleenc.c
│   ├── mss1.c
│   ├── mss12.c
│   ├── mss12.h
│   ├── mss2.c
│   ├── mss2dsp.c
│   ├── mss2dsp.h
│   ├── mss3.c
│   ├── mss34dsp.c
│   ├── mss34dsp.h
│   ├── mss4.c
│   ├── msvideo1.c
│   ├── msvideo1enc.c
│   ├── mv30.c
│   ├── mvcdec.c
│   ├── mvha.c
│   ├── mwsc.c
│   ├── mxpegdec.c
│   ├── nellymoser.c
│   ├── nellymoser.h
│   ├── nellymoserdec.c
│   ├── nellymoserenc.c
│   ├── neon/
│   │   ├── Makefile
│   │   └── mpegvideo.c
│   ├── notchlc.c
│   ├── null.c
│   ├── nuv.c
│   ├── nvdec.c
│   ├── nvdec.h
│   ├── nvdec_av1.c
│   ├── nvdec_h264.c
│   ├── nvdec_hevc.c
│   ├── nvdec_mjpeg.c
│   ├── nvdec_mpeg12.c
│   ├── nvdec_mpeg4.c
│   ├── nvdec_vc1.c
│   ├── nvdec_vp8.c
│   ├── nvdec_vp9.c
│   ├── nvenc.c
│   ├── nvenc.h
│   ├── nvenc_av1.c
│   ├── nvenc_h264.c
│   ├── nvenc_hevc.c
│   ├── ohcodec.c
│   ├── ohcodec.h
│   ├── ohdec.c
│   ├── ohenc.c
│   ├── omx.c
│   ├── on2avc.c
│   ├── on2avcdata.c
│   ├── on2avcdata.h
│   ├── options.c
│   ├── options_table.h
│   ├── opus/
│   │   ├── Makefile
│   │   ├── celt.c
│   │   ├── celt.h
│   │   ├── dec.c
│   │   ├── dec_celt.c
│   │   ├── dsp.c
│   │   ├── dsp.h
│   │   ├── enc.c
│   │   ├── enc.h
│   │   ├── enc_psy.c
│   │   ├── enc_psy.h
│   │   ├── enc_utils.h
│   │   ├── frame_duration_tab.c
│   │   ├── opus.h
│   │   ├── parse.c
│   │   ├── parse.h
│   │   ├── parser.c
│   │   ├── pvq.c
│   │   ├── pvq.h
│   │   ├── rc.c
│   │   ├── rc.h
│   │   ├── silk.c
│   │   ├── silk.h
│   │   ├── tab.c
│   │   └── tab.h
│   ├── osq.c
│   ├── packet.c
│   ├── packet.h
│   ├── packet_internal.h
│   ├── paf.h
│   ├── pafaudio.c
│   ├── pafvideo.c
│   ├── pamenc.c
│   ├── parser.c
│   ├── parser.h
│   ├── parser_internal.h
│   ├── parsers.c
│   ├── pcm-bluray.c
│   ├── pcm-blurayenc.c
│   ├── pcm-dvd.c
│   ├── pcm-dvdenc.c
│   ├── pcm.c
│   ├── pcm_tablegen.c
│   ├── pcm_tablegen.h
│   ├── pcx.c
│   ├── pcxenc.c
│   ├── pdvdec.c
│   ├── pdvenc.c
│   ├── pel_template.c
│   ├── pgssubdec.c
│   ├── pgxdec.c
│   ├── photocd.c
│   ├── pictordec.c
│   ├── pixblockdsp.c
│   ├── pixblockdsp.h
│   ├── pixels.h
│   ├── pixlet.c
│   ├── png.c
│   ├── png.h
│   ├── png_parser.c
│   ├── pngdec.c
│   ├── pngdsp.c
│   ├── pngdsp.h
│   ├── pngenc.c
│   ├── pnm.c
│   ├── pnm.h
│   ├── pnm_parser.c
│   ├── pnmdec.c
│   ├── pnmenc.c
│   ├── ppc/
│   │   ├── Makefile
│   │   ├── asm.S
│   │   ├── audiodsp.c
│   │   ├── blockdsp.c
│   │   ├── fdct.h
│   │   ├── fdctdsp.c
│   │   ├── fmtconvert_altivec.c
│   │   ├── h264chroma_init.c
│   │   ├── h264chroma_template.c
│   │   ├── h264dsp.c
│   │   ├── h264qpel.c
│   │   ├── h264qpel_template.c
│   │   ├── hevcdsp.c
│   │   ├── hevcdsp_template.c
│   │   ├── hpeldsp_altivec.c
│   │   ├── hpeldsp_altivec.h
│   │   ├── idctdsp.c
│   │   ├── lossless_videodsp_altivec.c
│   │   ├── mathops.h
│   │   ├── me_cmp.c
│   │   ├── mpeg4videodsp.c
│   │   ├── mpegaudiodsp_altivec.c
│   │   ├── mpegvideo_altivec.c
│   │   ├── mpegvideoencdsp.c
│   │   ├── pixblockdsp.c
│   │   ├── svq1enc_altivec.c
│   │   ├── vc1dsp_altivec.c
│   │   ├── videodsp.c
│   │   ├── vorbisdsp_altivec.c
│   │   ├── vp3dsp_altivec.c
│   │   └── vp8dsp_altivec.c
│   ├── profiles.c
│   ├── profiles.h
│   ├── progressframe.h
│   ├── prores_parser.c
│   ├── prores_raw.c
│   ├── prores_raw.h
│   ├── prores_raw_parser.c
│   ├── proresdata.c
│   ├── proresdata.h
│   ├── proresdec.c
│   ├── proresdec.h
│   ├── proresdsp.c
│   ├── proresdsp.h
│   ├── proresenc_anatoliy.c
│   ├── proresenc_kostya.c
│   ├── proresenc_kostya_common.c
│   ├── proresenc_kostya_common.h
│   ├── proresenc_kostya_vulkan.c
│   ├── prosumer.c
│   ├── psd.c
│   ├── psymodel.c
│   ├── psymodel.h
│   ├── pthread.c
│   ├── pthread_frame.c
│   ├── pthread_internal.h
│   ├── pthread_slice.c
│   ├── ptx.c
│   ├── put_bits.h
│   ├── put_golomb.h
│   ├── qcelpdata.h
│   ├── qcelpdec.c
│   ├── qdm2.c
│   ├── qdm2_tablegen.c
│   ├── qdm2_tablegen.h
│   ├── qdm2data.h
│   ├── qdmc.c
│   ├── qdrw.c
│   ├── qoadec.c
│   ├── qoi.h
│   ├── qoi_parser.c
│   ├── qoidec.c
│   ├── qoienc.c
│   ├── qpeg.c
│   ├── qpel_template.c
│   ├── qpeldsp.c
│   ├── qpeldsp.h
│   ├── qsv.c
│   ├── qsv.h
│   ├── qsv_api.c
│   ├── qsv_internal.h
│   ├── qsvdec.c
│   ├── qsvenc.c
│   ├── qsvenc.h
│   ├── qsvenc_av1.c
│   ├── qsvenc_h264.c
│   ├── qsvenc_hevc.c
│   ├── qsvenc_jpeg.c
│   ├── qsvenc_mpeg2.c
│   ├── qsvenc_vp9.c
│   ├── qtrle.c
│   ├── qtrleenc.c
│   ├── r210dec.c
│   ├── r210enc.c
│   ├── ra144.c
│   ├── ra144.h
│   ├── ra144dec.c
│   ├── ra144enc.c
│   ├── ra288.c
│   ├── ra288.h
│   ├── ralf.c
│   ├── ralfdata.h
│   ├── rangecoder.c
│   ├── rangecoder.h
│   ├── rasc.c
│   ├── ratecontrol.c
│   ├── ratecontrol.h
│   ├── raw.c
│   ├── raw.h
│   ├── raw_pix_fmt_tags.h
│   ├── rawdec.c
│   ├── rawenc.c
│   ├── realtextdec.c
│   ├── rectangle.h
│   ├── reverse.c
│   ├── riscv/
│   │   ├── Makefile
│   │   ├── aacencdsp_init.c
│   │   ├── aacencdsp_rvv.S
│   │   ├── aacpsdsp_init.c
│   │   ├── aacpsdsp_rvv.S
│   │   ├── ac3dsp_init.c
│   │   ├── ac3dsp_rvb.S
│   │   ├── ac3dsp_rvv.S
│   │   ├── ac3dsp_rvvb.S
│   │   ├── alacdsp_init.c
│   │   ├── alacdsp_rvv.S
│   │   ├── audiodsp_init.c
│   │   ├── audiodsp_rvv.S
│   │   ├── blockdsp_init.c
│   │   ├── blockdsp_rvv.S
│   │   ├── bswapdsp_init.c
│   │   ├── bswapdsp_rvb.S
│   │   ├── bswapdsp_rvv.S
│   │   ├── bswapdsp_rvvb.S
│   │   ├── cpu_common.c
│   │   ├── exrdsp_init.c
│   │   ├── exrdsp_rvv.S
│   │   ├── flacdsp_init.c
│   │   ├── flacdsp_rvv.S
│   │   ├── fmtconvert_init.c
│   │   ├── fmtconvert_rvv.S
│   │   ├── g722dsp_init.c
│   │   ├── g722dsp_rvv.S
│   │   ├── h263dsp_init.c
│   │   ├── h263dsp_rvv.S
│   │   ├── h264_chroma_init_riscv.c
│   │   ├── h264_mc_chroma.S
│   │   ├── h264addpx_rvv.S
│   │   ├── h264dsp_init.c
│   │   ├── h264dsp_rvv.S
│   │   ├── h264idct_dequant_rvv.S
│   │   ├── h264idct_rvv.S
│   │   ├── h264qpel_init.c
│   │   ├── h264qpel_rvv.S
│   │   ├── h26x/
│   │   │   ├── asm.S
│   │   │   ├── h2656_inter_rvv.S
│   │   │   └── h2656dsp.h
│   │   ├── hevcdsp_init.c
│   │   ├── huffyuvdsp_init.c
│   │   ├── huffyuvdsp_rvv.S
│   │   ├── idctdsp_init.c
│   │   ├── idctdsp_rvv.S
│   │   ├── jpeg2000dsp_init.c
│   │   ├── jpeg2000dsp_rvv.S
│   │   ├── llauddsp_init.c
│   │   ├── llauddsp_rvv.S
│   │   ├── llviddsp_init.c
│   │   ├── llviddsp_rvv.S
│   │   ├── llvidencdsp_init.c
│   │   ├── llvidencdsp_rvb.S
│   │   ├── llvidencdsp_rvv.S
│   │   ├── lpc_init.c
│   │   ├── lpc_rvv.S
│   │   ├── mathops.h
│   │   ├── me_cmp_init.c
│   │   ├── me_cmp_rvv.S
│   │   ├── mpegvideo_init.c
│   │   ├── mpegvideo_rvv.S
│   │   ├── mpegvideoencdsp_init.c
│   │   ├── mpegvideoencdsp_rvv.S
│   │   ├── opusdsp_init.c
│   │   ├── opusdsp_rvv.S
│   │   ├── pixblockdsp_init.c
│   │   ├── pixblockdsp_rvi.S
│   │   ├── pixblockdsp_rvv.S
│   │   ├── rv34dsp_init.c
│   │   ├── rv34dsp_rvv.S
│   │   ├── rv40dsp_init.c
│   │   ├── rv40dsp_rvv.S
│   │   ├── sbrdsp_init.c
│   │   ├── sbrdsp_rvv.S
│   │   ├── startcode_rvb.S
│   │   ├── startcode_rvv.S
│   │   ├── svqenc_init.c
│   │   ├── svqenc_rvv.S
│   │   ├── takdsp_init.c
│   │   ├── takdsp_rvv.S
│   │   ├── utvideodsp_init.c
│   │   ├── utvideodsp_rvv.S
│   │   ├── vc1dsp_init.c
│   │   ├── vc1dsp_rvi.S
│   │   ├── vc1dsp_rvv.S
│   │   ├── videodsp.S
│   │   ├── videodsp_init.c
│   │   ├── vorbisdsp_init.c
│   │   ├── vorbisdsp_rvv.S
│   │   ├── vp7dsp_init.c
│   │   ├── vp7dsp_rvv.S
│   │   ├── vp8dsp.h
│   │   ├── vp8dsp_init.c
│   │   ├── vp8dsp_rvi.S
│   │   ├── vp8dsp_rvv.S
│   │   ├── vp9_intra_rvv.S
│   │   ├── vp9_mc_rvi.S
│   │   ├── vp9_mc_rvv.S
│   │   ├── vp9dsp.h
│   │   ├── vp9dsp_init.c
│   │   └── vvc/
│   │       ├── Makefile
│   │       ├── dsp_init.c
│   │       ├── mc_rvv.S
│   │       └── sad_rvv.S
│   ├── rka.c
│   ├── rkmppdec.c
│   ├── rkmppenc.c
│   ├── rl.c
│   ├── rl.h
│   ├── rl2.c
│   ├── rle.c
│   ├── rle.h
│   ├── rnd_avg.h
│   ├── roqaudioenc.c
│   ├── roqvideo.c
│   ├── roqvideo.h
│   ├── roqvideodec.c
│   ├── roqvideoenc.c
│   ├── rpza.c
│   ├── rpzaenc.c
│   ├── rscc.c
│   ├── rtjpeg.c
│   ├── rtjpeg.h
│   ├── rtv1.c
│   ├── rv10.c
│   ├── rv10dec.h
│   ├── rv10enc.c
│   ├── rv20enc.c
│   ├── rv20enc.h
│   ├── rv30.c
│   ├── rv30data.h
│   ├── rv30dsp.c
│   ├── rv34.c
│   ├── rv34.h
│   ├── rv34_parser.c
│   ├── rv34data.h
│   ├── rv34dsp.c
│   ├── rv34dsp.h
│   ├── rv34vlc.h
│   ├── rv40.c
│   ├── rv40data.h
│   ├── rv40dsp.c
│   ├── rv40vlc2.h
│   ├── rv60data.h
│   ├── rv60dec.c
│   ├── rv60dsp.c
│   ├── rv60dsp.h
│   ├── rv60vlcs.h
│   ├── s302m.c
│   ├── s302menc.c
│   ├── samidec.c
│   ├── sanm.c
│   ├── sbc.c
│   ├── sbc.h
│   ├── sbc_parser.c
│   ├── sbcdec.c
│   ├── sbcdec_data.h
│   ├── sbcdsp.c
│   ├── sbcdsp.h
│   ├── sbcdsp_data.h
│   ├── sbcenc.c
│   ├── sbr.h
│   ├── sbrdsp.c
│   ├── sbrdsp.h
│   ├── sbrdsp_fixed.c
│   ├── sbrdsp_template.c
│   ├── scpr.c
│   ├── scpr.h
│   ├── scpr3.c
│   ├── scpr3.h
│   ├── screenpresso.c
│   ├── sei.h
│   ├── sga.c
│   ├── sgi.h
│   ├── sgidec.c
│   ├── sgienc.c
│   ├── sgirledec.c
│   ├── sheervideo.c
│   ├── sheervideodata.h
│   ├── shorten.c
│   ├── simple_idct.c
│   ├── simple_idct.h
│   ├── simple_idct_template.c
│   ├── sinewin.c
│   ├── sinewin.h
│   ├── sinewin_fixed_tablegen.c
│   ├── sinewin_fixed_tablegen.h
│   ├── sinewin_tablegen.c
│   ├── sinewin_tablegen.h
│   ├── sipr.c
│   ├── sipr.h
│   ├── sipr16k.c
│   ├── sipr16kdata.h
│   ├── sipr_parser.c
│   ├── siprdata.h
│   ├── siren.c
│   ├── smacker.c
│   ├── smc.c
│   ├── smcenc.c
│   ├── smpte_436m.c
│   ├── smpte_436m.h
│   ├── smpte_436m_internal.h
│   ├── snappy.c
│   ├── snappy.h
│   ├── snow.c
│   ├── snow.h
│   ├── snow_dwt.c
│   ├── snow_dwt.h
│   ├── snowdata.h
│   ├── snowdec.c
│   ├── snowenc.c
│   ├── sonic.c
│   ├── sp5x.h
│   ├── sp5xdec.c
│   ├── speedhq.c
│   ├── speedhq.h
│   ├── speedhqdec.c
│   ├── speedhqenc.c
│   ├── speedhqenc.h
│   ├── speexdata.h
│   ├── speexdec.c
│   ├── srtdec.c
│   ├── srtenc.c
│   ├── startcode.c
│   ├── startcode.h
│   ├── subviewerdec.c
│   ├── sunrast.c
│   ├── sunrast.h
│   ├── sunrastenc.c
│   ├── svq1.c
│   ├── svq1.h
│   ├── svq1_cb.h
│   ├── svq1_vlc.h
│   ├── svq1dec.c
│   ├── svq1enc.c
│   ├── svq1enc_cb.h
│   ├── svq1encdsp.h
│   ├── svq3.c
│   ├── synth_filter.c
│   ├── synth_filter.h
│   ├── tableprint.h
│   ├── tableprint_vlc.h
│   ├── tak.c
│   ├── tak.h
│   ├── tak_parser.c
│   ├── takdec.c
│   ├── takdsp.c
│   ├── takdsp.h
│   ├── targa.c
│   ├── targa.h
│   ├── targa_y216dec.c
│   ├── targaenc.c
│   ├── tdsc.c
│   ├── tests/
│   │   ├── .gitignore
│   │   ├── aarch64/
│   │   │   └── dct.c
│   │   ├── apv.c
│   │   ├── arm/
│   │   │   └── dct.c
│   │   ├── av1_levels.c
│   │   ├── avcodec.c
│   │   ├── avpacket.c
│   │   ├── bitstream_be.c
│   │   ├── bitstream_le.c
│   │   ├── bitstream_template.c
│   │   ├── cabac.c
│   │   ├── celp_math.c
│   │   ├── codec_desc.c
│   │   ├── dct.c
│   │   ├── golomb.c
│   │   ├── h264_levels.c
│   │   ├── h265_levels.c
│   │   ├── hashtable.c
│   │   ├── htmlsubtitles.c
│   │   ├── jpeg2000dwt.c
│   │   ├── mathops.c
│   │   ├── mjpegenc_huffman.c
│   │   ├── mpeg12framerate.c
│   │   ├── ppc/
│   │   │   └── dct.c
│   │   ├── rangecoder.c
│   │   ├── snowenc.c
│   │   └── x86/
│   │       └── dct.c
│   ├── textdec.c
│   ├── texturedsp.c
│   ├── texturedsp.h
│   ├── texturedsp_template.c
│   ├── texturedspenc.c
│   ├── thread.h
│   ├── threadframe.h
│   ├── threadprogress.c
│   ├── threadprogress.h
│   ├── tiertexseqv.c
│   ├── tiff.c
│   ├── tiff.h
│   ├── tiff_common.c
│   ├── tiff_common.h
│   ├── tiff_data.h
│   ├── tiffenc.c
│   ├── timecode_internal.c
│   ├── tmv.c
│   ├── to_upper4.c
│   ├── to_upper4.h
│   ├── tpeldsp.c
│   ├── tpeldsp.h
│   ├── truemotion1.c
│   ├── truemotion1data.h
│   ├── truemotion2.c
│   ├── truemotion2rt.c
│   ├── truespeech.c
│   ├── truespeech_data.h
│   ├── tscc.c
│   ├── tscc2.c
│   ├── tscc2data.h
│   ├── tta.c
│   ├── ttadata.c
│   ├── ttadata.h
│   ├── ttadsp.c
│   ├── ttadsp.h
│   ├── ttaenc.c
│   ├── ttaencdsp.c
│   ├── ttaencdsp.h
│   ├── ttmlenc.c
│   ├── ttmlenc.h
│   ├── twinvq.c
│   ├── twinvq.h
│   ├── twinvq_data.h
│   ├── twinvqdec.c
│   ├── txd.c
│   ├── ulti.c
│   ├── ulti_cb.h
│   ├── unary.h
│   ├── utils.c
│   ├── utvideo.h
│   ├── utvideodec.c
│   ├── utvideodsp.c
│   ├── utvideodsp.h
│   ├── utvideoenc.c
│   ├── v210_template.c
│   ├── v210dec.c
│   ├── v210dec.h
│   ├── v210dec_init.h
│   ├── v210enc.c
│   ├── v210enc.h
│   ├── v210enc_init.h
│   ├── v210x.c
│   ├── v308dec.c
│   ├── v308enc.c
│   ├── v408dec.c
│   ├── v408enc.c
│   ├── v410dec.c
│   ├── v410enc.c
│   ├── v4l2_buffers.c
│   ├── v4l2_buffers.h
│   ├── v4l2_context.c
│   ├── v4l2_context.h
│   ├── v4l2_fmt.c
│   ├── v4l2_fmt.h
│   ├── v4l2_m2m.c
│   ├── v4l2_m2m.h
│   ├── v4l2_m2m_dec.c
│   ├── v4l2_m2m_enc.c
│   ├── vaapi_av1.c
│   ├── vaapi_decode.c
│   ├── vaapi_decode.h
│   ├── vaapi_encode.c
│   ├── vaapi_encode.h
│   ├── vaapi_encode_av1.c
│   ├── vaapi_encode_h264.c
│   ├── vaapi_encode_h265.c
│   ├── vaapi_encode_mjpeg.c
│   ├── vaapi_encode_mpeg2.c
│   ├── vaapi_encode_vp8.c
│   ├── vaapi_encode_vp9.c
│   ├── vaapi_h264.c
│   ├── vaapi_hevc.c
│   ├── vaapi_hevc.h
│   ├── vaapi_mjpeg.c
│   ├── vaapi_mpeg2.c
│   ├── vaapi_mpeg4.c
│   ├── vaapi_vc1.c
│   ├── vaapi_vp8.c
│   ├── vaapi_vp9.c
│   ├── vaapi_vvc.c
│   ├── vb.c
│   ├── vble.c
│   ├── vbn.h
│   ├── vbndec.c
│   ├── vbnenc.c
│   ├── vc1.c
│   ├── vc1.h
│   ├── vc1_block.c
│   ├── vc1_common.h
│   ├── vc1_loopfilter.c
│   ├── vc1_mc.c
│   ├── vc1_parser.c
│   ├── vc1_pred.c
│   ├── vc1_pred.h
│   ├── vc1_vlc_data.h
│   ├── vc1acdata.h
│   ├── vc1data.c
│   ├── vc1data.h
│   ├── vc1dec.c
│   ├── vc1dsp.c
│   ├── vc1dsp.h
│   ├── vc2enc.c
│   ├── vc2enc_dwt.c
│   ├── vc2enc_dwt.h
│   ├── vcr1.c
│   ├── vdpau.c
│   ├── vdpau.h
│   ├── vdpau_av1.c
│   ├── vdpau_h264.c
│   ├── vdpau_hevc.c
│   ├── vdpau_internal.h
│   ├── vdpau_mpeg12.c
│   ├── vdpau_mpeg4.c
│   ├── vdpau_vc1.c
│   ├── vdpau_vp9.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── videodsp.c
│   ├── videodsp.h
│   ├── videodsp_template.c
│   ├── videotoolbox.c
│   ├── videotoolbox.h
│   ├── videotoolbox_av1.c
│   ├── videotoolbox_vp9.c
│   ├── videotoolboxenc.c
│   ├── vima.c
│   ├── vlc.c
│   ├── vlc.h
│   ├── vmdaudio.c
│   ├── vmdvideo.c
│   ├── vmixdec.c
│   ├── vmnc.c
│   ├── vorbis.c
│   ├── vorbis.h
│   ├── vorbis_data.c
│   ├── vorbis_data.h
│   ├── vorbis_enc_data.h
│   ├── vorbis_parser.c
│   ├── vorbis_parser.h
│   ├── vorbis_parser_internal.h
│   ├── vorbisdec.c
│   ├── vorbisdsp.c
│   ├── vorbisdsp.h
│   ├── vorbisenc.c
│   ├── vp3.c
│   ├── vp3_parser.c
│   ├── vp3data.h
│   ├── vp3dsp.c
│   ├── vp3dsp.h
│   ├── vp4data.h
│   ├── vp5.c
│   ├── vp56.c
│   ├── vp56.h
│   ├── vp56data.c
│   ├── vp56data.h
│   ├── vp56dsp.h
│   ├── vp5data.h
│   ├── vp5dsp.c
│   ├── vp6.c
│   ├── vp6data.h
│   ├── vp6dsp.c
│   ├── vp8.c
│   ├── vp8.h
│   ├── vp89_rac.h
│   ├── vp8_parser.c
│   ├── vp8data.c
│   ├── vp8data.h
│   ├── vp8dsp.c
│   ├── vp8dsp.h
│   ├── vp9.c
│   ├── vp9.h
│   ├── vp9_mc_template.c
│   ├── vp9_parser.c
│   ├── vp9block.c
│   ├── vp9data.c
│   ├── vp9data.h
│   ├── vp9dec.h
│   ├── vp9dsp.c
│   ├── vp9dsp.h
│   ├── vp9dsp_10bpp.c
│   ├── vp9dsp_12bpp.c
│   ├── vp9dsp_8bpp.c
│   ├── vp9dsp_template.c
│   ├── vp9lpf.c
│   ├── vp9mvs.c
│   ├── vp9prob.c
│   ├── vp9recon.c
│   ├── vp9shared.h
│   ├── vpx_rac.c
│   ├── vpx_rac.h
│   ├── vqavideo.c
│   ├── vqcdec.c
│   ├── vt_internal.h
│   ├── vulkan/
│   │   ├── Makefile
│   │   ├── apv_decode.comp.glsl
│   │   ├── apv_idct.comp.glsl
│   │   ├── common.glsl
│   │   ├── dct.glsl
│   │   ├── dpx_copy.comp.glsl
│   │   ├── dpx_unpack.comp.glsl
│   │   ├── ffv1_common.glsl
│   │   ├── ffv1_dec.comp.glsl
│   │   ├── ffv1_dec_golomb.comp.glsl
│   │   ├── ffv1_dec_reset.comp.glsl
│   │   ├── ffv1_dec_reset_golomb.comp.glsl
│   │   ├── ffv1_dec_rgb.comp.glsl
│   │   ├── ffv1_dec_rgb_float.comp.glsl
│   │   ├── ffv1_dec_rgb_float_golomb.comp.glsl
│   │   ├── ffv1_dec_rgb_golomb.comp.glsl
│   │   ├── ffv1_dec_setup.comp.glsl
│   │   ├── ffv1_enc.comp.glsl
│   │   ├── ffv1_enc_golomb.comp.glsl
│   │   ├── ffv1_enc_rct_search.comp.glsl
│   │   ├── ffv1_enc_remap.comp.glsl
│   │   ├── ffv1_enc_reset.comp.glsl
│   │   ├── ffv1_enc_reset_golomb.comp.glsl
│   │   ├── ffv1_enc_rgb.comp.glsl
│   │   ├── ffv1_enc_rgb_float.comp.glsl
│   │   ├── ffv1_enc_rgb_golomb.comp.glsl
│   │   ├── ffv1_enc_setup.comp.glsl
│   │   ├── ffv1_vlc.glsl
│   │   ├── prores_idct.comp.glsl
│   │   ├── prores_ks_alpha_data.comp.glsl
│   │   ├── prores_ks_encode_slice.comp.glsl
│   │   ├── prores_ks_estimate_slice.comp.glsl
│   │   ├── prores_ks_slice_data.comp.glsl
│   │   ├── prores_ks_trellis_node.comp.glsl
│   │   ├── prores_raw_decode.comp.glsl
│   │   ├── prores_raw_idct.comp.glsl
│   │   ├── prores_vld.comp.glsl
│   │   └── rangecoder.glsl
│   ├── vulkan.c
│   ├── vulkan_apv.c
│   ├── vulkan_av1.c
│   ├── vulkan_decode.c
│   ├── vulkan_decode.h
│   ├── vulkan_dpx.c
│   ├── vulkan_encode.c
│   ├── vulkan_encode.h
│   ├── vulkan_encode_av1.c
│   ├── vulkan_encode_h264.c
│   ├── vulkan_encode_h265.c
│   ├── vulkan_ffv1.c
│   ├── vulkan_h264.c
│   ├── vulkan_hevc.c
│   ├── vulkan_prores.c
│   ├── vulkan_prores_raw.c
│   ├── vulkan_video.c
│   ├── vulkan_video.h
│   ├── vulkan_vp9.c
│   ├── vvc/
│   │   ├── Makefile
│   │   ├── cabac.c
│   │   ├── cabac.h
│   │   ├── ctu.c
│   │   ├── ctu.h
│   │   ├── data.c
│   │   ├── data.h
│   │   ├── dec.c
│   │   ├── dec.h
│   │   ├── dsp.c
│   │   ├── dsp.h
│   │   ├── dsp_template.c
│   │   ├── filter.c
│   │   ├── filter.h
│   │   ├── filter_template.c
│   │   ├── inter.c
│   │   ├── inter.h
│   │   ├── inter_template.c
│   │   ├── intra.c
│   │   ├── intra.h
│   │   ├── intra_template.c
│   │   ├── intra_utils.c
│   │   ├── itx_1d.c
│   │   ├── itx_1d.h
│   │   ├── mvs.c
│   │   ├── mvs.h
│   │   ├── ps.c
│   │   ├── ps.h
│   │   ├── refs.c
│   │   ├── refs.h
│   │   ├── sei.c
│   │   ├── sei.h
│   │   ├── thread.c
│   │   └── thread.h
│   ├── vvc.h
│   ├── vvc_parser.c
│   ├── wasm/
│   │   └── hevc/
│   │       ├── Makefile
│   │       ├── dsp_init.c
│   │       ├── idct.c
│   │       ├── idct.h
│   │       ├── sao.c
│   │       └── sao.h
│   ├── wavarc.c
│   ├── wavpack.c
│   ├── wavpack.h
│   ├── wavpackdata.c
│   ├── wavpackenc.c
│   ├── wavpackenc.h
│   ├── wbmpdec.c
│   ├── wbmpenc.c
│   ├── wcmv.c
│   ├── webp.c
│   ├── webp_parser.c
│   ├── webvttdec.c
│   ├── webvttenc.c
│   ├── wma.c
│   ├── wma.h
│   ├── wma_common.c
│   ├── wma_common.h
│   ├── wma_freqs.c
│   ├── wma_freqs.h
│   ├── wmadata.h
│   ├── wmadec.c
│   ├── wmaenc.c
│   ├── wmalosslessdec.c
│   ├── wmaprodata.h
│   ├── wmaprodec.c
│   ├── wmavoice.c
│   ├── wmavoice_data.h
│   ├── wmv2.h
│   ├── wmv2data.c
│   ├── wmv2data.h
│   ├── wmv2dec.c
│   ├── wmv2dec.h
│   ├── wmv2dsp.c
│   ├── wmv2dsp.h
│   ├── wmv2enc.c
│   ├── wnv1.c
│   ├── wrapped_avframe.c
│   ├── ws-snd1.c
│   ├── x86/
│   │   ├── Makefile
│   │   ├── aacencdsp.asm
│   │   ├── aacencdsp_init.c
│   │   ├── aacpsdsp.asm
│   │   ├── aacpsdsp_init.c
│   │   ├── ac3dsp.asm
│   │   ├── ac3dsp_downmix.asm
│   │   ├── ac3dsp_init.c
│   │   ├── alacdsp.asm
│   │   ├── alacdsp_init.c
│   │   ├── apv_dsp.asm
│   │   ├── apv_dsp_init.c
│   │   ├── audiodsp.asm
│   │   ├── audiodsp_init.c
│   │   ├── blockdsp.asm
│   │   ├── blockdsp_init.c
│   │   ├── bswapdsp.asm
│   │   ├── bswapdsp_init.c
│   │   ├── cabac.h
│   │   ├── cavs_qpel.asm
│   │   ├── cavsdsp.c
│   │   ├── cavsidct.asm
│   │   ├── celt_pvq_init.c
│   │   ├── celt_pvq_search.asm
│   │   ├── cfhddsp.asm
│   │   ├── cfhddsp_init.c
│   │   ├── cfhdencdsp.asm
│   │   ├── cfhdencdsp_init.c
│   │   ├── constants.c
│   │   ├── constants.h
│   │   ├── dcadsp.asm
│   │   ├── dcadsp_init.c
│   │   ├── dct32.asm
│   │   ├── dirac_dwt.asm
│   │   ├── dirac_dwt_init.c
│   │   ├── diracdsp.asm
│   │   ├── diracdsp_init.c
│   │   ├── dnxhdenc.asm
│   │   ├── dnxhdenc_init.c
│   │   ├── exrdsp.asm
│   │   ├── exrdsp_init.c
│   │   ├── fdct.c
│   │   ├── fdct.h
│   │   ├── fdctdsp_init.c
│   │   ├── flac_dsp_gpl.asm
│   │   ├── flacdsp.asm
│   │   ├── flacdsp_init.c
│   │   ├── flacencdsp_init.c
│   │   ├── fmtconvert.asm
│   │   ├── fmtconvert_init.c
│   │   ├── fpel.asm
│   │   ├── fpel.h
│   │   ├── g722dsp.asm
│   │   ├── g722dsp_init.c
│   │   ├── h263_loopfilter.asm
│   │   ├── h263dsp_init.c
│   │   ├── h264_cabac.c
│   │   ├── h264_chromamc.asm
│   │   ├── h264_chromamc_10bit.asm
│   │   ├── h264_deblock.asm
│   │   ├── h264_deblock_10bit.asm
│   │   ├── h264_idct.asm
│   │   ├── h264_idct_10bit.asm
│   │   ├── h264_intrapred.asm
│   │   ├── h264_intrapred_10bit.asm
│   │   ├── h264_intrapred_init.c
│   │   ├── h264_qpel.c
│   │   ├── h264_qpel_10bit.asm
│   │   ├── h264_qpel_8bit.asm
│   │   ├── h264_weight.asm
│   │   ├── h264_weight_10bit.asm
│   │   ├── h264chroma_init.c
│   │   ├── h264dsp_init.c
│   │   ├── h26x/
│   │   │   ├── h2656_inter.asm
│   │   │   ├── h2656_sao.asm
│   │   │   ├── h2656_sao_10bit.asm
│   │   │   ├── h2656dsp.c
│   │   │   └── h2656dsp.h
│   │   ├── hevc/
│   │   │   ├── Makefile
│   │   │   ├── add_res.asm
│   │   │   ├── deblock.asm
│   │   │   ├── dequant.asm
│   │   │   ├── dsp.h
│   │   │   ├── dsp_init.c
│   │   │   ├── idct.asm
│   │   │   ├── mc.asm
│   │   │   ├── sao.asm
│   │   │   └── sao_10bit.asm
│   │   ├── hpeldsp.asm
│   │   ├── hpeldsp.h
│   │   ├── hpeldsp_init.c
│   │   ├── huffyuvdsp.asm
│   │   ├── huffyuvdsp_init.c
│   │   ├── huffyuvdsp_template.asm
│   │   ├── huffyuvencdsp.asm
│   │   ├── huffyuvencdsp_init.c
│   │   ├── idctdsp.asm
│   │   ├── idctdsp.h
│   │   ├── idctdsp_init.c
│   │   ├── imdct36.asm
│   │   ├── jpeg2000dsp.asm
│   │   ├── jpeg2000dsp_init.c
│   │   ├── lossless_audiodsp.asm
│   │   ├── lossless_audiodsp_init.c
│   │   ├── lossless_videodsp.asm
│   │   ├── lossless_videodsp_init.c
│   │   ├── lossless_videoencdsp.asm
│   │   ├── lossless_videoencdsp_init.c
│   │   ├── lpc.asm
│   │   ├── lpc_init.c
│   │   ├── mathops.h
│   │   ├── me_cmp.asm
│   │   ├── me_cmp_init.c
│   │   ├── mlpdsp.asm
│   │   ├── mlpdsp_init.c
│   │   ├── mpeg4videodsp.c
│   │   ├── mpegaudiodsp.c
│   │   ├── mpegvideo.c
│   │   ├── mpegvideoenc.c
│   │   ├── mpegvideoenc_template.c
│   │   ├── mpegvideoencdsp.asm
│   │   ├── mpegvideoencdsp.h
│   │   ├── mpegvideoencdsp_init.c
│   │   ├── opusdsp.asm
│   │   ├── opusdsp_init.c
│   │   ├── pixblockdsp.asm
│   │   ├── pixblockdsp_init.c
│   │   ├── pngdsp.asm
│   │   ├── pngdsp_init.c
│   │   ├── proresdsp.asm
│   │   ├── proresdsp_init.c
│   │   ├── qpel.asm
│   │   ├── qpel.h
│   │   ├── qpeldsp.asm
│   │   ├── qpeldsp_init.c
│   │   ├── rv34dsp.asm
│   │   ├── rv34dsp_init.c
│   │   ├── rv40dsp.asm
│   │   ├── rv40dsp_init.c
│   │   ├── sbcdsp.asm
│   │   ├── sbcdsp_init.c
│   │   ├── sbrdsp.asm
│   │   ├── sbrdsp_init.c
│   │   ├── simple_idct.asm
│   │   ├── simple_idct.h
│   │   ├── simple_idct10.asm
│   │   ├── simple_idct10_template.asm
│   │   ├── snowdsp.asm
│   │   ├── snowdsp_init.c
│   │   ├── svq1enc.asm
│   │   ├── svq1enc_init.c
│   │   ├── synth_filter.asm
│   │   ├── synth_filter_init.c
│   │   ├── takdsp.asm
│   │   ├── takdsp_init.c
│   │   ├── ttadsp.asm
│   │   ├── ttadsp_init.c
│   │   ├── ttaencdsp.asm
│   │   ├── ttaencdsp_init.c
│   │   ├── utvideodsp.asm
│   │   ├── utvideodsp_init.c
│   │   ├── v210-init.c
│   │   ├── v210.asm
│   │   ├── v210enc.asm
│   │   ├── v210enc_init.c
│   │   ├── vc1dsp.h
│   │   ├── vc1dsp_init.c
│   │   ├── vc1dsp_loopfilter.asm
│   │   ├── vc1dsp_mc.asm
│   │   ├── vc1dsp_mmx.c
│   │   ├── videodsp.asm
│   │   ├── videodsp.h
│   │   ├── videodsp_init.c
│   │   ├── vorbisdsp.asm
│   │   ├── vorbisdsp_init.c
│   │   ├── vp3dsp.asm
│   │   ├── vp3dsp_init.c
│   │   ├── vp6dsp.asm
│   │   ├── vp6dsp_init.c
│   │   ├── vp8dsp.asm
│   │   ├── vp8dsp_init.c
│   │   ├── vp8dsp_loopfilter.asm
│   │   ├── vp9dsp_init.c
│   │   ├── vp9dsp_init.h
│   │   ├── vp9dsp_init_10bpp.c
│   │   ├── vp9dsp_init_12bpp.c
│   │   ├── vp9dsp_init_16bpp.c
│   │   ├── vp9dsp_init_16bpp_template.c
│   │   ├── vp9intrapred.asm
│   │   ├── vp9intrapred_16bpp.asm
│   │   ├── vp9itxfm.asm
│   │   ├── vp9itxfm_16bpp.asm
│   │   ├── vp9itxfm_16bpp_avx512.asm
│   │   ├── vp9itxfm_avx2.asm
│   │   ├── vp9itxfm_avx512.asm
│   │   ├── vp9itxfm_template.asm
│   │   ├── vp9lpf.asm
│   │   ├── vp9lpf_16bpp.asm
│   │   ├── vp9mc.asm
│   │   ├── vp9mc_16bpp.asm
│   │   ├── vpx_arith.h
│   │   ├── vvc/
│   │   │   ├── Makefile
│   │   │   ├── alf.asm
│   │   │   ├── dmvr.asm
│   │   │   ├── dsp_init.c
│   │   │   ├── mc.asm
│   │   │   ├── of.asm
│   │   │   ├── sad.asm
│   │   │   ├── sao.asm
│   │   │   └── sao_10bit.asm
│   │   ├── w64xmmtest.c
│   │   ├── xvididct.asm
│   │   ├── xvididct.h
│   │   └── xvididct_init.c
│   ├── xan.c
│   ├── xbm_parser.c
│   ├── xbmdec.c
│   ├── xbmenc.c
│   ├── xface.c
│   ├── xface.h
│   ├── xfacedec.c
│   ├── xfaceenc.c
│   ├── xiph.c
│   ├── xiph.h
│   ├── xl.c
│   ├── xma_parser.c
│   ├── xpmdec.c
│   ├── xsubdec.c
│   ├── xsubenc.c
│   ├── xvididct.c
│   ├── xvididct.h
│   ├── xwd.h
│   ├── xwd_parser.c
│   ├── xwddec.c
│   ├── xwdenc.c
│   ├── xxan.c
│   ├── y41pdec.c
│   ├── y41penc.c
│   ├── ylc.c
│   ├── yop.c
│   ├── yuv4dec.c
│   ├── yuv4enc.c
│   ├── zerocodec.c
│   ├── zlib_wrapper.c
│   ├── zlib_wrapper.h
│   ├── zmbv.c
│   └── zmbvenc.c
├── libavdevice/
│   ├── .gitignore
│   ├── Makefile
│   ├── alldevices.c
│   ├── alsa.c
│   ├── alsa.h
│   ├── alsa_dec.c
│   ├── alsa_enc.c
│   ├── android_camera.c
│   ├── audiotoolbox.m
│   ├── avdevice.c
│   ├── avdevice.h
│   ├── avdeviceres.rc
│   ├── avfoundation.m
│   ├── caca.c
│   ├── ccfifo.c
│   ├── decklink_common.cpp
│   ├── decklink_common.h
│   ├── decklink_common_c.h
│   ├── decklink_dec.cpp
│   ├── decklink_dec.h
│   ├── decklink_dec_c.c
│   ├── decklink_enc.cpp
│   ├── decklink_enc.h
│   ├── decklink_enc_c.c
│   ├── dshow.c
│   ├── dshow_capture.h
│   ├── dshow_common.c
│   ├── dshow_crossbar.c
│   ├── dshow_enummediatypes.c
│   ├── dshow_enumpins.c
│   ├── dshow_filter.c
│   ├── dshow_pin.c
│   ├── fbdev_common.c
│   ├── fbdev_common.h
│   ├── fbdev_dec.c
│   ├── fbdev_enc.c
│   ├── file_open.c
│   ├── gdigrab.c
│   ├── iec61883.c
│   ├── internal.h
│   ├── jack.c
│   ├── kmsgrab.c
│   ├── lavfi.c
│   ├── libavdevice.v
│   ├── libcdio.c
│   ├── libdc1394.c
│   ├── openal-dec.c
│   ├── oss.c
│   ├── oss.h
│   ├── oss_dec.c
│   ├── oss_enc.c
│   ├── pulse_audio_common.c
│   ├── pulse_audio_common.h
│   ├── pulse_audio_dec.c
│   ├── pulse_audio_enc.c
│   ├── reverse.c
│   ├── riscv/
│   │   ├── Makefile
│   │   └── cpu_common.c
│   ├── sndio.c
│   ├── sndio.h
│   ├── sndio_dec.c
│   ├── sndio_enc.c
│   ├── tests/
│   │   ├── .gitignore
│   │   └── timefilter.c
│   ├── timefilter.c
│   ├── timefilter.h
│   ├── utils.c
│   ├── v4l2-common.c
│   ├── v4l2-common.h
│   ├── v4l2.c
│   ├── v4l2enc.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── vfwcap.c
│   ├── xcbgrab.c
│   └── xv.c
├── libavfilter/
│   ├── .gitignore
│   ├── Makefile
│   ├── aap_template.c
│   ├── aarch64/
│   │   ├── Makefile
│   │   ├── vf_bwdif_init_aarch64.c
│   │   ├── vf_bwdif_neon.S
│   │   ├── vf_colordetect_init.c
│   │   ├── vf_colordetect_neon.S
│   │   ├── vf_nlmeans_init.c
│   │   └── vf_nlmeans_neon.S
│   ├── adynamicequalizer_template.c
│   ├── aeval.c
│   ├── af_aap.c
│   ├── af_acontrast.c
│   ├── af_acopy.c
│   ├── af_acrossover.c
│   ├── af_acrusher.c
│   ├── af_adeclick.c
│   ├── af_adecorrelate.c
│   ├── af_adelay.c
│   ├── af_adenorm.c
│   ├── af_aderivative.c
│   ├── af_adrc.c
│   ├── af_adynamicequalizer.c
│   ├── af_adynamicsmooth.c
│   ├── af_aecho.c
│   ├── af_aemphasis.c
│   ├── af_aexciter.c
│   ├── af_afade.c
│   ├── af_afftdn.c
│   ├── af_afftfilt.c
│   ├── af_afir.c
│   ├── af_afirdsp.h
│   ├── af_aformat.c
│   ├── af_afreqshift.c
│   ├── af_afwtdn.c
│   ├── af_agate.c
│   ├── af_aiir.c
│   ├── af_alimiter.c
│   ├── af_amerge.c
│   ├── af_amix.c
│   ├── af_amultiply.c
│   ├── af_anequalizer.c
│   ├── af_anlmdn.c
│   ├── af_anlmdndsp.h
│   ├── af_anlms.c
│   ├── af_anull.c
│   ├── af_apad.c
│   ├── af_aphaser.c
│   ├── af_apsyclip.c
│   ├── af_apulsator.c
│   ├── af_aresample.c
│   ├── af_arls.c
│   ├── af_arnndn.c
│   ├── af_asdr.c
│   ├── af_asetnsamples.c
│   ├── af_asetrate.c
│   ├── af_ashowinfo.c
│   ├── af_asoftclip.c
│   ├── af_aspectralstats.c
│   ├── af_asr.c
│   ├── af_astats.c
│   ├── af_asubboost.c
│   ├── af_asupercut.c
│   ├── af_atempo.c
│   ├── af_atilt.c
│   ├── af_axcorrelate.c
│   ├── af_biquads.c
│   ├── af_bs2b.c
│   ├── af_channelmap.c
│   ├── af_channelsplit.c
│   ├── af_chorus.c
│   ├── af_compand.c
│   ├── af_compensationdelay.c
│   ├── af_crossfeed.c
│   ├── af_crystalizer.c
│   ├── af_dcshift.c
│   ├── af_deesser.c
│   ├── af_dialoguenhance.c
│   ├── af_drmeter.c
│   ├── af_dynaudnorm.c
│   ├── af_earwax.c
│   ├── af_extrastereo.c
│   ├── af_firequalizer.c
│   ├── af_flanger.c
│   ├── af_haas.c
│   ├── af_hdcd.c
│   ├── af_headphone.c
│   ├── af_join.c
│   ├── af_ladspa.c
│   ├── af_loudnorm.c
│   ├── af_lv2.c
│   ├── af_mcompand.c
│   ├── af_pan.c
│   ├── af_replaygain.c
│   ├── af_rubberband.c
│   ├── af_sidechaincompress.c
│   ├── af_silencedetect.c
│   ├── af_silenceremove.c
│   ├── af_sofalizer.c
│   ├── af_speechnorm.c
│   ├── af_stereotools.c
│   ├── af_stereowiden.c
│   ├── af_superequalizer.c
│   ├── af_surround.c
│   ├── af_tremolo.c
│   ├── af_vibrato.c
│   ├── af_virtualbass.c
│   ├── af_volume.c
│   ├── af_volume.h
│   ├── af_volumedetect.c
│   ├── af_whisper.c
│   ├── afir_template.c
│   ├── allfilters.c
│   ├── anlms_template.c
│   ├── arls_template.c
│   ├── asink_anullsink.c
│   ├── asrc_afdelaysrc.c
│   ├── asrc_afirsrc.c
│   ├── asrc_anoisesrc.c
│   ├── asrc_anullsrc.c
│   ├── asrc_flite.c
│   ├── asrc_hilbert.c
│   ├── asrc_sinc.c
│   ├── asrc_sine.c
│   ├── atadenoise.h
│   ├── audio.c
│   ├── audio.h
│   ├── avf_a3dscope.c
│   ├── avf_abitscope.c
│   ├── avf_ahistogram.c
│   ├── avf_aphasemeter.c
│   ├── avf_avectorscope.c
│   ├── avf_concat.c
│   ├── avf_showcqt.c
│   ├── avf_showcqt.h
│   ├── avf_showcwt.c
│   ├── avf_showfreqs.c
│   ├── avf_showspatial.c
│   ├── avf_showspectrum.c
│   ├── avf_showvolume.c
│   ├── avf_showwaves.c
│   ├── avfilter.c
│   ├── avfilter.h
│   ├── avfilter_internal.h
│   ├── avfiltergraph.c
│   ├── avfilterres.rc
│   ├── bbox.c
│   ├── bbox.h
│   ├── blend.h
│   ├── blend_modes.c
│   ├── boxblur.c
│   ├── boxblur.h
│   ├── bufferqueue.h
│   ├── buffersink.c
│   ├── buffersink.h
│   ├── buffersrc.c
│   ├── buffersrc.h
│   ├── bwdifdsp.c
│   ├── bwdifdsp.h
│   ├── ccfifo.c
│   ├── ccfifo.h
│   ├── colorchannelmixer_template.c
│   ├── colorspace.c
│   ├── colorspace.h
│   ├── colorspacedsp.c
│   ├── colorspacedsp.h
│   ├── colorspacedsp_template.c
│   ├── colorspacedsp_yuv2yuv_template.c
│   ├── convolution.h
│   ├── cuda/
│   │   ├── load_helper.c
│   │   ├── load_helper.h
│   │   └── vector_helpers.cuh
│   ├── dialoguenhance_template.c
│   ├── dnn/
│   │   ├── Makefile
│   │   ├── dnn_backend_common.c
│   │   ├── dnn_backend_common.h
│   │   ├── dnn_backend_openvino.c
│   │   ├── dnn_backend_tf.c
│   │   ├── dnn_backend_torch.cpp
│   │   ├── dnn_interface.c
│   │   ├── dnn_io_proc.c
│   │   ├── dnn_io_proc.h
│   │   ├── queue.c
│   │   ├── queue.h
│   │   ├── safe_queue.c
│   │   └── safe_queue.h
│   ├── dnn_filter_common.c
│   ├── dnn_filter_common.h
│   ├── dnn_interface.h
│   ├── drawutils.c
│   ├── drawutils.h
│   ├── ebur128.c
│   ├── ebur128.h
│   ├── edge_common.c
│   ├── edge_common.h
│   ├── edge_template.c
│   ├── f_bench.c
│   ├── f_cue.c
│   ├── f_drawgraph.c
│   ├── f_ebur128.c
│   ├── f_ebur128.h
│   ├── f_graphmonitor.c
│   ├── f_interleave.c
│   ├── f_latency.c
│   ├── f_loop.c
│   ├── f_metadata.c
│   ├── f_perms.c
│   ├── f_realtime.c
│   ├── f_reverse.c
│   ├── f_segment.c
│   ├── f_select.c
│   ├── f_sendcmd.c
│   ├── f_sidedata.c
│   ├── f_streamselect.c
│   ├── f_zmq.c
│   ├── fflcms2.c
│   ├── fflcms2.h
│   ├── file_open.c
│   ├── filters.h
│   ├── formats.c
│   ├── formats.h
│   ├── framepool.c
│   ├── framepool.h
│   ├── framequeue.c
│   ├── framequeue.h
│   ├── framerate.h
│   ├── framesync.c
│   ├── framesync.h
│   ├── gblur.h
│   ├── generate_wave_table.c
│   ├── generate_wave_table.h
│   ├── gradfun.h
│   ├── graphdump.c
│   ├── graphparser.c
│   ├── hermite.h
│   ├── hflip.h
│   ├── lavfutils.c
│   ├── lavfutils.h
│   ├── libavfilter.v
│   ├── limiter.h
│   ├── log2_tab.c
│   ├── lswsutils.c
│   ├── lswsutils.h
│   ├── lut3d.h
│   ├── maskedclamp.h
│   ├── maskedmerge.h
│   ├── median.h
│   ├── median_template.c
│   ├── metal/
│   │   ├── utils.h
│   │   ├── utils.m
│   │   └── vf_yadif_videotoolbox.metal
│   ├── motion_estimation.c
│   ├── motion_estimation.h
│   ├── ocio_wrapper.cpp
│   ├── ocio_wrapper.hpp
│   ├── opencl/
│   │   ├── .gitignore
│   │   ├── avgblur.cl
│   │   ├── colorkey.cl
│   │   ├── colorspace_common.cl
│   │   ├── convolution.cl
│   │   ├── deshake.cl
│   │   ├── neighbor.cl
│   │   ├── nlmeans.cl
│   │   ├── overlay.cl
│   │   ├── pad.cl
│   │   ├── remap.cl
│   │   ├── tonemap.cl
│   │   ├── transpose.cl
│   │   ├── unsharp.cl
│   │   └── xfade.cl
│   ├── opencl.c
│   ├── opencl.h
│   ├── opencl_source.h
│   ├── palette.c
│   ├── palette.h
│   ├── perlin.c
│   ├── perlin.h
│   ├── phase_template.c
│   ├── preserve_color.h
│   ├── psnr.c
│   ├── psnr.h
│   ├── pthread.c
│   ├── qp_table.c
│   ├── qp_table.h
│   ├── qrencode.c
│   ├── qsvvpp.c
│   ├── qsvvpp.h
│   ├── removegrain.h
│   ├── riscv/
│   │   ├── Makefile
│   │   ├── af_afir_init.c
│   │   ├── af_afir_rvv.S
│   │   ├── cpu_common.c
│   │   ├── vf_blackdetect_init.c
│   │   └── vf_blackdetect_rvv.S
│   ├── scale_eval.c
│   ├── scale_eval.h
│   ├── scene_sad.c
│   ├── scene_sad.h
│   ├── setpts.c
│   ├── settb.c
│   ├── signature.h
│   ├── signature_lookup.c
│   ├── silenceremove_template.c
│   ├── split.c
│   ├── src_avsynctest.c
│   ├── src_movie.c
│   ├── ssim.h
│   ├── stack_internal.c
│   ├── stack_internal.h
│   ├── stereo3d.h
│   ├── tests/
│   │   ├── .gitignore
│   │   ├── drawutils.c
│   │   ├── drawvg.c
│   │   ├── filtfmts.c
│   │   ├── formats.c
│   │   └── integral.c
│   ├── textutils.c
│   ├── textutils.h
│   ├── threshold.h
│   ├── tinterlace.h
│   ├── transform.c
│   ├── transform.h
│   ├── transpose.h
│   ├── trim.c
│   ├── v360.h
│   ├── vaapi_vpp.c
│   ├── vaapi_vpp.h
│   ├── vaf_spectrumsynth.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── vf_addroi.c
│   ├── vf_alphamerge.c
│   ├── vf_amf_common.c
│   ├── vf_amf_common.h
│   ├── vf_amplify.c
│   ├── vf_aspect.c
│   ├── vf_atadenoise.c
│   ├── vf_avgblur.c
│   ├── vf_avgblur_opencl.c
│   ├── vf_avgblur_vulkan.c
│   ├── vf_backgroundkey.c
│   ├── vf_bbox.c
│   ├── vf_bilateral.c
│   ├── vf_bilateral_cuda.c
│   ├── vf_bilateral_cuda.cu
│   ├── vf_bitplanenoise.c
│   ├── vf_blackdetect.c
│   ├── vf_blackdetect.h
│   ├── vf_blackdetect_vulkan.c
│   ├── vf_blackframe.c
│   ├── vf_blend.c
│   ├── vf_blend_init.h
│   ├── vf_blend_vulkan.c
│   ├── vf_blockdetect.c
│   ├── vf_blurdetect.c
│   ├── vf_bm3d.c
│   ├── vf_boxblur.c
│   ├── vf_bwdif.c
│   ├── vf_bwdif_cuda.c
│   ├── vf_bwdif_cuda.cu
│   ├── vf_bwdif_vulkan.c
│   ├── vf_cas.c
│   ├── vf_ccrepack.c
│   ├── vf_chromaber_vulkan.c
│   ├── vf_chromakey.c
│   ├── vf_chromakey_cuda.c
│   ├── vf_chromakey_cuda.cu
│   ├── vf_chromanr.c
│   ├── vf_chromashift.c
│   ├── vf_ciescope.c
│   ├── vf_codecview.c
│   ├── vf_colorbalance.c
│   ├── vf_colorchannelmixer.c
│   ├── vf_colorconstancy.c
│   ├── vf_colorcontrast.c
│   ├── vf_colorcorrect.c
│   ├── vf_colordetect.c
│   ├── vf_colordetectdsp.h
│   ├── vf_colorize.c
│   ├── vf_colorkey.c
│   ├── vf_colorkey_opencl.c
│   ├── vf_colorlevels.c
│   ├── vf_colormap.c
│   ├── vf_colormatrix.c
│   ├── vf_colorspace.c
│   ├── vf_colorspace_cuda.c
│   ├── vf_colorspace_cuda.cu
│   ├── vf_colortemperature.c
│   ├── vf_convolution.c
│   ├── vf_convolution_opencl.c
│   ├── vf_convolve.c
│   ├── vf_copy.c
│   ├── vf_coreimage.m
│   ├── vf_corr.c
│   ├── vf_cover_rect.c
│   ├── vf_crop.c
│   ├── vf_cropdetect.c
│   ├── vf_curves.c
│   ├── vf_datascope.c
│   ├── vf_dblur.c
│   ├── vf_dctdnoiz.c
│   ├── vf_deband.c
│   ├── vf_deblock.c
│   ├── vf_decimate.c
│   ├── vf_dedot.c
│   ├── vf_deflicker.c
│   ├── vf_deinterlace_d3d12.c
│   ├── vf_deinterlace_vaapi.c
│   ├── vf_dejudder.c
│   ├── vf_delogo.c
│   ├── vf_derain.c
│   ├── vf_deshake.c
│   ├── vf_deshake_opencl.c
│   ├── vf_despill.c
│   ├── vf_detelecine.c
│   ├── vf_displace.c
│   ├── vf_dnn_classify.c
│   ├── vf_dnn_detect.c
│   ├── vf_dnn_processing.c
│   ├── vf_drawbox.c
│   ├── vf_drawbox_vaapi.c
│   ├── vf_drawtext.c
│   ├── vf_drawvg.c
│   ├── vf_edgedetect.c
│   ├── vf_elbg.c
│   ├── vf_entropy.c
│   ├── vf_epx.c
│   ├── vf_eq.c
│   ├── vf_eq.h
│   ├── vf_estdif.c
│   ├── vf_exposure.c
│   ├── vf_extractplanes.c
│   ├── vf_fade.c
│   ├── vf_feedback.c
│   ├── vf_fftdnoiz.c
│   ├── vf_fftfilt.c
│   ├── vf_field.c
│   ├── vf_fieldhint.c
│   ├── vf_fieldmatch.c
│   ├── vf_fieldorder.c
│   ├── vf_fillborders.c
│   ├── vf_find_rect.c
│   ├── vf_flip_vulkan.c
│   ├── vf_floodfill.c
│   ├── vf_format.c
│   ├── vf_fps.c
│   ├── vf_framepack.c
│   ├── vf_framerate.c
│   ├── vf_framestep.c
│   ├── vf_frc_amf.c
│   ├── vf_freezedetect.c
│   ├── vf_freezeframes.c
│   ├── vf_frei0r.c
│   ├── vf_fspp.c
│   ├── vf_fsppdsp.c
│   ├── vf_fsppdsp.h
│   ├── vf_fsync.c
│   ├── vf_gblur.c
│   ├── vf_gblur_init.h
│   ├── vf_gblur_vulkan.c
│   ├── vf_geq.c
│   ├── vf_gradfun.c
│   ├── vf_grayworld.c
│   ├── vf_guided.c
│   ├── vf_hflip.c
│   ├── vf_hflip_init.h
│   ├── vf_histeq.c
│   ├── vf_histogram.c
│   ├── vf_hqdn3d.c
│   ├── vf_hqdn3d.h
│   ├── vf_hqx.c
│   ├── vf_hsvkey.c
│   ├── vf_hue.c
│   ├── vf_huesaturation.c
│   ├── vf_hwdownload.c
│   ├── vf_hwmap.c
│   ├── vf_hwupload.c
│   ├── vf_hwupload_cuda.c
│   ├── vf_hysteresis.c
│   ├── vf_iccdetect.c
│   ├── vf_iccgen.c
│   ├── vf_identity.c
│   ├── vf_idet.c
│   ├── vf_idetdsp.c
│   ├── vf_idetdsp.h
│   ├── vf_il.c
│   ├── vf_interlace_vulkan.c
│   ├── vf_kerndeint.c
│   ├── vf_lagfun.c
│   ├── vf_lcevc.c
│   ├── vf_lenscorrection.c
│   ├── vf_lensfun.c
│   ├── vf_libopencv.c
│   ├── vf_libplacebo.c
│   ├── vf_libvmaf.c
│   ├── vf_limitdiff.c
│   ├── vf_limiter.c
│   ├── vf_lumakey.c
│   ├── vf_lut.c
│   ├── vf_lut2.c
│   ├── vf_lut3d.c
│   ├── vf_maskedclamp.c
│   ├── vf_maskedmerge.c
│   ├── vf_maskedminmax.c
│   ├── vf_maskedthreshold.c
│   ├── vf_maskfun.c
│   ├── vf_mcdeint.c
│   ├── vf_median.c
│   ├── vf_mergeplanes.c
│   ├── vf_mestimate.c
│   ├── vf_mestimate_d3d12.c
│   ├── vf_midequalizer.c
│   ├── vf_minterpolate.c
│   ├── vf_misc_vaapi.c
│   ├── vf_mix.c
│   ├── vf_monochrome.c
│   ├── vf_morpho.c
│   ├── vf_mpdecimate.c
│   ├── vf_multiply.c
│   ├── vf_negate.c
│   ├── vf_neighbor.c
│   ├── vf_neighbor_opencl.c
│   ├── vf_nlmeans.c
│   ├── vf_nlmeans.h
│   ├── vf_nlmeans_init.h
│   ├── vf_nlmeans_opencl.c
│   ├── vf_nlmeans_vulkan.c
│   ├── vf_nnedi.c
│   ├── vf_noise.c
│   ├── vf_noise.h
│   ├── vf_normalize.c
│   ├── vf_null.c
│   ├── vf_ocr.c
│   ├── vf_opencolorio.c
│   ├── vf_overlay.c
│   ├── vf_overlay.h
│   ├── vf_overlay_cuda.c
│   ├── vf_overlay_cuda.cu
│   ├── vf_overlay_opencl.c
│   ├── vf_overlay_qsv.c
│   ├── vf_overlay_vaapi.c
│   ├── vf_overlay_vulkan.c
│   ├── vf_owdenoise.c
│   ├── vf_pad.c
│   ├── vf_pad_cuda.c
│   ├── vf_pad_cuda.cu
│   ├── vf_pad_opencl.c
│   ├── vf_pad_vaapi.c
│   ├── vf_palettegen.c
│   ├── vf_paletteuse.c
│   ├── vf_perspective.c
│   ├── vf_phase.c
│   ├── vf_photosensitivity.c
│   ├── vf_pixdesctest.c
│   ├── vf_pixelize.c
│   ├── vf_pp7.c
│   ├── vf_pp7dsp.h
│   ├── vf_premultiply.c
│   ├── vf_procamp_vaapi.c
│   ├── vf_program_opencl.c
│   ├── vf_pseudocolor.c
│   ├── vf_psnr.c
│   ├── vf_pullup.c
│   ├── vf_pullup.h
│   ├── vf_qp.c
│   ├── vf_quirc.c
│   ├── vf_random.c
│   ├── vf_readeia608.c
│   ├── vf_readvitc.c
│   ├── vf_remap.c
│   ├── vf_remap_opencl.c
│   ├── vf_removegrain.c
│   ├── vf_removelogo.c
│   ├── vf_repeatfields.c
│   ├── vf_rotate.c
│   ├── vf_sab.c
│   ├── vf_scale.c
│   ├── vf_scale_cuda.c
│   ├── vf_scale_cuda.cu
│   ├── vf_scale_cuda.h
│   ├── vf_scale_d3d11.c
│   ├── vf_scale_d3d12.c
│   ├── vf_scale_npp.c
│   ├── vf_scale_vaapi.c
│   ├── vf_scale_vt.c
│   ├── vf_scale_vulkan.c
│   ├── vf_scdet.c
│   ├── vf_scdet_vulkan.c
│   ├── vf_scroll.c
│   ├── vf_selectivecolor.c
│   ├── vf_separatefields.c
│   ├── vf_setparams.c
│   ├── vf_sharpen_npp.c
│   ├── vf_shear.c
│   ├── vf_showinfo.c
│   ├── vf_showpalette.c
│   ├── vf_shuffleframes.c
│   ├── vf_shufflepixels.c
│   ├── vf_shuffleplanes.c
│   ├── vf_signalstats.c
│   ├── vf_signature.c
│   ├── vf_siti.c
│   ├── vf_smartblur.c
│   ├── vf_spp.c
│   ├── vf_spp.h
│   ├── vf_sr.c
│   ├── vf_sr_amf.c
│   ├── vf_ssim.c
│   ├── vf_ssim360.c
│   ├── vf_stack.c
│   ├── vf_stack_qsv.c
│   ├── vf_stack_vaapi.c
│   ├── vf_stereo3d.c
│   ├── vf_subtitles.c
│   ├── vf_super2xsai.c
│   ├── vf_swaprect.c
│   ├── vf_swapuv.c
│   ├── vf_telecine.c
│   ├── vf_threshold.c
│   ├── vf_threshold_init.h
│   ├── vf_thumbnail.c
│   ├── vf_thumbnail_cuda.c
│   ├── vf_thumbnail_cuda.cu
│   ├── vf_tile.c
│   ├── vf_tiltandshift.c
│   ├── vf_tinterlace.c
│   ├── vf_tmidequalizer.c
│   ├── vf_tonemap.c
│   ├── vf_tonemap_opencl.c
│   ├── vf_tonemap_vaapi.c
│   ├── vf_tpad.c
│   ├── vf_transpose.c
│   ├── vf_transpose_cuda.c
│   ├── vf_transpose_cuda.cu
│   ├── vf_transpose_npp.c
│   ├── vf_transpose_opencl.c
│   ├── vf_transpose_vaapi.c
│   ├── vf_transpose_vt.c
│   ├── vf_transpose_vulkan.c
│   ├── vf_unsharp.c
│   ├── vf_unsharp_opencl.c
│   ├── vf_untile.c
│   ├── vf_uspp.c
│   ├── vf_v360.c
│   ├── vf_v360_vulkan.c
│   ├── vf_vaguedenoiser.c
│   ├── vf_varblur.c
│   ├── vf_vectorscope.c
│   ├── vf_vflip.c
│   ├── vf_vfrdet.c
│   ├── vf_vibrance.c
│   ├── vf_vidstabdetect.c
│   ├── vf_vidstabtransform.c
│   ├── vf_vif.c
│   ├── vf_vignette.c
│   ├── vf_vmafmotion.c
│   ├── vf_vpp_amf.c
│   ├── vf_vpp_qsv.c
│   ├── vf_w3fdif.c
│   ├── vf_waveform.c
│   ├── vf_weave.c
│   ├── vf_xbr.c
│   ├── vf_xfade.c
│   ├── vf_xfade_opencl.c
│   ├── vf_xfade_vulkan.c
│   ├── vf_xmedian.c
│   ├── vf_xpsnr.c
│   ├── vf_yadif.c
│   ├── vf_yadif_cuda.c
│   ├── vf_yadif_cuda.cu
│   ├── vf_yadif_videotoolbox.m
│   ├── vf_yaepblur.c
│   ├── vf_zoompan.c
│   ├── vf_zscale.c
│   ├── video.c
│   ├── video.h
│   ├── vidstabutils.c
│   ├── vidstabutils.h
│   ├── vmaf_motion.h
│   ├── vsink_nullsink.c
│   ├── vsrc_amf.c
│   ├── vsrc_cellauto.c
│   ├── vsrc_ddagrab.c
│   ├── vsrc_ddagrab_shaders.h
│   ├── vsrc_gfxcapture.c
│   ├── vsrc_gfxcapture.h
│   ├── vsrc_gfxcapture_shader.h
│   ├── vsrc_gfxcapture_winrt.cpp
│   ├── vsrc_gfxcapture_winrt.hpp
│   ├── vsrc_gradients.c
│   ├── vsrc_life.c
│   ├── vsrc_mandelbrot.c
│   ├── vsrc_mptestsrc.c
│   ├── vsrc_perlin.c
│   ├── vsrc_sierpinski.c
│   ├── vsrc_testsrc.c
│   ├── vsrc_testsrc_vulkan.c
│   ├── vulkan/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── avgblur.comp.glsl
│   │   ├── blend.comp.glsl
│   │   ├── bwdif.comp.glsl
│   │   ├── chromaber.comp.glsl
│   │   ├── color.comp.glsl
│   │   ├── debayer.comp.glsl
│   │   ├── flip.comp.glsl
│   │   ├── gblur.comp.glsl
│   │   ├── interlace.comp.glsl
│   │   ├── overlay.comp.glsl
│   │   ├── scdet.comp.glsl
│   │   ├── transpose.comp.glsl
│   │   ├── v360.comp.glsl
│   │   └── xfade.comp.glsl
│   ├── vulkan.c
│   ├── vulkan_filter.c
│   ├── vulkan_filter.h
│   ├── vulkan_glslang.c
│   ├── vulkan_shaderc.c
│   ├── w3fdif.h
│   ├── window_func.h
│   ├── x86/
│   │   ├── Makefile
│   │   ├── af_afir.asm
│   │   ├── af_afir_init.c
│   │   ├── af_anlmdn.asm
│   │   ├── af_anlmdn_init.c
│   │   ├── af_volume.asm
│   │   ├── af_volume_init.c
│   │   ├── avf_showcqt.asm
│   │   ├── avf_showcqt_init.c
│   │   ├── colorspacedsp.asm
│   │   ├── colorspacedsp_init.c
│   │   ├── f_ebur128.asm
│   │   ├── f_ebur128_init.c
│   │   ├── scene_sad.asm
│   │   ├── scene_sad_init.c
│   │   ├── vf_atadenoise.asm
│   │   ├── vf_atadenoise_init.c
│   │   ├── vf_blackdetect.asm
│   │   ├── vf_blackdetect_init.c
│   │   ├── vf_blend.asm
│   │   ├── vf_blend_init.c
│   │   ├── vf_bwdif.asm
│   │   ├── vf_bwdif_init.c
│   │   ├── vf_colordetect.asm
│   │   ├── vf_colordetect_init.c
│   │   ├── vf_convolution.asm
│   │   ├── vf_convolution_init.c
│   │   ├── vf_eq.asm
│   │   ├── vf_eq_init.c
│   │   ├── vf_framerate.asm
│   │   ├── vf_framerate_init.c
│   │   ├── vf_fspp.asm
│   │   ├── vf_fspp_init.c
│   │   ├── vf_gblur.asm
│   │   ├── vf_gblur_init.c
│   │   ├── vf_gradfun.asm
│   │   ├── vf_gradfun_init.c
│   │   ├── vf_hflip.asm
│   │   ├── vf_hflip_init.c
│   │   ├── vf_hqdn3d.asm
│   │   ├── vf_hqdn3d_init.c
│   │   ├── vf_idetdsp.asm
│   │   ├── vf_idetdsp_init.c
│   │   ├── vf_interlace.asm
│   │   ├── vf_limiter.asm
│   │   ├── vf_limiter_init.c
│   │   ├── vf_lut3d.asm
│   │   ├── vf_lut3d_init.c
│   │   ├── vf_maskedclamp.asm
│   │   ├── vf_maskedclamp_init.c
│   │   ├── vf_maskedmerge.asm
│   │   ├── vf_maskedmerge_init.c
│   │   ├── vf_nlmeans.asm
│   │   ├── vf_nlmeans_init.c
│   │   ├── vf_noise.c
│   │   ├── vf_overlay.asm
│   │   ├── vf_overlay_init.c
│   │   ├── vf_pp7.asm
│   │   ├── vf_pp7_init.c
│   │   ├── vf_psnr.asm
│   │   ├── vf_psnr_init.c
│   │   ├── vf_pullup.asm
│   │   ├── vf_pullup_init.c
│   │   ├── vf_removegrain.asm
│   │   ├── vf_removegrain_init.c
│   │   ├── vf_spp.c
│   │   ├── vf_ssim.asm
│   │   ├── vf_ssim_init.c
│   │   ├── vf_stereo3d.asm
│   │   ├── vf_stereo3d_init.c
│   │   ├── vf_threshold.asm
│   │   ├── vf_threshold_init.c
│   │   ├── vf_tinterlace_init.c
│   │   ├── vf_transpose.asm
│   │   ├── vf_transpose_init.c
│   │   ├── vf_v360.asm
│   │   ├── vf_v360_init.c
│   │   ├── vf_w3fdif.asm
│   │   ├── vf_w3fdif_init.c
│   │   ├── vf_yadif.asm
│   │   ├── vf_yadif_init.c
│   │   ├── yadif-10.asm
│   │   └── yadif-16.asm
│   ├── xpsnr.h
│   ├── yadif.h
│   └── yadif_common.c
├── libavformat/
│   ├── .gitignore
│   ├── 3dostr.c
│   ├── 4xm.c
│   ├── Makefile
│   ├── a64.c
│   ├── aacdec.c
│   ├── aadec.c
│   ├── aaxdec.c
│   ├── ac3_channel_layout_tab.c
│   ├── ac3dec.c
│   ├── ac4dec.c
│   ├── ac4enc.c
│   ├── acedec.c
│   ├── acm.c
│   ├── act.c
│   ├── adp.c
│   ├── ads.c
│   ├── adtsenc.c
│   ├── adxdec.c
│   ├── aeadec.c
│   ├── aeaenc.c
│   ├── afc.c
│   ├── aiff.c
│   ├── aiff.h
│   ├── aiffdec.c
│   ├── aiffenc.c
│   ├── aixdec.c
│   ├── allformats.c
│   ├── alp.c
│   ├── amr.c
│   ├── amvenc.c
│   ├── anm.c
│   ├── apac.c
│   ├── apc.c
│   ├── ape.c
│   ├── apetag.c
│   ├── apetag.h
│   ├── apm.c
│   ├── apngdec.c
│   ├── apngenc.c
│   ├── aptxdec.c
│   ├── apv.c
│   ├── apv.h
│   ├── apvdec.c
│   ├── apvenc.c
│   ├── aqtitledec.c
│   ├── argo_asf.c
│   ├── argo_asf.h
│   ├── argo_brp.c
│   ├── argo_cvg.c
│   ├── asf.c
│   ├── asf.h
│   ├── asf_tags.c
│   ├── asfcrypt.c
│   ├── asfcrypt.h
│   ├── asfdec_f.c
│   ├── asfdec_o.c
│   ├── asfenc.c
│   ├── assdec.c
│   ├── assenc.c
│   ├── ast.c
│   ├── ast.h
│   ├── astdec.c
│   ├── astenc.c
│   ├── async.c
│   ├── au.c
│   ├── av1.c
│   ├── av1.h
│   ├── av1dec.c
│   ├── avc.c
│   ├── avc.h
│   ├── avformat.c
│   ├── avformat.h
│   ├── avformat_internal.h
│   ├── avformatres.rc
│   ├── avi.h
│   ├── avidec.c
│   ├── avienc.c
│   ├── avio.c
│   ├── avio.h
│   ├── avio_internal.h
│   ├── aviobuf.c
│   ├── avisynth.c
│   ├── avlanguage.c
│   ├── avlanguage.h
│   ├── avr.c
│   ├── avs.c
│   ├── avs2dec.c
│   ├── avs3dec.c
│   ├── bethsoftvid.c
│   ├── bfi.c
│   ├── bink.c
│   ├── binka.c
│   ├── bintext.c
│   ├── bit.c
│   ├── bluray.c
│   ├── bmv.c
│   ├── boadec.c
│   ├── bonk.c
│   ├── brstm.c
│   ├── c93.c
│   ├── cache.c
│   ├── caf.c
│   ├── caf.h
│   ├── cafdec.c
│   ├── cafenc.c
│   ├── cavsvideodec.c
│   ├── cbs.c
│   ├── cbs.h
│   ├── cbs_apv.c
│   ├── cbs_av1.c
│   ├── cdg.c
│   ├── cdxl.c
│   ├── chromaprint.c
│   ├── cinedec.c
│   ├── codec2.c
│   ├── codecstring.c
│   ├── concat.c
│   ├── concatdec.c
│   ├── crcenc.c
│   ├── crypto.c
│   ├── dash.c
│   ├── dash.h
│   ├── dashdec.c
│   ├── dashenc.c
│   ├── data_uri.c
│   ├── dauddec.c
│   ├── daudenc.c
│   ├── dca_sample_rate_tab.c
│   ├── dcstr.c
│   ├── demux.c
│   ├── demux.h
│   ├── demux_utils.c
│   ├── derf.c
│   ├── dfa.c
│   ├── dfpwmdec.c
│   ├── dhav.c
│   ├── diracdec.c
│   ├── dnxhddec.c
│   ├── dovi_isom.c
│   ├── dovi_isom.h
│   ├── dsfdec.c
│   ├── dsicin.c
│   ├── dss.c
│   ├── dtsdec.c
│   ├── dtshddec.c
│   ├── dump.c
│   ├── dv.c
│   ├── dv.h
│   ├── dvbsub.c
│   ├── dvbtxt.c
│   ├── dvdclut.c
│   ├── dvdclut.h
│   ├── dvdvideodec.c
│   ├── dvenc.c
│   ├── dxa.c
│   ├── eacdata.c
│   ├── electronicarts.c
│   ├── epafdec.c
│   ├── evc.c
│   ├── evc.h
│   ├── evcdec.c
│   ├── ffjni.c
│   ├── ffmeta.h
│   ├── ffmetadec.c
│   ├── ffmetaenc.c
│   ├── fifo.c
│   ├── file.c
│   ├── file_open.c
│   ├── filmstripdec.c
│   ├── filmstripenc.c
│   ├── fitsdec.c
│   ├── fitsenc.c
│   ├── flac_picture.c
│   ├── flac_picture.h
│   ├── flacdec.c
│   ├── flacenc.c
│   ├── flacenc.h
│   ├── flacenc_header.c
│   ├── flic.c
│   ├── flv.h
│   ├── flvdec.c
│   ├── flvenc.c
│   ├── format.c
│   ├── framecrcenc.c
│   ├── framehash.c
│   ├── frmdec.c
│   ├── fsb.c
│   ├── ftp.c
│   ├── fwse.c
│   ├── g722.c
│   ├── g723_1.c
│   ├── g726.c
│   ├── g728dec.c
│   ├── g729dec.c
│   ├── gdv.c
│   ├── genh.c
│   ├── gif.c
│   ├── gifdec.c
│   ├── golomb_tab.c
│   ├── gopher.c
│   ├── gsmdec.c
│   ├── gxf.c
│   ├── gxf.h
│   ├── gxfenc.c
│   ├── h261dec.c
│   ├── h263dec.c
│   ├── h2645_parse.c
│   ├── h264dec.c
│   ├── hashenc.c
│   ├── hca.c
│   ├── hcom.c
│   ├── hdsenc.c
│   ├── hevc.c
│   ├── hevc.h
│   ├── hevcdec.c
│   ├── hls.c
│   ├── hls_sample_encryption.c
│   ├── hls_sample_encryption.h
│   ├── hlsenc.c
│   ├── hlsplaylist.c
│   ├── hlsplaylist.h
│   ├── hnm.c
│   ├── http.c
│   ├── http.h
│   ├── httpauth.c
│   ├── httpauth.h
│   ├── hxvs.c
│   ├── iamf.c
│   ├── iamf.h
│   ├── iamf_parse.c
│   ├── iamf_parse.h
│   ├── iamf_reader.c
│   ├── iamf_reader.h
│   ├── iamf_writer.c
│   ├── iamf_writer.h
│   ├── iamfdec.c
│   ├── iamfenc.c
│   ├── icecast.c
│   ├── icodec.c
│   ├── icoenc.c
│   ├── id3v1.c
│   ├── id3v1.h
│   ├── id3v2.c
│   ├── id3v2.h
│   ├── id3v2enc.c
│   ├── idcin.c
│   ├── idroqdec.c
│   ├── idroqenc.c
│   ├── iff.c
│   ├── ifv.c
│   ├── ilbc.c
│   ├── imf.h
│   ├── imf_cpl.c
│   ├── imfdec.c
│   ├── img2.c
│   ├── img2.h
│   ├── img2_alias_pix.c
│   ├── img2_brender_pix.c
│   ├── img2dec.c
│   ├── img2enc.c
│   ├── imx.c
│   ├── ingenientdec.c
│   ├── internal.h
│   ├── ip.c
│   ├── ip.h
│   ├── ipfsgateway.c
│   ├── ipmovie.c
│   ├── ipudec.c
│   ├── ircam.c
│   ├── ircam.h
│   ├── ircamdec.c
│   ├── ircamenc.c
│   ├── isom.c
│   ├── isom.h
│   ├── isom_tags.c
│   ├── iss.c
│   ├── iv8.c
│   ├── ivfdec.c
│   ├── ivfenc.c
│   ├── jacosubdec.c
│   ├── jacosubenc.c
│   ├── jpegtables.c
│   ├── jpegxl_anim_dec.c
│   ├── jpegxl_parse.c
│   ├── jvdec.c
│   ├── kvag.c
│   ├── lafdec.c
│   ├── latmenc.c
│   ├── lc3.c
│   ├── lcevc.c
│   ├── lcevc.h
│   ├── lcevctab.c
│   ├── libamqp.c
│   ├── libavformat.v
│   ├── libgme.c
│   ├── libmodplug.c
│   ├── libopenmpt.c
│   ├── librist.c
│   ├── librtmp.c
│   ├── libsmbclient.c
│   ├── libsrt.c
│   ├── libssh.c
│   ├── libzmq.c
│   ├── lmlm4.c
│   ├── loasdec.c
│   ├── log2_tab.c
│   ├── lrc.c
│   ├── lrc.h
│   ├── lrcdec.c
│   ├── lrcenc.c
│   ├── luodatdec.c
│   ├── lvfdec.c
│   ├── lxfdec.c
│   ├── m4vdec.c
│   ├── matroska.c
│   ├── matroska.h
│   ├── matroskadec.c
│   ├── matroskaenc.c
│   ├── mca.c
│   ├── mccdec.c
│   ├── mccenc.c
│   ├── md5proto.c
│   ├── metadata.c
│   ├── metadata.h
│   ├── mgsts.c
│   ├── microdvddec.c
│   ├── microdvdenc.c
│   ├── mj2kdec.c
│   ├── mkvtimestamp_v2.c
│   ├── mlpdec.c
│   ├── mlvdec.c
│   ├── mm.c
│   ├── mmf.c
│   ├── mms.c
│   ├── mms.h
│   ├── mmsh.c
│   ├── mmst.c
│   ├── mods.c
│   ├── moflex.c
│   ├── mov.c
│   ├── mov_chan.c
│   ├── mov_chan.h
│   ├── mov_esds.c
│   ├── movenc.c
│   ├── movenc.h
│   ├── movenc_ttml.c
│   ├── movenc_ttml.h
│   ├── movenccenc.c
│   ├── movenccenc.h
│   ├── movenchint.c
│   ├── mp3dec.c
│   ├── mp3enc.c
│   ├── mpc.c
│   ├── mpc8.c
│   ├── mpeg.c
│   ├── mpeg.h
│   ├── mpeg4audio_sample_rates.c
│   ├── mpegaudiotabs.c
│   ├── mpegenc.c
│   ├── mpegts.c
│   ├── mpegts.h
│   ├── mpegtsenc.c
│   ├── mpegvideodec.c
│   ├── mpjpeg.c
│   ├── mpjpegdec.c
│   ├── mpl2dec.c
│   ├── mpsubdec.c
│   ├── msf.c
│   ├── msnwc_tcp.c
│   ├── mspdec.c
│   ├── mtaf.c
│   ├── mtv.c
│   ├── musx.c
│   ├── mux.c
│   ├── mux.h
│   ├── mux_utils.c
│   ├── mvdec.c
│   ├── mvi.c
│   ├── mxf.c
│   ├── mxf.h
│   ├── mxfdec.c
│   ├── mxfenc.c
│   ├── mxg.c
│   ├── nal.c
│   ├── nal.h
│   ├── ncdec.c
│   ├── network.c
│   ├── network.h
│   ├── nistspheredec.c
│   ├── nspdec.c
│   ├── nsvdec.c
│   ├── nullenc.c
│   ├── nut.c
│   ├── nut.h
│   ├── nutdec.c
│   ├── nutenc.c
│   ├── nuv.c
│   ├── oggdec.c
│   ├── oggdec.h
│   ├── oggenc.c
│   ├── oggparsecelt.c
│   ├── oggparsedirac.c
│   ├── oggparseflac.c
│   ├── oggparseogm.c
│   ├── oggparseopus.c
│   ├── oggparseskeleton.c
│   ├── oggparsespeex.c
│   ├── oggparsetheora.c
│   ├── oggparsevorbis.c
│   ├── oggparsevp8.c
│   ├── oma.c
│   ├── oma.h
│   ├── omadec.c
│   ├── omaenc.c
│   ├── options.c
│   ├── options_table.h
│   ├── opus_frame_duration_tab.c
│   ├── os_support.c
│   ├── os_support.h
│   ├── osq.c
│   ├── paf.c
│   ├── pcm.c
│   ├── pcm.h
│   ├── pcmdec.c
│   ├── pcmenc.c
│   ├── pdvdec.c
│   ├── pdvenc.c
│   ├── pjsdec.c
│   ├── pmpdec.c
│   ├── pp_bnk.c
│   ├── prompeg.c
│   ├── protocols.c
│   ├── psxstr.c
│   ├── pva.c
│   ├── pvfdec.c
│   ├── qcp.c
│   ├── qoadec.c
│   ├── qtpalette.c
│   ├── qtpalette.h
│   ├── r3d.c
│   ├── rangecoder_dec.c
│   ├── rawdec.c
│   ├── rawdec.h
│   ├── rawenc.c
│   ├── rawenc.h
│   ├── rawutils.c
│   ├── rawutils.h
│   ├── rawvideodec.c
│   ├── rcwtdec.c
│   ├── rcwtenc.c
│   ├── rdt.c
│   ├── rdt.h
│   ├── realtextdec.c
│   ├── redspark.c
│   ├── replaygain.c
│   ├── replaygain.h
│   ├── riff.c
│   ├── riff.h
│   ├── riffdec.c
│   ├── riffenc.c
│   ├── riscv/
│   │   ├── Makefile
│   │   └── cpu_common.c
│   ├── rka.c
│   ├── rl2.c
│   ├── rm.c
│   ├── rm.h
│   ├── rmdec.c
│   ├── rmenc.c
│   ├── rmsipr.c
│   ├── rmsipr.h
│   ├── rpl.c
│   ├── rsd.c
│   ├── rso.c
│   ├── rso.h
│   ├── rsodec.c
│   ├── rsoenc.c
│   ├── rtmp.h
│   ├── rtmpcrypt.c
│   ├── rtmpcrypt.h
│   ├── rtmpdh.c
│   ├── rtmpdh.h
│   ├── rtmpdigest.c
│   ├── rtmphttp.c
│   ├── rtmppkt.c
│   ├── rtmppkt.h
│   ├── rtmpproto.c
│   ├── rtp.c
│   ├── rtp.h
│   ├── rtp_av1.h
│   ├── rtpdec.c
│   ├── rtpdec.h
│   ├── rtpdec_ac3.c
│   ├── rtpdec_amr.c
│   ├── rtpdec_asf.c
│   ├── rtpdec_av1.c
│   ├── rtpdec_dv.c
│   ├── rtpdec_formats.h
│   ├── rtpdec_g726.c
│   ├── rtpdec_h261.c
│   ├── rtpdec_h263.c
│   ├── rtpdec_h263_rfc2190.c
│   ├── rtpdec_h264.c
│   ├── rtpdec_hevc.c
│   ├── rtpdec_ilbc.c
│   ├── rtpdec_jpeg.c
│   ├── rtpdec_latm.c
│   ├── rtpdec_mpa_robust.c
│   ├── rtpdec_mpeg12.c
│   ├── rtpdec_mpeg4.c
│   ├── rtpdec_mpegts.c
│   ├── rtpdec_opus.c
│   ├── rtpdec_qcelp.c
│   ├── rtpdec_qdm2.c
│   ├── rtpdec_qt.c
│   ├── rtpdec_rfc4175.c
│   ├── rtpdec_svq3.c
│   ├── rtpdec_vc2hq.c
│   ├── rtpdec_vp8.c
│   ├── rtpdec_vp9.c
│   ├── rtpdec_xiph.c
│   ├── rtpenc.c
│   ├── rtpenc.h
│   ├── rtpenc_aac.c
│   ├── rtpenc_amr.c
│   ├── rtpenc_av1.c
│   ├── rtpenc_chain.c
│   ├── rtpenc_chain.h
│   ├── rtpenc_h261.c
│   ├── rtpenc_h263.c
│   ├── rtpenc_h263_rfc2190.c
│   ├── rtpenc_h264_hevc.c
│   ├── rtpenc_jpeg.c
│   ├── rtpenc_latm.c
│   ├── rtpenc_mpegts.c
│   ├── rtpenc_mpv.c
│   ├── rtpenc_rfc4175.c
│   ├── rtpenc_vc2hq.c
│   ├── rtpenc_vp8.c
│   ├── rtpenc_vp9.c
│   ├── rtpenc_xiph.c
│   ├── rtpproto.c
│   ├── rtpproto.h
│   ├── rtsp.c
│   ├── rtsp.h
│   ├── rtspcodes.h
│   ├── rtspdec.c
│   ├── rtspenc.c
│   ├── s337m.c
│   ├── samidec.c
│   ├── sapdec.c
│   ├── sapenc.c
│   ├── sauce.c
│   ├── sauce.h
│   ├── sbcdec.c
│   ├── sbgdec.c
│   ├── sccdec.c
│   ├── sccenc.c
│   ├── scd.c
│   ├── sctp.c
│   ├── sdns.c
│   ├── sdp.c
│   ├── sdr2.c
│   ├── sdsdec.c
│   ├── sdxdec.c
│   ├── seek.c
│   ├── segafilm.c
│   ├── segafilmenc.c
│   ├── segment.c
│   ├── serdec.c
│   ├── sga.c
│   ├── shortendec.c
│   ├── sierravmd.c
│   ├── siff.c
│   ├── smacker.c
│   ├── smjpeg.c
│   ├── smjpeg.h
│   ├── smjpegdec.c
│   ├── smjpegenc.c
│   ├── smoothstreamingenc.c
│   ├── smush.c
│   ├── sol.c
│   ├── sox.h
│   ├── soxdec.c
│   ├── soxenc.c
│   ├── spdif.c
│   ├── spdif.h
│   ├── spdifdec.c
│   ├── spdifenc.c
│   ├── srtdec.c
│   ├── srtenc.c
│   ├── srtp.c
│   ├── srtp.h
│   ├── srtpproto.c
│   ├── stldec.c
│   ├── subfile.c
│   ├── subtitles.c
│   ├── subtitles.h
│   ├── subviewer1dec.c
│   ├── subviewerdec.c
│   ├── supdec.c
│   ├── supenc.c
│   ├── svag.c
│   ├── svs.c
│   ├── swf.c
│   ├── swf.h
│   ├── swfdec.c
│   ├── swfenc.c
│   ├── takdec.c
│   ├── tcp.c
│   ├── tedcaptionsdec.c
│   ├── tee.c
│   ├── tee_common.c
│   ├── tee_common.h
│   ├── teeproto.c
│   ├── tests/
│   │   ├── .gitignore
│   │   ├── fifo_muxer.c
│   │   ├── id3v2.c
│   │   ├── imf.c
│   │   ├── movenc.c
│   │   ├── noproxy.c
│   │   ├── rtmpdh.c
│   │   ├── seek.c
│   │   ├── seek_utils.c
│   │   ├── srtp.c
│   │   └── url.c
│   ├── thp.c
│   ├── tiertexseq.c
│   ├── tls.c
│   ├── tls.h
│   ├── tls_gnutls.c
│   ├── tls_libtls.c
│   ├── tls_mbedtls.c
│   ├── tls_openssl.c
│   ├── tls_schannel.c
│   ├── tls_securetransport.c
│   ├── tmv.c
│   ├── to_upper4.c
│   ├── tta.c
│   ├── ttaenc.c
│   ├── ttmlenc.c
│   ├── ttmlenc.h
│   ├── tty.c
│   ├── txd.c
│   ├── ty.c
│   ├── udp.c
│   ├── uncodedframecrcenc.c
│   ├── unix.c
│   ├── url.c
│   ├── url.h
│   ├── urldecode.c
│   ├── urldecode.h
│   ├── usmdec.c
│   ├── utils.c
│   ├── vag.c
│   ├── vapoursynth.c
│   ├── vc1dec.c
│   ├── vc1test.c
│   ├── vc1testenc.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── vividas.c
│   ├── vivo.c
│   ├── voc.c
│   ├── voc.h
│   ├── voc_packet.c
│   ├── vocdec.c
│   ├── vocenc.c
│   ├── vorbiscomment.c
│   ├── vorbiscomment.h
│   ├── vpcc.c
│   ├── vpcc.h
│   ├── vpk.c
│   ├── vplayerdec.c
│   ├── vqf.c
│   ├── vvc.c
│   ├── vvc.h
│   ├── vvcdec.c
│   ├── w64.c
│   ├── w64.h
│   ├── wady.c
│   ├── wavarc.c
│   ├── wavdec.c
│   ├── wavenc.c
│   ├── wc3movie.c
│   ├── webm_chunk.c
│   ├── webmdashenc.c
│   ├── webp_anim_dec.c
│   ├── webpenc.c
│   ├── webvttdec.c
│   ├── webvttenc.c
│   ├── westwood_aud.c
│   ├── westwood_audenc.c
│   ├── westwood_vqa.c
│   ├── whip.c
│   ├── wsddec.c
│   ├── wtv.h
│   ├── wtv_common.c
│   ├── wtvdec.c
│   ├── wtvenc.c
│   ├── wv.c
│   ├── wv.h
│   ├── wvdec.c
│   ├── wvedec.c
│   ├── wvenc.c
│   ├── xa.c
│   ├── xmd.c
│   ├── xmv.c
│   ├── xvag.c
│   ├── xwma.c
│   ├── yop.c
│   ├── yuv4mpeg.h
│   ├── yuv4mpegdec.c
│   └── yuv4mpegenc.c
├── libavutil/
│   ├── .gitignore
│   ├── Makefile
│   ├── aarch64/
│   │   ├── Makefile
│   │   ├── asm.S
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── cpu_sme.S
│   │   ├── cpu_sve.S
│   │   ├── crc.S
│   │   ├── crc.h
│   │   ├── float_dsp_init.c
│   │   ├── float_dsp_neon.S
│   │   ├── intreadwrite.h
│   │   ├── neontest.h
│   │   ├── pixelutils.h
│   │   ├── pixelutils_neon.S
│   │   ├── timer.h
│   │   ├── tx_float_init.c
│   │   └── tx_float_neon.S
│   ├── adler32.c
│   ├── adler32.h
│   ├── aes.c
│   ├── aes.h
│   ├── aes_ctr.c
│   ├── aes_ctr.h
│   ├── aes_internal.h
│   ├── ambient_viewing_environment.c
│   ├── ambient_viewing_environment.h
│   ├── arm/
│   │   ├── Makefile
│   │   ├── asm.S
│   │   ├── bswap.h
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── float_dsp_arm.h
│   │   ├── float_dsp_init_arm.c
│   │   ├── float_dsp_init_neon.c
│   │   ├── float_dsp_init_vfp.c
│   │   ├── float_dsp_neon.S
│   │   ├── float_dsp_vfp.S
│   │   ├── intmath.h
│   │   ├── neontest.h
│   │   ├── pixelutils.h
│   │   ├── pixelutils_armv6.S
│   │   └── timer.h
│   ├── attributes.h
│   ├── attributes_internal.h
│   ├── audio_fifo.c
│   ├── audio_fifo.h
│   ├── avassert.h
│   ├── avsscanf.c
│   ├── avstring.c
│   ├── avstring.h
│   ├── avutil.h
│   ├── avutilres.rc
│   ├── base64.c
│   ├── base64.h
│   ├── blowfish.c
│   ├── blowfish.h
│   ├── bprint.c
│   ├── bprint.h
│   ├── bswap.h
│   ├── buffer.c
│   ├── buffer.h
│   ├── buffer_internal.h
│   ├── camellia.c
│   ├── camellia.h
│   ├── cast5.c
│   ├── cast5.h
│   ├── channel_layout.c
│   ├── channel_layout.h
│   ├── colorspace.h
│   ├── common.h
│   ├── container_fifo.c
│   ├── container_fifo.h
│   ├── cpu.c
│   ├── cpu.h
│   ├── cpu_internal.h
│   ├── crc.c
│   ├── crc.h
│   ├── crc_internal.h
│   ├── csp.c
│   ├── csp.h
│   ├── cuda_check.h
│   ├── des.c
│   ├── des.h
│   ├── detection_bbox.c
│   ├── detection_bbox.h
│   ├── dict.c
│   ├── dict.h
│   ├── display.c
│   ├── display.h
│   ├── dovi_meta.c
│   ├── dovi_meta.h
│   ├── downmix_info.c
│   ├── downmix_info.h
│   ├── dynarray.h
│   ├── emms.h
│   ├── encryption_info.c
│   ├── encryption_info.h
│   ├── error.c
│   ├── error.h
│   ├── eval.c
│   ├── eval.h
│   ├── executor.c
│   ├── executor.h
│   ├── ffmath.h
│   ├── fifo.c
│   ├── fifo.h
│   ├── file.c
│   ├── file.h
│   ├── file_open.c
│   ├── file_open.h
│   ├── film_grain_params.c
│   ├── film_grain_params.h
│   ├── fixed_dsp.c
│   ├── fixed_dsp.h
│   ├── float2half.c
│   ├── float2half.h
│   ├── float_dsp.c
│   ├── float_dsp.h
│   ├── float_scalarproduct.c
│   ├── frame.c
│   ├── frame.h
│   ├── getenv_utf8.h
│   ├── half2float.c
│   ├── half2float.h
│   ├── hash.c
│   ├── hash.h
│   ├── hdr_dynamic_metadata.c
│   ├── hdr_dynamic_metadata.h
│   ├── hdr_dynamic_vivid_metadata.c
│   ├── hdr_dynamic_vivid_metadata.h
│   ├── hmac.c
│   ├── hmac.h
│   ├── hwcontext.c
│   ├── hwcontext.h
│   ├── hwcontext_amf.c
│   ├── hwcontext_amf.h
│   ├── hwcontext_amf_internal.h
│   ├── hwcontext_cuda.c
│   ├── hwcontext_cuda.h
│   ├── hwcontext_cuda_internal.h
│   ├── hwcontext_d3d11va.c
│   ├── hwcontext_d3d11va.h
│   ├── hwcontext_d3d12va.c
│   ├── hwcontext_d3d12va.h
│   ├── hwcontext_d3d12va_internal.h
│   ├── hwcontext_drm.c
│   ├── hwcontext_drm.h
│   ├── hwcontext_dxva2.c
│   ├── hwcontext_dxva2.h
│   ├── hwcontext_internal.h
│   ├── hwcontext_mediacodec.c
│   ├── hwcontext_mediacodec.h
│   ├── hwcontext_oh.c
│   ├── hwcontext_oh.h
│   ├── hwcontext_opencl.c
│   ├── hwcontext_opencl.h
│   ├── hwcontext_qsv.c
│   ├── hwcontext_qsv.h
│   ├── hwcontext_stub.c
│   ├── hwcontext_vaapi.c
│   ├── hwcontext_vaapi.h
│   ├── hwcontext_vdpau.c
│   ├── hwcontext_vdpau.h
│   ├── hwcontext_videotoolbox.c
│   ├── hwcontext_videotoolbox.h
│   ├── hwcontext_vulkan.c
│   ├── hwcontext_vulkan.h
│   ├── iamf.c
│   ├── iamf.h
│   ├── imgutils.c
│   ├── imgutils.h
│   ├── imgutils_internal.h
│   ├── integer.c
│   ├── integer.h
│   ├── internal.h
│   ├── intfloat.h
│   ├── intmath.c
│   ├── intmath.h
│   ├── intreadwrite.h
│   ├── lfg.c
│   ├── lfg.h
│   ├── libavutil.v
│   ├── libm.h
│   ├── lls.c
│   ├── lls.h
│   ├── log.c
│   ├── log.h
│   ├── log2_tab.c
│   ├── loongarch/
│   │   ├── Makefile
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── loongson_intrinsics.h
│   │   └── timer.h
│   ├── lzo.c
│   ├── lzo.h
│   ├── macos_kperf.c
│   ├── macos_kperf.h
│   ├── macros.h
│   ├── mastering_display_metadata.c
│   ├── mastering_display_metadata.h
│   ├── mathematics.c
│   ├── mathematics.h
│   ├── md5.c
│   ├── md5.h
│   ├── mem.c
│   ├── mem.h
│   ├── mem_internal.h
│   ├── mips/
│   │   ├── Makefile
│   │   ├── asmdefs.h
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── float_dsp_mips.c
│   │   ├── generic_macros_msa.h
│   │   ├── intreadwrite.h
│   │   ├── libm_mips.h
│   │   ├── mmiutils.h
│   │   ├── pixelutils.h
│   │   └── pixelutils_msa.c
│   ├── motion_vector.h
│   ├── murmur3.c
│   ├── murmur3.h
│   ├── objc.h
│   ├── opt.c
│   ├── opt.h
│   ├── parseutils.c
│   ├── parseutils.h
│   ├── pca.c
│   ├── pca.h
│   ├── pixdesc.c
│   ├── pixdesc.h
│   ├── pixelutils.c
│   ├── pixelutils.h
│   ├── pixfmt.h
│   ├── ppc/
│   │   ├── Makefile
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── float_dsp_altivec.c
│   │   ├── float_dsp_altivec.h
│   │   ├── float_dsp_init.c
│   │   ├── float_dsp_vsx.c
│   │   ├── float_dsp_vsx.h
│   │   ├── intreadwrite.h
│   │   ├── timer.h
│   │   └── util_altivec.h
│   ├── qsort.h
│   ├── random_seed.c
│   ├── random_seed.h
│   ├── rational.c
│   ├── rational.h
│   ├── rc4.c
│   ├── rc4.h
│   ├── refstruct.c
│   ├── refstruct.h
│   ├── replaygain.h
│   ├── reverse.c
│   ├── reverse.h
│   ├── ripemd.c
│   ├── ripemd.h
│   ├── riscv/
│   │   ├── Makefile
│   │   ├── asm.S
│   │   ├── bswap.h
│   │   ├── bswap_rvb.S
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── cpu_common.c
│   │   ├── fixed_dsp_init.c
│   │   ├── fixed_dsp_rvv.S
│   │   ├── float_dsp_init.c
│   │   ├── float_dsp_rvv.S
│   │   ├── intmath.h
│   │   ├── lls_init.c
│   │   ├── lls_rvv.S
│   │   ├── pixelutils.h
│   │   └── pixelutils_rvv.S
│   ├── samplefmt.c
│   ├── samplefmt.h
│   ├── sfc64.h
│   ├── sha.c
│   ├── sha.h
│   ├── sha512.c
│   ├── sha512.h
│   ├── side_data.c
│   ├── side_data.h
│   ├── slicethread.c
│   ├── slicethread.h
│   ├── softfloat.h
│   ├── softfloat_ieee754.h
│   ├── softfloat_tables.h
│   ├── spherical.c
│   ├── spherical.h
│   ├── stereo3d.c
│   ├── stereo3d.h
│   ├── tablegen.h
│   ├── tdrdi.c
│   ├── tdrdi.h
│   ├── tea.c
│   ├── tea.h
│   ├── tests/
│   │   ├── .gitignore
│   │   ├── adler32.c
│   │   ├── aes.c
│   │   ├── aes_ctr.c
│   │   ├── audio_fifo.c
│   │   ├── avstring.c
│   │   ├── base64.c
│   │   ├── blowfish.c
│   │   ├── bprint.c
│   │   ├── buffer.c
│   │   ├── camellia.c
│   │   ├── cast5.c
│   │   ├── channel_layout.c
│   │   ├── color_utils.c
│   │   ├── cpu.c
│   │   ├── cpu_init.c
│   │   ├── crc.c
│   │   ├── des.c
│   │   ├── detection_bbox.c
│   │   ├── dict.c
│   │   ├── display.c
│   │   ├── encryption_info.c
│   │   ├── error.c
│   │   ├── eval.c
│   │   ├── fifo.c
│   │   ├── file.c
│   │   ├── film_grain_params.c
│   │   ├── hash.c
│   │   ├── hdr_dynamic_vivid_metadata.c
│   │   ├── hmac.c
│   │   ├── hwdevice.c
│   │   ├── imgutils.c
│   │   ├── integer.c
│   │   ├── lfg.c
│   │   ├── lls.c
│   │   ├── log.c
│   │   ├── lzo.c
│   │   ├── mathematics.c
│   │   ├── md5.c
│   │   ├── murmur3.c
│   │   ├── opt.c
│   │   ├── parseutils.c
│   │   ├── pca.c
│   │   ├── pixdesc.c
│   │   ├── pixelutils.c
│   │   ├── pixfmt_best.c
│   │   ├── random_seed.c
│   │   ├── rational.c
│   │   ├── rc4.c
│   │   ├── ripemd.c
│   │   ├── samplefmt.c
│   │   ├── sha.c
│   │   ├── sha512.c
│   │   ├── side_data_array.c
│   │   ├── softfloat.c
│   │   ├── spherical.c
│   │   ├── stereo3d.c
│   │   ├── tdrdi.c
│   │   ├── tea.c
│   │   ├── timecode.c
│   │   ├── timestamp.c
│   │   ├── tree.c
│   │   ├── twofish.c
│   │   ├── utf8.c
│   │   ├── uuid.c
│   │   ├── video_enc_params.c
│   │   └── xtea.c
│   ├── thread.h
│   ├── threadmessage.c
│   ├── threadmessage.h
│   ├── time.c
│   ├── time.h
│   ├── time_internal.h
│   ├── timecode.c
│   ├── timecode.h
│   ├── timecode_internal.c
│   ├── timecode_internal.h
│   ├── timer.h
│   ├── timestamp.c
│   ├── timestamp.h
│   ├── tree.c
│   ├── tree.h
│   ├── twofish.c
│   ├── twofish.h
│   ├── tx.c
│   ├── tx.h
│   ├── tx_double.c
│   ├── tx_float.c
│   ├── tx_int32.c
│   ├── tx_priv.h
│   ├── tx_template.c
│   ├── utils.c
│   ├── uuid.c
│   ├── uuid.h
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── video_enc_params.c
│   ├── video_enc_params.h
│   ├── video_hint.c
│   ├── video_hint.h
│   ├── vulkan.c
│   ├── vulkan.h
│   ├── vulkan_functions.h
│   ├── vulkan_glslang.c
│   ├── vulkan_loader.h
│   ├── vulkan_shaderc.c
│   ├── vulkan_spirv.h
│   ├── wasm/
│   │   ├── Makefile
│   │   └── cpu.c
│   ├── wchar_filename.h
│   ├── x86/
│   │   ├── Makefile
│   │   ├── aes.asm
│   │   ├── aes_init.c
│   │   ├── asm.h
│   │   ├── bswap.h
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── cpuid.asm
│   │   ├── crc.asm
│   │   ├── crc.h
│   │   ├── emms.asm
│   │   ├── fixed_dsp.asm
│   │   ├── fixed_dsp_init.c
│   │   ├── float_dsp.asm
│   │   ├── float_dsp_init.c
│   │   ├── imgutils.asm
│   │   ├── imgutils_init.c
│   │   ├── intmath.h
│   │   ├── intreadwrite.h
│   │   ├── lls.asm
│   │   ├── lls_init.c
│   │   ├── pixelutils.asm
│   │   ├── pixelutils.h
│   │   ├── timer.h
│   │   ├── tx_float.asm
│   │   ├── tx_float_init.c
│   │   ├── w64xmmtest.h
│   │   ├── x86inc.asm
│   │   └── x86util.asm
│   ├── xga_font_data.c
│   ├── xga_font_data.h
│   ├── xtea.c
│   ├── xtea.h
│   └── zlib_utils.h
├── libswresample/
│   ├── Makefile
│   ├── aarch64/
│   │   ├── Makefile
│   │   ├── audio_convert_init.c
│   │   ├── audio_convert_neon.S
│   │   ├── neontest.c
│   │   ├── resample.S
│   │   └── resample_init.c
│   ├── arm/
│   │   ├── Makefile
│   │   ├── audio_convert_init.c
│   │   ├── audio_convert_neon.S
│   │   ├── neontest.c
│   │   ├── resample.S
│   │   └── resample_init.c
│   ├── audioconvert.c
│   ├── audioconvert.h
│   ├── dither.c
│   ├── dither_template.c
│   ├── libswresample.v
│   ├── log2_tab.c
│   ├── noise_shaping_data.c
│   ├── options.c
│   ├── rematrix.c
│   ├── rematrix_template.c
│   ├── resample.c
│   ├── resample.h
│   ├── resample_dsp.c
│   ├── resample_template.c
│   ├── soxr_resample.c
│   ├── swresample.c
│   ├── swresample.h
│   ├── swresample_frame.c
│   ├── swresample_internal.h
│   ├── swresampleres.rc
│   ├── tests/
│   │   ├── .gitignore
│   │   └── swresample.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   └── x86/
│       ├── Makefile
│       ├── audio_convert.asm
│       ├── audio_convert_init.c
│       ├── rematrix.asm
│       ├── rematrix_init.c
│       ├── resample.asm
│       ├── resample_init.c
│       └── w64xmmtest.c
├── libswscale/
│   ├── Makefile
│   ├── aarch64/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── asm-offsets.h
│   │   ├── hscale.S
│   │   ├── input.S
│   │   ├── ops.c
│   │   ├── ops_asmgen.c
│   │   ├── ops_entries.c
│   │   ├── ops_impl.c
│   │   ├── ops_impl.h
│   │   ├── ops_impl_conv.c
│   │   ├── ops_lookup.h
│   │   ├── output.S
│   │   ├── range_convert_neon.S
│   │   ├── rasm.c
│   │   ├── rasm.h
│   │   ├── rasm_print.c
│   │   ├── rgb2rgb.c
│   │   ├── rgb2rgb_neon.S
│   │   ├── swscale.c
│   │   ├── swscale_unscaled.c
│   │   ├── swscale_unscaled_neon.S
│   │   ├── xyz2rgb_neon.S
│   │   └── yuv2rgb_neon.S
│   ├── alphablend.c
│   ├── arm/
│   │   ├── Makefile
│   │   ├── hscale.S
│   │   ├── output.S
│   │   ├── rgb2yuv_neon_16.S
│   │   ├── rgb2yuv_neon_32.S
│   │   ├── rgb2yuv_neon_common.S
│   │   ├── swscale.c
│   │   ├── swscale_unscaled.c
│   │   └── yuv2rgb_neon.S
│   ├── bayer_template.c
│   ├── cms.c
│   ├── cms.h
│   ├── csputils.c
│   ├── csputils.h
│   ├── filters.c
│   ├── filters.h
│   ├── format.c
│   ├── format.h
│   ├── framepool.c
│   ├── gamma.c
│   ├── graph.c
│   ├── graph.h
│   ├── half2float.c
│   ├── hscale.c
│   ├── hscale_fast_bilinear.c
│   ├── input.c
│   ├── libswscale.v
│   ├── log2_tab.c
│   ├── loongarch/
│   │   ├── Makefile
│   │   ├── input.S
│   │   ├── input_lasx.c
│   │   ├── input_lsx.c
│   │   ├── output.S
│   │   ├── output_lasx.c
│   │   ├── output_lsx.c
│   │   ├── rgb2rgb_lasx.c
│   │   ├── swscale.S
│   │   ├── swscale_init_loongarch.c
│   │   ├── swscale_lasx.c
│   │   ├── swscale_loongarch.h
│   │   ├── swscale_lsx.c
│   │   ├── yuv2rgb_lasx.c
│   │   └── yuv2rgb_lsx.c
│   ├── lut3d.c
│   ├── lut3d.h
│   ├── ops.c
│   ├── ops.h
│   ├── ops_backend.c
│   ├── ops_backend.h
│   ├── ops_chain.c
│   ├── ops_chain.h
│   ├── ops_dispatch.c
│   ├── ops_dispatch.h
│   ├── ops_internal.h
│   ├── ops_memcpy.c
│   ├── ops_optimizer.c
│   ├── ops_tmpl_common.c
│   ├── ops_tmpl_float.c
│   ├── ops_tmpl_int.c
│   ├── options.c
│   ├── output.c
│   ├── ppc/
│   │   ├── Makefile
│   │   ├── swscale_altivec.c
│   │   ├── swscale_ppc_template.c
│   │   ├── swscale_vsx.c
│   │   ├── yuv2rgb_altivec.c
│   │   ├── yuv2rgb_altivec.h
│   │   └── yuv2yuv_altivec.c
│   ├── rgb2rgb.c
│   ├── rgb2rgb.h
│   ├── rgb2rgb_template.c
│   ├── riscv/
│   │   ├── Makefile
│   │   ├── cpu_common.c
│   │   ├── input_rvv.S
│   │   ├── range_rvv.S
│   │   ├── rgb2rgb.c
│   │   ├── rgb2rgb_rvb.S
│   │   ├── rgb2rgb_rvv.S
│   │   └── swscale.c
│   ├── slice.c
│   ├── swscale.c
│   ├── swscale.h
│   ├── swscale_internal.h
│   ├── swscale_unscaled.c
│   ├── swscaleres.rc
│   ├── tests/
│   │   ├── .gitignore
│   │   ├── colorspace.c
│   │   ├── floatimg_cmp.c
│   │   ├── pixdesc_query.c
│   │   ├── sws_ops.c
│   │   ├── sws_ops_aarch64.c
│   │   └── swscale.c
│   ├── utils.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── vscale.c
│   ├── vulkan/
│   │   ├── Makefile
│   │   ├── ops.c
│   │   ├── ops.h
│   │   ├── spvasm.h
│   │   ├── vulkan.c
│   │   ├── vulkan_glslang.c
│   │   └── vulkan_shaderc.c
│   ├── x86/
│   │   ├── Makefile
│   │   ├── hscale_fast_bilinear_simd.c
│   │   ├── input.asm
│   │   ├── ops.c
│   │   ├── ops_common.asm
│   │   ├── ops_float.asm
│   │   ├── ops_int.asm
│   │   ├── output.asm
│   │   ├── range_convert.asm
│   │   ├── rgb2rgb.c
│   │   ├── rgb_2_rgb.asm
│   │   ├── scale.asm
│   │   ├── scale_avx2.asm
│   │   ├── swscale.c
│   │   ├── swscale_template.c
│   │   ├── w64xmmtest.c
│   │   ├── yuv2rgb.c
│   │   ├── yuv2yuvX.asm
│   │   └── yuv_2_rgb.asm
│   └── yuv2rgb.c
├── presets/
│   ├── libvpx-1080p.ffpreset
│   ├── libvpx-1080p50_60.ffpreset
│   ├── libvpx-360p.ffpreset
│   ├── libvpx-720p.ffpreset
│   └── libvpx-720p50_60.ffpreset
├── tests/
│   ├── .gitignore
│   ├── Makefile
│   ├── api/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── api-band-test.c
│   │   ├── api-dump-stream-meta-test.c
│   │   ├── api-enc-parser-test.c
│   │   ├── api-flac-test.c
│   │   ├── api-h264-slice-test.c
│   │   ├── api-h264-test.c
│   │   ├── api-seek-test.c
│   │   └── api-threadmessage-test.c
│   ├── audiogen.c
│   ├── audiomatch.c
│   ├── base64.c
│   ├── checkasm/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── aacencdsp.c
│   │   ├── aacpsdsp.c
│   │   ├── aarch64/
│   │   │   └── checkasm.S
│   │   ├── ac3dsp.c
│   │   ├── aes.c
│   │   ├── af_afir.c
│   │   ├── alacdsp.c
│   │   ├── apv_dsp.c
│   │   ├── arm/
│   │   │   └── checkasm.S
│   │   ├── audiodsp.c
│   │   ├── av_tx.c
│   │   ├── blockdsp.c
│   │   ├── bswapdsp.c
│   │   ├── cavsdsp.c
│   │   ├── checkasm.c
│   │   ├── checkasm.h
│   │   ├── crc.c
│   │   ├── dcadsp.c
│   │   ├── diracdsp.c
│   │   ├── exrdsp.c
│   │   ├── fdctdsp.c
│   │   ├── fixed_dsp.c
│   │   ├── flacdsp.c
│   │   ├── float_dsp.c
│   │   ├── fmtconvert.c
│   │   ├── g722dsp.c
│   │   ├── h263dsp.c
│   │   ├── h264chroma.c
│   │   ├── h264dsp.c
│   │   ├── h264pred.c
│   │   ├── h264qpel.c
│   │   ├── hevc_add_res.c
│   │   ├── hevc_deblock.c
│   │   ├── hevc_dequant.c
│   │   ├── hevc_idct.c
│   │   ├── hevc_pel.c
│   │   ├── hevc_pred.c
│   │   ├── hevc_sao.c
│   │   ├── hpeldsp.c
│   │   ├── huffyuvdsp.c
│   │   ├── huffyuvencdsp.c
│   │   ├── idctdsp.c
│   │   ├── jpeg2000dsp.c
│   │   ├── llauddsp.c
│   │   ├── lls.c
│   │   ├── llviddsp.c
│   │   ├── llvidencdsp.c
│   │   ├── lpc.c
│   │   ├── motion.c
│   │   ├── mpeg4videodsp.c
│   │   ├── mpegvideo_unquantize.c
│   │   ├── mpegvideoencdsp.c
│   │   ├── opusdsp.c
│   │   ├── pixblockdsp.c
│   │   ├── pixelutils.c
│   │   ├── png.c
│   │   ├── qpeldsp.c
│   │   ├── riscv/
│   │   │   └── checkasm.S
│   │   ├── rv34dsp.c
│   │   ├── rv40dsp.c
│   │   ├── sbcdsp.c
│   │   ├── sbrdsp.c
│   │   ├── scene_sad.c
│   │   ├── snowdsp.c
│   │   ├── svq1enc.c
│   │   ├── sw_gbrp.c
│   │   ├── sw_ops.c
│   │   ├── sw_range_convert.c
│   │   ├── sw_rgb.c
│   │   ├── sw_scale.c
│   │   ├── sw_xyz2rgb.c
│   │   ├── sw_yuv2rgb.c
│   │   ├── sw_yuv2yuv.c
│   │   ├── synth_filter.c
│   │   ├── takdsp.c
│   │   ├── utvideodsp.c
│   │   ├── v210dec.c
│   │   ├── v210enc.c
│   │   ├── vc1dsp.c
│   │   ├── vf_blackdetect.c
│   │   ├── vf_blend.c
│   │   ├── vf_bwdif.c
│   │   ├── vf_colordetect.c
│   │   ├── vf_colorspace.c
│   │   ├── vf_convolution.c
│   │   ├── vf_eq.c
│   │   ├── vf_fspp.c
│   │   ├── vf_gblur.c
│   │   ├── vf_hflip.c
│   │   ├── vf_idet.c
│   │   ├── vf_nlmeans.c
│   │   ├── vf_pp7.c
│   │   ├── vf_threshold.c
│   │   ├── videodsp.c
│   │   ├── vorbisdsp.c
│   │   ├── vp3dsp.c
│   │   ├── vp6dsp.c
│   │   ├── vp8dsp.c
│   │   ├── vp9dsp.c
│   │   ├── vvc_alf.c
│   │   ├── vvc_mc.c
│   │   ├── vvc_sao.c
│   │   └── x86/
│   │       └── checkasm.asm
│   ├── copycooker.sh
│   ├── extended.ffconcat
│   ├── fate/
│   │   ├── aac.mak
│   │   ├── ac3.mak
│   │   ├── acodec.mak
│   │   ├── adpcm.mak
│   │   ├── alac.mak
│   │   ├── als.mak
│   │   ├── amrnb.mak
│   │   ├── amrwb.mak
│   │   ├── api.mak
│   │   ├── apng.mak
│   │   ├── apv.mak
│   │   ├── atrac.mak
│   │   ├── audio.mak
│   │   ├── av1.mak
│   │   ├── bmp.mak
│   │   ├── build.mak
│   │   ├── caf.mak
│   │   ├── canopus.mak
│   │   ├── cbs.mak
│   │   ├── cdxl.mak
│   │   ├── checkasm.mak
│   │   ├── concatdec.mak
│   │   ├── cover-art.mak
│   │   ├── dca.mak
│   │   ├── demux.mak
│   │   ├── dfa.mak
│   │   ├── dnxhd.mak
│   │   ├── dpcm.mak
│   │   ├── dvvideo.mak
│   │   ├── ea.mak
│   │   ├── enc_external.mak
│   │   ├── exif.mak
│   │   ├── ffmpeg.mak
│   │   ├── ffprobe.mak
│   │   ├── fifo-muxer.mak
│   │   ├── filter-audio.mak
│   │   ├── filter-video.mak
│   │   ├── fits.mak
│   │   ├── flac.mak
│   │   ├── flvenc.mak
│   │   ├── gapless.mak
│   │   ├── gif.mak
│   │   ├── h264.mak
│   │   ├── hap.mak
│   │   ├── hevc.mak
│   │   ├── hlsenc.mak
│   │   ├── hw.mak
│   │   ├── iamf.mak
│   │   ├── id3v2.mak
│   │   ├── image.mak
│   │   ├── imf.mak
│   │   ├── indeo.mak
│   │   ├── jpeg2000.mak
│   │   ├── jxl.mak
│   │   ├── lavf-audio.mak
│   │   ├── lavf-container.mak
│   │   ├── lavf-image.mak
│   │   ├── lavf-image2pipe.mak
│   │   ├── lavf-video.mak
│   │   ├── libavcodec.mak
│   │   ├── libavdevice.mak
│   │   ├── libavformat.mak
│   │   ├── libavutil.mak
│   │   ├── libswresample.mak
│   │   ├── libswscale.mak
│   │   ├── lossless-audio.mak
│   │   ├── lossless-video.mak
│   │   ├── matroska.mak
│   │   ├── microsoft.mak
│   │   ├── monkeysaudio.mak
│   │   ├── mov.mak
│   │   ├── mp3.mak
│   │   ├── mpc.mak
│   │   ├── mpeg4.mak
│   │   ├── mpegps.mak
│   │   ├── mpegts.mak
│   │   ├── mxf.mak
│   │   ├── ogg-flac.mak
│   │   ├── ogg-opus.mak
│   │   ├── ogg-vorbis.mak
│   │   ├── oma.mak
│   │   ├── opus.mak
│   │   ├── pcm.mak
│   │   ├── pixfmt.mak
│   │   ├── pixlet.mak
│   │   ├── probe.mak
│   │   ├── prores.mak
│   │   ├── qoa.mak
│   │   ├── qt.mak
│   │   ├── qtrle.mak
│   │   ├── real.mak
│   │   ├── sbc.mak
│   │   ├── screen.mak
│   │   ├── seek.mak
│   │   ├── segafilm.mak
│   │   ├── segment.mak
│   │   ├── source-check.sh
│   │   ├── source.mak
│   │   ├── spdif.mak
│   │   ├── speedhq.mak
│   │   ├── subtitles.mak
│   │   ├── truehd.mak
│   │   ├── utvideo.mak
│   │   ├── vbn.mak
│   │   ├── vcodec.mak
│   │   ├── video.mak
│   │   ├── voice.mak
│   │   ├── vorbis.mak
│   │   ├── vpx.mak
│   │   ├── vqf.mak
│   │   ├── vvc.mak
│   │   ├── wavpack.mak
│   │   ├── webm-dash-manifest.mak
│   │   ├── wma.mak
│   │   └── xvid.mak
│   ├── fate-run.sh
│   ├── fate-valgrind.supp
│   ├── fate.sh
│   ├── filtergraphs/
│   │   ├── alphamerge_alphaextract_rgb
│   │   ├── alphamerge_alphaextract_yuv
│   │   ├── anequalizer
│   │   ├── channelmap_one_int
│   │   ├── channelmap_one_str
│   │   ├── colorkey
│   │   ├── compand
│   │   ├── concat
│   │   ├── concat-vfr
│   │   ├── crazychannels
│   │   ├── custom_rematrix
│   │   ├── firequalizer
│   │   ├── gradfun
│   │   ├── hqdn3d
│   │   ├── hstack
│   │   ├── iamf_5_1_4
│   │   ├── iamf_7_1_4
│   │   ├── iamf_9_1_6
│   │   ├── iamf_ambisonic_1
│   │   ├── lavr_mix_output_zero
│   │   ├── mergeplanes
│   │   ├── mov-channel-description
│   │   ├── mov-mp4-pcm
│   │   ├── overlay
│   │   ├── overlay-dvdsub-2397
│   │   ├── overlay_nv12
│   │   ├── overlay_nv21
│   │   ├── overlay_rgb
│   │   ├── overlay_yuv420
│   │   ├── overlay_yuv420p10
│   │   ├── overlay_yuv422
│   │   ├── overlay_yuv422p10
│   │   ├── overlay_yuv444
│   │   ├── overlay_yuv444p10
│   │   ├── scale2ref_keep_aspect
│   │   ├── scalenorm
│   │   ├── select-alternate
│   │   ├── select-buffering
│   │   ├── setpts
│   │   └── vstack
│   ├── maps/
│   │   ├── fsync-down
│   │   └── fsync-up
│   ├── md5.sh
│   ├── ref/
│   │   ├── acodec/
│   │   │   ├── adpcm-adx
│   │   │   ├── adpcm-argo
│   │   │   ├── adpcm-ima_alp
│   │   │   ├── adpcm-ima_apm
│   │   │   ├── adpcm-ima_qt
│   │   │   ├── adpcm-ima_qt-trellis
│   │   │   ├── adpcm-ima_ssi
│   │   │   ├── adpcm-ima_wav
│   │   │   ├── adpcm-ima_wav-trellis
│   │   │   ├── adpcm-ima_ws
│   │   │   ├── adpcm-ms
│   │   │   ├── adpcm-ms-trellis
│   │   │   ├── adpcm-swf
│   │   │   ├── adpcm-swf-trellis
│   │   │   ├── adpcm-swf-wav
│   │   │   ├── adpcm-yamaha
│   │   │   ├── adpcm-yamaha-trellis
│   │   │   ├── alac
│   │   │   ├── flac
│   │   │   ├── flac-exact-rice
│   │   │   ├── g723_1
│   │   │   ├── mp2
│   │   │   ├── mp2fixed
│   │   │   ├── pcm-alaw
│   │   │   ├── pcm-f32be
│   │   │   ├── pcm-f32le
│   │   │   ├── pcm-f64be
│   │   │   ├── pcm-f64le
│   │   │   ├── pcm-mulaw
│   │   │   ├── pcm-s16be
│   │   │   ├── pcm-s16be_planar
│   │   │   ├── pcm-s16le
│   │   │   ├── pcm-s16le_planar
│   │   │   ├── pcm-s24be
│   │   │   ├── pcm-s24le
│   │   │   ├── pcm-s24le_planar
│   │   │   ├── pcm-s32be
│   │   │   ├── pcm-s32le
│   │   │   ├── pcm-s32le_planar
│   │   │   ├── pcm-s8
│   │   │   ├── pcm-s8_planar
│   │   │   ├── pcm-u16be
│   │   │   ├── pcm-u16le
│   │   │   ├── pcm-u24be
│   │   │   ├── pcm-u24le
│   │   │   ├── pcm-u32be
│   │   │   ├── pcm-u32le
│   │   │   ├── pcm-u8
│   │   │   ├── roqaudio
│   │   │   ├── s302m
│   │   │   ├── tta
│   │   │   └── wavpack
│   │   ├── fate/
│   │   │   ├── 012v
│   │   │   ├── 4xm-1
│   │   │   ├── 4xm-2
│   │   │   ├── 8bps
│   │   │   ├── aa-demux
│   │   │   ├── aac-autobsf-adtstoasc
│   │   │   ├── aasc
│   │   │   ├── ac3-fixed-encode-2
│   │   │   ├── adpcm-4xm
│   │   │   ├── adpcm-afc
│   │   │   ├── adpcm-argo-mono
│   │   │   ├── adpcm-argo-stereo
│   │   │   ├── adpcm-creative
│   │   │   ├── adpcm-creative-8-2.6bit
│   │   │   ├── adpcm-creative-8-2bit
│   │   │   ├── adpcm-creative-8-4bit
│   │   │   ├── adpcm-dtk
│   │   │   ├── adpcm-ea-1
│   │   │   ├── adpcm-ea-2
│   │   │   ├── adpcm-ea-maxis-xa
│   │   │   ├── adpcm-ea-r1
│   │   │   ├── adpcm-ea-r2
│   │   │   ├── adpcm-ea-r3
│   │   │   ├── adpcm-ima-alp-mono
│   │   │   ├── adpcm-ima-alp-stereo
│   │   │   ├── adpcm-ima-amv
│   │   │   ├── adpcm-ima-apc
│   │   │   ├── adpcm-ima-apm-mono
│   │   │   ├── adpcm-ima-apm-stereo
│   │   │   ├── adpcm-ima-cunning-single
│   │   │   ├── adpcm-ima-cunning-stereo
│   │   │   ├── adpcm-ima-cunning-track0
│   │   │   ├── adpcm-ima-cunning-track1
│   │   │   ├── adpcm-ima-cunning-trunc-h2
│   │   │   ├── adpcm-ima-cunning-trunc-t1
│   │   │   ├── adpcm-ima-cunning-trunc-t2-track0
│   │   │   ├── adpcm-ima-cunning-trunc-t2-track1
│   │   │   ├── adpcm-ima-cunning-trunc-t2a-track0
│   │   │   ├── adpcm-ima-cunning-trunc-t2a-track1
│   │   │   ├── adpcm-ima-dk3
│   │   │   ├── adpcm-ima-dk4
│   │   │   ├── adpcm-ima-ea-eacs
│   │   │   ├── adpcm-ima-ea-sead
│   │   │   ├── adpcm-ima-iss
│   │   │   ├── adpcm-ima-oki
│   │   │   ├── adpcm-ima-rad
│   │   │   ├── adpcm-ima-smjpeg
│   │   │   ├── adpcm-ima-ssi-mono
│   │   │   ├── adpcm-ima-ssi-stereo
│   │   │   ├── adpcm-ima-ws
│   │   │   ├── adpcm-ima-ws-vqa3
│   │   │   ├── adpcm-ima_wav-stereo
│   │   │   ├── adpcm-ms-mono
│   │   │   ├── adpcm-sanyo-3bit
│   │   │   ├── adpcm-sanyo-4bit
│   │   │   ├── adpcm-sanyo-5bit
│   │   │   ├── adpcm-thp
│   │   │   ├── adpcm-vima
│   │   │   ├── adpcm-xa
│   │   │   ├── adpcm_ms-stereo
│   │   │   ├── adts-demux
│   │   │   ├── adts-id3v1-demux
│   │   │   ├── adts-id3v2-demux
│   │   │   ├── adts-id3v2-two-tags-demux
│   │   │   ├── adtstoasc_ticket3715
│   │   │   ├── aea-demux
│   │   │   ├── aic
│   │   │   ├── aic-oddsize
│   │   │   ├── alg-mm
│   │   │   ├── aliaspix-bgr
│   │   │   ├── aliaspix-gray
│   │   │   ├── amrnb-remux
│   │   │   ├── amrwb-remux
│   │   │   ├── amv
│   │   │   ├── ansi
│   │   │   ├── ansi256
│   │   │   ├── api-enc-parser
│   │   │   ├── api-enc-parser-cif
│   │   │   ├── api-h264
│   │   │   ├── api-h264-slice
│   │   │   ├── apng-clock
│   │   │   ├── apng-dispose-background
│   │   │   ├── apng-dispose-background2
│   │   │   ├── apng-dispose-previous
│   │   │   ├── apng-osample
│   │   │   ├── aptx
│   │   │   ├── aptx-hd
│   │   │   ├── apv-400-10
│   │   │   ├── apv-422-10
│   │   │   ├── armovie-escape124
│   │   │   ├── armovie-escape130
│   │   │   ├── asf-repldata
│   │   │   ├── ast
│   │   │   ├── async
│   │   │   ├── atrac-aea-remux
│   │   │   ├── atrac-matroska-remux
│   │   │   ├── audio_fifo
│   │   │   ├── audiomatch-afconvert-16000-mono-he-adts
│   │   │   ├── audiomatch-afconvert-16000-mono-he-m4a
│   │   │   ├── audiomatch-afconvert-16000-mono-lc-adts
│   │   │   ├── audiomatch-afconvert-16000-mono-lc-m4a
│   │   │   ├── audiomatch-afconvert-16000-stereo-he-adts
│   │   │   ├── audiomatch-afconvert-16000-stereo-he-m4a
│   │   │   ├── audiomatch-afconvert-16000-stereo-he2-adts
│   │   │   ├── audiomatch-afconvert-16000-stereo-he2-m4a
│   │   │   ├── audiomatch-afconvert-16000-stereo-lc-adts
│   │   │   ├── audiomatch-afconvert-16000-stereo-lc-m4a
│   │   │   ├── audiomatch-afconvert-44100-mono-he-adts
│   │   │   ├── audiomatch-afconvert-44100-mono-he-m4a
│   │   │   ├── audiomatch-afconvert-44100-mono-lc-adts
│   │   │   ├── audiomatch-afconvert-44100-mono-lc-m4a
│   │   │   ├── audiomatch-afconvert-44100-stereo-he-adts
│   │   │   ├── audiomatch-afconvert-44100-stereo-he-m4a
│   │   │   ├── audiomatch-afconvert-44100-stereo-he2-adts
│   │   │   ├── audiomatch-afconvert-44100-stereo-he2-m4a
│   │   │   ├── audiomatch-afconvert-44100-stereo-lc-adts
│   │   │   ├── audiomatch-afconvert-44100-stereo-lc-m4a
│   │   │   ├── audiomatch-dolby-44100-mono-he-mp4
│   │   │   ├── audiomatch-dolby-44100-mono-lc-mp4
│   │   │   ├── audiomatch-dolby-44100-stereo-he-mp4
│   │   │   ├── audiomatch-dolby-44100-stereo-he2-mp4
│   │   │   ├── audiomatch-dolby-44100-stereo-lc-mp4
│   │   │   ├── audiomatch-faac-16000-mono-lc-adts
│   │   │   ├── audiomatch-faac-16000-mono-lc-m4a
│   │   │   ├── audiomatch-faac-16000-stereo-lc-adts
│   │   │   ├── audiomatch-faac-16000-stereo-lc-m4a
│   │   │   ├── audiomatch-faac-44100-mono-lc-adts
│   │   │   ├── audiomatch-faac-44100-mono-lc-m4a
│   │   │   ├── audiomatch-faac-44100-stereo-lc-adts
│   │   │   ├── audiomatch-faac-44100-stereo-lc-m4a
│   │   │   ├── audiomatch-nero-16000-mono-he-m4a
│   │   │   ├── audiomatch-nero-16000-mono-lc-m4a
│   │   │   ├── audiomatch-nero-16000-stereo-he-m4a
│   │   │   ├── audiomatch-nero-16000-stereo-he2-m4a
│   │   │   ├── audiomatch-nero-16000-stereo-lc-m4a
│   │   │   ├── audiomatch-nero-44100-mono-he-m4a
│   │   │   ├── audiomatch-nero-44100-mono-lc-m4a
│   │   │   ├── audiomatch-nero-44100-stereo-he-m4a
│   │   │   ├── audiomatch-nero-44100-stereo-he2-m4a
│   │   │   ├── audiomatch-nero-44100-stereo-lc-m4a
│   │   │   ├── audiomatch-quicktime7-44100-stereo-lc-mp4
│   │   │   ├── audiomatch-quicktimeX-44100-stereo-lc-m4a
│   │   │   ├── audiomatch-square-aac
│   │   │   ├── audiomatch-square-mp3
│   │   │   ├── auravision-v1
│   │   │   ├── auravision-v2
│   │   │   ├── autorotate
│   │   │   ├── av1-annexb-demux
│   │   │   ├── avid-interlaced
│   │   │   ├── avid-meridian
│   │   │   ├── avio-direct
│   │   │   ├── avstring
│   │   │   ├── base64
│   │   │   ├── bcstm
│   │   │   ├── bethsoft-vid
│   │   │   ├── bfi
│   │   │   ├── bfstm
│   │   │   ├── bink-demux
│   │   │   ├── bink-video-b
│   │   │   ├── bink-video-f
│   │   │   ├── bink-video-i
│   │   │   ├── binsub-mksenc
│   │   │   ├── binsub-movtextenc
│   │   │   ├── blowfish
│   │   │   ├── bmp-15bit
│   │   │   ├── bmp-15bit-mask
│   │   │   ├── bmp-16bit-mask
│   │   │   ├── bmp-1bit
│   │   │   ├── bmp-24bit
│   │   │   ├── bmp-32bit
│   │   │   ├── bmp-32bit-mask
│   │   │   ├── bmp-4bit
│   │   │   ├── bmp-4bit-os2
│   │   │   ├── bmp-8bit
│   │   │   ├── bmp-8bit-os2
│   │   │   ├── bmp-rle4
│   │   │   ├── bmp-rle8
│   │   │   ├── bmpparser
│   │   │   ├── bmv-audio
│   │   │   ├── bmv-video
│   │   │   ├── bprint
│   │   │   ├── brenderpix-24
│   │   │   ├── brenderpix-565
│   │   │   ├── brenderpix-defpal
│   │   │   ├── brenderpix-intpal
│   │   │   ├── brenderpix-y400a
│   │   │   ├── brstm
│   │   │   ├── buffer
│   │   │   ├── caf-alac-remux
│   │   │   ├── caf-amr_nb-remux
│   │   │   ├── caf-demux
│   │   │   ├── caf-mace6-remux
│   │   │   ├── caf-pcm_s24-remux
│   │   │   ├── caf-pcm_s24le-remux
│   │   │   ├── caf-qdm2-remux
│   │   │   ├── canopus-cllc-argb
│   │   │   ├── canopus-cllc-rgb
│   │   │   ├── canopus-cllc-yuy2-noblock
│   │   │   ├── canopus-hq_hqa-hq
│   │   │   ├── canopus-hq_hqa-hqa
│   │   │   ├── canopus-hq_hqa-inter
│   │   │   ├── canopus-hqx422
│   │   │   ├── canopus-hqx422a
│   │   │   ├── cavs
│   │   │   ├── cavs-demux
│   │   │   ├── cbs-apv-profile_400-10
│   │   │   ├── cbs-apv-profile_422-10
│   │   │   ├── cbs-av1-av1-1-b10-23-film_grain-50
│   │   │   ├── cbs-av1-av1-1-b8-02-allintra
│   │   │   ├── cbs-av1-av1-1-b8-03-sizedown
│   │   │   ├── cbs-av1-av1-1-b8-03-sizeup
│   │   │   ├── cbs-av1-av1-1-b8-04-cdfupdate
│   │   │   ├── cbs-av1-av1-1-b8-05-mv
│   │   │   ├── cbs-av1-av1-1-b8-06-mfmv
│   │   │   ├── cbs-av1-av1-1-b8-22-svc-L1T2
│   │   │   ├── cbs-av1-av1-1-b8-22-svc-L2T1
│   │   │   ├── cbs-av1-av1-1-b8-22-svc-L2T2
│   │   │   ├── cbs-av1-av1-1-b8-23-film_grain-50
│   │   │   ├── cbs-av1-decode_model
│   │   │   ├── cbs-av1-frames_refs_short_signaling
│   │   │   ├── cbs-av1-non_uniform_tiling
│   │   │   ├── cbs-av1-seq_hdr_op_param_info
│   │   │   ├── cbs-av1-switch_frame
│   │   │   ├── cbs-h264-AUD_MW_E
│   │   │   ├── cbs-h264-BASQP1_Sony_C
│   │   │   ├── cbs-h264-CABACI3_Sony_B
│   │   │   ├── cbs-h264-CVBS3_Sony_C
│   │   │   ├── cbs-h264-CVFC1_Sony_C
│   │   │   ├── cbs-h264-CVMANL1_TOSHIBA_B
│   │   │   ├── cbs-h264-CVNLFI1_Sony_C
│   │   │   ├── cbs-h264-CVSE2_Sony_B
│   │   │   ├── cbs-h264-CVWP1_TOSHIBA_E
│   │   │   ├── cbs-h264-FM1_BT_B
│   │   │   ├── cbs-h264-MR1_BT_A
│   │   │   ├── cbs-h264-SVA_Base_B
│   │   │   ├── cbs-h264-Sharp_MP_PAFF_1r2
│   │   │   ├── cbs-h264-discard-bidir
│   │   │   ├── cbs-h264-discard-nonintra
│   │   │   ├── cbs-h264-discard-nonkey
│   │   │   ├── cbs-h264-discard-nonref
│   │   │   ├── cbs-h264-sei-1
│   │   │   ├── cbs-h264-sp1_bt_a
│   │   │   ├── cbs-hevc-CAINIT_E_SHARP_3
│   │   │   ├── cbs-hevc-CAINIT_H_SHARP_3
│   │   │   ├── cbs-hevc-CONFWIN_A_Sony_1
│   │   │   ├── cbs-hevc-HRD_A_Fujitsu_2
│   │   │   ├── cbs-hevc-LTRPSPS_A_Qualcomm_1
│   │   │   ├── cbs-hevc-NUT_A_ericsson_5
│   │   │   ├── cbs-hevc-PICSIZE_A_Bossen_1
│   │   │   ├── cbs-hevc-PICSIZE_B_Bossen_1
│   │   │   ├── cbs-hevc-RPLM_A_qualcomm_4
│   │   │   ├── cbs-hevc-RPS_A_docomo_4
│   │   │   ├── cbs-hevc-RPS_E_qualcomm_5
│   │   │   ├── cbs-hevc-SLIST_A_Sony_4
│   │   │   ├── cbs-hevc-SLIST_D_Sony_9
│   │   │   ├── cbs-hevc-SLPPLP_A_VIDYO_2
│   │   │   ├── cbs-hevc-STRUCT_A_Samsung_5
│   │   │   ├── cbs-hevc-TILES_B_Cisco_1
│   │   │   ├── cbs-hevc-WPP_A_ericsson_MAIN_2
│   │   │   ├── cbs-hevc-WPP_F_ericsson_MAIN_2
│   │   │   ├── cbs-hevc-WP_A_Toshiba_3
│   │   │   ├── cbs-hevc-discard-bidir
│   │   │   ├── cbs-hevc-discard-nonintra
│   │   │   ├── cbs-hevc-discard-nonkey
│   │   │   ├── cbs-hevc-discard-nonref
│   │   │   ├── cbs-hevc-ipcm_E_NEC_2
│   │   │   ├── cbs-mpeg2-hhi_burst_422_short
│   │   │   ├── cbs-mpeg2-sony-ct3
│   │   │   ├── cbs-mpeg2-tcela-6
│   │   │   ├── cbs-vp9-vp90-2-03-deltaq
│   │   │   ├── cbs-vp9-vp90-2-05-resize
│   │   │   ├── cbs-vp9-vp90-2-06-bilinear
│   │   │   ├── cbs-vp9-vp90-2-09-lf_deltas
│   │   │   ├── cbs-vp9-vp90-2-10-show-existing-frame
│   │   │   ├── cbs-vp9-vp90-2-10-show-existing-frame2
│   │   │   ├── cbs-vp9-vp90-2-segmentation-aq-akiyo
│   │   │   ├── cbs-vp9-vp90-2-segmentation-sf-akiyo
│   │   │   ├── cbs-vp9-vp90-2-tiling-pedestrian
│   │   │   ├── cbs-vp9-vp91-2-04-yuv440
│   │   │   ├── cbs-vp9-vp91-2-04-yuv444
│   │   │   ├── cbs-vp9-vp92-2-20-10bit-yuv420
│   │   │   ├── cbs-vp9-vp93-2-20-10bit-yuv422
│   │   │   ├── cbs-vp9-vp93-2-20-12bit-yuv444
│   │   │   ├── cbs-vvc-APSALF_A_2
│   │   │   ├── cbs-vvc-APSLMCS_D_1
│   │   │   ├── cbs-vvc-APSMULT_A_4
│   │   │   ├── cbs-vvc-AUD_A_3
│   │   │   ├── cbs-vvc-BOUNDARY_A_3
│   │   │   ├── cbs-vvc-BUMP_A_2
│   │   │   ├── cbs-vvc-CROP_B_4
│   │   │   ├── cbs-vvc-CodingToolsSets_A_2
│   │   │   ├── cbs-vvc-DCI_A_3
│   │   │   ├── cbs-vvc-HRD_A_3
│   │   │   ├── cbs-vvc-OPI_B_3
│   │   │   ├── cbs-vvc-PHSH_B_1
│   │   │   ├── cbs-vvc-POC_A_1
│   │   │   ├── cbs-vvc-PPS_B_1
│   │   │   ├── cbs-vvc-RAP_A_1
│   │   │   ├── cbs-vvc-SAO_A_3
│   │   │   ├── cbs-vvc-SCALING_A_1
│   │   │   ├── cbs-vvc-SLICES_A_3
│   │   │   ├── cbs-vvc-SPS_B_1
│   │   │   ├── cbs-vvc-STILL_B_1
│   │   │   ├── cbs-vvc-SUBPIC_A_3
│   │   │   ├── cbs-vvc-TILE_A_2
│   │   │   ├── cbs-vvc-VPS_A_3
│   │   │   ├── cbs-vvc-WPP_A_3
│   │   │   ├── cbs-vvc-WP_A_3
│   │   │   ├── cbs-vvc-WRAP_A_4
│   │   │   ├── cdgraphics
│   │   │   ├── cdxl-bitline-ham6
│   │   │   ├── cdxl-demux
│   │   │   ├── cdxl-ham6
│   │   │   ├── cdxl-ham8
│   │   │   ├── cdxl-pal8
│   │   │   ├── cdxl-pal8-small
│   │   │   ├── cfhd-1
│   │   │   ├── cfhd-2
│   │   │   ├── cfhd-3
│   │   │   ├── channel_layout
│   │   │   ├── cine-demux
│   │   │   ├── cljr
│   │   │   ├── color_utils
│   │   │   ├── concat-demuxer-extended-lavf-mxf
│   │   │   ├── concat-demuxer-extended-lavf-mxf_d10
│   │   │   ├── concat-demuxer-simple1-lavf-mxf
│   │   │   ├── concat-demuxer-simple1-lavf-mxf_d10
│   │   │   ├── concat-demuxer-simple2-lavf-ts
│   │   │   ├── copy-apng
│   │   │   ├── copy-psp
│   │   │   ├── copy-shortest1
│   │   │   ├── copy-shortest2
│   │   │   ├── copy-trac2211-avi
│   │   │   ├── copy-trac236
│   │   │   ├── copy-trac3074
│   │   │   ├── copy-trac4914
│   │   │   ├── copy-trac4914-avi
│   │   │   ├── corepng
│   │   │   ├── cover-art-aiff-id3v2-remux
│   │   │   ├── cover-art-flac-remux
│   │   │   ├── cover-art-mp3-id3v2-remux
│   │   │   ├── cover-art-mp3-jxl-remux
│   │   │   ├── crc
│   │   │   ├── creatureshock-avs
│   │   │   ├── cscd
│   │   │   ├── cvid-grayscale
│   │   │   ├── cvid-palette
│   │   │   ├── cvid-partial
│   │   │   ├── cyberia-c93
│   │   │   ├── cyuv
│   │   │   ├── d-cinema-demux
│   │   │   ├── d-eavp6-demux
│   │   │   ├── dca-xll
│   │   │   ├── dca-xll_51_16_192_768_0
│   │   │   ├── dca-xll_51_16_192_768_0-dmix_2
│   │   │   ├── dca-xll_51_16_192_768_0-dmix_6
│   │   │   ├── dca-xll_51_16_192_768_1
│   │   │   ├── dca-xll_51_16_192_768_1-dmix_2
│   │   │   ├── dca-xll_51_16_192_768_1-dmix_6
│   │   │   ├── dca-xll_51_24_48_768
│   │   │   ├── dca-xll_51_24_48_768-dmix_2
│   │   │   ├── dca-xll_51_24_48_768-dmix_6
│   │   │   ├── dca-xll_51_24_48_none
│   │   │   ├── dca-xll_51_24_48_none-dmix_2
│   │   │   ├── dca-xll_51_24_48_none-dmix_6
│   │   │   ├── dca-xll_71_24_48_768_0
│   │   │   ├── dca-xll_71_24_48_768_0-dmix_2
│   │   │   ├── dca-xll_71_24_48_768_0-dmix_6
│   │   │   ├── dca-xll_71_24_48_768_1
│   │   │   ├── dca-xll_71_24_48_768_1-dmix_2
│   │   │   ├── dca-xll_71_24_48_768_1-dmix_6
│   │   │   ├── dca-xll_71_24_96_768
│   │   │   ├── dca-xll_71_24_96_768-dmix_2
│   │   │   ├── dca-xll_71_24_96_768-dmix_6
│   │   │   ├── dca-xll_x96_51_24_96_1509
│   │   │   ├── dca-xll_x96_51_24_96_1509-dmix_2
│   │   │   ├── dca-xll_x96_51_24_96_1509-dmix_6
│   │   │   ├── dca-xll_xch_61_24_48_768
│   │   │   ├── dca-xll_xch_61_24_48_768-dmix_2
│   │   │   ├── dca-xll_xch_61_24_48_768-dmix_6
│   │   │   ├── dcinema-encode
│   │   │   ├── dds-alpha8
│   │   │   ├── dds-argb
│   │   │   ├── dds-argb-aexp
│   │   │   ├── dds-dx10-bc1
│   │   │   ├── dds-dx10-bc1a
│   │   │   ├── dds-dx10-bc2
│   │   │   ├── dds-dx10-bc3
│   │   │   ├── dds-dx10-bc4
│   │   │   ├── dds-dx10-bc5
│   │   │   ├── dds-dxt1
│   │   │   ├── dds-dxt1-normalmap
│   │   │   ├── dds-dxt1a
│   │   │   ├── dds-dxt2
│   │   │   ├── dds-dxt3
│   │   │   ├── dds-dxt4
│   │   │   ├── dds-dxt5
│   │   │   ├── dds-dxt5-aexp
│   │   │   ├── dds-dxt5-normalmap
│   │   │   ├── dds-dxt5-normalmap-ati
│   │   │   ├── dds-dxt5-rbxg
│   │   │   ├── dds-dxt5-rgxb
│   │   │   ├── dds-dxt5-rxbg
│   │   │   ├── dds-dxt5-rxgb
│   │   │   ├── dds-dxt5-xgbr
│   │   │   ├── dds-dxt5-xgxr
│   │   │   ├── dds-dxt5-xrbg
│   │   │   ├── dds-dxt5-ycocg
│   │   │   ├── dds-dxt5-ycocg-scaled
│   │   │   ├── dds-monob
│   │   │   ├── dds-pal
│   │   │   ├── dds-pal-ati
│   │   │   ├── dds-rgb1555
│   │   │   ├── dds-rgb16
│   │   │   ├── dds-rgb24
│   │   │   ├── dds-rgb555
│   │   │   ├── dds-rgba
│   │   │   ├── dds-rgtc1s
│   │   │   ├── dds-rgtc1u
│   │   │   ├── dds-rgtc2s
│   │   │   ├── dds-rgtc2u
│   │   │   ├── dds-rgtc2u-xy
│   │   │   ├── dds-uyvy
│   │   │   ├── dds-xbgr
│   │   │   ├── dds-xrgb
│   │   │   ├── dds-y
│   │   │   ├── dds-ya
│   │   │   ├── dds-ycocg
│   │   │   ├── dds-yuyv
│   │   │   ├── delphine-cin-audio
│   │   │   ├── delphine-cin-video
│   │   │   ├── deluxepaint-anm
│   │   │   ├── detection_bbox
│   │   │   ├── dfa1
│   │   │   ├── dfa10
│   │   │   ├── dfa11
│   │   │   ├── dfa2
│   │   │   ├── dfa3
│   │   │   ├── dfa4
│   │   │   ├── dfa5
│   │   │   ├── dfa6
│   │   │   ├── dfa7
│   │   │   ├── dfa8
│   │   │   ├── dfa9
│   │   │   ├── dict
│   │   │   ├── dirac
│   │   │   ├── dirac-low-delay
│   │   │   ├── display
│   │   │   ├── dnxhd-mbaff
│   │   │   ├── dnxhr-12bit
│   │   │   ├── dnxhr-444
│   │   │   ├── dnxhr-parse
│   │   │   ├── dnxhr-prefix1
│   │   │   ├── dnxhr-prefix2
│   │   │   ├── dnxhr-prefix3
│   │   │   ├── dnxhr-prefix4
│   │   │   ├── dnxhr-prefix5
│   │   │   ├── dpcm-idroq
│   │   │   ├── dpcm-interplay
│   │   │   ├── dpcm-sierra
│   │   │   ├── dpcm-xan
│   │   │   ├── dpx
│   │   │   ├── dpx-probe
│   │   │   ├── dpxparser
│   │   │   ├── dss-lp
│   │   │   ├── dss-sp
│   │   │   ├── dxa-feeble
│   │   │   ├── dxa-scummvm
│   │   │   ├── dxtory
│   │   │   ├── dxv-dxt1
│   │   │   ├── dxv-dxt5
│   │   │   ├── dxv3-dxt1
│   │   │   ├── dxv3-dxt5
│   │   │   ├── dxv3-ycg6
│   │   │   ├── dxv3-yg10
│   │   │   ├── dxv3enc-dxt1
│   │   │   ├── ea-cdata
│   │   │   ├── ea-cmv
│   │   │   ├── ea-mad
│   │   │   ├── ea-tgq
│   │   │   ├── ea-tgv-1
│   │   │   ├── ea-tgv-2
│   │   │   ├── ea-tqi
│   │   │   ├── enhanced-flv-av1
│   │   │   ├── enhanced-flv-hevc
│   │   │   ├── enhanced-flv-hevc-hdr10
│   │   │   ├── enhanced-flv-multitrack
│   │   │   ├── enhanced-flv-vp9
│   │   │   ├── enhanced-flv-vvc
│   │   │   ├── eval
│   │   │   ├── exif-image-embedded
│   │   │   ├── exif-image-jpg
│   │   │   ├── exif-image-tiff
│   │   │   ├── exif-image-webp
│   │   │   ├── exr-rgb-b44a-half-negative-4x4
│   │   │   ├── exr-rgb-scanline-b44-half-float-12x8-l1
│   │   │   ├── exr-rgb-scanline-b44-half-float-12x8-l2
│   │   │   ├── exr-rgb-scanline-b44-uint32
│   │   │   ├── exr-rgb-scanline-float-b44
│   │   │   ├── exr-rgb-scanline-float-piz-48x32
│   │   │   ├── exr-rgb-scanline-float-zip-dw-large
│   │   │   ├── exr-rgb-scanline-half-b44-12x8
│   │   │   ├── exr-rgb-scanline-half-b44-13x9
│   │   │   ├── exr-rgb-scanline-half-piz-bw
│   │   │   ├── exr-rgb-scanline-half-piz-color
│   │   │   ├── exr-rgb-scanline-half-piz-dw-large
│   │   │   ├── exr-rgb-scanline-half-piz-dw-t01
│   │   │   ├── exr-rgb-scanline-half-piz-dw-t08
│   │   │   ├── exr-rgb-scanline-half-zip-dw-large
│   │   │   ├── exr-rgb-scanline-half-zip-dw-outside
│   │   │   ├── exr-rgb-scanline-none-negative-red
│   │   │   ├── exr-rgb-scanline-pxr24-float-12x8
│   │   │   ├── exr-rgb-scanline-pxr24-float-half-l1
│   │   │   ├── exr-rgb-scanline-pxr24-float-half-l2
│   │   │   ├── exr-rgb-scanline-pxr24-half-float-l1
│   │   │   ├── exr-rgb-scanline-pxr24-half-float-l2
│   │   │   ├── exr-rgb-scanline-pxr24-half-uint32-13x9
│   │   │   ├── exr-rgb-scanline-pxr24-uint32
│   │   │   ├── exr-rgb-scanline-raw-half-float-l1
│   │   │   ├── exr-rgb-scanline-raw-half-float-l2
│   │   │   ├── exr-rgb-scanline-rle-half-float-l1
│   │   │   ├── exr-rgb-scanline-rle-half-float-l2
│   │   │   ├── exr-rgb-scanline-uint32-piz-dw-large
│   │   │   ├── exr-rgb-scanline-zip-half-0x0-0xFFFF
│   │   │   ├── exr-rgb-scanline-zip-half-float-l1
│   │   │   ├── exr-rgb-scanline-zip-half-float-l2
│   │   │   ├── exr-rgb-scanline-zip1-half-float-l1
│   │   │   ├── exr-rgb-scanline-zip1-half-float-l1-zero-offsets
│   │   │   ├── exr-rgb-scanline-zip1-half-float-l2
│   │   │   ├── exr-rgb-tile-float-raw-12x8
│   │   │   ├── exr-rgb-tile-float-raw-150x130
│   │   │   ├── exr-rgb-tile-half-float-b44-12x8-l1
│   │   │   ├── exr-rgb-tile-half-float-b44-12x8-l2
│   │   │   ├── exr-rgb-tile-half-piz-dw-large
│   │   │   ├── exr-rgb-tile-half-raw-12x8
│   │   │   ├── exr-rgb-tile-half-zip
│   │   │   ├── exr-rgb-tile-half-zip-dw-outside
│   │   │   ├── exr-rgb-tile-pxr24-float-half-l1
│   │   │   ├── exr-rgb-tile-pxr24-float-half-l2
│   │   │   ├── exr-rgb-tile-pxr24-half-float-l1
│   │   │   ├── exr-rgb-tile-pxr24-half-float-l2
│   │   │   ├── exr-rgb-tile-raw-half-float-l1
│   │   │   ├── exr-rgb-tile-raw-half-float-l2
│   │   │   ├── exr-rgb-tile-rle-half-float-l1
│   │   │   ├── exr-rgb-tile-rle-half-float-l2
│   │   │   ├── exr-rgb-tile-uint32-piz-dw-large
│   │   │   ├── exr-rgb-tile-zip-half-float-l1
│   │   │   ├── exr-rgb-tile-zip-half-float-l2
│   │   │   ├── exr-rgb-tile-zip1-half-float-l1
│   │   │   ├── exr-rgb-tile-zip1-half-float-l2
│   │   │   ├── exr-rgba-multiscanline-half-b44
│   │   │   ├── exr-rgba-scanline-float-half-b44-12x8-l1
│   │   │   ├── exr-rgba-scanline-float-half-b44-12x8-l2
│   │   │   ├── exr-rgba-scanline-float-half-b44-13x9-l1
│   │   │   ├── exr-rgba-scanline-float-half-b44-13x9-l2
│   │   │   ├── exr-rgba-scanline-float-half-b44a-12x8-l1
│   │   │   ├── exr-rgba-scanline-float-half-b44a-12x8-l2
│   │   │   ├── exr-rgba-scanline-float-half-b44a-13x9-l1
│   │   │   ├── exr-rgba-scanline-float-half-b44a-13x9-l2
│   │   │   ├── exr-rgba-zip16-16x32-flag4
│   │   │   ├── exr-slice-pxr24
│   │   │   ├── exr-slice-raw
│   │   │   ├── exr-slice-rle
│   │   │   ├── exr-slice-zip1
│   │   │   ├── exr-slice-zip16
│   │   │   ├── exr-y-scanline-zip-half-12x8
│   │   │   ├── exr-y-tile-zip-half-12x8
│   │   │   ├── exr-ya-scanline-zip-half-12x8
│   │   │   ├── ffmpeg-attached_pics
│   │   │   ├── ffmpeg-bsf-input
│   │   │   ├── ffmpeg-bsf-remove-e
│   │   │   ├── ffmpeg-bsf-remove-k
│   │   │   ├── ffmpeg-bsf-remove-r
│   │   │   ├── ffmpeg-error-rate-fail
│   │   │   ├── ffmpeg-error-rate-pass
│   │   │   ├── ffmpeg-filter-in-eof
│   │   │   ├── ffmpeg-filter_colorkey
│   │   │   ├── ffmpeg-filter_complex
│   │   │   ├── ffmpeg-filter_complex_audio
│   │   │   ├── ffmpeg-fix_sub_duration
│   │   │   ├── ffmpeg-fix_sub_duration_heartbeat
│   │   │   ├── ffmpeg-heif-merge
│   │   │   ├── ffmpeg-heif-merge-filtergraph
│   │   │   ├── ffmpeg-heif-merge-mapped
│   │   │   ├── ffmpeg-input-r
│   │   │   ├── ffmpeg-lavfi
│   │   │   ├── ffmpeg-loopback-decoding
│   │   │   ├── ffmpeg-setts-bsf
│   │   │   ├── ffmpeg-spec-disposition
│   │   │   ├── ffmpeg-streamloop-copy
│   │   │   ├── ffmpeg-streamloop-transcode-av
│   │   │   ├── ffprobe_compact
│   │   │   ├── ffprobe_csv
│   │   │   ├── ffprobe_default
│   │   │   ├── ffprobe_flat
│   │   │   ├── ffprobe_ini
│   │   │   ├── ffprobe_json
│   │   │   ├── ffprobe_xml
│   │   │   ├── ffprobe_xsd
│   │   │   ├── fic-avi
│   │   │   ├── fic-avi-skip_cursor
│   │   │   ├── fifo
│   │   │   ├── fifo-muxer-tst
│   │   │   ├── film-cvid
│   │   │   ├── film_grain_params
│   │   │   ├── filter-2xbr
│   │   │   ├── filter-3xbr
│   │   │   ├── filter-4xbr
│   │   │   ├── filter-acrossfade
│   │   │   ├── filter-adelay
│   │   │   ├── filter-aecho
│   │   │   ├── filter-aemphasis-50fm
│   │   │   ├── filter-aemphasis-75kf
│   │   │   ├── filter-afade-esin
│   │   │   ├── filter-afade-exp
│   │   │   ├── filter-afade-hsin
│   │   │   ├── filter-afade-iqsin
│   │   │   ├── filter-afade-log
│   │   │   ├── filter-afade-qsin
│   │   │   ├── filter-agate
│   │   │   ├── filter-alimiter
│   │   │   ├── filter-allrgb
│   │   │   ├── filter-allyuv
│   │   │   ├── filter-aloop
│   │   │   ├── filter-alphaextract_alphamerge_rgb
│   │   │   ├── filter-alphaextract_alphamerge_yuv
│   │   │   ├── filter-amerge
│   │   │   ├── filter-amerge-mode
│   │   │   ├── filter-anequalizer
│   │   │   ├── filter-anullsink
│   │   │   ├── filter-apad
│   │   │   ├── filter-asegment-samples-absolute
│   │   │   ├── filter-asegment-samples-relative
│   │   │   ├── filter-asegment-timestamps-absolute
│   │   │   ├── filter-asegment-timestamps-relative
│   │   │   ├── filter-aselect
│   │   │   ├── filter-asetnsamples-nopad
│   │   │   ├── filter-asetnsamples-pad
│   │   │   ├── filter-asetrate
│   │   │   ├── filter-atrim-duration
│   │   │   ├── filter-atrim-mixed
│   │   │   ├── filter-atrim-samples
│   │   │   ├── filter-atrim-time
│   │   │   ├── filter-boxblur
│   │   │   ├── filter-bwdif-mode0
│   │   │   ├── filter-bwdif-mode1
│   │   │   ├── filter-bwdif10
│   │   │   ├── filter-channelsplit
│   │   │   ├── filter-chorus
│   │   │   ├── filter-chromashift-smear
│   │   │   ├── filter-chromashift-wrap
│   │   │   ├── filter-codecview
│   │   │   ├── filter-codecview-mvs
│   │   │   ├── filter-colorbalance
│   │   │   ├── filter-colorbalance-gbrap
│   │   │   ├── filter-colorbalance-gbrap-16
│   │   │   ├── filter-colorbalance-rgba64
│   │   │   ├── filter-colorchannelmixer
│   │   │   ├── filter-colorlevels
│   │   │   ├── filter-colorlevels-16
│   │   │   ├── filter-colormatrix1
│   │   │   ├── filter-colormatrix2
│   │   │   ├── filter-compand
│   │   │   ├── filter-concat
│   │   │   ├── filter-concat-vfr
│   │   │   ├── filter-crazychannels
│   │   │   ├── filter-crop
│   │   │   ├── filter-crop_scale
│   │   │   ├── filter-crop_scale_vflip
│   │   │   ├── filter-crop_vflip
│   │   │   ├── filter-crystalizer
│   │   │   ├── filter-curves
│   │   │   ├── filter-dcshift
│   │   │   ├── filter-decimate
│   │   │   ├── filter-delogo
│   │   │   ├── filter-drawbox
│   │   │   ├── filter-drawvg-interpreter
│   │   │   ├── filter-drawvg-video
│   │   │   ├── filter-earwax
│   │   │   ├── filter-edgedetect
│   │   │   ├── filter-edgedetect-colormix
│   │   │   ├── filter-ep2x
│   │   │   ├── filter-ep3x
│   │   │   ├── filter-extrastereo
│   │   │   ├── filter-fade
│   │   │   ├── filter-feedback-hflip
│   │   │   ├── filter-feedback-yadif
│   │   │   ├── filter-fieldorder
│   │   │   ├── filter-formats
│   │   │   ├── filter-fps
│   │   │   ├── filter-fps-cfr
│   │   │   ├── filter-fps-down
│   │   │   ├── filter-fps-down-eof-pass
│   │   │   ├── filter-fps-down-round-down
│   │   │   ├── filter-fps-down-round-up
│   │   │   ├── filter-fps-start-drop
│   │   │   ├── filter-fps-start-fill
│   │   │   ├── filter-fps-up
│   │   │   ├── filter-fps-up-round-down
│   │   │   ├── filter-fps-up-round-up
│   │   │   ├── filter-framepack-columns
│   │   │   ├── filter-framepack-frameseq
│   │   │   ├── filter-framepack-lines
│   │   │   ├── filter-framepack-sbs
│   │   │   ├── filter-framepack-tab
│   │   │   ├── filter-framerate-12bit-down
│   │   │   ├── filter-framerate-12bit-up
│   │   │   ├── filter-framerate-down
│   │   │   ├── filter-framerate-up
│   │   │   ├── filter-frei0r-filter
│   │   │   ├── filter-frei0r-filter-unaligned
│   │   │   ├── filter-frei0r-source
│   │   │   ├── filter-fsync-down
│   │   │   ├── filter-fsync-up
│   │   │   ├── filter-gradfun
│   │   │   ├── filter-gradfun-sample
│   │   │   ├── filter-histogram-levels
│   │   │   ├── filter-hls
│   │   │   ├── filter-hls-append
│   │   │   ├── filter-hq2x
│   │   │   ├── filter-hq3x
│   │   │   ├── filter-hq4x
│   │   │   ├── filter-hqdn3d
│   │   │   ├── filter-hqdn3d-sample
│   │   │   ├── filter-hstack
│   │   │   ├── filter-hue1
│   │   │   ├── filter-hue2
│   │   │   ├── filter-hue3
│   │   │   ├── filter-hue4
│   │   │   ├── filter-idet
│   │   │   ├── filter-interlace
│   │   │   ├── filter-interlace-complex
│   │   │   ├── filter-lavd-life
│   │   │   ├── filter-lavd-scalenorm
│   │   │   ├── filter-lavd-testsrc
│   │   │   ├── filter-mcdeint-fast
│   │   │   ├── filter-mcdeint-medium
│   │   │   ├── filter-median
│   │   │   ├── filter-mergeplanes
│   │   │   ├── filter-meta-4560-rotate0
│   │   │   ├── filter-metadata-avf-aphase-meter-mono
│   │   │   ├── filter-metadata-avf-aphase-meter-out-of-phase
│   │   │   ├── filter-metadata-cropdetect
│   │   │   ├── filter-metadata-cropdetect1
│   │   │   ├── filter-metadata-cropdetect2
│   │   │   ├── filter-metadata-ebur128
│   │   │   ├── filter-metadata-freezedetect
│   │   │   ├── filter-metadata-readvitc-def
│   │   │   ├── filter-metadata-readvitc-thr
│   │   │   ├── filter-metadata-scdet
│   │   │   ├── filter-metadata-scenedetect
│   │   │   ├── filter-metadata-signalstats-yuv420p
│   │   │   ├── filter-metadata-signalstats-yuv420p10
│   │   │   ├── filter-metadata-silencedetect
│   │   │   ├── filter-minterpolate-down
│   │   │   ├── filter-minterpolate-up
│   │   │   ├── filter-mpdecimate
│   │   │   ├── filter-mpdecimate-keep
│   │   │   ├── filter-mpdecimate-keep1
│   │   │   ├── filter-mpdecimate-maxdrop-neg
│   │   │   ├── filter-mpdecimate-maxdrop-pos
│   │   │   ├── filter-negate
│   │   │   ├── filter-null
│   │   │   ├── filter-overlay
│   │   │   ├── filter-overlay-dvdsub-2397
│   │   │   ├── filter-overlay_gbrap_gbrap
│   │   │   ├── filter-overlay_gbrp_gbrap
│   │   │   ├── filter-overlay_rgb
│   │   │   ├── filter-overlay_rgb_rgba
│   │   │   ├── filter-overlay_rgba_rgba
│   │   │   ├── filter-overlay_yuv420
│   │   │   ├── filter-overlay_yuv420_yuva420
│   │   │   ├── filter-overlay_yuv420p10
│   │   │   ├── filter-overlay_yuv422
│   │   │   ├── filter-overlay_yuv422_yuva422
│   │   │   ├── filter-overlay_yuv422p10
│   │   │   ├── filter-overlay_yuv444
│   │   │   ├── filter-overlay_yuv444_yuva444
│   │   │   ├── filter-overlay_yuv444p10
│   │   │   ├── filter-overlay_yuva420_yuva420
│   │   │   ├── filter-overlay_yuva422_yuva422
│   │   │   ├── filter-overlay_yuva444_yuva444
│   │   │   ├── filter-pad
│   │   │   ├── filter-pal100bars
│   │   │   ├── filter-pal75bars
│   │   │   ├── filter-palettegen-1
│   │   │   ├── filter-palettegen-2
│   │   │   ├── filter-paletteuse-bayer
│   │   │   ├── filter-paletteuse-bayer0
│   │   │   ├── filter-paletteuse-nodither
│   │   │   ├── filter-paletteuse-sierra2_4a
│   │   │   ├── filter-pan-downmix1
│   │   │   ├── filter-pan-downmix2
│   │   │   ├── filter-pan-mono1
│   │   │   ├── filter-pan-mono2
│   │   │   ├── filter-pan-stereo1
│   │   │   ├── filter-pan-stereo2
│   │   │   ├── filter-pan-stereo3
│   │   │   ├── filter-pan-stereo4
│   │   │   ├── filter-pan-upmix1
│   │   │   ├── filter-pan-upmix2
│   │   │   ├── filter-phase
│   │   │   ├── filter-pixdesc-0bgr
│   │   │   ├── filter-pixdesc-0rgb
│   │   │   ├── filter-pixdesc-abgr
│   │   │   ├── filter-pixdesc-argb
│   │   │   ├── filter-pixdesc-ayuv
│   │   │   ├── filter-pixdesc-ayuv64be
│   │   │   ├── filter-pixdesc-ayuv64le
│   │   │   ├── filter-pixdesc-bgr0
│   │   │   ├── filter-pixdesc-bgr24
│   │   │   ├── filter-pixdesc-bgr444be
│   │   │   ├── filter-pixdesc-bgr444le
│   │   │   ├── filter-pixdesc-bgr48be
│   │   │   ├── filter-pixdesc-bgr48le
│   │   │   ├── filter-pixdesc-bgr4_byte
│   │   │   ├── filter-pixdesc-bgr555be
│   │   │   ├── filter-pixdesc-bgr555le
│   │   │   ├── filter-pixdesc-bgr565be
│   │   │   ├── filter-pixdesc-bgr565le
│   │   │   ├── filter-pixdesc-bgr8
│   │   │   ├── filter-pixdesc-bgra
│   │   │   ├── filter-pixdesc-bgra64be
│   │   │   ├── filter-pixdesc-bgra64le
│   │   │   ├── filter-pixdesc-gbrap
│   │   │   ├── filter-pixdesc-gbrap10be
│   │   │   ├── filter-pixdesc-gbrap10le
│   │   │   ├── filter-pixdesc-gbrap12be
│   │   │   ├── filter-pixdesc-gbrap12le
│   │   │   ├── filter-pixdesc-gbrap14be
│   │   │   ├── filter-pixdesc-gbrap14le
│   │   │   ├── filter-pixdesc-gbrap16be
│   │   │   ├── filter-pixdesc-gbrap16le
│   │   │   ├── filter-pixdesc-gbrapf32be
│   │   │   ├── filter-pixdesc-gbrapf32le
│   │   │   ├── filter-pixdesc-gbrp
│   │   │   ├── filter-pixdesc-gbrp10be
│   │   │   ├── filter-pixdesc-gbrp10le
│   │   │   ├── filter-pixdesc-gbrp10msbbe
│   │   │   ├── filter-pixdesc-gbrp10msble
│   │   │   ├── filter-pixdesc-gbrp12be
│   │   │   ├── filter-pixdesc-gbrp12le
│   │   │   ├── filter-pixdesc-gbrp12msbbe
│   │   │   ├── filter-pixdesc-gbrp12msble
│   │   │   ├── filter-pixdesc-gbrp14be
│   │   │   ├── filter-pixdesc-gbrp14le
│   │   │   ├── filter-pixdesc-gbrp16be
│   │   │   ├── filter-pixdesc-gbrp16le
│   │   │   ├── filter-pixdesc-gbrp9be
│   │   │   ├── filter-pixdesc-gbrp9le
│   │   │   ├── filter-pixdesc-gbrpf32be
│   │   │   ├── filter-pixdesc-gbrpf32le
│   │   │   ├── filter-pixdesc-gray
│   │   │   ├── filter-pixdesc-gray10be
│   │   │   ├── filter-pixdesc-gray10le
│   │   │   ├── filter-pixdesc-gray10msbbe
│   │   │   ├── filter-pixdesc-gray10msble
│   │   │   ├── filter-pixdesc-gray12be
│   │   │   ├── filter-pixdesc-gray12le
│   │   │   ├── filter-pixdesc-gray12msbbe
│   │   │   ├── filter-pixdesc-gray12msble
│   │   │   ├── filter-pixdesc-gray14be
│   │   │   ├── filter-pixdesc-gray14le
│   │   │   ├── filter-pixdesc-gray16be
│   │   │   ├── filter-pixdesc-gray16le
│   │   │   ├── filter-pixdesc-gray9be
│   │   │   ├── filter-pixdesc-gray9le
│   │   │   ├── filter-pixdesc-grayf32be
│   │   │   ├── filter-pixdesc-grayf32le
│   │   │   ├── filter-pixdesc-monob
│   │   │   ├── filter-pixdesc-monow
│   │   │   ├── filter-pixdesc-nv12
│   │   │   ├── filter-pixdesc-nv16
│   │   │   ├── filter-pixdesc-nv20be
│   │   │   ├── filter-pixdesc-nv20le
│   │   │   ├── filter-pixdesc-nv21
│   │   │   ├── filter-pixdesc-nv24
│   │   │   ├── filter-pixdesc-nv42
│   │   │   ├── filter-pixdesc-p010be
│   │   │   ├── filter-pixdesc-p010le
│   │   │   ├── filter-pixdesc-p012be
│   │   │   ├── filter-pixdesc-p012le
│   │   │   ├── filter-pixdesc-p016be
│   │   │   ├── filter-pixdesc-p016le
│   │   │   ├── filter-pixdesc-p210be
│   │   │   ├── filter-pixdesc-p210le
│   │   │   ├── filter-pixdesc-p212be
│   │   │   ├── filter-pixdesc-p212le
│   │   │   ├── filter-pixdesc-p216be
│   │   │   ├── filter-pixdesc-p216le
│   │   │   ├── filter-pixdesc-p410be
│   │   │   ├── filter-pixdesc-p410le
│   │   │   ├── filter-pixdesc-p412be
│   │   │   ├── filter-pixdesc-p412le
│   │   │   ├── filter-pixdesc-p416be
│   │   │   ├── filter-pixdesc-p416le
│   │   │   ├── filter-pixdesc-rgb0
│   │   │   ├── filter-pixdesc-rgb24
│   │   │   ├── filter-pixdesc-rgb444be
│   │   │   ├── filter-pixdesc-rgb444le
│   │   │   ├── filter-pixdesc-rgb48be
│   │   │   ├── filter-pixdesc-rgb48le
│   │   │   ├── filter-pixdesc-rgb4_byte
│   │   │   ├── filter-pixdesc-rgb555be
│   │   │   ├── filter-pixdesc-rgb555le
│   │   │   ├── filter-pixdesc-rgb565be
│   │   │   ├── filter-pixdesc-rgb565le
│   │   │   ├── filter-pixdesc-rgb8
│   │   │   ├── filter-pixdesc-rgba
│   │   │   ├── filter-pixdesc-rgba64be
│   │   │   ├── filter-pixdesc-rgba64le
│   │   │   ├── filter-pixdesc-uyva
│   │   │   ├── filter-pixdesc-uyvy422
│   │   │   ├── filter-pixdesc-v30xle
│   │   │   ├── filter-pixdesc-vuya
│   │   │   ├── filter-pixdesc-vuyx
│   │   │   ├── filter-pixdesc-vyu444
│   │   │   ├── filter-pixdesc-x2bgr10le
│   │   │   ├── filter-pixdesc-x2rgb10le
│   │   │   ├── filter-pixdesc-xv30le
│   │   │   ├── filter-pixdesc-xv36be
│   │   │   ├── filter-pixdesc-xv36le
│   │   │   ├── filter-pixdesc-xv48be
│   │   │   ├── filter-pixdesc-xv48le
│   │   │   ├── filter-pixdesc-xyz12be
│   │   │   ├── filter-pixdesc-xyz12le
│   │   │   ├── filter-pixdesc-y210le
│   │   │   ├── filter-pixdesc-y212le
│   │   │   ├── filter-pixdesc-y216le
│   │   │   ├── filter-pixdesc-ya16be
│   │   │   ├── filter-pixdesc-ya16le
│   │   │   ├── filter-pixdesc-ya8
│   │   │   ├── filter-pixdesc-yuv410p
│   │   │   ├── filter-pixdesc-yuv411p
│   │   │   ├── filter-pixdesc-yuv420p
│   │   │   ├── filter-pixdesc-yuv420p10be
│   │   │   ├── filter-pixdesc-yuv420p10le
│   │   │   ├── filter-pixdesc-yuv420p12be
│   │   │   ├── filter-pixdesc-yuv420p12le
│   │   │   ├── filter-pixdesc-yuv420p14be
│   │   │   ├── filter-pixdesc-yuv420p14le
│   │   │   ├── filter-pixdesc-yuv420p16be
│   │   │   ├── filter-pixdesc-yuv420p16le
│   │   │   ├── filter-pixdesc-yuv420p9be
│   │   │   ├── filter-pixdesc-yuv420p9le
│   │   │   ├── filter-pixdesc-yuv422p
│   │   │   ├── filter-pixdesc-yuv422p10be
│   │   │   ├── filter-pixdesc-yuv422p10le
│   │   │   ├── filter-pixdesc-yuv422p12be
│   │   │   ├── filter-pixdesc-yuv422p12le
│   │   │   ├── filter-pixdesc-yuv422p14be
│   │   │   ├── filter-pixdesc-yuv422p14le
│   │   │   ├── filter-pixdesc-yuv422p16be
│   │   │   ├── filter-pixdesc-yuv422p16le
│   │   │   ├── filter-pixdesc-yuv422p9be
│   │   │   ├── filter-pixdesc-yuv422p9le
│   │   │   ├── filter-pixdesc-yuv440p
│   │   │   ├── filter-pixdesc-yuv440p10be
│   │   │   ├── filter-pixdesc-yuv440p10le
│   │   │   ├── filter-pixdesc-yuv440p12be
│   │   │   ├── filter-pixdesc-yuv440p12le
│   │   │   ├── filter-pixdesc-yuv444p
│   │   │   ├── filter-pixdesc-yuv444p10be
│   │   │   ├── filter-pixdesc-yuv444p10le
│   │   │   ├── filter-pixdesc-yuv444p10msbbe
│   │   │   ├── filter-pixdesc-yuv444p10msble
│   │   │   ├── filter-pixdesc-yuv444p12be
│   │   │   ├── filter-pixdesc-yuv444p12le
│   │   │   ├── filter-pixdesc-yuv444p12msbbe
│   │   │   ├── filter-pixdesc-yuv444p12msble
│   │   │   ├── filter-pixdesc-yuv444p14be
│   │   │   ├── filter-pixdesc-yuv444p14le
│   │   │   ├── filter-pixdesc-yuv444p16be
│   │   │   ├── filter-pixdesc-yuv444p16le
│   │   │   ├── filter-pixdesc-yuv444p9be
│   │   │   ├── filter-pixdesc-yuv444p9le
│   │   │   ├── filter-pixdesc-yuva420p
│   │   │   ├── filter-pixdesc-yuva420p10be
│   │   │   ├── filter-pixdesc-yuva420p10le
│   │   │   ├── filter-pixdesc-yuva420p16be
│   │   │   ├── filter-pixdesc-yuva420p16le
│   │   │   ├── filter-pixdesc-yuva420p9be
│   │   │   ├── filter-pixdesc-yuva420p9le
│   │   │   ├── filter-pixdesc-yuva422p
│   │   │   ├── filter-pixdesc-yuva422p10be
│   │   │   ├── filter-pixdesc-yuva422p10le
│   │   │   ├── filter-pixdesc-yuva422p12be
│   │   │   ├── filter-pixdesc-yuva422p12le
│   │   │   ├── filter-pixdesc-yuva422p16be
│   │   │   ├── filter-pixdesc-yuva422p16le
│   │   │   ├── filter-pixdesc-yuva422p9be
│   │   │   ├── filter-pixdesc-yuva422p9le
│   │   │   ├── filter-pixdesc-yuva444p
│   │   │   ├── filter-pixdesc-yuva444p10be
│   │   │   ├── filter-pixdesc-yuva444p10le
│   │   │   ├── filter-pixdesc-yuva444p12be
│   │   │   ├── filter-pixdesc-yuva444p12le
│   │   │   ├── filter-pixdesc-yuva444p16be
│   │   │   ├── filter-pixdesc-yuva444p16le
│   │   │   ├── filter-pixdesc-yuva444p9be
│   │   │   ├── filter-pixdesc-yuva444p9le
│   │   │   ├── filter-pixdesc-yuvj411p
│   │   │   ├── filter-pixdesc-yuvj420p
│   │   │   ├── filter-pixdesc-yuvj422p
│   │   │   ├── filter-pixdesc-yuvj440p
│   │   │   ├── filter-pixdesc-yuvj444p
│   │   │   ├── filter-pixdesc-yuyv422
│   │   │   ├── filter-pixdesc-yvyu422
│   │   │   ├── filter-pixelize-avg
│   │   │   ├── filter-pixelize-max
│   │   │   ├── filter-pixelize-min
│   │   │   ├── filter-pixfmts-copy
│   │   │   ├── filter-pixfmts-crop
│   │   │   ├── filter-pixfmts-field
│   │   │   ├── filter-pixfmts-fieldmatch
│   │   │   ├── filter-pixfmts-fieldorder
│   │   │   ├── filter-pixfmts-hflip
│   │   │   ├── filter-pixfmts-histeq
│   │   │   ├── filter-pixfmts-il
│   │   │   ├── filter-pixfmts-kerndeint
│   │   │   ├── filter-pixfmts-lut
│   │   │   ├── filter-pixfmts-null
│   │   │   ├── filter-pixfmts-pad
│   │   │   ├── filter-pixfmts-pullup
│   │   │   ├── filter-pixfmts-rotate
│   │   │   ├── filter-pixfmts-scale
│   │   │   ├── filter-pixfmts-super2xsai
│   │   │   ├── filter-pixfmts-swapuv
│   │   │   ├── filter-pixfmts-tinterlace_cvlpf
│   │   │   ├── filter-pixfmts-tinterlace_merge
│   │   │   ├── filter-pixfmts-tinterlace_pad
│   │   │   ├── filter-pixfmts-tinterlace_vlpf
│   │   │   ├── filter-pixfmts-transpose
│   │   │   ├── filter-pixfmts-vflip
│   │   │   ├── filter-pp7
│   │   │   ├── filter-refcmp-blockdetect-yuv
│   │   │   ├── filter-refcmp-blurdetect-yuv
│   │   │   ├── filter-refcmp-psnr-rgb
│   │   │   ├── filter-refcmp-psnr-yuv
│   │   │   ├── filter-refcmp-siti-yuv
│   │   │   ├── filter-refcmp-ssim-rgb
│   │   │   ├── filter-refcmp-ssim-yuv
│   │   │   ├── filter-refcmp-xpsnr-rgb
│   │   │   ├── filter-refcmp-xpsnr-yuv
│   │   │   ├── filter-removegrain-mode-00
│   │   │   ├── filter-removegrain-mode-01
│   │   │   ├── filter-removegrain-mode-02
│   │   │   ├── filter-removegrain-mode-03
│   │   │   ├── filter-removegrain-mode-04
│   │   │   ├── filter-removegrain-mode-05
│   │   │   ├── filter-removegrain-mode-06
│   │   │   ├── filter-removegrain-mode-07
│   │   │   ├── filter-removegrain-mode-08
│   │   │   ├── filter-removegrain-mode-09
│   │   │   ├── filter-removegrain-mode-10
│   │   │   ├── filter-removegrain-mode-11
│   │   │   ├── filter-removegrain-mode-12
│   │   │   ├── filter-removegrain-mode-13
│   │   │   ├── filter-removegrain-mode-14
│   │   │   ├── filter-removegrain-mode-15
│   │   │   ├── filter-removegrain-mode-16
│   │   │   ├── filter-removegrain-mode-17
│   │   │   ├── filter-removegrain-mode-18
│   │   │   ├── filter-removegrain-mode-19
│   │   │   ├── filter-removegrain-mode-20
│   │   │   ├── filter-removegrain-mode-21
│   │   │   ├── filter-removegrain-mode-22
│   │   │   ├── filter-removegrain-mode-23
│   │   │   ├── filter-removegrain-mode-24
│   │   │   ├── filter-rgbtestsrc
│   │   │   ├── filter-rgbtestsrc-gbrap
│   │   │   ├── filter-rgbtestsrc-gbrap12
│   │   │   ├── filter-rgbtestsrc-gbrp
│   │   │   ├── filter-rgbtestsrc-gbrp12
│   │   │   ├── filter-rgbtestsrc-rgba
│   │   │   ├── filter-rgbtestsrc-x2rgb10le
│   │   │   ├── filter-scale-premultiply
│   │   │   ├── filter-scale200
│   │   │   ├── filter-scale2ref_keep_aspect
│   │   │   ├── filter-scale500
│   │   │   ├── filter-scalechroma
│   │   │   ├── filter-select
│   │   │   ├── filter-select-alternate
│   │   │   ├── filter-select-buffering
│   │   │   ├── filter-select-ffprobe
│   │   │   ├── filter-separatefields
│   │   │   ├── filter-setdar
│   │   │   ├── filter-setpts
│   │   │   ├── filter-setsar
│   │   │   ├── filter-showpalette
│   │   │   ├── filter-shuffleframes
│   │   │   ├── filter-shuffleplanes-dup-luma
│   │   │   ├── filter-shuffleplanes-swapuv
│   │   │   ├── filter-silenceremove
│   │   │   ├── filter-smptebars
│   │   │   ├── filter-smptehdbars
│   │   │   ├── filter-spp
│   │   │   ├── filter-stereo3d-abr-ml
│   │   │   ├── filter-stereo3d-abr-mr
│   │   │   ├── filter-stereo3d-al-sbsl
│   │   │   ├── filter-stereo3d-ar-abl
│   │   │   ├── filter-stereo3d-sbsl-abl
│   │   │   ├── filter-stereo3d-sbsl-abr
│   │   │   ├── filter-stereo3d-sbsl-agmc
│   │   │   ├── filter-stereo3d-sbsl-agmd
│   │   │   ├── filter-stereo3d-sbsl-agmg
│   │   │   ├── filter-stereo3d-sbsl-agmh
│   │   │   ├── filter-stereo3d-sbsl-al
│   │   │   ├── filter-stereo3d-sbsl-arbg
│   │   │   ├── filter-stereo3d-sbsl-arcc
│   │   │   ├── filter-stereo3d-sbsl-arcd
│   │   │   ├── filter-stereo3d-sbsl-arcg
│   │   │   ├── filter-stereo3d-sbsl-arch
│   │   │   ├── filter-stereo3d-sbsl-argg
│   │   │   ├── filter-stereo3d-sbsl-aybc
│   │   │   ├── filter-stereo3d-sbsl-aybd
│   │   │   ├── filter-stereo3d-sbsl-aybg
│   │   │   ├── filter-stereo3d-sbsl-aybh
│   │   │   ├── filter-stereo3d-sbsl-sbsr
│   │   │   ├── filter-stereotools
│   │   │   ├── filter-swaprect
│   │   │   ├── filter-tblend
│   │   │   ├── filter-telecine
│   │   │   ├── filter-testsrc2-rgb24
│   │   │   ├── filter-testsrc2-rgba
│   │   │   ├── filter-testsrc2-yuv420p
│   │   │   ├── filter-testsrc2-yuv444p
│   │   │   ├── filter-thumbnail
│   │   │   ├── filter-tile
│   │   │   ├── filter-tiltandshift
│   │   │   ├── filter-tiltandshift-410
│   │   │   ├── filter-tiltandshift-422
│   │   │   ├── filter-tiltandshift-444
│   │   │   ├── filter-tpad-add
│   │   │   ├── filter-tpad-add-duration
│   │   │   ├── filter-tpad-clone
│   │   │   ├── filter-transpose
│   │   │   ├── filter-trim-duration
│   │   │   ├── filter-trim-frame
│   │   │   ├── filter-trim-mixed
│   │   │   ├── filter-trim-time
│   │   │   ├── filter-unsharp
│   │   │   ├── filter-unsharp-yuv420p10
│   │   │   ├── filter-untile
│   │   │   ├── filter-untile-yuv422p
│   │   │   ├── filter-vectorscope_color
│   │   │   ├── filter-vectorscope_color2
│   │   │   ├── filter-vectorscope_color3
│   │   │   ├── filter-vectorscope_color4
│   │   │   ├── filter-vectorscope_gray
│   │   │   ├── filter-vectorscope_xy
│   │   │   ├── filter-vflip
│   │   │   ├── filter-vflip_crop
│   │   │   ├── filter-vflip_vflip
│   │   │   ├── filter-vstack
│   │   │   ├── filter-w3fdif-complex
│   │   │   ├── filter-w3fdif-simple
│   │   │   ├── filter-waveform_column
│   │   │   ├── filter-waveform_envelope
│   │   │   ├── filter-waveform_row
│   │   │   ├── filter-waveform_uv
│   │   │   ├── filter-weave
│   │   │   ├── filter-yadif-mode0
│   │   │   ├── filter-yadif-mode1
│   │   │   ├── filter-yadif10
│   │   │   ├── filter-yadif16
│   │   │   ├── filter-yuvtestsrc-ayuv
│   │   │   ├── filter-yuvtestsrc-ayuv64
│   │   │   ├── filter-yuvtestsrc-nv24
│   │   │   ├── filter-yuvtestsrc-p410
│   │   │   ├── filter-yuvtestsrc-v30xle
│   │   │   ├── filter-yuvtestsrc-vuya
│   │   │   ├── filter-yuvtestsrc-vyu444
│   │   │   ├── filter-yuvtestsrc-xv30le
│   │   │   ├── filter-yuvtestsrc-xv36
│   │   │   ├── filter-yuvtestsrc-xv48
│   │   │   ├── filter-yuvtestsrc-yuv444p
│   │   │   ├── filter-yuvtestsrc-yuv444p12
│   │   │   ├── filter-yuvtestsrc-yuva444p
│   │   │   ├── filter-yuvtestsrc-yuva444p12
│   │   │   ├── fits-demux
│   │   │   ├── fitsdec-bitpix-32
│   │   │   ├── fitsdec-bitpix-64
│   │   │   ├── fitsdec-blank_bitpix32
│   │   │   ├── fitsdec-ext_data_min_max
│   │   │   ├── fitsdec-gbrap16be
│   │   │   ├── fitsdec-gbrp
│   │   │   ├── fitsdec-gbrp16be
│   │   │   ├── fitsdec-gray
│   │   │   ├── fitsdec-multi
│   │   │   ├── fitsenc-gbrap
│   │   │   ├── fitsenc-gbrap16be
│   │   │   ├── fitsenc-gbrp
│   │   │   ├── fitsenc-gbrp16be
│   │   │   ├── fitsenc-gray
│   │   │   ├── fitsenc-gray16be
│   │   │   ├── flcl1905
│   │   │   ├── flic-af11-palette-change
│   │   │   ├── flic-af12
│   │   │   ├── flic-magiccarpet
│   │   │   ├── flv-add_keyframe_index
│   │   │   ├── flv-demux
│   │   │   ├── fmvc-type1
│   │   │   ├── fmvc-type2
│   │   │   ├── force_key_frames
│   │   │   ├── force_key_frames-scd_metadata
│   │   │   ├── force_key_frames-source
│   │   │   ├── force_key_frames-source-drop
│   │   │   ├── force_key_frames-source-dup
│   │   │   ├── fraps-v0
│   │   │   ├── fraps-v1
│   │   │   ├── fraps-v2
│   │   │   ├── fraps-v3
│   │   │   ├── fraps-v4
│   │   │   ├── fraps-v5
│   │   │   ├── frwu
│   │   │   ├── g2m2
│   │   │   ├── g2m3
│   │   │   ├── g2m4
│   │   │   ├── g722-encode
│   │   │   ├── g722dec-1
│   │   │   ├── g723_1-dec-1
│   │   │   ├── g723_1-dec-2
│   │   │   ├── g723_1-dec-3
│   │   │   ├── g723_1-dec-4
│   │   │   ├── g723_1-dec-5
│   │   │   ├── g723_1-dec-6
│   │   │   ├── g723_1-dec-7
│   │   │   ├── g723_1-dec-8
│   │   │   ├── g726-encode-2bit
│   │   │   ├── g726-encode-3bit
│   │   │   ├── g726-encode-4bit
│   │   │   ├── g726-encode-5bit
│   │   │   ├── g726le-encode
│   │   │   ├── gapless-mp3
│   │   │   ├── gapless-mp3-side-data
│   │   │   ├── gaplessenc-itunes-to-ipod-aac
│   │   │   ├── gaplessenc-pcm-to-mov-aac
│   │   │   ├── gaplessinfo-itunes1
│   │   │   ├── gaplessinfo-itunes2
│   │   │   ├── gif-color
│   │   │   ├── gif-deal
│   │   │   ├── gif-demux
│   │   │   ├── gif-disposal-background
│   │   │   ├── gif-disposal-restore
│   │   │   ├── gif-gray
│   │   │   ├── gifenc-bgr4_byte
│   │   │   ├── gifenc-bgr8
│   │   │   ├── gifenc-gray
│   │   │   ├── gifenc-pal8
│   │   │   ├── gifenc-rgb4_byte
│   │   │   ├── gifenc-rgb8
│   │   │   ├── gsm-ms
│   │   │   ├── gsm-toast
│   │   │   ├── h264-3386
│   │   │   ├── h264-afd
│   │   │   ├── h264-attachment-631
│   │   │   ├── h264-brokensps-2580
│   │   │   ├── h264-bsf-dts2pts
│   │   │   ├── h264-bsf-mp4toannexb
│   │   │   ├── h264-bsf-mp4toannexb-new-extradata
│   │   │   ├── h264-bsf-redundant-pps-annexb
│   │   │   ├── h264-bsf-redundant-pps-mov
│   │   │   ├── h264-bsf-redundant-pps-side-data
│   │   │   ├── h264-bsf-redundant-pps-side-data2
│   │   │   ├── h264-conformance-aud_mw_e
│   │   │   ├── h264-conformance-ba1_ft_c
│   │   │   ├── h264-conformance-ba1_sony_d
│   │   │   ├── h264-conformance-ba2_sony_f
│   │   │   ├── h264-conformance-ba3_sva_c
│   │   │   ├── h264-conformance-ba_mw_d
│   │   │   ├── h264-conformance-bamq1_jvc_c
│   │   │   ├── h264-conformance-bamq2_jvc_c
│   │   │   ├── h264-conformance-banm_mw_d
│   │   │   ├── h264-conformance-basqp1_sony_c
│   │   │   ├── h264-conformance-caba1_sony_d
│   │   │   ├── h264-conformance-caba1_sva_b
│   │   │   ├── h264-conformance-caba2_sony_e
│   │   │   ├── h264-conformance-caba2_sva_b
│   │   │   ├── h264-conformance-caba3_sony_c
│   │   │   ├── h264-conformance-caba3_sva_b
│   │   │   ├── h264-conformance-caba3_toshiba_e
│   │   │   ├── h264-conformance-cabac_mot_fld0_full
│   │   │   ├── h264-conformance-cabac_mot_frm0_full
│   │   │   ├── h264-conformance-cabac_mot_mbaff0_full
│   │   │   ├── h264-conformance-cabac_mot_picaff0_full
│   │   │   ├── h264-conformance-cabaci3_sony_b
│   │   │   ├── h264-conformance-cabast3_sony_e
│   │   │   ├── h264-conformance-cabastbr3_sony_b
│   │   │   ├── h264-conformance-cabref3_sand_d
│   │   │   ├── h264-conformance-cacqp3_sony_d
│   │   │   ├── h264-conformance-cafi1_sva_c
│   │   │   ├── h264-conformance-cama1_sony_c
│   │   │   ├── h264-conformance-cama1_toshiba_b
│   │   │   ├── h264-conformance-cama1_vtc_c
│   │   │   ├── h264-conformance-cama2_vtc_b
│   │   │   ├── h264-conformance-cama3_sand_e
│   │   │   ├── h264-conformance-cama3_vtc_b
│   │   │   ├── h264-conformance-camaci3_sony_c
│   │   │   ├── h264-conformance-camanl1_toshiba_b
│   │   │   ├── h264-conformance-camanl2_toshiba_b
│   │   │   ├── h264-conformance-camanl3_sand_e
│   │   │   ├── h264-conformance-camasl3_sony_b
│   │   │   ├── h264-conformance-camp_mot_mbaff_l30
│   │   │   ├── h264-conformance-camp_mot_mbaff_l31
│   │   │   ├── h264-conformance-canl1_sony_e
│   │   │   ├── h264-conformance-canl1_sva_b
│   │   │   ├── h264-conformance-canl2_sony_e
│   │   │   ├── h264-conformance-canl2_sva_b
│   │   │   ├── h264-conformance-canl3_sony_c
│   │   │   ├── h264-conformance-canl3_sva_b
│   │   │   ├── h264-conformance-canl4_sva_b
│   │   │   ├── h264-conformance-canlma2_sony_c
│   │   │   ├── h264-conformance-canlma3_sony_c
│   │   │   ├── h264-conformance-capa1_toshiba_b
│   │   │   ├── h264-conformance-capama3_sand_f
│   │   │   ├── h264-conformance-capcm1_sand_e
│   │   │   ├── h264-conformance-capcmnl1_sand_e
│   │   │   ├── h264-conformance-capm3_sony_d
│   │   │   ├── h264-conformance-caqp1_sony_b
│   │   │   ├── h264-conformance-cavlc_mot_fld0_full_b
│   │   │   ├── h264-conformance-cavlc_mot_frm0_full_b
│   │   │   ├── h264-conformance-cavlc_mot_mbaff0_full_b
│   │   │   ├── h264-conformance-cavlc_mot_picaff0_full_b
│   │   │   ├── h264-conformance-cawp1_toshiba_e
│   │   │   ├── h264-conformance-cawp5_toshiba_e
│   │   │   ├── h264-conformance-ci1_ft_b
│   │   │   ├── h264-conformance-ci_mw_d
│   │   │   ├── h264-conformance-cvbs3_sony_c
│   │   │   ├── h264-conformance-cvcanlma2_sony_c
│   │   │   ├── h264-conformance-cvfc1_sony_c
│   │   │   ├── h264-conformance-cvfi1_sony_d
│   │   │   ├── h264-conformance-cvfi1_sva_c
│   │   │   ├── h264-conformance-cvfi2_sony_h
│   │   │   ├── h264-conformance-cvfi2_sva_c
│   │   │   ├── h264-conformance-cvma1_sony_d
│   │   │   ├── h264-conformance-cvma1_toshiba_b
│   │   │   ├── h264-conformance-cvmanl1_toshiba_b
│   │   │   ├── h264-conformance-cvmanl2_toshiba_b
│   │   │   ├── h264-conformance-cvmapaqp3_sony_e
│   │   │   ├── h264-conformance-cvmaqp3_sony_d
│   │   │   ├── h264-conformance-cvmp_mot_fld_l30_b
│   │   │   ├── h264-conformance-cvmp_mot_frm_l31_b
│   │   │   ├── h264-conformance-cvnlfi1_sony_c
│   │   │   ├── h264-conformance-cvnlfi2_sony_h
│   │   │   ├── h264-conformance-cvpa1_toshiba_b
│   │   │   ├── h264-conformance-cvpcmnl1_sva_c
│   │   │   ├── h264-conformance-cvpcmnl2_sva_c
│   │   │   ├── h264-conformance-cvwp1_toshiba_e
│   │   │   ├── h264-conformance-cvwp2_toshiba_e
│   │   │   ├── h264-conformance-cvwp3_toshiba_e
│   │   │   ├── h264-conformance-cvwp5_toshiba_e
│   │   │   ├── h264-conformance-fi1_sony_e
│   │   │   ├── h264-conformance-frext-alphaconformanceg
│   │   │   ├── h264-conformance-frext-bcrm_freh10
│   │   │   ├── h264-conformance-frext-brcm_freh11
│   │   │   ├── h264-conformance-frext-brcm_freh3
│   │   │   ├── h264-conformance-frext-brcm_freh4
│   │   │   ├── h264-conformance-frext-brcm_freh5
│   │   │   ├── h264-conformance-frext-brcm_freh8
│   │   │   ├── h264-conformance-frext-brcm_freh9
│   │   │   ├── h264-conformance-frext-freh12_b
│   │   │   ├── h264-conformance-frext-freh1_b
│   │   │   ├── h264-conformance-frext-freh2_b
│   │   │   ├── h264-conformance-frext-freh6
│   │   │   ├── h264-conformance-frext-freh7_b
│   │   │   ├── h264-conformance-frext-frext01_jvc_d
│   │   │   ├── h264-conformance-frext-frext02_jvc_c
│   │   │   ├── h264-conformance-frext-frext1_panasonic_c
│   │   │   ├── h264-conformance-frext-frext2_panasonic_b
│   │   │   ├── h264-conformance-frext-frext3_panasonic_d
│   │   │   ├── h264-conformance-frext-frext4_panasonic_a
│   │   │   ├── h264-conformance-frext-frext_mmco4_sony_b
│   │   │   ├── h264-conformance-frext-hcaff1_hhi_b
│   │   │   ├── h264-conformance-frext-hcafr1_hhi_c
│   │   │   ├── h264-conformance-frext-hcafr2_hhi_a
│   │   │   ├── h264-conformance-frext-hcafr3_hhi_a
│   │   │   ├── h264-conformance-frext-hcafr4_hhi_a
│   │   │   ├── h264-conformance-frext-hcamff1_hhi_b
│   │   │   ├── h264-conformance-frext-hi422fr10_sony_b
│   │   │   ├── h264-conformance-frext-hi422fr13_sony_b
│   │   │   ├── h264-conformance-frext-hi422fr1_sony_a
│   │   │   ├── h264-conformance-frext-hi422fr6_sony_a
│   │   │   ├── h264-conformance-frext-hpca_brcm_c
│   │   │   ├── h264-conformance-frext-hpcadq_brcm_b
│   │   │   ├── h264-conformance-frext-hpcafl_bcrm_c
│   │   │   ├── h264-conformance-frext-hpcaflnl_bcrm_c
│   │   │   ├── h264-conformance-frext-hpcalq_brcm_b
│   │   │   ├── h264-conformance-frext-hpcamapalq_bcrm_b
│   │   │   ├── h264-conformance-frext-hpcamolq_brcm_b
│   │   │   ├── h264-conformance-frext-hpcanl_brcm_c
│   │   │   ├── h264-conformance-frext-hpcaq2lq_brcm_b
│   │   │   ├── h264-conformance-frext-hpcv_brcm_a
│   │   │   ├── h264-conformance-frext-hpcvfl_bcrm_a
│   │   │   ├── h264-conformance-frext-hpcvflnl_bcrm_a
│   │   │   ├── h264-conformance-frext-hpcvmolq_brcm_b
│   │   │   ├── h264-conformance-frext-hpcvnl_brcm_a
│   │   │   ├── h264-conformance-frext-pph10i1_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i2_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i3_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i4_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i5_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i6_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i7_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i1_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i2_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i3_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i4_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i5_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i6_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i7_panasonic_a
│   │   │   ├── h264-conformance-hcbp2_hhi_a
│   │   │   ├── h264-conformance-hcmp1_hhi_a
│   │   │   ├── h264-conformance-ls_sva_d
│   │   │   ├── h264-conformance-midr_mw_d
│   │   │   ├── h264-conformance-mps_mw_a
│   │   │   ├── h264-conformance-mr1_bt_a
│   │   │   ├── h264-conformance-mr1_mw_a
│   │   │   ├── h264-conformance-mr2_mw_a
│   │   │   ├── h264-conformance-mr2_tandberg_e
│   │   │   ├── h264-conformance-mr3_tandberg_b
│   │   │   ├── h264-conformance-mr4_tandberg_c
│   │   │   ├── h264-conformance-mr5_tandberg_c
│   │   │   ├── h264-conformance-mr6_bt_b
│   │   │   ├── h264-conformance-mr7_bt_b
│   │   │   ├── h264-conformance-mr8_bt_b
│   │   │   ├── h264-conformance-mr9_bt_b
│   │   │   ├── h264-conformance-mv1_brcm_d
│   │   │   ├── h264-conformance-nl1_sony_d
│   │   │   ├── h264-conformance-nl2_sony_h
│   │   │   ├── h264-conformance-nl3_sva_e
│   │   │   ├── h264-conformance-nlmq1_jvc_c
│   │   │   ├── h264-conformance-nlmq2_jvc_c
│   │   │   ├── h264-conformance-nrf_mw_e
│   │   │   ├── h264-conformance-sharp_mp_field_1_b
│   │   │   ├── h264-conformance-sharp_mp_field_2_b
│   │   │   ├── h264-conformance-sharp_mp_field_3_b
│   │   │   ├── h264-conformance-sharp_mp_paff_1r2
│   │   │   ├── h264-conformance-sharp_mp_paff_2r
│   │   │   ├── h264-conformance-sl1_sva_b
│   │   │   ├── h264-conformance-slice2_field_aurora4
│   │   │   ├── h264-conformance-sva_ba1_b
│   │   │   ├── h264-conformance-sva_ba2_d
│   │   │   ├── h264-conformance-sva_base_b
│   │   │   ├── h264-conformance-sva_cl1_e
│   │   │   ├── h264-conformance-sva_fm1_e
│   │   │   ├── h264-conformance-sva_nl1_b
│   │   │   ├── h264-conformance-sva_nl2_e
│   │   │   ├── h264-crop-to-container
│   │   │   ├── h264-direct-bff
│   │   │   ├── h264-dts_5frames
│   │   │   ├── h264-encparams
│   │   │   ├── h264-extradata-reload
│   │   │   ├── h264-extreme-plane-pred
│   │   │   ├── h264-interlace-crop
│   │   │   ├── h264-intra-refresh-recovery
│   │   │   ├── h264-invalid-ref-mod
│   │   │   ├── h264-lossless
│   │   │   ├── h264-missing-frame
│   │   │   ├── h264-mixed-nal-coding
│   │   │   ├── h264-ref-pic-mod-overflow
│   │   │   ├── h264-reinit-large_420_8-to-small_420_8
│   │   │   ├── h264-reinit-small_420_8-to-large_444_10
│   │   │   ├── h264-reinit-small_420_9-to-small_420_8
│   │   │   ├── h264-reinit-small_422_9-to-small_420_9
│   │   │   ├── h264-skip-nointra
│   │   │   ├── h264-skip-nokey
│   │   │   ├── h264-timecode
│   │   │   ├── h264-twofields-packet
│   │   │   ├── h264-unescaped-extradata
│   │   │   ├── h264-xavc-4389
│   │   │   ├── h264_mp4toannexb_ticket2991
│   │   │   ├── h264_mp4toannexb_ticket5927
│   │   │   ├── h264_mp4toannexb_ticket5927_2
│   │   │   ├── hap-alpha-only-nosnappy-128x72
│   │   │   ├── hap-alpha-only-snappy-127x71
│   │   │   ├── hap-chunk
│   │   │   ├── hap1
│   │   │   ├── hap5
│   │   │   ├── hapqa-extract-nosnappy-to-hapalphaonly-mov
│   │   │   ├── hapqa-extract-nosnappy-to-hapq-mov
│   │   │   ├── hapqa-extract-snappy1-to-hapalphaonly
│   │   │   ├── hapqa-extract-snappy1-to-hapq
│   │   │   ├── hapqa-extract-snappy16-to-hapalphaonly
│   │   │   ├── hapqa-extract-snappy16-to-hapq
│   │   │   ├── hapqa-nosnappy-127x71
│   │   │   ├── hapqa-snappy1-127x71
│   │   │   ├── hapqa-snappy16-127x71
│   │   │   ├── hapy
│   │   │   ├── hash
│   │   │   ├── hdr_dynamic_vivid_metadata
│   │   │   ├── hevc-afd-tc-sei
│   │   │   ├── hevc-alpha
│   │   │   ├── hevc-bsf-dts2pts-cra
│   │   │   ├── hevc-bsf-dts2pts-idr
│   │   │   ├── hevc-bsf-dts2pts-idr-cra
│   │   │   ├── hevc-cabac-tudepth
│   │   │   ├── hevc-color-reserved
│   │   │   ├── hevc-conformance-ADJUST_IPRED_ANGLE_A_RExt_Mitsubishi_1
│   │   │   ├── hevc-conformance-AMP_A_Samsung_4
│   │   │   ├── hevc-conformance-AMP_A_Samsung_6
│   │   │   ├── hevc-conformance-AMP_B_Samsung_4
│   │   │   ├── hevc-conformance-AMP_B_Samsung_6
│   │   │   ├── hevc-conformance-AMP_D_Hisilicon
│   │   │   ├── hevc-conformance-AMP_E_Hisilicon
│   │   │   ├── hevc-conformance-AMP_F_Hisilicon_3
│   │   │   ├── hevc-conformance-AMVP_A_MTK_4
│   │   │   ├── hevc-conformance-AMVP_B_MTK_4
│   │   │   ├── hevc-conformance-AMVP_C_Samsung_4
│   │   │   ├── hevc-conformance-AMVP_C_Samsung_6
│   │   │   ├── hevc-conformance-BUMPING_A_ericsson_1
│   │   │   ├── hevc-conformance-CAINIT_A_SHARP_4
│   │   │   ├── hevc-conformance-CAINIT_B_SHARP_4
│   │   │   ├── hevc-conformance-CAINIT_C_SHARP_3
│   │   │   ├── hevc-conformance-CAINIT_D_SHARP_3
│   │   │   ├── hevc-conformance-CAINIT_E_SHARP_3
│   │   │   ├── hevc-conformance-CAINIT_F_SHARP_3
│   │   │   ├── hevc-conformance-CAINIT_G_SHARP_3
│   │   │   ├── hevc-conformance-CAINIT_H_SHARP_3
│   │   │   ├── hevc-conformance-CIP_A_Panasonic_3
│   │   │   ├── hevc-conformance-CIP_C_Panasonic_2
│   │   │   ├── hevc-conformance-CONFWIN_A_Sony_1
│   │   │   ├── hevc-conformance-DBLK_A_MAIN10_VIXS_3
│   │   │   ├── hevc-conformance-DBLK_A_SONY_3
│   │   │   ├── hevc-conformance-DBLK_B_SONY_3
│   │   │   ├── hevc-conformance-DBLK_C_SONY_3
│   │   │   ├── hevc-conformance-DBLK_D_VIXS_2
│   │   │   ├── hevc-conformance-DBLK_E_VIXS_2
│   │   │   ├── hevc-conformance-DBLK_F_VIXS_2
│   │   │   ├── hevc-conformance-DBLK_G_VIXS_2
│   │   │   ├── hevc-conformance-DELTAQP_A_BRCM_4
│   │   │   ├── hevc-conformance-DELTAQP_B_SONY_3
│   │   │   ├── hevc-conformance-DELTAQP_C_SONY_3
│   │   │   ├── hevc-conformance-DSLICE_A_HHI_5
│   │   │   ├── hevc-conformance-DSLICE_B_HHI_5
│   │   │   ├── hevc-conformance-DSLICE_C_HHI_5
│   │   │   ├── hevc-conformance-ENTP_A_Qualcomm_1
│   │   │   ├── hevc-conformance-ENTP_B_Qualcomm_1
│   │   │   ├── hevc-conformance-ENTP_C_Qualcomm_1
│   │   │   ├── hevc-conformance-EXT_A_ericsson_4
│   │   │   ├── hevc-conformance-FILLER_A_Sony_1
│   │   │   ├── hevc-conformance-HRD_A_Fujitsu_2
│   │   │   ├── hevc-conformance-HRD_A_Fujitsu_3
│   │   │   ├── hevc-conformance-INITQP_A_Sony_1
│   │   │   ├── hevc-conformance-INITQP_B_Sony_1
│   │   │   ├── hevc-conformance-IPCM_A_RExt_NEC
│   │   │   ├── hevc-conformance-IPCM_B_RExt_NEC
│   │   │   ├── hevc-conformance-IPRED_A_docomo_2
│   │   │   ├── hevc-conformance-IPRED_B_Nokia_3
│   │   │   ├── hevc-conformance-IPRED_C_Mitsubishi_3
│   │   │   ├── hevc-conformance-LS_A_Orange_2
│   │   │   ├── hevc-conformance-LS_B_ORANGE_4
│   │   │   ├── hevc-conformance-LTRPSPS_A_Qualcomm_1
│   │   │   ├── hevc-conformance-MAXBINS_A_TI_4
│   │   │   ├── hevc-conformance-MAXBINS_B_TI_4
│   │   │   ├── hevc-conformance-MAXBINS_C_TI_4
│   │   │   ├── hevc-conformance-MERGE_A_TI_3
│   │   │   ├── hevc-conformance-MERGE_B_TI_3
│   │   │   ├── hevc-conformance-MERGE_C_TI_3
│   │   │   ├── hevc-conformance-MERGE_D_TI_3
│   │   │   ├── hevc-conformance-MERGE_E_TI_3
│   │   │   ├── hevc-conformance-MERGE_F_MTK_4
│   │   │   ├── hevc-conformance-MERGE_G_HHI_4
│   │   │   ├── hevc-conformance-MVCLIP_A_qualcomm_3
│   │   │   ├── hevc-conformance-MVDL1ZERO_A_docomo_3
│   │   │   ├── hevc-conformance-MVEDGE_A_qualcomm_3
│   │   │   ├── hevc-conformance-MVHEVCS_A
│   │   │   ├── hevc-conformance-MVHEVCS_B
│   │   │   ├── hevc-conformance-MVHEVCS_E
│   │   │   ├── hevc-conformance-MVHEVCS_F
│   │   │   ├── hevc-conformance-Main_422_10_A_RExt_Sony_1
│   │   │   ├── hevc-conformance-Main_422_10_B_RExt_Sony_1
│   │   │   ├── hevc-conformance-NUT_A_ericsson_5
│   │   │   ├── hevc-conformance-NoOutPrior_A_Qualcomm_1
│   │   │   ├── hevc-conformance-NoOutPrior_B_Qualcomm_1
│   │   │   ├── hevc-conformance-OPFLAG_A_Qualcomm_1
│   │   │   ├── hevc-conformance-OPFLAG_B_Qualcomm_1
│   │   │   ├── hevc-conformance-OPFLAG_C_Qualcomm_1
│   │   │   ├── hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_1
│   │   │   ├── hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_3
│   │   │   ├── hevc-conformance-PICSIZE_A_Bossen_1
│   │   │   ├── hevc-conformance-PICSIZE_B_Bossen_1
│   │   │   ├── hevc-conformance-PICSIZE_C_Bossen_1
│   │   │   ├── hevc-conformance-PICSIZE_D_Bossen_1
│   │   │   ├── hevc-conformance-PMERGE_A_TI_3
│   │   │   ├── hevc-conformance-PMERGE_B_TI_3
│   │   │   ├── hevc-conformance-PMERGE_C_TI_3
│   │   │   ├── hevc-conformance-PMERGE_D_TI_3
│   │   │   ├── hevc-conformance-PMERGE_E_TI_3
│   │   │   ├── hevc-conformance-POC_A_Bossen_3
│   │   │   ├── hevc-conformance-PPS_A_qualcomm_7
│   │   │   ├── hevc-conformance-PS_A_VIDYO_3
│   │   │   ├── hevc-conformance-PS_B_VIDYO_3
│   │   │   ├── hevc-conformance-QMATRIX_A_RExt_Sony_1
│   │   │   ├── hevc-conformance-RAP_A_docomo_4
│   │   │   ├── hevc-conformance-RAP_B_Bossen_1
│   │   │   ├── hevc-conformance-RPLM_A_qualcomm_4
│   │   │   ├── hevc-conformance-RPLM_B_qualcomm_4
│   │   │   ├── hevc-conformance-RPS_A_docomo_4
│   │   │   ├── hevc-conformance-RPS_B_qualcomm_5
│   │   │   ├── hevc-conformance-RPS_C_ericsson_5
│   │   │   ├── hevc-conformance-RPS_D_ericsson_6
│   │   │   ├── hevc-conformance-RPS_E_qualcomm_5
│   │   │   ├── hevc-conformance-RPS_F_docomo_1
│   │   │   ├── hevc-conformance-RQT_A_HHI_4
│   │   │   ├── hevc-conformance-RQT_B_HHI_4
│   │   │   ├── hevc-conformance-RQT_C_HHI_4
│   │   │   ├── hevc-conformance-RQT_D_HHI_4
│   │   │   ├── hevc-conformance-RQT_E_HHI_4
│   │   │   ├── hevc-conformance-RQT_F_HHI_4
│   │   │   ├── hevc-conformance-RQT_G_HHI_4
│   │   │   ├── hevc-conformance-SAO_A_MediaTek_4
│   │   │   ├── hevc-conformance-SAO_A_RExt_MediaTek_1
│   │   │   ├── hevc-conformance-SAO_B_MediaTek_5
│   │   │   ├── hevc-conformance-SAO_C_Samsung_4
│   │   │   ├── hevc-conformance-SAO_C_Samsung_5
│   │   │   ├── hevc-conformance-SAO_D_Samsung_4
│   │   │   ├── hevc-conformance-SAO_D_Samsung_5
│   │   │   ├── hevc-conformance-SAO_E_Canon_4
│   │   │   ├── hevc-conformance-SAO_F_Canon_3
│   │   │   ├── hevc-conformance-SAO_G_Canon_3
│   │   │   ├── hevc-conformance-SDH_A_Orange_3
│   │   │   ├── hevc-conformance-SLICES_A_Rovi_3
│   │   │   ├── hevc-conformance-SLIST_A_Sony_4
│   │   │   ├── hevc-conformance-SLIST_B_Sony_8
│   │   │   ├── hevc-conformance-SLIST_C_Sony_3
│   │   │   ├── hevc-conformance-SLIST_D_Sony_9
│   │   │   ├── hevc-conformance-SLPPLP_A_VIDYO_1
│   │   │   ├── hevc-conformance-SLPPLP_A_VIDYO_2
│   │   │   ├── hevc-conformance-STRUCT_A_Samsung_5
│   │   │   ├── hevc-conformance-STRUCT_B_Samsung_4
│   │   │   ├── hevc-conformance-STRUCT_B_Samsung_6
│   │   │   ├── hevc-conformance-TILES_A_Cisco_2
│   │   │   ├── hevc-conformance-TILES_B_Cisco_1
│   │   │   ├── hevc-conformance-TMVP_A_MS_3
│   │   │   ├── hevc-conformance-TSCL_A_VIDYO_5
│   │   │   ├── hevc-conformance-TSCL_B_VIDYO_4
│   │   │   ├── hevc-conformance-TSKIP_A_MS_3
│   │   │   ├── hevc-conformance-TUSIZE_A_Samsung_1
│   │   │   ├── hevc-conformance-VPSID_A_VIDYO_1
│   │   │   ├── hevc-conformance-VPSID_A_VIDYO_2
│   │   │   ├── hevc-conformance-WPP_A_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_A_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_B_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_B_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_C_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_C_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_D_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_D_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_E_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_E_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_F_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_F_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_HIGH_TP_444_8BIT_RExt_Apple_2
│   │   │   ├── hevc-conformance-WP_A_MAIN10_Toshiba_3
│   │   │   ├── hevc-conformance-WP_A_Toshiba_3
│   │   │   ├── hevc-conformance-WP_B_Toshiba_3
│   │   │   ├── hevc-conformance-WP_MAIN10_B_Toshiba_3
│   │   │   ├── hevc-conformance-cip_B_NEC_3
│   │   │   ├── hevc-conformance-ipcm_A_NEC_3
│   │   │   ├── hevc-conformance-ipcm_B_NEC_3
│   │   │   ├── hevc-conformance-ipcm_C_NEC_3
│   │   │   ├── hevc-conformance-ipcm_D_NEC_3
│   │   │   ├── hevc-conformance-ipcm_E_NEC_2
│   │   │   ├── hevc-dv-rpu
│   │   │   ├── hevc-extradata-reload
│   │   │   ├── hevc-hdr-vivid-metadata
│   │   │   ├── hevc-hdr10-plus-metadata
│   │   │   ├── hevc-monochrome-crop
│   │   │   ├── hevc-mv-ltr
│   │   │   ├── hevc-mv-nuh-layer-id
│   │   │   ├── hevc-mv-position
│   │   │   ├── hevc-mv-switch
│   │   │   ├── hevc-paired-fields
│   │   │   ├── hevc-paramchange-yuv420p-yuv420p10
│   │   │   ├── hevc-pir
│   │   │   ├── hevc-skiploopfilter
│   │   │   ├── hevc-small422chroma
│   │   │   ├── hevc-two-first-slice
│   │   │   ├── hls-cmfa
│   │   │   ├── hls-discont-start
│   │   │   ├── hls-fmp4
│   │   │   ├── hls-fmp4_ac3
│   │   │   ├── hls-independent-segments
│   │   │   ├── hls-init-time
│   │   │   ├── hls-list-size
│   │   │   ├── hls-playlist-type-event
│   │   │   ├── hls-playlist-type-vod
│   │   │   ├── hls-round-durations
│   │   │   ├── hls-segment-single
│   │   │   ├── hls-segment-size
│   │   │   ├── hls-start-number
│   │   │   ├── hmac
│   │   │   ├── hxvs-demux
│   │   │   ├── iamf-5_1-copy
│   │   │   ├── iamf-5_1-demux
│   │   │   ├── iamf-5_1_4
│   │   │   ├── iamf-7_1_4
│   │   │   ├── iamf-9_1_6
│   │   │   ├── iamf-ambisonic_1
│   │   │   ├── iamf-ambisonic_1-projection
│   │   │   ├── iamf-ambisonic_1-projection-copy
│   │   │   ├── iamf-ambisonic_1-projection-demux
│   │   │   ├── iamf-stereo
│   │   │   ├── iamf-stereo-demux
│   │   │   ├── id-cin-video
│   │   │   ├── id3v2-chapters
│   │   │   ├── id3v2-comm
│   │   │   ├── id3v2-comm-dashed-descriptor
│   │   │   ├── id3v2-comm-descriptor
│   │   │   ├── id3v2-comm-descriptor-no-lang
│   │   │   ├── id3v2-comm-invalid-lang
│   │   │   ├── id3v2-comm-lang-as-descriptor
│   │   │   ├── id3v2-comm-long-descriptor
│   │   │   ├── id3v2-comm-multi-invalid-lang
│   │   │   ├── id3v2-comm-raw-key
│   │   │   ├── id3v2-comm-raw-key-suffix
│   │   │   ├── id3v2-comm-sort
│   │   │   ├── id3v2-lyrics
│   │   │   ├── id3v2-priv
│   │   │   ├── id3v2-priv-remux
│   │   │   ├── id3v2-txxx
│   │   │   ├── id3v2-utf16-bom
│   │   │   ├── id3v2-wma-comm
│   │   │   ├── idroq-video-encode
│   │   │   ├── iff-byterun1
│   │   │   ├── iff-demux
│   │   │   ├── iff-fibonacci
│   │   │   ├── iff-ilbm
│   │   │   ├── iff-pcm
│   │   │   ├── imf
│   │   │   ├── imf-cpl-with-audio
│   │   │   ├── imf-cpl-with-repeat
│   │   │   ├── imgutils
│   │   │   ├── indeo2-delta
│   │   │   ├── indeo2-intra
│   │   │   ├── indeo3-1
│   │   │   ├── indeo3-2
│   │   │   ├── indeo4
│   │   │   ├── indeo5
│   │   │   ├── interplay-mve-16bit
│   │   │   ├── interplay-mve-8bit
│   │   │   ├── iscc
│   │   │   ├── iv8-demux
│   │   │   ├── j2k-dwt
│   │   │   ├── jpeg2000-dcinema
│   │   │   ├── jpeg2000dec-ds0_ht_01_b11
│   │   │   ├── jpeg2000dec-p0_01
│   │   │   ├── jpeg2000dec-p0_02
│   │   │   ├── jpeg2000dec-p0_03
│   │   │   ├── jpeg2000dec-p0_04
│   │   │   ├── jpeg2000dec-p0_05
│   │   │   ├── jpeg2000dec-p0_07
│   │   │   ├── jpeg2000dec-p0_08
│   │   │   ├── jpeg2000dec-p0_09
│   │   │   ├── jpeg2000dec-p0_10
│   │   │   ├── jpeg2000dec-p0_11
│   │   │   ├── jpeg2000dec-p0_12
│   │   │   ├── jpeg2000dec-p0_14
│   │   │   ├── jpeg2000dec-p0_15
│   │   │   ├── jpeg2000dec-p0_16
│   │   │   ├── jpegls-2bpc
│   │   │   ├── jpegls-3bpc
│   │   │   ├── jpegls-5bpc
│   │   │   ├── jpegls-7bpc
│   │   │   ├── jpegls-ilv0-rst
│   │   │   ├── jpegls-ilv1-rst
│   │   │   ├── jpg-12bpp
│   │   │   ├── jpg-exif-autorotate
│   │   │   ├── jpg-exif-noautorotate
│   │   │   ├── jpg-exif-rotation-override
│   │   │   ├── jpg-icc
│   │   │   ├── jpg-jfif
│   │   │   ├── jpg-rgb-1
│   │   │   ├── jpg-rgb-2
│   │   │   ├── jpg-rgb-221
│   │   │   ├── jpg-rgb-3
│   │   │   ├── jpg-rgb-4
│   │   │   ├── jpg-rgb-5
│   │   │   ├── jpg-rgb-baseline
│   │   │   ├── jpg-rgb-progressive
│   │   │   ├── jv
│   │   │   ├── jv-demux
│   │   │   ├── jxl-anim-demux-belgium
│   │   │   ├── jxl-anim-demux-icos4d
│   │   │   ├── jxl-anim-demux-lenna256
│   │   │   ├── jxl-anim-demux-newton
│   │   │   ├── jxl-multiframe-permuted-toc
│   │   │   ├── jxl-small-ext-box
│   │   │   ├── jxs-concat-demux
│   │   │   ├── kgv1
│   │   │   ├── kmvc
│   │   │   ├── lagarith-red
│   │   │   ├── lagarith-rgb24
│   │   │   ├── lagarith-rgb32
│   │   │   ├── lagarith-ticket4119
│   │   │   ├── lagarith-ticket4119-cfr
│   │   │   ├── lagarith-ticket4119-pass
│   │   │   ├── lagarith-ticket4119-vfr
│   │   │   ├── lagarith-yuy2
│   │   │   ├── lagarith-yv12
│   │   │   ├── lavf-pdv-skip-nokey
│   │   │   ├── lead-yuv420p
│   │   │   ├── lead-yuv420p-half
│   │   │   ├── lead-yuv420p-zero
│   │   │   ├── lead-yuv444p
│   │   │   ├── lfg
│   │   │   ├── libaom-hdr10-plus
│   │   │   ├── libavcodec-htmlsubtitles
│   │   │   ├── libsvtav1-hdr10
│   │   │   ├── libx264-hdr10
│   │   │   ├── libx264-simple
│   │   │   ├── limited_input_seek
│   │   │   ├── limited_input_seek-copyts
│   │   │   ├── lmlm4-demux
│   │   │   ├── loco-rgb
│   │   │   ├── loco-yuy2
│   │   │   ├── lossless-alac
│   │   │   ├── lossless-meridianaudio
│   │   │   ├── lossless-monkeysaudio-399
│   │   │   ├── lossless-monkeysaudio-legacy
│   │   │   ├── lossless-osq
│   │   │   ├── lossless-rka
│   │   │   ├── lossless-shorten
│   │   │   ├── lossless-tak
│   │   │   ├── lossless-tta
│   │   │   ├── lossless-tta-encrypted
│   │   │   ├── lossless-wma
│   │   │   ├── lossless-wma24-1
│   │   │   ├── lossless-wma24-2
│   │   │   ├── lossless-wma24-rawtile
│   │   │   ├── lscr
│   │   │   ├── m4v
│   │   │   ├── m4v-cfr
│   │   │   ├── magicyuv-rgb
│   │   │   ├── magicyuv-rgba
│   │   │   ├── magicyuv-y400i
│   │   │   ├── magicyuv-y420
│   │   │   ├── magicyuv-y422i
│   │   │   ├── magicyuv-y444
│   │   │   ├── magicyuv-y4444i
│   │   │   ├── mathematics
│   │   │   ├── matroska-alac-remux
│   │   │   ├── matroska-avoid-negative-ts
│   │   │   ├── matroska-crop
│   │   │   ├── matroska-dovi-write-config7
│   │   │   ├── matroska-dovi-write-config8
│   │   │   ├── matroska-dvbsub-remux
│   │   │   ├── matroska-encoding-delay
│   │   │   ├── matroska-flac-channel-mapping
│   │   │   ├── matroska-flac-extradata-update
│   │   │   ├── matroska-h264-remux
│   │   │   ├── matroska-hdr10-plus-remux
│   │   │   ├── matroska-lzo-decompression
│   │   │   ├── matroska-mastering-display-metadata
│   │   │   ├── matroska-move-cues-to-front
│   │   │   ├── matroska-mpegts-remux
│   │   │   ├── matroska-ms-mode
│   │   │   ├── matroska-non-rotation-displaymatrix
│   │   │   ├── matroska-ogg-opus-remux
│   │   │   ├── matroska-opus-remux
│   │   │   ├── matroska-pgs-remux
│   │   │   ├── matroska-pgs-remux-durations
│   │   │   ├── matroska-prores-header-insertion-bz2
│   │   │   ├── matroska-prores-zlib
│   │   │   ├── matroska-qt-mode
│   │   │   ├── matroska-side-data-pref-codec
│   │   │   ├── matroska-side-data-pref-packet
│   │   │   ├── matroska-spherical-mono
│   │   │   ├── matroska-spherical-mono-remux
│   │   │   ├── matroska-stereo_mode
│   │   │   ├── matroska-vp8-alpha-remux
│   │   │   ├── matroska-wavpack-missing-codecprivate
│   │   │   ├── matroska-xiph-lacing
│   │   │   ├── matroska-zero-length-block
│   │   │   ├── matroska-zlib-decompression
│   │   │   ├── maxis-xa
│   │   │   ├── md5
│   │   │   ├── mdec
│   │   │   ├── mdec-v3
│   │   │   ├── media100
│   │   │   ├── mimic
│   │   │   ├── mjpeg-ticket3229
│   │   │   ├── mjpegb
│   │   │   ├── mkv
│   │   │   ├── mkv-1242
│   │   │   ├── mlv-demux
│   │   │   ├── motionpixels
│   │   │   ├── mov-1elist-1ctts
│   │   │   ├── mov-1elist-ends-last-bframe
│   │   │   ├── mov-1elist-noctts
│   │   │   ├── mov-2elist-elist1-ends-bframe
│   │   │   ├── mov-3elist
│   │   │   ├── mov-3elist-1ctts
│   │   │   ├── mov-3elist-encrypted
│   │   │   ├── mov-3elist-encrypted-kid
│   │   │   ├── mov-440hz-10ms
│   │   │   ├── mov-aac-2048-priming
│   │   │   ├── mov-avif-demux-still-image-1-item
│   │   │   ├── mov-avif-demux-still-image-multiple-items
│   │   │   ├── mov-bbi-elst-starts-b
│   │   │   ├── mov-channel-description
│   │   │   ├── mov-cover-image
│   │   │   ├── mov-displaymatrix
│   │   │   ├── mov-elist-starts-ctts-2ndsample
│   │   │   ├── mov-elst-ends-betn-b-and-i
│   │   │   ├── mov-frag-encrypted
│   │   │   ├── mov-frag-encrypted-kid
│   │   │   ├── mov-frag-overlap
│   │   │   ├── mov-guess-delay-1
│   │   │   ├── mov-guess-delay-2
│   │   │   ├── mov-guess-delay-3
│   │   │   ├── mov-heic-demux-clap-irot-imir
│   │   │   ├── mov-heic-demux-still-image-1-item
│   │   │   ├── mov-heic-demux-still-image-grid
│   │   │   ├── mov-heic-demux-still-image-iovl
│   │   │   ├── mov-heic-demux-still-image-iovl-2
│   │   │   ├── mov-heic-demux-still-image-multiple-items
│   │   │   ├── mov-heic-demux-still-image-multiple-thumb
│   │   │   ├── mov-ibi-elst-starts-b
│   │   │   ├── mov-init-nonkeyframe
│   │   │   ├── mov-invalid-elst-entry-count
│   │   │   ├── mov-mime-codecstring
│   │   │   ├── mov-mp3-demux
│   │   │   ├── mov-mp4-chapters
│   │   │   ├── mov-mp4-disposition-mpegts-remux
│   │   │   ├── mov-mp4-extended-atom
│   │   │   ├── mov-mp4-fragmented-ttml-dfxp
│   │   │   ├── mov-mp4-fragmented-ttml-stpp
│   │   │   ├── mov-mp4-iamf-5_1_4
│   │   │   ├── mov-mp4-iamf-7_1_4-video-first
│   │   │   ├── mov-mp4-iamf-7_1_4-video-first-2
│   │   │   ├── mov-mp4-iamf-7_1_4-video-first-3
│   │   │   ├── mov-mp4-iamf-7_1_4-video-last
│   │   │   ├── mov-mp4-iamf-ambisonic_1
│   │   │   ├── mov-mp4-iamf-stereo
│   │   │   ├── mov-mp4-multiple-stsd-muxing
│   │   │   ├── mov-mp4-pcm
│   │   │   ├── mov-mp4-pcm-float
│   │ 

================================================
FILE CONTENTS
================================================

================================================
FILE: .augment-guidelines
================================================
# Augment Guidelines for FFmpeg Repository

project:
  name: "FFmpeg"
  description: |
    A complete, cross-platform solution to record, convert and stream audio and video.
  type: "media"

architecture:
  overview: |
    FFmpeg is organized into several core libraries that handle different aspects of 
    multimedia processing. The codebase follows a modular design where each library 
    can be used independently or together. FFmpeg also provides command-line tools 
    built on top of these libraries.
  
  key_directories:
    - path: "libavcodec"
      description: |
        Implements encoders and decoders for audio/video codecs and bitstream processing
    - path: "libavdevice"
      description: |
        Provides abstraction for accessing capture and playback devices
    - path: "libavfilter"
      description: |
        Implements media filtering framework for processing audio and video
    - path: "libavformat"
      description: |
        Handles container formats, muxing/demuxing, and I/O protocols
    - path: "libavutil"
      description: |
        Contains utility functions, data structures, and common components shared across 
        libraries
    - path: "libswresample"
      description: |
        Implements audio mixing and resampling routines
    - path: "tests"
      description: |
        Contains test suites and validation tools for FFmpeg functionality

components:
  - name: "WHIP"
    description: |
      WebRTC-HTTP Ingestion Protocol implementation for low-latency streaming. Handles 
      SDP exchange, ICE connectivity, DTLS handshake, SRTP encryption, and RTP 
      packetization for WebRTC streaming.
    related_files:
      - path: "libavformat/whip.c"
        description: |
          Core implementation of the WHIP protocol, including SDP offer/answer exchange, 
          ICE connectivity, DTLS handshake setup, and SRTP encryption for RTP packets
      - path: "libavformat/tls.h"
        description: |
          Header defining the DTLS interface used by WHIP for secure communication, 
          including functions for certificate handling and DTLS state management
      - path: "libavformat/tls.c"
        description: |
          Common DTLS implementation shared across different SSL backends, providing
          UDP socket setup for DTLS connections
      - path: "libavformat/tls_openssl.c"
        description: |
          OpenSSL-specific implementation of DTLS functionality, including handshake 
          procedures and SRTP key material export


================================================
FILE: .augmentignore
================================================

# Build artifacts
**/objs/**
**/build/**
**/*.o
**/*.a
**/*.so
**/*.dylib
**/*.d

# IDE files
**/.idea/**
**/.vscode/**
**/.run/**

# Generated files
**/.tmp/**
**/fate-suite/**
**/*.flv
**/*.mp4
**/*.ts

# Other files.
**/tools/**
**/tests/**


================================================
FILE: .forgejo/CODEOWNERS
================================================
# This file describes the expected reviewers for a PR based on the changed
# files. Unlike what the name of the file suggests they don't own the code, but
# merely have a good understanding of that area of the codebase and therefore
# are usually suited as a reviewer.

# Lines in this file match changed paths via Go-Style regular expressions:
# https://pkg.go.dev/regexp/syntax

# Mind the alphabetical order

# avcodec
# =======
libavcodec/.*aac.* @lynne
libavcodec/.*ac3.* @lynne
libavcodec/.*adpcm.* @zane @pross
libavcodec/anm.* @pross
libavcodec/amf.* @OvchinnikovDmitrii @ArazIusubov
libavcodec/ansi.* @pross
libavcodec/aom_film_grain.* @haasn
libavcodec/.*atrac9.* @lynne
libavcodec/bink.* @pross
libavcodec/bintext.* @pross
libavcodec/.*bitpacked.* @lynne
libavcodec/.*d3d12va.* @jianhuaw @tong1wu @younengxiao
libavcodec/.*dirac.* @lynne
libavcodec/.*dovi_rpu.* @haasn
libavcodec/dpx.* @pross
libavcodec/dsd.* @pross
libavcodec/eacmv.* @pross
libavcodec/eaidct.* @pross
libavcodec/eamad.* @pross
libavcodec/eat.* @pross
libavcodec/.*exif.* @Traneptora
libavcodec/.*ffv1.* @lynne @michaelni
libavcodec/g728.* @pross
libavcodec/gem.* @pross
libavcodec/golomb.* @michaelni
libavcodec/.*h266.* @frankplow @NuoMi @jianhuaw
libavcodec/h26x/.* @frankplow @NuoMi @jianhuaw
libavcodec/.*h274.* @haasn
libavcodec/iff.* @pross
libavcodec/.*jpegxl.* @lynne @Traneptora
libavcodec/jpeg2000htdec.* @cae
libavcodec/jv.* @pross
libavcodec/.*jxl.* @lynne @Traneptora
libavcodec/.*lcms2.* @haasn
libavcodec/lead.* @pross
libavcodec/mediacodec* @quink
libavcodec/mjpeg* @michaelni
libavcodec/mmvideo.* @pross
libavcodec/msp2.* @pross
libavcodec/mvc.* @pross
libavcodec/oh* @quink
libavcodec/.*opus.* @lynne
libavcodec/pictor.* @pross
libavcodec/.*png.* @Traneptora
libavcodec/.*prores.* @lynne
libavcodec/rangecoder.* @michaelni
libavcodec/ratecontrol.* @michaelni
libavcodec/rkmpp* @quink
libavcodec/rv60.* @pross
libavcodec/sgirle.* @pross
libavcodec/.*siren.* @lynne
libavcodec/smpte_436m.* @programmerjake
libavcodec/svq1.* @pross
libavcodec/svq3.* @pross
libavcodec/.*vc2.* @lynne
libavcodec/videotoolbox.* @ePirat
libavcodec/vp3.* @pross
libavcodec/vp4.* @pross
libavcodec/vp5.* @pross
libavcodec/vp6.* @pross
libavcodec/vp8.* @rbultje @pross
libavcodec/vp9.* @rbultje
libavcodec/vpx.* @rbultje @pross
libavcodec/vqc.* @pross
libavcodec/.*vvc.* @frankplow @NuoMi @jianhuaw
libavcodec/wmavoice.* @rbultje
libavcodec/wbmp.* @pross

# bitstream filters
libavcodec/bsf/eia608_to_smpte436m.* @programmerjake
libavcodec/bsf/smpte436m_to_eia608.* @programmerjake

# architecture-specific
libavcodec/aarch64/.* @lynne @mstorsjo
libavcodec/arm/.* @mstorsjo
libavcodec/ppc/.* @sean_mcg
libavcodec/riscv/.* @Courmisch
libavcodec/wasm/hevc/.* @quink
libavcodec/x86/.* @lynne
libavcodec/x86/vp8.* @rbultje
libavcodec/x86/vp9.* @rbultje
libavcodec/x86/vpx.* @rbultje

# avfilter
# =======
libavfilter/af_loudnorm.* @kylophone
libavfilter/af_whisper.* @vpalmisano
libavfilter/.*_amf* @OvchinnikovDmitrii @ArazIusubov
libavfilter/avfiltergraph.* @haasn
libavfilter/colorspace.* @rbultje
libavfilter/formats.* @haasn
libavfilter/.*f_ebur128.* @haasn
libavfilter/vf_blackdetect.* @haasn
libavfilter/vf_colordetect.* @haasn
libavfilter/vf_colorspace.* @rbultje
libavfilter/.*drawvg.* @ayosec
libavfilter/vf_find_rect.* @michaelni
libavfilter/vf_icc.* @haasn
libavfilter/vf_libplacebo.* @haasn
libavfilter/vf_libvmaf.* @kylophone
libavfilter/vf_mpdecimate.* @dana-feng
libavfilter/vf_premultiply.* @haasn
libavfilter/vf_scale.* @haasn
libavfilter/vf_scale_vt.* @quink
libavfilter/vf_thumbnail.* @haasn
libavfilter/vf_transpose_vt.* @quink
libavfilter/vf_yadif.* @michaelni
libavfilter/vsrc_mandelbrot.* @michaelni

libavfilter/aarch64/.* @mstorsjo
libavfilter/riscv/.* @Courmisch
libavfilter/x86/colorspace.* @rbultje
libavfilter/x86/scene_sad.* @haasn

# avformat
# =======
libavformat/alp.* @zane
libavformat/amv.* @zane
libavformat/anm.* @pross
libavformat/apm.* @zane
libavformat/argo_.* @zane
libavformat/bink.* @pross
libavformat/bintext.* @pross
libavformat/caf.* @pross
libavformat/cine.* @pross
libavformat/dsf.* @pross
libavformat/eacdata.* @pross
libavformat/electronicarts.* @pross
libavformat/.*exif.* @Traneptora
libavformat/filmstrip.* @pross
libavformat/frm.* @pross
libavformat/hls.* @kasper93
libavformat/hxvs.* @quink
libavformat/iamf.* @jamrial
libavformat/icecast.c @ePirat
libavformat/ico.* @pross
libavformat/iff.* @pross
libavformat/.*jpegxl.* @Traneptora
libavformat/jv.* @pross
libavformat/.*jxl.* @Traneptora
libavformat/kvag.* @zane
libavformat/mccdec.* @programmerjake
libavformat/mccenc.* @programmerjake
libavformat/mlv.* @pross
libavformat/mm.* @pross
libavformat/msp.* @pross
libavformat/mv.* @pross
libavformat/ogg.* @toots
libavformat/pp_bnk.* @zane
libavformat/rm.* @pross
libavformat/sauce.* @pross
libavformat/scd.* @zane
libavformat/tty.* @pross
libavformat/whip.c @JackLau
libavformat/wsd.* @pross
libavformat/wtv.* @pross

# avutil
# ======
libavutil/.*_amf* @OvchinnikovDmitrii @ArazIusubov
libavutil/.*crc.* @lynne @michaelni
libavutil/.*d3d12va.* @jianhuaw @tong1wu @younengxiao
libavutil/csp.* @rbultje @haasn
libavutil/eval.* @michaelni
libavutil/film_grain.* @haasn
libavutil/dovi_meta.* @haasn
libavutil/hwcontext_oh.* @quink
libavutil/hwcontext_mediacodec.* @quink
libavutil/hwcontext_videotoolbox.* @ePirat
libavutil/iamf.* @jamrial
libavutil/integer.* @michaelni
libavutil/lfg.* @michaelni
libavutil/lls.* @michaelni
libavutil/md5.* @michaelni
libavutil/mathematics.* @michaelni
libavutil/mem.* @michaelni
libavutil/qsort.* @michaelni
libavutil/random_seed.* @michaelni
libavutil/rational.* @michaelni
libavutil/sfc.* @michaelni
libavutil/softfloat.* @michaelni
libavutil/tree.* @michaelni
libavutil/tx.* @lynne

libavutil/aarch64/.* @lynne @mstorsjo
libavutil/arm/.* @mstorsjo
libavutil/ppc/.* @sean_mcg
libavutil/riscv/.* @Courmisch
libavutil/wasm/.* @quink
libavutil/x86/.* @lynne

# swresample
# =======
libswresample/aarch64/.* @mstorsjo
libswresample/arm/.* @mstorsjo
libswresample/.* @michaelni

# swscale
# =======
libswscale/aarch64/.* @mstorsjo
libswscale/arm/.* @mstorsjo
libswscale/ppc/.* @sean_mcg
libswscale/riscv/.* @Courmisch
libswscale/.* @haasn

# tools
# =====
fftools/ffplay_renderer.* @haasn
tools/target_dec_fuzzer.c @michaelni

# doc
# ===
doc/.* @GyanD

# Frameworks
# ==========
.*d3d12va.* @jianhuaw @tong1wu @younengxiao
.*vulkan.* @lynne @haasn

# tests
# =====
tests/checkasm/riscv/.* @Courmisch
libavutil/tests/buffer.* @MarcosAsh
libavutil/tests/hdr_dynamic_vivid_metadata.* @MarcosAsh
libavutil/tests/tdrdi.* @MarcosAsh
libavutil/tests/timestamp.* @MarcosAsh
tests/ref/.*drawvg.* @ayosec
tests/ref/fate/buffer @MarcosAsh
tests/ref/fate/hdr_dynamic_vivid_metadata @MarcosAsh
tests/ref/fate/sub-mcc.* @programmerjake
tests/ref/fate/tdrdi @MarcosAsh
tests/ref/fate/timestamp @MarcosAsh

# Forgejo
# =======
.forgejo/CODEOWNERS @michaelni

# /
# =
MAINTAINERS @michaelni


================================================
FILE: .forgejo/ISSUE_TEMPLATE.md
================================================
# Summary of the bug

Briefly describe the issue you're experiencing. Include any error messages, unexpected behavior, or relevant observations.

# Steps to reproduce

List the steps required to trigger the bug.
Include the exact CLI command used, if any.
Provide sample input files, logs, or scripts if available.


================================================
FILE: .forgejo/labeler/labeler.js
================================================
module.exports = async ({github, context}) => {
    const title = (context.payload.pull_request?.title || context.payload.issue?.title || '').toLowerCase();
    const labels = [];
    const issueNumber = context.payload.pull_request?.number || context.payload.issue?.number;

    const kwmap = {
      'avcodec': 'avcodec',
      'avdevice': 'avdevice',
      'avfilter': 'avfilter',
      'avformat': 'avformat',
      'avutil': 'avutil',
      'swresample': 'swresample',
      'swscale': 'swscale',
      'fftools': 'CLI',
      'vulkan': 'vulkan'
    };

    async function isOrgMember(username) {
        try {
            const response = await github.rest.orgs.checkMembershipForUser({
                org: context.repo.owner,
                username: username
            });
            return response.status === 204;
        } catch (error) {
            return false;
        }
    }

    if (context.payload.action === 'closed' ||
        (context.payload.action !== 'opened' && (
             context.payload.action === 'assigned' ||
             context.payload.action === 'label_updated' ||
             context.payload.action === 'labeled' ||
             context.payload.comment) &&
         await isOrgMember(context.payload.sender.login))
    ) {
        try {
            await github.rest.issues.removeLabel({
                owner: context.repo.owner,
                repo: context.repo.repo,
                issue_number: issueNumber,
                // this should say 'new', but forgejo deviates from GitHub API here and expects the ID
                name: '41'
            });
            console.log('Removed "new" label');
        } catch (error) {
            if (error.status !== 404 && error.status !== 410) {
                console.log('Could not remove "new" label');
            }
        }
    } else if (context.payload.action === 'opened') {
        labels.push('new');
        console.log('Detected label: new');
    }

    if ((context.payload.action === 'opened' || context.payload.action === 'edited') && context.eventName !== 'issue_comment') {
        for (const [kw, label] of Object.entries(kwmap)) {
            if (title.includes(kw)) {
                labels.push(label);
                console.log('Detected label: ' + label);
            }
        }
    }

    if (labels.length > 0) {
        await github.rest.issues.addLabels({
            owner: context.repo.owner,
            repo: context.repo.repo,
            issue_number: issueNumber,
            labels: labels,
        });
    }
}


================================================
FILE: .forgejo/labeler/labeler.yml
================================================
avcodec:
  - changed-files:
    - any-glob-to-any-file: 'libavcodec/**'

avdevice:
  - changed-files:
    - any-glob-to-any-file: 'libavdevice/**'

avfilter:
  - changed-files:
    - any-glob-to-any-file: 'libavfilter/**'

avformat:
  - changed-files:
    - any-glob-to-any-file: 'libavformat/**'

avutil:
  - changed-files:
    - any-glob-to-any-file: 'libavutil/**'

swresample:
  - changed-files:
    - any-glob-to-any-file: 'libswresample/**'

swscale:
  - changed-files:
    - any-glob-to-any-file: 'libswscale/**'

CLI:
  - changed-files:
    - any-glob-to-any-file: 'fftools/**'

vulkan:
  - changed-files:
    - any-glob-to-any-file: '**/*vulkan*'


================================================
FILE: .forgejo/pre-commit/config.yaml
================================================
exclude: ^tests/ref/

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
  rev: v5.0.0
  hooks:
    - id: check-case-conflict
    - id: check-executables-have-shebangs
    - id: check-illegal-windows-names
    - id: check-shebang-scripts-are-executable
    - id: check-yaml
    - id: end-of-file-fixer
    - id: file-contents-sorter
      files:
        .forgejo/pre-commit/ignored-words.txt
      args:
        - --ignore-case
    - id: fix-byte-order-marker
    - id: mixed-line-ending
    - id: trailing-whitespace
- repo: local
  hooks:
    - id: arm-asm-indent
      name: fix arm/aarch64 assembly indentation
      files: ^.*/(arm|aarch64)/.*\.S$
      language: script
      entry: ./tools/check_arm_indent.sh --apply
      pass_filenames: false
- repo: https://github.com/codespell-project/codespell
  rev: v2.4.1
  hooks:
    - id: codespell
      args:
        - --ignore-words=.forgejo/pre-commit/ignored-words.txt
        - --ignore-multiline-regex=codespell:off.*?(codespell:on|\Z)
      exclude: ^tools/(patcheck|clean-diff)$


================================================
FILE: .forgejo/pre-commit/ignored-words.txt
================================================
abl
ACN
acount
addin
alis
alls
ALOG
ALS
als
ANC
anc
ANS
ans
anull
basf
bloc
brane
BREIF
BU
bu
bufer
CAF
caf
clen
clens
Collet
compre
dum
endin
erro
FIEL
fiel
filp
fils
FILTERD
filterd
fle
fo
FPR
fro
Hald
indx
ine
inh
inout
inouts
inport
ist
LAF
laf
lastr
LinS
mapp
mis
mot
nd
nIn
offsetp
orderd
ot
outout
padd
PAETH
paeth
PARM
parm
parms
pEvents
PixelX
Psot
quater
re-use
readd
recuse
redY
Reencode
reencode
remaind
renderD
rin
SAV
SEH
SER
ser
setts
shft
SIZ
siz
skipd
sme
som
sover
STAP
startd
statics
struc
suble
TE
tE
te
tha
tne
tolen
tpye
tre
TRUN
trun
truns
Tung
TYE
ue
UES
ues
vai
vas
vie
VILL
vor
wel
wih


================================================
FILE: .forgejo/workflows/autolabel.yml
================================================
name: Autolabel

on:
  pull_request_target:
    types: [opened, edited, synchronize, closed, assigned, labeled, unlabeled]
  issues:
    types: [opened, edited, closed, assigned, labeled, unlabeled]
  issue_comment:
    types: [created]

jobs:
  pr_labeler:
    name: Labeler
    runs-on: utilities
    if: ${{ github.event.sender.login != 'ffmpeg-devel' }}
    steps:
      - name: Checkout
        uses: actions/checkout@v6
      - name: Label by file-changes
        uses: actions/labeler@v6
        if: ${{ forge.event_name == 'pull_request_target' }}
        with:
          configuration-path: .forgejo/labeler/labeler.yml
          repo-token: ${{ secrets.AUTOLABELER_TOKEN }}
          sync-labels: true
      - name: Label by title-match
        uses: actions/github-script@v8
        with:
          script: |
            const script = require('.forgejo/labeler/labeler.js')
            await script({github, context})
          github-token: ${{ secrets.AUTOLABELER_TOKEN }}


================================================
FILE: .forgejo/workflows/lint.yml
================================================
name: Lint

on:
  push:
    branches:
      - master
  pull_request:

concurrency:
  cancel-in-progress: ${{ forge.event_name == 'pull_request' }}

jobs:
  lint:
    name: Pre-Commit
    runs-on: utilities
    steps:
      - name: Checkout
        uses: actions/checkout@v6
      - name: Install pre-commit CI
        id: install
        run: |
            python3 -m venv ~/pre-commit
            ~/pre-commit/bin/pip install --upgrade pip setuptools
            ~/pre-commit/bin/pip install pre-commit
            echo "envhash=$({ python3 --version && cat .forgejo/pre-commit/config.yaml; } | sha256sum | cut -d' ' -f1)" >> $FORGEJO_OUTPUT
      - name: Cache
        uses: actions/cache@v5
        with:
          path: ~/.cache/pre-commit
          key: pre-commit-${{ steps.install.outputs.envhash }}
      - name: Run pre-commit CI
        run: ~/pre-commit/bin/pre-commit run -c .forgejo/pre-commit/config.yaml --show-diff-on-failure --color=always --all-files


================================================
FILE: .forgejo/workflows/test.yml
================================================
name: Test

on:
  push:
    branches:
      - master
  pull_request:

concurrency:
  cancel-in-progress: ${{ forge.event_name == 'pull_request' }}

jobs:
  run_fate:
    name: Fate (${{ matrix.runner }}, ${{ matrix.shared }}, ${{ matrix.bits }} bit)
    strategy:
      fail-fast: false
      matrix:
        runner: [linux-aarch64]
        shared: ['static']
        bits: ['64']
        include:
          - runner: linux-amd64
            shared: 'static'
            bits: '32'
          - runner: linux-amd64
            shared: 'shared'
            bits: '64'
    runs-on: ${{ matrix.runner }}
    steps:
      - name: Checkout
        uses: actions/checkout@v6
      - name: Configure
        run: |
          ./configure --enable-gpl --enable-nonfree --enable-memory-poisoning --assert-level=2 \
              $([ "${{ matrix.bits }}" != "32" ] || echo --arch=x86_32 --extra-cflags=-m32 --extra-cxxflags=-m32 --extra-ldflags=-m32) \
              $([ "${{ matrix.shared }}" != "shared" ] || echo --enable-shared --disable-static) \
              || CFGRES=$?
          cat ffbuild/config.log
          exit ${CFGRES:-0}
      - name: Build
        run: make -j$(nproc)
      - name: Restore Cached Fate-Suite
        id: cache
        uses: actions/cache/restore@v5
        with:
          path: fate-suite
          key: fate-suite
          restore-keys: |
            fate-suite-
      - name: Sync Fate-Suite
        id: fate
        run: |
          make fate-rsync SAMPLES=$PWD/fate-suite
          echo "hash=$(find fate-suite -type f -printf "%P %s %T@\n" | sort | sha256sum | cut -d' ' -f1)" >> $FORGEJO_OUTPUT
      - name: Cache Fate-Suite
        uses: actions/cache/save@v5
        if: ${{ format('fate-suite-{0}', steps.fate.outputs.hash) != steps.cache.outputs.cache-matched-key }}
        with:
          path: fate-suite
          key: fate-suite-${{ steps.fate.outputs.hash }}
      - name: Run Fate
        run: |
          LD_LIBRARY_PATH="$(printf "%s:" "$PWD"/lib*)$PWD" make fate fate-build SAMPLES="$PWD/fate-suite" -j$(nproc) || FATERES=$?
          find . -name "*.err" -exec printf '::group::%s\n' {} \; -exec cat {} \; -exec printf '::endgroup::\n' \;
          exit ${FATERES:-0}
  run_fate_full:
    name: Fate (Full, ${{ matrix.target_exec }})
    strategy:
      fail-fast: false
      matrix:
        image: ['ghcr.io/btbn/ffmpeg-builds/win64-gpl:latest']
        target_exec: ['wine']
    runs-on: linux-amd64
    container: ${{ matrix.image }}
    steps:
      - name: Checkout
        uses: actions/checkout@v6
      - name: Configure
        run: |
          ./configure --pkg-config-flags="--static" $FFBUILD_TARGET_FLAGS $FF_CONFIGURE \
              --cc="$CC" --cxx="$CXX" --ar="$AR" --ranlib="$RANLIB" --nm="$NM" \
              --extra-cflags="$FF_CFLAGS" --extra-cxxflags="$FF_CXXFLAGS" \
              --extra-libs="$FF_LIBS" --extra-ldflags="$FF_LDFLAGS" --extra-ldexeflags="$FF_LDEXEFLAGS" \
              --enable-memory-poisoning --assert-level=2 --target-exec="${{ matrix.target_exec }}" \
              --enable-hardcoded-tables \
              || CFGRES=$?
          cat ffbuild/config.log
          exit ${CFGRES:-0}
      - name: Build
        run: make -j$(nproc)
      - name: Restore Cached Fate-Suite
        id: cache
        uses: actions/cache/restore@v5
        with:
          path: fate-suite
          key: fate-suite
          restore-keys: |
            fate-suite-
      - name: Sync Fate-Suite
        id: fate
        run: |
          make fate-rsync SAMPLES=$PWD/fate-suite
          echo "hash=$(find fate-suite -type f -printf "%P %s %T@\n" | sort | sha256sum | cut -d' ' -f1)" >> $FORGEJO_OUTPUT
      - name: Cache Fate-Suite
        uses: actions/cache/save@v5
        if: ${{ format('fate-suite-{0}', steps.fate.outputs.hash) != steps.cache.outputs.cache-matched-key }}
        with:
          path: fate-suite
          key: fate-suite-${{ steps.fate.outputs.hash }}
      - name: Run Fate
        run: |
          if [[ "${{ matrix.target_exec }}" == "wine" ]]; then
            export WINEDEBUG=-all
            export FREI0R_PATH="$(winepath -w "$FREI0R_PATH")"
          fi
          LD_LIBRARY_PATH="$(printf "%s:" "$PWD"/lib*)$PWD" make fate fate-build SAMPLES="$PWD/fate-suite" -j$(nproc) || FATERES=$?
          find . -name "*.err" -exec printf '::group::%s\n' {} \; -exec cat {} \; -exec printf '::endgroup::\n' \;
          exit ${FATERES:-0}


================================================
FILE: .gitattributes
================================================
*.pnm -diff -text
Changelog    merge=union


================================================
FILE: .gitignore
================================================
*.a
*.o
*.objs
*.o.*
*.d
*.def
*.dll
*.dylib
*.exe
*.exp
*.gcda
*.gcno
*.h.c
*.ilk
*.lib
*.pc
*.pdb
*.so
*.so.*
*.swp
*.ver
*.version
*.metal.air
*.metallib
*.metallib.c
*.spv
*.spv.c
*.spv.gz
*.gen.c
*.gen.S
*.ptx
*.ptx.c
*.ptx.gz
*.patch
*_g
\#*
.\#*
/.config
/.version
/ffmpeg
/ffplay
/ffprobe
/config.asm
/config.h
/config_components.asm
/config_components.h
/coverage.info
/lcov/
/src
/mapfile
/tools/python/__pycache__/
/libavcodec/vulkan/*.c
/libavfilter/vulkan/*.c
/.*/
!/.forgejo/
/fate-suite


================================================
FILE: .mailmap
================================================
<jeebjp@gmail.com> <jan.ekstrom@aminocom.com>
<sw@jkqxz.net> <mrt@jkqxz.net>
<u@pkh.me> <cboesch@gopro.com>
<quinkblack@foxmail.com> <wantlamy@gmail.com>
<quinkblack@foxmail.com> <zhilizhao@tencent.com>
<modmaker@google.com> <modmaker-at-google.com@ffmpeg.org>
<stebbins@jetheaddev.com> <jstebbins@jetheaddev.com>
<barryjzhao@tencent.com> <mypopydev@gmail.com>
<barryjzhao@tencent.com> <jun.zhao@intel.com>
<josh@itanimul.li> <joshdk@obe.tv>
<michael@niedermayer.cc> <michaelni@gmx.at>
<linjie.justin.fu@gmail.com> <linjie.fu@intel.com>
<linjie.justin.fu@gmail.com> <fulinjie@zju.edu.cn>
<ceffmpeg@gmail.com> <cehoyos@ag.or.at>
<ceffmpeg@gmail.com> <cehoyos@rainbow.studorg.tuwien.ac.at>
<ffmpeg@gyani.pro> <gyandoshi@gmail.com>
<atomnuker@gmail.com> <rpehlivanov@obe.tv>
<lizhong1008@gmail.com> <zhong.li@intel.com>
<lizhong1008@gmail.com> <zhongli_dev@126.com>
<andreas.rheinhardt@outlook.com> <andreas.rheinhardt@gmail.com>
<andreas.rheinhardt@outlook.com> <andreas.rheinhardt@googlemail.com>
rcombs <rcombs@rcombs.me> <rodger.combs@gmail.com>
<thilo.borgmann@mail.de> <thilo.borgmann@googlemail.com>
<lq@chinaffmpeg.org> <liuqi05@kuaishou.com>
<ruiling.song83@gmail.com> <ruiling.song@intel.com>
Cosmin Stejerean <cosmin@cosmin.at> Cosmin Stejerean via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
<wutong1208@outlook.com> <tong1.wu-at-intel.com@ffmpeg.org>
<wutong1208@outlook.com> <tong1.wu@intel.com>
<toqsxw@outlook.com> <jianhua.wu-at-intel.com@ffmpeg.org>
<toqsxw@outlook.com> <jianhua.wu@intel.com>


================================================
FILE: CONTRIBUTING.md
================================================
# Note to Github users

Patches should be submitted to [Forgejo](https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls) or the [ffmpeg-devel mailing list](https://ffmpeg.org/mailman/listinfo/ffmpeg-devel) using `git format-patch` or `git send-email`. Github pull requests should be avoided because they are not part of our review process and **will be ignored**.

See [https://ffmpeg.org/developer.html#Contributing](https://ffmpeg.org/developer.html#Contributing) for more information.


================================================
FILE: COPYING.GPLv2
================================================
                    GNU GENERAL PUBLIC LICENSE
                       Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

  Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software.  If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.

  Finally, any free program is threatened constantly by software
patents.  We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary.  To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.

  The precise terms and conditions for copying, distribution and
modification follow.

                    GNU GENERAL PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License.  The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language.  (Hereinafter, translation is included without limitation in
the term "modification".)  Each licensee is addressed as "you".

Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope.  The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.

  1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.

You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.

  2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:

    a) You must cause the modified files to carry prominent notices
    stating that you changed the files and the date of any change.

    b) You must cause any work that you distribute or publish, that in
    whole or in part contains or is derived from the Program or any
    part thereof, to be licensed as a whole at no charge to all third
    parties under the terms of this License.

    c) If the modified program normally reads commands interactively
    when run, you must cause it, when started running for such
    interactive use in the most ordinary way, to print or display an
    announcement including an appropriate copyright notice and a
    notice that there is no warranty (or else, saying that you provide
    a warranty) and that users may redistribute the program under
    these conditions, and telling the user how to view a copy of this
    License.  (Exception: if the Program itself is interactive but
    does not normally print such an announcement, your work based on
    the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole.  If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works.  But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.

Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.

In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.

  3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:

    a) Accompany it with the complete corresponding machine-readable
    source code, which must be distributed under the terms of Sections
    1 and 2 above on a medium customarily used for software interchange; or,

    b) Accompany it with a written offer, valid for at least three
    years, to give any third party, for a charge no more than your
    cost of physically performing source distribution, a complete
    machine-readable copy of the corresponding source code, to be
    distributed under the terms of Sections 1 and 2 above on a medium
    customarily used for software interchange; or,

    c) Accompany it with the information you received as to the offer
    to distribute corresponding source code.  (This alternative is
    allowed only for noncommercial distribution and only if you
    received the program in object code or executable form with such
    an offer, in accord with Subsection b above.)

The source code for a work means the preferred form of the work for
making modifications to it.  For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable.  However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.

If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.

  4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License.  Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.

  5. You are not required to accept this License, since you have not
signed it.  However, nothing else grants you permission to modify or
distribute the Program or its derivative works.  These actions are
prohibited by law if you do not accept this License.  Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.

  6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions.  You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.

  7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all.  For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.

If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.

It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices.  Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.

  8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded.  In such case, this License incorporates
the limitation as if written in the body of this License.

  9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

Each version is given a distinguishing version number.  If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation.  If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.

  10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission.  For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this.  Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.

                            NO WARRANTY

  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.

  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Also add information on how to contact you by electronic and paper mail.

If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:

    Gnomovision version 69, Copyright (C) year name of author
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.

You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary.  Here is a sample; alter the names:

  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  `Gnomovision' (which makes passes at compilers) written by James Hacker.

  <signature of Ty Coon>, 1 April 1989
  Ty Coon, President of Vice

This General Public License does not permit incorporating your program into
proprietary programs.  If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.


================================================
FILE: COPYING.GPLv3
================================================
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Use with the GNU Affero General Public License.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.


================================================
FILE: COPYING.LGPLv2.1
================================================
                  GNU LESSER GENERAL PUBLIC LICENSE
                       Version 2.1, February 1999

 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

[This is the first released version of the Lesser GPL.  It also counts
 as the successor of the GNU Library Public License, version 2, hence
 the version number 2.1.]

                            Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.

  This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it.  You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.

  When we speak of free software, we are referring to freedom of use,
not price.  Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.

  To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights.  These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.

  For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you.  You must make sure that they, too, receive or can get the source
code.  If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it.  And you must show them these terms so they know their rights.

  We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.

  To protect each distributor, we want to make it very clear that
there is no warranty for the free library.  Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.

  Finally, software patents pose a constant threat to the existence of
any free program.  We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder.  Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.

  Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License.  This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License.  We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.

  When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library.  The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom.  The Lesser General
Public License permits more lax criteria for linking other code with
the library.

  We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License.  It also provides other free software developers Less
of an advantage over competing non-free programs.  These disadvantages
are the reason we use the ordinary General Public License for many
libraries.  However, the Lesser license provides advantages in certain
special circumstances.

  For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard.  To achieve this, non-free programs must be
allowed to use the library.  A more frequent case is that a free
library does the same job as widely used non-free libraries.  In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.

  In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software.  For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.

  Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.

  The precise terms and conditions for copying, distribution and
modification follow.  Pay close attention to the difference between a
"work based on the library" and a "work that uses the library".  The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.

                  GNU LESSER GENERAL PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".

  A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.

  The "Library", below, refers to any such software library or work
which has been distributed under these terms.  A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language.  (Hereinafter, translation is
included without limitation in the term "modification".)

  "Source code" for a work means the preferred form of the work for
making modifications to it.  For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.

  Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope.  The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it).  Whether that is true depends on what the Library does
and what the program that uses the Library does.

  1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.

  You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.

  2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:

    a) The modified work must itself be a software library.

    b) You must cause the files modified to carry prominent notices
    stating that you changed the files and the date of any change.

    c) You must cause the whole of the work to be licensed at no
    charge to all third parties under the terms of this License.

    d) If a facility in the modified Library refers to a function or a
    table of data to be supplied by an application program that uses
    the facility, other than as an argument passed when the facility
    is invoked, then you must make a good faith effort to ensure that,
    in the event an application does not supply such function or
    table, the facility still operates, and performs whatever part of
    its purpose remains meaningful.

    (For example, a function in a library to compute square roots has
    a purpose that is entirely well-defined independent of the
    application.  Therefore, Subsection 2d requires that any
    application-supplied function or table used by this function must
    be optional: if the application does not supply it, the square
    root function must still compute square roots.)

These requirements apply to the modified work as a whole.  If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works.  But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.

Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.

In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.

  3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library.  To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License.  (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.)  Do not make any other change in
these notices.

  Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.

  This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.

  4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.

  If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.

  5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library".  Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.

  However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library".  The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.

  When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library.  The
threshold for this to be true is not precisely defined by law.

  If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work.  (Executables containing this object code plus portions of the
Library will still fall under Section 6.)

  Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.

  6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.

  You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License.  You must supply a copy of this License.  If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License.  Also, you must do one
of these things:

    a) Accompany the work with the complete corresponding
    machine-readable source code for the Library including whatever
    changes were used in the work (which must be distributed under
    Sections 1 and 2 above); and, if the work is an executable linked
    with the Library, with the complete machine-readable "work that
    uses the Library", as object code and/or source code, so that the
    user can modify the Library and then relink to produce a modified
    executable containing the modified Library.  (It is understood
    that the user who changes the contents of definitions files in the
    Library will not necessarily be able to recompile the application
    to use the modified definitions.)

    b) Use a suitable shared library mechanism for linking with the
    Library.  A suitable mechanism is one that (1) uses at run time a
    copy of the library already present on the user's computer system,
    rather than copying library functions into the executable, and (2)
    will operate properly with a modified version of the library, if
    the user installs one, as long as the modified version is
    interface-compatible with the version that the work was made with.

    c) Accompany the work with a written offer, valid for at
    least three years, to give the same user the materials
    specified in Subsection 6a, above, for a charge no more
    than the cost of performing this distribution.

    d) If distribution of the work is made by offering access to copy
    from a designated place, offer equivalent access to copy the above
    specified materials from the same place.

    e) Verify that the user has already received a copy of these
    materials or that you have already sent this user a copy.

  For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it.  However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.

  It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system.  Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.

  7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:

    a) Accompany the combined library with a copy of the same work
    based on the Library, uncombined with any other library
    facilities.  This must be distributed under the terms of the
    Sections above.

    b) Give prominent notice with the combined library of the fact
    that part of it is a work based on the Library, and explaining
    where to find the accompanying uncombined form of the same work.

  8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License.  Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License.  However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.

  9. You are not required to accept this License, since you have not
signed it.  However, nothing else grants you permission to modify or
distribute the Library or its derivative works.  These actions are
prohibited by law if you do not accept this License.  Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.

  10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions.  You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.

  11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all.  For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.

If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.

It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices.  Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.

  12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded.  In such case, this License incorporates the limitation as if
written in the body of this License.

  13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.

Each version is given a distinguishing version number.  If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation.  If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.

  14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission.  For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this.  Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.

                            NO WARRANTY

  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.

                     END OF TERMS AND CONDITIONS

           How to Apply These Terms to Your New Libraries

  If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change.  You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).

  To apply these terms, attach the following notices to the library.  It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.

    <one line to give the library's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Also add information on how to contact you by electronic and paper mail.

You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary.  Here is a sample; alter the names:

  Yoyodyne, Inc., hereby disclaims all copyright interest in the
  library `Frob' (a library for tweaking knobs) written by James Random Hacker.

  <signature of Ty Coon>, 1 April 1990
  Ty Coon, President of Vice

That's all there is to it!


================================================
FILE: COPYING.LGPLv3
================================================
                   GNU LESSER GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.


  This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.

  0. Additional Definitions.

  As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.

  "The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.

  An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.

  A "Combined Work" is a work produced by combining or linking an
Application with the Library.  The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".

  The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.

  The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.

  1. Exception to Section 3 of the GNU GPL.

  You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.

  2. Conveying Modified Versions.

  If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:

   a) under this License, provided that you make a good faith effort to
   ensure that, in the event an Application does not supply the
   function or data, the facility still operates, and performs
   whatever part of its purpose remains meaningful, or

   b) under the GNU GPL, with none of the additional permissions of
   this License applicable to that copy.

  3. Object Code Incorporating Material from Library Header Files.

  The object code form of an Application may incorporate material from
a header file that is part of the Library.  You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:

   a) Give prominent notice with each copy of the object code that the
   Library is used in it and that the Library and its use are
   covered by this License.

   b) Accompany the object code with a copy of the GNU GPL and this license
   document.

  4. Combined Works.

  You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:

   a) Give prominent notice with each copy of the Combined Work that
   the Library is used in it and that the Library and its use are
   covered by this License.

   b) Accompany the Combined Work with a copy of the GNU GPL and this license
   document.

   c) For a Combined Work that displays copyright notices during
   execution, include the copyright notice for the Library among
   these notices, as well as a reference directing the user to the
   copies of the GNU GPL and this license document.

   d) Do one of the following:

       0) Convey the Minimal Corresponding Source under the terms of this
       License, and the Corresponding Application Code in a form
       suitable for, and under terms that permit, the user to
       recombine or relink the Application with a modified version of
       the Linked Version to produce a modified Combined Work, in the
       manner specified by section 6 of the GNU GPL for conveying
       Corresponding Source.

       1) Use a suitable shared library mechanism for linking with the
       Library.  A suitable mechanism is one that (a) uses at run time
       a copy of the Library already present on the user's computer
       system, and (b) will operate properly with a modified version
       of the Library that is interface-compatible with the Linked
       Version.

   e) Provide Installation Information, but only if you would otherwise
   be required to provide such information under section 6 of the
   GNU GPL, and only to the extent that such information is
   necessary to install and execute a modified version of the
   Combined Work produced by recombining or relinking the
   Application with a modified version of the Linked Version. (If
   you use option 4d0, the Installation Information must accompany
   the Minimal Corresponding Source and Corresponding Application
   Code. If you use option 4d1, you must provide the Installation
   Information in the manner specified by section 6 of the GNU GPL
   for conveying Corresponding Source.)

  5. Combined Libraries.

  You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:

   a) Accompany the combined library with a copy of the same work based
   on the Library, uncombined with any other library facilities,
   conveyed under the terms of this License.

   b) Give prominent notice with the combined library that part of it
   is a work based on the Library, and explaining where to find the
   accompanying uncombined form of the same work.

  6. Revised Versions of the GNU Lesser General Public License.

  The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.

  Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.

  If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.


================================================
FILE: CREDITS
================================================
See the Git history of the project (https://git.ffmpeg.org/ffmpeg) to
get the names of people who have contributed to FFmpeg.

To check the log, you can type the command "git log" in the FFmpeg
source directory, or browse the online repository at
https://git.ffmpeg.org/ffmpeg


================================================
FILE: Changelog
================================================
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.

version <next>:
- Extend AMF Color Converter (vf_vpp_amf) HDR capabilities
- LCEVC track muxing support in MP4 muxer
- Playdate video encoder and muxer
- Add v360_vulkan filter
- HE-AAC 960 decoding (DAB+)
- transpose_cuda filter
- Add AMF Frame Rate Converter (vf_frc_amf) filter
- SMPTE 2094-50 metadata support and passthrough
- ProRes RAW VideoToolbox hwaccel
- APV Vulkan hwaccel
- Animated WebP decoder
- Animated WebP demuxer


version 8.1:
- ffprobe -codec option
- EXIF Metadata Parsing
- gfxcapture: Windows.Graphics.Capture based window/monitor capture
- hxvs demuxer for HXVS/HXVT IP camera format
- MPEG-H 3D Audio decoding via mpeghdec
- D3D12 H.264 encoder
- drawvg filter via libcairo
- ffmpeg CLI tiled HEIF support
- D3D12 AV1 encoder
- ProRes Vulkan hwaccel
- DPX Vulkan hwaccel
- Rockchip H.264/HEVC hardware encoder
- Add vf_scale_d3d12 filter
- JPEG-XS parser
- JPEG-XS decoder and encoder through libsvtjpegxs
- JPEG-XS raw bitstream muxer and demuxer
- IAMF Projection mode Ambisonic Audio Elements muxing and demuxing
- Add vf_mestimate_d3d12 filter
- xHE-AAC Mps212 decoding support (experimental)
- Remove the old HLS protocol handler
- Vulkan compute codec optimizations
- swscale Vulkan support
- LCEVC metadata bitstream filter
- Add vf_deinterlace_d3d12 filter
- ffprobe: only show refs field in stream section when reading frames
- ProRes Vulkan encoder
- LCEVC parser
- LCEVC enhancement layer exporting in MPEG-TS


version 8.0:
- Whisper filter
- Drop support for OpenSSL < 1.1.0
- Enable TLS peer certificate verification by default (on next major version bump)
- Drop support for OpenSSL < 1.1.1
- yasm support dropped, users need to use nasm
- VVC VAAPI decoder
- RealVideo 6.0 decoder
- OpenMAX encoders deprecated
- libx265 alpha layer encoding
- ADPCM IMA Xbox decoder
- Enhanced FLV v2: Multitrack audio/video, modern codec support
- Animated JPEG XL encoding (via libjxl)
- VVC in Matroska
- CENC AV1 support in MP4 muxer
- pngenc: set default prediction method to PAETH
- APV decoder and APV raw bitstream muxing and demuxing
- APV parser
- APV encoding support through a libopenapv wrapper
- VVC decoder supports all content of SCC (Screen Content Coding):
  IBC (Inter Block Copy), Palette Mode and ACT (Adaptive Color Transform
- G.728 decoder
- pad_cuda filter
- Sanyo LD-ADPCM decoder
- APV in MP4/ISOBMFF muxing and demuxing
- OpenHarmony hardware decoder/encoder
- Colordetect filter
- Add vf_scale_d3d11 filter
- No longer disabling GCC autovectorization, on X86, ARM and AArch64
- VP9 Vulkan hwaccel
- AV1 Vulkan encoder
- ProRes RAW decoder
- ProRes RAW Vulkan hwaccel
- ffprobe -codec option
- HDR10+ metadata passthrough when decoding/encoding with libaom-av1


version 7.1:
- Raw Captions with Time (RCWT) closed caption demuxer
- LC3/LC3plus decoding/encoding using external library liblc3
- ffmpeg CLI filtergraph chaining
- LC3/LC3plus demuxer and muxer
- pad_vaapi, drawbox_vaapi filters
- vf_scale supports secondary ref input and framesync options
- vf_scale2ref deprecated
- qsv_params option added for QSV encoders
- VVC decoder compatible with DVB test content
- xHE-AAC decoder
- removed DEC Alpha DSP and support code
- VVC encoding support via libvvenc
- perlin video source
- D3D12VA HEVC encoder
- Cropping metadata parsing and writing in Matroska and MP4/MOV de/muxers
- Intel QSV-accelerated VVC decoding
- MediaCodec AAC/AMR-NB/AMR-WB/MP3 decoding
- YUV colorspace negotiation for codecs and filters, obsoleting the
  YUVJ pixel format
- Vulkan H.264 encoder
- Vulkan H.265 encoder
- stream specifiers in fftools can now match by stream disposition
- LCEVC enhancement data exporting in H.26x and MP4/ISOBMFF
- LCEVC filter
- MV-HEVC decoding
- minor stream specifier syntax changes:
    - when matching by metadata (:m:<key>:<val>), the colon character
      in keys or values now has to be backslash-escaped
    - in optional maps (-map ....?) with a metadata-matching stream specifier,
      the value has to be separated from the question mark by a colon, i.e.
      -map ....:m:<key>:<val>:? (otherwise it would be ambiguous whether the
      question mark is a part of <val> or not)
    - multiple stream types in a single specifier (e.g. :s:s:0) now cause an
      error, as such a specifier makes no sense
- Mastering Display and Content Light Level metadata support in hevc_nvenc
  and av1_nvenc encoders
- libswresample now accepts custom order channel layouts as input, with some
  constrains
- FFV1 parser


version 7.0:
- DXV DXT1 encoder
- LEAD MCMP decoder
- EVC decoding using external library libxevd
- EVC encoding using external library libxeve
- QOA decoder and demuxer
- aap filter
- demuxing, decoding, filtering, encoding, and muxing in the
  ffmpeg CLI now all run in parallel
- enable gdigrab device to grab a window using the hwnd=HANDLER syntax
- IAMF raw demuxer and muxer
- D3D12VA hardware accelerated H264, HEVC, VP9, AV1, MPEG-2 and VC1 decoding
- tiltandshift filter
- qrencode filter and qrencodesrc source
- quirc filter
- lavu/eval: introduce randomi() function in expressions
- VVC decoder (experimental)
- fsync filter
- Raw Captions with Time (RCWT) closed caption muxer
- ffmpeg CLI -bsf option may now be used for input as well as output
- ffmpeg CLI options may now be used as -/opt <path>, which is equivalent
  to -opt <contents of file <path>>
- showinfo bitstream filter
- a C11-compliant compiler is now required; note that this requirement
  will be bumped to C17 in the near future, so consider updating your
  build environment if it lacks C17 support
- Change the default bitrate control method from VBR to CQP for QSV encoders.
- removed deprecated ffmpeg CLI options -psnr and -map_channel
- DVD-Video demuxer, powered by libdvdnav and libdvdread
- ffprobe -show_stream_groups option
- ffprobe (with -export_side_data film_grain) now prints film grain metadata
- AEA muxer
- ffmpeg CLI loopback decoders
- Support PacketTypeMetadata of PacketType in enhanced flv format
- ffplay with hwaccel decoding support (depends on vulkan renderer via libplacebo)
- dnn filter libtorch backend
- Android content URIs protocol
- AOMedia Film Grain Synthesis 1 (AFGS1)
- RISC-V optimizations for AAC, FLAC, JPEG-2000, LPC, RV4.0, SVQ, VC1, VP8, and more
- Loongarch optimizations for HEVC decoding
- Important AArch64 optimizations for HEVC
- IAMF support inside MP4/ISOBMFF
- Support for HEIF/AVIF still images and tiled still images
- Dolby Vision profile 10 support in AV1
- Support for Ambient Viewing Environment metadata in MP4/ISOBMFF
- HDR10 metadata passthrough when encoding with libx264, libx265, and libsvtav1


version 6.1:
- libaribcaption decoder
- Playdate video decoder and demuxer
- Extend VAAPI support for libva-win32 on Windows
- afireqsrc audio source filter
- arls filter
- ffmpeg CLI new option: -readrate_initial_burst
- zoneplate video source filter
- command support in the setpts and asetpts filters
- Vulkan decode hwaccel, supporting H264, HEVC and AV1
- color_vulkan filter
- bwdif_vulkan filter
- nlmeans_vulkan filter
- RivaTuner video decoder
- xfade_vulkan filter
- vMix video decoder
- Essential Video Coding parser, muxer and demuxer
- Essential Video Coding frame merge bsf
- bwdif_cuda filter
- Microsoft RLE video encoder
- Raw AC-4 muxer and demuxer
- Raw VVC bitstream parser, muxer and demuxer
- Bitstream filter for editing metadata in VVC streams
- Bitstream filter for converting VVC from MP4 to Annex B
- scale_vt filter for videotoolbox
- transpose_vt filter for videotoolbox
- support for the P_SKIP hinting to speed up libx264 encoding
- Support HEVC,VP9,AV1 codec in enhanced flv format
- apsnr and asisdr audio filters
- OSQ demuxer and decoder
- Support HEVC,VP9,AV1 codec fourcclist in enhanced rtmp protocol
- CRI USM demuxer
- ffmpeg CLI '-top' option deprecated in favor of the setfield filter
- VAAPI AV1 encoder
- ffprobe XML output schema changed to account for multiple
  variable-fields elements within the same parent element
- ffprobe -output_format option added as an alias of -of

# codespell:off

version 6.0:
- Radiance HDR image support
- ddagrab (Desktop Duplication) video capture filter
- ffmpeg -shortest_buf_duration option
- ffmpeg now requires threading to be built
- ffmpeg now runs every muxer in a separate thread
- Add new mode to cropdetect filter to detect crop-area based on motion vectors and edges
- VAAPI decoding and encoding for 10/12bit 422, 10/12bit 444 HEVC and VP9
- WBMP (Wireless Application Protocol Bitmap) image format
- a3dscope filter
- bonk decoder and demuxer
- Micronas SC-4 audio decoder
- LAF demuxer
- APAC decoder and demuxer
- Media 100i decoders
- DTS to PTS reorder bsf
- ViewQuest VQC decoder
- backgroundkey filter
- nvenc AV1 encoding support
- MediaCodec decoder via NDKMediaCodec
- MediaCodec encoder
- oneVPL support for QSV
- QSV AV1 encoder
- QSV decoding and encoding for 10/12bit 422, 10/12bit 444 HEVC and VP9
- showcwt multimedia filter
- corr video filter
- adrc audio filter
- afdelaysrc audio filter
- WADY DPCM decoder and demuxer
- CBD2 DPCM decoder
- ssim360 video filter
- ffmpeg CLI new options: -stats_enc_pre[_fmt], -stats_enc_post[_fmt],
  -stats_mux_pre[_fmt]
- hstack_vaapi, vstack_vaapi and xstack_vaapi filters
- XMD ADPCM decoder and demuxer
- media100 to mjpegb bsf
- ffmpeg CLI new option: -fix_sub_duration_heartbeat
- WavArc decoder and demuxer
- CrystalHD decoders deprecated
- SDNS demuxer
- RKA decoder and demuxer
- filtergraph syntax in ffmpeg CLI now supports passing file contents
  as option values, by prefixing option name with '/'
- hstack_qsv, vstack_qsv and xstack_qsv filters


version 5.1:
- add ipfs/ipns gateway support
- dialogue enhance audio filter
- dropped obsolete XvMC hwaccel
- pcm-bluray encoder
- DFPWM audio encoder/decoder and raw muxer/demuxer
- SITI filter
- Vizrt Binary Image encoder/decoder
- avsynctest source filter
- feedback video filter
- pixelize video filter
- colormap video filter
- colorchart video source filter
- multiply video filter
- PGS subtitle frame merge bitstream filter
- blurdetect filter
- tiltshelf audio filter
- QOI image format support
- ffprobe -o option
- virtualbass audio filter
- VDPAU AV1 hwaccel
- PHM image format support
- remap_opencl filter
- added chromakey_cuda filter
- added bilateral_cuda filter


version 5.0:
- ADPCM IMA Westwood encoder
- Westwood AUD muxer
- ADPCM IMA Acorn Replay decoder
- Argonaut Games CVG demuxer
- Argonaut Games CVG muxer
- Concatf protocol
- afwtdn audio filter
- audio and video segment filters
- Apple Graphics (SMC) encoder
- hsvkey and hsvhold video filters
- adecorrelate audio filter
- atilt audio filter
- grayworld video filter
- AV1 Low overhead bitstream format muxer
- swscale slice threading
- MSN Siren decoder
- scharr video filter
- apsyclip audio filter
- morpho video filter
- amr parser
- (a)latency filters
- GEM Raster image decoder
- asdr audio filter
- speex decoder
- limitdiff video filter
- xcorrelate video filter
- varblur video filter
- huesaturation video filter
- colorspectrum source video filter
- RTP packetizer for uncompressed video (RFC 4175)
- bitpacked encoder
- VideoToolbox VP9 hwaccel
- VideoToolbox ProRes hwaccel
- support loongarch.
- aspectralstats audio filter
- adynamicsmooth audio filter
- libplacebo filter
- vflip_vulkan, hflip_vulkan and flip_vulkan filters
- adynamicequalizer audio filter
- yadif_videotoolbox filter
- VideoToolbox ProRes encoder
- anlmf audio filter
- IMF demuxer (experimental)


version 4.4:
- AudioToolbox output device
- MacCaption demuxer
- PGX decoder
- chromanr video filter
- VDPAU accelerated HEVC 10/12bit decoding
- ADPCM IMA Ubisoft APM encoder
- Rayman 2 APM muxer
- AV1 encoding support SVT-AV1
- Cineform HD encoder
- ADPCM Argonaut Games encoder
- Argonaut Games ASF muxer
- AV1 Low overhead bitstream format demuxer
- RPZA video encoder
- ADPCM IMA MOFLEX decoder
- MobiClip FastAudio decoder
- MobiClip video decoder
- MOFLEX demuxer
- MODS demuxer
- PhotoCD decoder
- MCA demuxer
- AV1 decoder (Hardware acceleration used only)
- SVS demuxer
- Argonaut Games BRP demuxer
- DAT demuxer
- aax demuxer
- IPU decoder, parser and demuxer
- Intel QSV-accelerated AV1 decoding
- Argonaut Games Video decoder
- libwavpack encoder removed
- ACE demuxer
- AVS3 demuxer
- AVS3 video decoder via libuavs3d
- Cintel RAW decoder
- VDPAU accelerated VP9 10/12bit decoding
- afreqshift and aphaseshift filters
- High Voltage Software ADPCM encoder
- LEGO Racers ALP (.tun & .pcm) muxer
- AV1 VAAPI decoder
- adenorm filter
- ADPCM IMA AMV encoder
- AMV muxer
- NVDEC AV1 hwaccel
- DXVA2/D3D11VA hardware accelerated AV1 decoding
- speechnorm filter
- SpeedHQ encoder
- asupercut filter
- asubcut filter
- Microsoft Paint (MSP) version 2 decoder
- Microsoft Paint (MSP) demuxer
- AV1 monochrome encoding support via libaom >= 2.0.1
- asuperpass and asuperstop filter
- shufflepixels filter
- tmidequalizer filter
- estdif filter
- epx filter
- Dolby E parser
- shear filter
- kirsch filter
- colortemperature filter
- colorcontrast filter
- PFM encoder
- colorcorrect filter
- binka demuxer
- XBM parser
- xbm_pipe demuxer
- colorize filter
- CRI parser
- aexciter audio filter
- exposure video filter
- monochrome video filter
- setts bitstream filter
- vif video filter
- OpenEXR image encoder
- Simbiosis IMX decoder
- Simbiosis IMX demuxer
- Digital Pictures SGA demuxer and decoders
- TTML subtitle encoder and muxer
- identity video filter
- msad video filter
- gophers protocol
- RIST protocol via librist


version 4.3:
- v360 filter
- Intel QSV-accelerated MJPEG decoding
- Intel QSV-accelerated VP9 decoding
- Support for TrueHD in mp4
- Support AMD AMF encoder on Linux (via Vulkan)
- IMM5 video decoder
- ZeroMQ protocol
- support Sipro ACELP.KELVIN decoding
- streamhash muxer
- sierpinski video source
- scroll video filter
- photosensitivity filter
- anlms filter
- arnndn filter
- bilateral filter
- maskedmin and maskedmax filters
- VDPAU VP9 hwaccel
- median filter
- QSV-accelerated VP9 encoding
- AV1 encoding support via librav1e
- AV1 frame merge bitstream filter
- AV1 Annex B demuxer
- axcorrelate filter
- mvdv decoder
- mvha decoder
- MPEG-H 3D Audio support in mp4
- thistogram filter
- freezeframes filter
- Argonaut Games ADPCM decoder
- Argonaut Games ASF demuxer
- xfade video filter
- xfade_opencl filter
- afirsrc audio filter source
- pad_opencl filter
- Simon & Schuster Interactive ADPCM decoder
- Real War KVAG demuxer
- CDToons video decoder
- siren audio decoder
- Rayman 2 ADPCM decoder
- Rayman 2 APM demuxer
- cas video filter
- High Voltage Software ADPCM decoder
- LEGO Racers ALP (.tun & .pcm) demuxer
- AMQP 0-9-1 protocol (RabbitMQ)
- Vulkan support
- avgblur_vulkan, overlay_vulkan, scale_vulkan and chromaber_vulkan filters
- ADPCM IMA MTF decoder
- FWSE demuxer
- DERF DPCM decoder
- DERF demuxer
- CRI HCA decoder
- CRI HCA demuxer
- overlay_cuda filter
- switch from AvxSynth to AviSynth+ on Linux
- mv30 decoder
- Expanded styling support for 3GPP Timed Text Subtitles (movtext)
- WebP parser
- tmedian filter
- maskedthreshold filter
- Support for muxing pcm and pgs in m2ts
- Cunning Developments ADPCM decoder
- asubboost filter
- Pro Pinball Series Soundbank demuxer
- pcm_rechunk bitstream filter
- scdet filter
- NotchLC decoder
- gradients source video filter
- MediaFoundation encoder wrapper
- untile filter
- Simon & Schuster Interactive ADPCM encoder
- PFM decoder
- dblur video filter
- Real War KVAG muxer


version 4.2:
- tpad filter
- AV1 decoding support through libdav1d
- dedot filter
- chromashift and rgbashift filters
- freezedetect filter
- truehd_core bitstream filter
- dhav demuxer
- PCM-DVD encoder
- GIF parser
- vividas demuxer
- hymt decoder
- anlmdn filter
- maskfun filter
- hcom demuxer and decoder
- ARBC decoder
- libaribb24 based ARIB STD-B24 caption support (profiles A and C)
- Support decoding of HEVC 4:4:4 content in nvdec and cuviddec
- removed libndi-newtek
- agm decoder
- KUX demuxer
- AV1 frame split bitstream filter
- lscr decoder
- lagfun filter
- asoftclip filter
- Support decoding of HEVC 4:4:4 content in vdpau
- colorhold filter
- xmedian filter
- asr filter
- showspatial multimedia filter
- VP4 video decoder
- IFV demuxer
- derain filter
- deesser filter
- mov muxer writes tracks with unspecified language instead of English by default
- add support for using clang to compile CUDA kernels


version 4.1:
- deblock filter
- tmix filter
- amplify filter
- fftdnoiz filter
- aderivative and aintegral audio filters
- pal75bars and pal100bars video filter sources
- support mbedTLS based TLS
- adeclick filter
- adeclip filter
- libtensorflow backend for DNN based filters like srcnn
- vc1 decoder is now bit-exact
- ATRAC9 decoder
- lensfun wrapper filter
- colorconstancy filter
- AVS2 video decoder via libdavs2
- IMM4 video decoder
- Brooktree ProSumer video decoder
- MatchWare Screen Capture Codec decoder
- WinCam Motion Video decoder
- 1D LUT filter (lut1d)
- RemotelyAnywhere Screen Capture decoder
- cue and acue filters
- support for AV1 in MP4
- transpose_npp filter
- AVS2 video encoder via libxavs2
- amultiply filter
- Block-Matching 3d (bm3d) denoising filter
- acrossover filter
- ilbc decoder
- audio denoiser as afftdn filter
- AV1 parser
- SER demuxer
- sinc audio filter source
- chromahold filter
- setparams filter
- vibrance filter
- decoding S12M timecode in h264
- xstack filter
- pcm vidc decoder and encoder
- (a)graphmonitor filter
- yadif_cuda filter


version 4.0:
- Bitstream filters for editing metadata in H.264, HEVC and MPEG-2 streams
- Dropped support for OpenJPEG versions 2.0 and below. Using OpenJPEG now
  requires 2.1 (or later) and pkg-config.
- VDA dropped (use VideoToolbox instead)
- MagicYUV encoder
- Raw AMR-NB and AMR-WB demuxers
- TiVo ty/ty+ demuxer
- Intel QSV-accelerated MJPEG encoding
- PCE support for extended channel layouts in the AAC encoder
- native aptX and aptX HD encoder and decoder
- Raw aptX and aptX HD muxer and demuxer
- NVIDIA NVDEC-accelerated H.264, HEVC, MJPEG, MPEG-1/2/4, VC1, VP8/9 hwaccel decoding
- Intel QSV-accelerated overlay filter
- mcompand audio filter
- acontrast audio filter
- OpenCL overlay filter
- video mix filter
- video normalize filter
- audio lv2 wrapper filter
- VAAPI MJPEG and VP8 decoding
- AMD AMF H.264 and HEVC encoders
- video fillborders filter
- video setrange filter
- nsp demuxer
- support LibreSSL (via libtls)
- AVX-512/ZMM support added
- Dropped support for building for Windows XP. The minimum supported Windows
  version is Windows Vista.
- deconvolve video filter
- entropy video filter
- hilbert audio filter source
- aiir audio filter
- aiff: add support for CD-ROM XA ADPCM
- Removed the ffserver program
- Removed the ffmenc and ffmdec muxer and demuxer
- VideoToolbox HEVC encoder and hwaccel
- VAAPI-accelerated ProcAmp (color balance), denoise and sharpness filters
- Add android_camera indev
- codec2 en/decoding via libcodec2
- muxer/demuxer for raw codec2 files and .c2 files
- Moved nvidia codec headers into an external repository.
  They can be found at http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
- native SBC encoder and decoder
- drmeter audio filter
- hapqa_extract bitstream filter
- filter_units bitstream filter
- AV1 Support through libaom
- E-AC-3 dependent frames support
- bitstream filter for extracting E-AC-3 core
- Haivision SRT protocol via libsrt
- segafilm muxer
- vfrdet filter
- SRCNN filter


version 3.4:
- deflicker video filter
- doubleweave video filter
- lumakey video filter
- pixscope video filter
- oscilloscope video filter
- config.log and other configuration files moved into ffbuild/ directory
- update cuvid/nvenc headers to Video Codec SDK 8.0.14
- afir audio filter
- scale_cuda CUDA based video scale filter
- librsvg support for svg rasterization
- crossfeed audio filter
- spec compliant VP9 muxing support in MP4
- remove the libnut muxer/demuxer wrappers
- remove the libschroedinger encoder/decoder wrappers
- surround audio filter
- sofalizer filter switched to libmysofa
- Gremlin Digital Video demuxer and decoder
- headphone audio filter
- superequalizer audio filter
- roberts video filter
- The x86 assembler default switched from yasm to nasm, pass
  --x86asmexe=yasm to configure to restore the old behavior.
- additional frame format support for Interplay MVE movies
- support for decoding through D3D11VA in ffmpeg
- limiter video filter
- libvmaf video filter
- Dolby E decoder and SMPTE 337M demuxer
- unpremultiply video filter
- tlut2 video filter
- floodfill video filter
- pseudocolor video filter
- raw G.726 muxer and demuxer, left- and right-justified
- NewTek NDI input/output device
- Some video filters with several inputs now use a common set of options:
  blend, libvmaf, lut3d, overlay, psnr, ssim.
  They must always be used by name.
- FITS demuxer and decoder
- FITS muxer and encoder
- add --disable-autodetect build switch
- drop deprecated qtkit input device (use avfoundation instead)
- despill video filter
- haas audio filter
- SUP/PGS subtitle muxer
- convolve video filter
- VP9 tile threading support
- KMS screen grabber
- CUDA thumbnail filter
- V4L2 mem2mem HW assisted codecs
- Rockchip MPP hardware decoding
- vmafmotion video filter
- use MIME type "G726" for little-endian G.726, "AAL2-G726" for big-endian G.726


version 3.3:
- CrystalHD decoder moved to new decode API
- add internal ebur128 library, remove external libebur128 dependency
- Pro-MPEG CoP #3-R2 FEC protocol
- premultiply video filter
- Support for spherical videos
- configure now fails if autodetect-libraries are requested but not found
- PSD Decoder
- 16.8 floating point pcm decoder
- 24.0 floating point pcm decoder
- Apple Pixlet decoder
- QDMC audio decoder
- NewTek SpeedHQ decoder
- MIDI Sample Dump Standard demuxer
- readeia608 filter
- Sample Dump eXchange demuxer
- abitscope multimedia filter
- Scenarist Closed Captions demuxer and muxer
- threshold filter
- midequalizer filter
- Optimal Huffman tables for (M)JPEG encoding
- VAAPI-accelerated MPEG-2 and VP8 encoding
- FM Screen Capture Codec decoder
- native Opus encoder
- ScreenPressor decoder
- incomplete ClearVideo decoder
- Intel QSV video scaling and deinterlacing filters
- Support MOV with multiple sample description tables
- XPM decoder
- Removed the legacy X11 screen grabber, use XCB instead
- MPEG-7 Video Signature filter
- Removed asyncts filter (use af_aresample instead)
- Intel QSV-accelerated VP8 video decoding
- VAAPI-accelerated deinterlacing


version 3.2:
- libopenmpt demuxer
- tee protocol
- Changed metadata print option to accept general urls
- Alias muxer for Ogg Video (.ogv)
- VP8 in Ogg muxing
- curves filter doesn't automatically insert points at x=0 and x=1 anymore
- 16-bit support in curves filter and selectivecolor filter
- OpenH264 decoder wrapper
- MediaCodec H.264/HEVC/MPEG-4/VP8/VP9 hwaccel
- True Audio (TTA) muxer
- crystalizer audio filter
- acrusher audio filter
- bitplanenoise video filter
- floating point support in als decoder
- fifo muxer
- maskedclamp filter
- hysteresis filter
- lut2 filter
- yuvtestsrc filter
- CUDA CUVID H.263/VP8/VP9/10 bit HEVC (Dithered) Decoding
- vaguedenoiser filter
- added threads option per filter instance
- weave filter
- gblur filter
- avgblur filter
- sobel and prewitt filter
- MediaCodec HEVC/MPEG-4/VP8/VP9 decoding
- Meridian Lossless Packing (MLP) / TrueHD encoder
- Non-Local Means (nlmeans) denoising filter
- sdl2 output device and ffplay support
- sdl1 output device and sdl1 support removed
- extended mov edit list support
- libfaac encoder removed
- Matroska muxer now writes CRC32 elements by default in all Level 1 elements
- sidedata video and asidedata audio filter
- Changed mapping of rtp MIME type G726 to codec g726le.
- spec compliant VAAPI/DXVA2 VC-1 decoding of slices in frame-coded images


version 3.1:
- DXVA2-accelerated HEVC Main10 decoding
- fieldhint filter
- loop video filter and aloop audio filter
- Bob Weaver deinterlacing filter
- firequalizer filter
- datascope filter
- bench and abench filters
- ciescope filter
- protocol blacklisting API
- MediaCodec H264 decoding
- VC-2 HQ RTP payload format (draft v1) depacketizer and packetizer
- VP9 RTP payload format (draft v2) packetizer
- AudioToolbox audio decoders
- AudioToolbox audio encoders
- coreimage filter (GPU based image filtering on OSX)
- libdcadec removed
- bitstream filter for extracting DTS core
- ADPCM IMA DAT4 decoder
- musx demuxer
- aix demuxer
- remap filter
- hash and framehash muxers
- colorspace filter
- hdcd filter
- readvitc filter
- VAAPI-accelerated format conversion and scaling
- libnpp/CUDA-accelerated format conversion and scaling
- Duck TrueMotion 2.0 Real Time decoder
- Wideband Single-bit Data (WSD) demuxer
- VAAPI-accelerated H.264/HEVC/MJPEG encoding
- DTS Express (LBR) decoder
- Generic OpenMAX IL encoder with support for Raspberry Pi
- IFF ANIM demuxer & decoder
- Direct Stream Transfer (DST) decoder
- loudnorm filter
- MTAF demuxer and decoder
- MagicYUV decoder
- OpenExr improvements (tile data and B44/B44A support)
- BitJazz SheerVideo decoder
- CUDA CUVID H264/HEVC decoder
- 10-bit depth support in native utvideo decoder
- libutvideo wrapper removed
- YUY2 Lossless Codec decoder
- VideoToolbox H.264 encoder


version 3.0:
- Common Encryption (CENC) MP4 encoding and decoding support
- DXV decoding
- extrastereo filter
- ocr filter
- alimiter filter
- stereowiden filter
- stereotools filter
- rubberband filter
- tremolo filter
- agate filter
- chromakey filter
- maskedmerge filter
- Screenpresso SPV1 decoding
- chromaprint fingerprinting muxer
- ffplay dynamic volume control
- displace filter
- selectivecolor filter
- extensive native AAC encoder improvements and removal of experimental flag
- ADPCM PSX decoder
- 3dostr, dcstr, fsb, genh, vag, xvag, ads, msf, svag & vpk demuxer
- zscale filter
- wve demuxer
- zero-copy Intel QSV transcoding in ffmpeg
- shuffleframes filter
- SDX2 DPCM decoder
- vibrato filter
- innoHeim/Rsupport Screen Capture Codec decoder
- ADPCM AICA decoder
- Interplay ACM demuxer and audio decoder
- XMA1 & XMA2 decoder
- realtime filter
- anoisesrc audio filter source
- IVR demuxer
- compensationdelay filter
- acompressor filter
- support encoding 16-bit RLE SGI images
- apulsator filter
- sidechaingate audio filter
- mipsdspr1 option has been renamed to mipsdsp
- aemphasis filter
- mips32r5 option has been removed
- mips64r6 option has been removed
- DXVA2-accelerated VP9 decoding
- SOFAlizer: virtual binaural acoustics filter
- VAAPI VP9 hwaccel
- audio high-order multiband parametric equalizer
- automatic bitstream filtering
- showspectrumpic filter
- libstagefright support removed
- spectrumsynth filter
- ahistogram filter
- only seek with the right mouse button in ffplay
- toggle full screen when double-clicking with the left mouse button in ffplay
- afftfilt filter
- convolution filter
- libquvi support removed
- support for dvaudio in wav and avi
- libaacplus and libvo-aacenc support removed
- Cineform HD decoder
- new DCA decoder with full support for DTS-HD extensions
- significant performance improvements in Windows Television (WTV) demuxer
- nnedi deinterlacer
- streamselect video and astreamselect audio filter
- swaprect filter
- metadata video and ametadata audio filter
- SMPTE VC-2 HQ profile support for the Dirac decoder
- SMPTE VC-2 native encoder supporting the HQ profile


version 2.8:
- colorkey video filter
- BFSTM/BCSTM demuxer
- little-endian ADPCM_THP decoder
- Hap decoder and encoder
- DirectDraw Surface image/texture decoder
- ssim filter
- optional new ASF demuxer
- showvolume filter
- Many improvements to the JPEG 2000 decoder
- Go2Meeting decoding support
- adrawgraph audio and drawgraph video filter
- removegrain video filter
- Intel QSV-accelerated MPEG-2 video and HEVC encoding
- Intel QSV-accelerated MPEG-2 video and HEVC decoding
- Intel QSV-accelerated VC-1 video decoding
- libkvazaar HEVC encoder
- erosion, dilation, deflate and inflate video filters
- Dynamic Audio Normalizer as dynaudnorm filter
- Reverse video and areverse audio filter
- Random filter
- deband filter
- AAC fixed-point decoding
- sidechaincompress audio filter
- bitstream filter for converting HEVC from MP4 to Annex B
- acrossfade audio filter
- allyuv and allrgb video sources
- atadenoise video filter
- OS X VideoToolbox support
- aphasemeter filter
- showfreqs filter
- vectorscope filter
- waveform filter
- hstack and vstack filter
- Support DNx100 (1440x1080@8)
- VAAPI hevc hwaccel
- VDPAU hevc hwaccel
- framerate filter
- Switched default encoders for webm to VP9 and Opus
- Removed experimental flag from the JPEG 2000 encoder


version 2.7:
- FFT video filter
- TDSC decoder
- DTS lossless extension (XLL) decoding (not lossless, disabled by default)
- showwavespic filter
- DTS decoding through libdcadec
- Drop support for nvenc API before 5.0
- nvenc HEVC encoder
- Detelecine filter
- Intel QSV-accelerated H.264 encoding
- MMAL-accelerated H.264 decoding
- basic APNG encoder and muxer with default extension "apng"
- unpack DivX-style packed B-frames in MPEG-4 bitstream filter
- WebM Live Chunk Muxer
- nvenc level and tier options
- chorus filter
- Canopus HQ/HQA decoder
- Automatically rotate videos based on metadata in ffmpeg
- improved Quickdraw compatibility
- VP9 high bit-depth and extended colorspaces decoding support
- WebPAnimEncoder API when available for encoding and muxing WebP
- Direct3D11-accelerated decoding
- Support Secure Transport
- Multipart JPEG demuxer


version 2.6:
- nvenc encoder
- 10bit spp filter
- colorlevels filter
- RIFX format for *.wav files
- RTP/mpegts muxer
- non continuous cache protocol support
- tblend filter
- cropdetect support for non 8bpp, absolute (if limit >= 1) and relative (if limit < 1.0) threshold
- Camellia symmetric block cipher
- OpenH264 encoder wrapper
- VOC seeking support
- Closed caption Decoder
- fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
- showpalette filter
- Twofish symmetric block cipher
- Support DNx100 (960x720@8)
- eq2 filter ported from libmpcodecs as eq filter
- removed libmpcodecs
- Changed default DNxHD colour range in QuickTime .mov derivatives to mpeg range
- ported softpulldown filter from libmpcodecs as repeatfields filter
- dcshift filter
- RTP depacketizer for loss tolerant payload format for MP3 audio (RFC 5219)
- RTP depacketizer for AC3 payload format (RFC 4184)
- palettegen and paletteuse filters
- VP9 RTP payload format (draft 0) experimental depacketizer
- RTP depacketizer for DV (RFC 6469)
- DXVA2-accelerated HEVC decoding
- AAC ELD 480 decoding
- Intel QSV-accelerated H.264 decoding
- DSS SP decoder and DSS demuxer
- Fix stsd atom corruption in DNxHD QuickTimes
- Canopus HQX decoder
- RTP depacketization of T.140 text (RFC 4103)
- Port MIPS optimizations to 64-bit


version 2.5:
- HEVC/H.265 RTP payload format (draft v6) packetizer
- SUP/PGS subtitle demuxer
- ffprobe -show_pixel_formats option
- CAST128 symmetric block cipher, ECB mode
- STL subtitle demuxer and decoder
- libutvideo YUV 4:2:2 10bit support
- XCB-based screen-grabber
- UDP-Lite support (RFC 3828)
- xBR scaling filter
- AVFoundation screen capturing support
- ffserver supports codec private options
- creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
- WebP muxer with animated WebP support
- zygoaudio decoding support
- APNG demuxer
- postproc visualization support


version 2.4:
- Icecast protocol
- ported lenscorrection filter from frei0r filter
- large optimizations in dctdnoiz to make it usable
- ICY metadata are now requested by default with the HTTP protocol
- support for using metadata in stream specifiers in fftools
- LZMA compression support in TIFF decoder
- H.261 RTP payload format (RFC 4587) depacketizer and experimental packetizer
- HEVC/H.265 RTP payload format (draft v6) depacketizer
- added codecview filter to visualize information exported by some codecs
- Matroska 3D support thorugh side data
- HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
- silenceremove filter


version 2.3:
- AC3 fixed-point decoding
- shuffleplanes filter
- subfile protocol
- Phantom Cine demuxer
- replaygain data export
- VP7 video decoder
- Alias PIX image encoder and decoder
- Improvements to the BRender PIX image decoder
- Improvements to the XBM decoder
- QTKit input device
- improvements to OpenEXR image decoder
- support decoding 16-bit RLE SGI images
- GDI screen grabbing for Windows
- alternative rendition support for HTTP Live Streaming
- AVFoundation input device
- Direct Stream Digital (DSD) decoder
- Magic Lantern Video (MLV) demuxer
- On2 AVC (Audio for Video) decoder
- support for decoding through DXVA2 in ffmpeg
- libbs2b-based stereo-to-binaural audio filter
- libx264 reference frames count limiting depending on level
- native Opus decoder
- display matrix export and rotation API
- WebVTT encoder
- showcqt multimedia filter
- zoompan filter
- signalstats filter
- hqx filter (hq2x, hq3x, hq4x)
- flanger filter
- Image format auto-detection
- LRC demuxer and muxer
- Samba protocol (via libsmbclient)
- WebM DASH Manifest muxer
- libfribidi support in drawtext


version 2.2:

- HNM version 4 demuxer and video decoder
- Live HDS muxer
- setsar/setdar filters now support variables in ratio expressions
- elbg filter
- string validation in ffprobe
- support for decoding through VDPAU in ffmpeg (the -hwaccel option)
- complete Voxware MetaSound decoder
- remove mp3_header_compress bitstream filter
- Windows resource files for shared libraries
- aeval filter
- stereoscopic 3d metadata handling
- WebP encoding via libwebp
- ATRAC3+ decoder
- VP8 in Ogg demuxing
- side & metadata support in NUT
- framepack filter
- XYZ12 rawvideo support in NUT
- Exif metadata support in WebP decoder
- OpenGL device
- Use metadata_header_padding to control padding in ID3 tags (currently used in
  MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
- Mirillis FIC video decoder
- Support DNx444
- libx265 encoder
- dejudder filter
- Autodetect VDA like all other hardware accelerations
- aliases and defaults for Ogg subtypes (opus, spx)


version 2.1:

- aecho filter
- perspective filter ported from libmpcodecs
- ffprobe -show_programs option
- compand filter
- RTMP seek support
- when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
  even when used as an input option. Previous behavior can be restored with
  the -noaccurate_seek option.
- ffmpeg -t option can now be used for inputs, to limit the duration of
  data read from an input file
- incomplete Voxware MetaSound decoder
- read EXIF metadata from JPEG
- DVB teletext decoder
- phase filter ported from libmpcodecs
- w3fdif filter
- Opus support in Matroska
- FFV1 version 1.3 is stable and no longer experimental
- FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
- changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
  more consistent with other muxers.
- adelay filter
- pullup filter ported from libmpcodecs
- ffprobe -read_intervals option
- Lossless and alpha support for WebP decoder
- Error Resilient AAC syntax (ER AAC LC) decoding
- Low Delay AAC (ER AAC LD) decoding
- mux chapters in ASF files
- SFTP protocol (via libssh)
- libx264: add ability to encode in YUVJ422P and YUVJ444P
- Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
- make decoding alpha optional for prores, ffv1 and vp6 by setting
  the skip_alpha flag.
- ladspa wrapper filter
- native VP9 decoder
- dpx parser
- max_error_rate parameter in ffmpeg
- PulseAudio output device
- ReplayGain scanner
- Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
- Linux framebuffer output device
- HEVC decoder
- raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
- mergeplanes filter


version 2.0:

- curves filter
- reference-counting for AVFrame and AVPacket data
- ffmpeg now fails when input options are used for output file
  or vice versa
- support for Monkey's Audio versions from 3.93
- perms and aperms filters
- audio filtering support in ffplay
- 10% faster aac encoding on x86 and MIPS
- sine audio filter source
- WebP demuxing and decoding support
- ffmpeg options -filter_script and -filter_complex_script, which allow a
  filtergraph description to be read from a file
- OpenCL support
- audio phaser filter
- separatefields filter
- libquvi demuxer
- uniform options syntax across all filters
- telecine filter
- interlace filter
- smptehdbars source
- inverse telecine filters (fieldmatch and decimate)
- colorbalance filter
- colorchannelmixer filter
- The matroska demuxer can now output proper verbatim ASS packets. It will
  become the default at the next libavformat major bump.
- decent native animated GIF encoding
- asetrate filter
- interleave filter
- timeline editing with filters
- vidstabdetect and vidstabtransform filters for video stabilization using
  the vid.stab library
- astats filter
- trim and atrim filters
- ffmpeg -t and -ss (output-only) options are now sample-accurate when
  transcoding audio
- Matroska muxer can now put the index at the beginning of the file.
- extractplanes filter
- avectorscope filter
- ADPCM DTK decoder
- ADP demuxer
- RSD demuxer
- RedSpark demuxer
- ADPCM IMA Radical decoder
- zmq filters
- DCT denoiser filter (dctdnoiz)
- Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
- Apple Intermediate Codec decoder
- Escape 130 video decoder
- FTP protocol support
- V4L2 output device
- 3D LUT filter (lut3d)
- SMPTE 302M audio encoder
- support for slice multithreading in libavfilter
- Hald CLUT support (generation and filtering)
- VC-1 interlaced B-frame support
- support for WavPack muxing (raw and in Matroska)
- XVideo output device
- vignette filter
- True Audio (TTA) encoder
- Go2Webinar decoder
- mcdeint filter ported from libmpcodecs
- sab filter ported from libmpcodecs
- ffprobe -show_chapters option
- WavPack encoding through libwavpack
- rotate filter
- spp filter ported from libmpcodecs
- libgme support
- psnr filter


version 1.2:

- VDPAU hardware acceleration through normal hwaccel
- SRTP support
- Error diffusion dither in Swscale
- Chained Ogg support
- Theora Midstream reconfiguration support
- EVRC decoder
- audio fade filter
- filtering audio with unknown channel layout
- allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  and treble audio filter
- improved showspectrum filter, with multichannel support and sox-like colors
- histogram filter
- tee muxer
- il filter ported from libmpcodecs
- support ID3v2 tags in ASF files
- encrypted TTA stream decoding support
- RF64 support in WAV muxer
- noise filter ported from libmpcodecs
- Subtitles character encoding conversion
- blend filter
- stereo3d filter ported from libmpcodecs


version 1.1:

- stream disposition information printing in ffprobe
- filter for loudness analysis following EBU R128
- Opus encoder using libopus
- ffprobe -select_streams option
- Pinnacle TARGA CineWave YUV16 decoder
- TAK demuxer, decoder and parser
- DTS-HD demuxer
- remove -same_quant, it hasn't worked for years
- FFM2 support
- X-Face image encoder and decoder
- 24-bit FLAC encoding
- multi-channel ALAC encoding up to 7.1
- metadata (INFO tag) support in WAV muxer
- subtitles raw text decoder
- support for building DLLs using MSVC
- LVF demuxer
- ffescape tool
- metadata (info chunk) support in CAF muxer
- field filter ported from libmpcodecs
- AVR demuxer
- geq filter ported from libmpcodecs
- remove ffserver daemon mode
- AST muxer/demuxer
- new expansion syntax for drawtext
- BRender PIX image decoder
- ffprobe -show_entries option
- ffprobe -sections option
- ADPCM IMA Dialogic decoder
- BRSTM demuxer
- animated GIF decoder and demuxer
- PVF demuxer
- subtitles filter
- IRCAM muxer/demuxer
- Paris Audio File demuxer
- Virtual concatenation demuxer
- VobSub demuxer
- JSON captions for TED talks decoding support
- SOX Resampler support in libswresample
- aselect filter
- SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
- Silicon Graphics Motion Video Compressor 1 & 2 decoder
- Silicon Graphics Movie demuxer
- apad filter
- Resolution & pixel format change support with multithreading for H.264
- documentation split into per-component manuals
- pp (postproc) filter ported from MPlayer
- NIST Sphere demuxer
- MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
- Sony Wave64 muxer
- adobe and limelight publisher authentication in RTMP
- data: URI scheme
- support building on the Plan 9 operating system
- kerndeint filter ported from MPlayer
- histeq filter ported from VirtualDub
- Megalux Frame demuxer
- 012v decoder
- Improved AVC Intra decoding support


version 1.0:

- INI and flat output in ffprobe
- Scene detection in libavfilter
- Indeo Audio decoder
- channelsplit audio filter
- setnsamples audio filter
- atempo filter
- ffprobe -show_data option
- RTMPT protocol support
- iLBC encoding/decoding via libilbc
- Microsoft Screen 1 decoder
- join audio filter
- audio channel mapping filter
- Microsoft ATC Screen decoder
- RTSP listen mode
- TechSmith Screen Codec 2 decoder
- AAC encoding via libfdk-aac
- Microsoft Expression Encoder Screen decoder
- RTMPS protocol support
- RTMPTS protocol support
- RTMPE protocol support
- RTMPTE protocol support
- showwaves and showspectrum filter
- LucasArts SMUSH SANM playback support
- LucasArts SMUSH VIMA audio decoder (ADPCM)
- LucasArts SMUSH demuxer
- SAMI, RealText and SubViewer demuxers and decoders
- Heart Of Darkness PAF playback support
- iec61883 device
- asettb filter
- new option: -progress
- 3GPP Timed Text encoder/decoder
- GeoTIFF decoder support
- ffmpeg -(no)stdin option
- Opus decoder using libopus
- caca output device using libcaca
- alphaextract and alphamerge filters
- concat filter
- flite filter
- Canopus Lossless Codec decoder
- bitmap subtitles in filters (experimental and temporary)
- MP2 encoding via TwoLAME
- bmp parser
- smptebars source
- asetpts filter
- hue filter
- ICO muxer
- SubRip encoder and decoder without embedded timing
- edge detection filter
- framestep filter
- ffmpeg -shortest option is now per-output file
  -pass and -passlogfile are now per-output stream
- volume measurement filter
- Ut Video encoder
- Microsoft Screen 2 decoder
- smartblur filter ported from MPlayer
- CPiA decoder
- decimate filter ported from MPlayer
- RTP depacketization of JPEG
- Smooth Streaming live segmenter muxer
- F4V muxer
- sendcmd and asendcmd filters
- WebVTT demuxer and decoder (simple tags supported)
- RTP packetization of JPEG
- faststart option in the MOV/MP4 muxer
- support for building with MSVC


version 0.11:

- Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
         CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
         CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
         CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
         CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
         CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
- v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
- setfield filter
- CDXL demuxer and decoder
- Apple ProRes encoder
- ffprobe -count_packets and -count_frames options
- Sun Rasterfile Encoder
- ID3v2 attached pictures reading and writing
- WMA Lossless decoder
- bluray protocol
- blackdetect filter
- libutvideo encoder wrapper (--enable-libutvideo)
- swapuv filter
- bbox filter
- XBM encoder and decoder
- RealAudio Lossless decoder
- ZeroCodec decoder
- tile video filter
- Metal Gear Solid: The Twin Snakes demuxer
- OpenEXR image decoder
- removelogo filter
- drop support for ffmpeg without libavfilter
- drawtext video filter: fontconfig support
- ffmpeg -benchmark_all option
- super2xsai filter ported from libmpcodecs
- add libavresample audio conversion library for compatibility
- MicroDVD decoder
- Avid Meridien (AVUI) encoder and decoder
- accept + prefix to -pix_fmt option to disable automatic conversions.
- complete audio filtering in libavfilter and ffmpeg
- add fps filter
- vorbis parser
- png parser
- audio mix filter
- ffv1: support (draft) version 1.3


version 0.10:

- Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
         CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
         CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
         CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
- v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
- SBaGen (SBG) binaural beats script demuxer
- OpenMG Audio muxer
- Timecode extraction in DV and MOV
- thumbnail video filter
- XML output in ffprobe
- asplit audio filter
- tinterlace video filter
- astreamsync audio filter
- amerge audio filter
- ISMV (Smooth Streaming) muxer
- GSM audio parser
- SMJPEG muxer
- XWD encoder and decoder
- Automatic thread count based on detection number of (available) CPU cores
- y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
- ffprobe -show_error option
- Avid 1:1 10-bit RGB Packer codec
- v308 Quicktime Uncompressed 4:4:4 encoder and decoder
- yuv4 libquicktime packed 4:2:0 encoder and decoder
- ffprobe -show_frames option
- silencedetect audio filter
- ffprobe -show_program_version, -show_library_versions, -show_versions options
- rv34: frame-level multi-threading
- optimized iMDCT transform on x86 using SSE for for mpegaudiodec
- Improved PGS subtitle decoder
- dumpgraph option to lavfi device
- r210 and r10k encoders
- ffwavesynth decoder
- aviocat tool
- ffeval tool
- support encoding and decoding 4-channel SGI images


version 0.9:

- openal input device added
- boxblur filter added
- BWF muxer
- Flash Screen Video 2 decoder
- lavfi input device added
- added avconv, which is almost the same for now, except
for a few incompatible changes in the options, which will hopefully make them
easier to use. The changes are:
    * The options placement is now strictly enforced! While in theory the
      options for ffmpeg should be given in [input options] -i INPUT [output
      options] OUTPUT order, in practice it was possible to give output options
      before the -i and it mostly worked. Except when it didn't - the behavior was
      a bit inconsistent. In avconv, it is not possible to mix input and output
      options. All non-global options are reset after an input or output filename.
    * All per-file options are now truly per-file - they apply only to the next
      input or output file and specifying different values for different files
      will now work properly (notably -ss and -t options).
    * All per-stream options are now truly per-stream - it is possible to
      specify which stream(s) should a given option apply to. See the Stream
      specifiers section in the avconv manual for details.
    * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
      sense that they're specified after the output filename instead of before,
      like all other options. In avconv this irregularity is removed, all options
      apply to the next input or output file.
    * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
      irregular and highly confusing, they were also redundant. In avconv the -map
      option will create new streams in the output file and map input streams to
      them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
      each stream in the first input file.
    * The -map option now has slightly different and more powerful syntax:
        + Colons (':') are used to separate file index/stream type/stream index
          instead of dots. Comma (',') is used to separate the sync stream instead
          of colon.. This is done for consistency with other options.
        + It's possible to specify stream type. E.g. -map 0:a:2 creates an
          output stream from the third input audio stream.
        + Omitting the stream index now maps all the streams of the given type,
          not just the first. E.g. -map 0:s creates output streams for all the
          subtitle streams in the first input file.
        + Since -map can now match multiple streams, negative mappings were
          introduced. Negative mappings disable some streams from an already
          defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
          all the stream in the first input file, except for the second audio
          stream'.
    * There is a new option -c (or -codec) for choosing the decoder/encoder to
      use, which makes it possible to precisely specify target stream(s) consistently with
      other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
      libvorbis sets the codec for the first audio stream and -c copy copies all
      the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
      aliases to -c:v/a/s
    * It is now possible to precisely specify which stream should an AVOption
      apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
      -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
      syntax is deprecated and will stop working soon.
    * -map_chapters now takes only an input file index and applies to the next
      output file. This is consistent with how all the other options work.
    * -map_metadata now takes only an input metadata specifier and applies to
      the next output file. Output metadata specifier is now part of the option
      name, similarly to the AVOptions/map/codec feature above.
    * -metadata can now be used to set metadata on streams and chapters, e.g.
      -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
      This made -vlang/-alang/-slang options redundant, so they were removed.
    * -qscale option now uses stream specifiers and applies to all streams, not
      just video. I.e. plain -qscale number would now apply to all streams. To get
      the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
      and -aq is now an alias for -q:a.
    * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
      uses stream specifiers. Use -bsf:v/a/s instead of the old options.
    * -itsscale option now uses stream specifiers, so its argument is only the
      scale parameter.
    * -intra option was removed, use -g 0 for the same effect.
    * -psnr option was removed, use -flags +psnr for the same effect.
    * -vf option is now an alias to the new -filter option, which uses stream specifiers.
    * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
    * -vtag/-atag/-stag options are now aliases to the new -tag option.
- XMV demuxer
- LOAS demuxer
- ashowinfo filter added
- Windows Media Image decoder
- amovie source added
- LATM muxer/demuxer
- Speex encoder via libspeex
- JSON output in ffprobe
- WTV muxer
- Optional C++ Support (needed for libstagefright)
- H.264 Decoding on Android via Stagefright
- Prores decoder
- BIN/XBIN/ADF/IDF text file decoder
- aconvert audio filter added
- audio support to lavfi input device added
- libcdio-paranoia input device for audio CD grabbing
- Apple ProRes decoder
- CELT in Ogg demuxing
- G.723.1 demuxer and decoder
- libmodplug support (--enable-libmodplug)
- VC-1 interlaced decoding
- libutvideo wrapper (--enable-libutvideo)
- aevalsrc audio source added
- Ut Video decoder
- Speex encoding via libspeex
- 4:2:2 H.264 decoding support
- 4:2:2 and 4:4:4 H.264 encoding with libx264
- Pulseaudio input device
- Prores encoder
- Video Decoder Acceleration (VDA) HWAccel module.
- replacement Indeo 3 decoder
- new ffmpeg option: -map_channel
- volume audio filter added
- earwax audio filter added
- libv4l2 support (--enable-libv4l2)
- TLS/SSL and HTTPS protocol support
- AVOptions API rewritten and documented
- most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  AVCodecContext deprecated. Codec private options should be used instead.
- Properly working defaults in libx264 wrapper, support for native presets.
- Encrypted OMA files support
- Discworld II BMV decoding support
- VBLE Decoder
- OS X Video Decoder Acceleration (VDA) support
- compact and csv output in ffprobe
- pan audio filter
- IFF Amiga Continuous Bitmap (ACBM) decoder
- ass filter
- CRI ADX audio format muxer and demuxer
- Playstation Portable PMP format demuxer
- Microsoft Windows ICO demuxer
- life source
- PCM format support in OMA demuxer
- CLJR encoder
- new option: -report
- Dxtory capture format decoder
- cellauto source
- Simple segmenting muxer
- Indeo 4 decoder
- SMJPEG demuxer


version 0.8:

- many many things we forgot because we rather write code than changelogs
- WebM support in Matroska de/muxer
- low overhead Ogg muxing
- MMS-TCP support
- VP8 de/encoding via libvpx
- Demuxer for On2's IVF format
- Pictor/PC Paint decoder
- HE-AAC v2 decoder
- HE-AAC v2 encoding with libaacplus
- libfaad2 wrapper removed
- DTS-ES extension (XCh) decoding support
- native VP8 decoder
- RTSP tunneling over HTTP
- RTP depacketization of SVQ3
- -strict inofficial replaced by -strict unofficial
- ffplay -exitonkeydown and -exitonmousedown options added
- native GSM / GSM MS decoder
- RTP depacketization of QDM2
- ANSI/ASCII art playback system
- Lego Mindstorms RSO de/muxer
- libavcore added (and subsequently removed)
- SubRip subtitle file muxer and demuxer
- Chinese AVS encoding via libxavs
- ffprobe -show_packets option added
- RTP packetization of Theora and Vorbis
- RTP depacketization of MP4A-LATM
- RTP packetization and depacketization of VP8
- hflip filter
- Apple HTTP Live Streaming demuxer
- a64 codec
- MMS-HTTP support
- G.722 ADPCM audio encoder/decoder
- R10k video decoder
- ocv_smooth filter
- frei0r wrapper filter
- change crop filter syntax to width:height:x:y
- make the crop filter accept parametric expressions
- make ffprobe accept AVFormatContext options
- yadif filter
- blackframe filter
- Demuxer for Leitch/Harris' VR native stream format (LXF)
- RTP depacketization of the X-QT QuickTime format
- SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
- cropdetect filter
- ffmpeg -crop* options removed
- transpose filter added
- ffmpeg -force_key_frames option added
- demuxer for receiving raw rtp:// URLs without an SDP description
- single stream LATM/LOAS decoder
- setpts filter added
- Win64 support for optimized x86 assembly functions
- MJPEG/AVI1 to JPEG/JFIF bitstream filter
- ASS subtitle encoder and decoder
- IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
- overlay filter added
- rename aspect filter to setdar, and pixelaspect to setsar
- IEC 61937 demuxer
- Mobotix .mxg demuxer
- frei0r source added
- hqdn3d filter added
- RTP depacketization of QCELP
- FLAC parser added
- gradfun filter added
- AMR-WB decoder
- replace the ocv_smooth filter with a more generic ocv filter
- Windows Televison (WTV) demuxer
- FFmpeg metadata format muxer and demuxer
- SubRip (srt) subtitle encoder and decoder
- floating-point AC-3 encoder added
- Lagarith decoder
- ffmpeg -copytb option added
- IVF muxer added
- Wing Commander IV movies decoder added
- movie source added
- Bink version 'b' audio and video decoder
- Bitmap Brothers JV playback system
- Apple HTTP Live Streaming protocol handler
- sndio support for playback and record
- Linux framebuffer input device added
- Chronomaster DFA decoder
- DPX image encoder
- MicroDVD subtitle file muxer and demuxer
- Playstation Portable PMP format demuxer
- fieldorder video filter added
- AAC encoding via libvo-aacenc
- AMR-WB encoding via libvo-amrwbenc
- xWMA demuxer
- Mobotix MxPEG decoder
- VP8 frame-multithreading
- NEON optimizations for VP8
- Lots of deprecated API cruft removed
- fft and imdct optimizations for AVX (Sandy Bridge) processors
- showinfo filter added
- SMPTE 302M AES3 audio decoder
- Apple Core Audio Format muxer
- 9 bits and 10 bits per sample support in the H.264 decoder
- 9 bits and 10 bits FFV1 encoding / decoding
- split filter added
- select filter added
- sdl output device added
- libmpcodecs video filter support (3 times as many filters than before)
- mpeg2 aspect ratio dection fixed
- libxvid aspect pickiness fixed
- Frame multithreaded decoding
- E-AC-3 audio encoder
- ac3enc: add channel coupling support
- floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
- H264/MPEG frame-level multi-threading
- All av_metadata_* functions renamed to av_dict_* and moved to libavutil
- 4:4:4 H.264 decoding support
- 10-bit H.264 optimizations for x86
- lut, lutrgb, and lutyuv filters added
- buffersink libavfilter sink added
- Bump libswscale for recently reported ABI break
- New J2K encoder (via OpenJPEG)


version 0.7:

- all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release


version 0.6:

- PB-frame decoding for H.263
- deprecated vhook subsystem removed
- deprecated old scaler removed
- VQF demuxer
- Alpha channel scaler
- PCX encoder
- RTP packetization of H.263
- RTP packetization of AMR
- RTP depacketization of Vorbis
- CorePNG decoding support
- Cook multichannel decoding support
- introduced avlanguage helpers in libavformat
- 8088flex TMV demuxer and decoder
- per-stream language-tags extraction in asfdec
- V210 decoder and encoder
- remaining GPL parts in AC-3 decoder converted to LGPL
- QCP demuxer
- SoX native format muxer and demuxer
- AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
- DPX image decoder
- Electronic Arts Madcow decoder
- DivX (XSUB) subtitle encoder
- nonfree libamr support for AMR-NB/WB decoding/encoding removed
- experimental AAC encoder
- RTP depacketization of ASF and RTSP from WMS servers
- RTMP support in libavformat
- noX handling for OPT_BOOL X options
- Wave64 demuxer
- IEC-61937 compatible Muxer
- TwinVQ decoder
- Bluray (PGS) subtitle decoder
- LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
- WMA Pro decoder
- Core Audio Format demuxer
- ATRAC1 decoder
- MD STUDIO audio demuxer
- RF64 support in WAV demuxer
- MPEG-4 Audio Lossless Coding (ALS) decoder
- -formats option split into -formats, -codecs, -bsfs, and -protocols
- IV8 demuxer
- CDG demuxer and decoder
- R210 decoder
- Auravision Aura 1 and 2 decoders
- Deluxe Paint Animation playback system
- SIPR decoder
- Adobe Filmstrip muxer and demuxer
- RTP depacketization of H.263
- Bink demuxer and audio/video decoders
- enable symbol versioning by default for linkers that support it
- IFF PBM/ILBM bitmap decoder
- concat protocol
- Indeo 5 decoder
- RTP depacketization of AMR
- WMA Voice decoder
- ffprobe tool
- AMR-NB decoder
- RTSP muxer
- HE-AAC v1 decoder
- Kega Game Video (KGV1) decoder
- VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
- RTP depacketization of Theora
- HTTP Digest authentication
- RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
- Psygnosis YOP demuxer and video decoder
- spectral extension support in the E-AC-3 decoder
- unsharp video filter
- RTP hinting in the mov/3gp/mp4 muxer
- Dirac in Ogg demuxing
- seek to keyframes in Ogg
- 4:2:2 and 4:4:4 Theora decoding
- 35% faster VP3/Theora decoding
- faster AAC decoding
- faster H.264 decoding
- RealAudio 1.0 (14.4K) encoder


version 0.5:

- DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
- TechSmith Camtasia (TSCC) video decoder
- IBM Ultimotion (ULTI) video decoder
- Sierra Online audio file demuxer and decoder
- Apple QuickDraw (qdrw) video decoder
- Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
- Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
- Miro VideoXL (VIXL) video decoder
- H.261 video encoder
- QPEG video decoder
- Nullsoft Video (NSV) file demuxer
- Shorten audio decoder
- LOCO video decoder
- Apple Lossless Audio Codec (ALAC) decoder
- Winnov WNV1 video decoder
- Autodesk Animator Studio Codec (AASC) decoder
- Indeo 2 video decoder
- Fraps FPS1 video decoder
- Snow video encoder/decoder
- Sonic audio encoder/decoder
- Vorbis audio decoder
- Macromedia ADPCM decoder
- Duck TrueMotion 2 video decoder
- support for decoding FLX and DTA extensions in FLIC files
- H.264 custom quantization matrices support
- ffserver fixed, it should now be usable again
- QDM2 audio decoder
- Real Cooker audio decoder
- TrueSpeech audio decoder
- WMA2 audio decoder fixed, now all files should play correctly
- RealAudio 14.4 and 28.8 decoders fixed
- JPEG-LS decoder
- build system improvements
- tabs and trailing whitespace removed from the codebase
- CamStudio video decoder
- AIFF/AIFF-C audio format, encoding and decoding
- ADTS AAC file reading and writing
- Creative VOC file reading and writing
- American Laser Games multimedia (*.mm) playback system
- Zip Motion Blocks Video decoder
- improved Theora/VP3 decoder
- True Audio (TTA) decoder
- AVS demuxer and video decoder
- JPEG-LS encoder
- Smacker demuxer and decoder
- NuppelVideo/MythTV demuxer and RTjpeg decoder
- KMVC decoder
- MPEG-2 intra VLC support
- MPEG-2 4:2:2 encoder
- Flash Screen Video decoder
- GXF demuxer
- Chinese AVS decoder
- GXF muxer
- MXF demuxer
- VC-1/WMV3/WMV9 video decoder
- MacIntel support
- AviSynth support
- VMware video decoder
- VP5 video decoder
- VP6 video decoder
- WavPack lossless audio decoder
- Targa (.TGA) picture decoder
- Vorbis audio encoder
- Delphine Software .cin demuxer/audio and video decoder
- Tiertex .seq demuxer/video decoder
- MTV demuxer
- TIFF picture encoder and decoder
- GIF picture decoder
- Intel Music Coder decoder
- Zip Motion Blocks Video encoder
- Musepack decoder
- Flash Screen Video encoder
- Theora encoding via libtheora
- BMP encoder
- WMA encoder
- GSM-MS encoder and decoder
- DCA decoder
- DXA demuxer and decoder
- DNxHD decoder
- Gamecube movie (.THP) playback system
- Blackfin optimizations
- Interplay C93 demuxer and video decoder
- Bethsoft VID demuxer and video decoder
- CRYO APC demuxer
- ATRAC3 decoder
- V.Flash PTX decoder
- RoQ muxer, RoQ audio encoder
- Renderware TXD demuxer and decoder
- extern C declarations for C++ removed from headers
- sws_flags command line option
- codebook generator
- RoQ video encoder
- QTRLE encoder
- OS/2 support removed and restored again
- AC-3 decoder
- NUT muxer
- additional SPARC (VIS) optimizations
- Matroska muxer
- slice-based parallel H.264 decoding
- Monkey's Audio demuxer and decoder
- AMV audio and video decoder
- DNxHD encoder
- H.264 PAFF decoding
- Nellymoser ASAO decoder
- Beam Software SIFF demuxer and decoder
- libvorbis Vorbis decoding removed in favor of native decoder
- IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
- Ogg (Theora, Vorbis and FLAC) muxer
- The "device" muxers and demuxers are now in a new libavdevice library
- PC Paintbrush PCX decoder
- Sun Rasterfile decoder
- TechnoTrend PVA demuxer
- Linux Media Labs MPEG-4 (LMLM4) demuxer
- AVM2 (Flash 9) SWF muxer
- QT variant of IMA ADPCM encoder
- VFW grabber
- iPod/iPhone compatible mp4 muxer
- Mimic decoder
- MSN TCP Webcam stream demuxer
- RL2 demuxer / decoder
- IFF demuxer
- 8SVX audio decoder
- non-recursive Makefiles
- BFI demuxer
- MAXIS EA XA (.xa) demuxer / decoder
- BFI video decoder
- OMA demuxer
- MLP/TrueHD decoder
- Electronic Arts CMV decoder
- Motion Pixels Video decoder
- Motion Pixels MVI demuxer
- removed animated GIF decoder/demuxer
- D-Cinema audio muxer
- Electronic Arts TGV decoder
- Apple Lossless Audio Codec (ALAC) encoder
- AAC decoder
- floating point PCM encoder/decoder
- MXF muxer
- DV100 AKA DVCPRO HD decoder and demuxer
- E-AC-3 support added to AC-3 decoder
- Nellymoser ASAO encoder
- ASS and SSA demuxer and muxer
- liba52 wrapper removed
- SVQ3 watermark decoding support
- Speex decoding via libspeex
- Electronic Arts TGQ decoder
- RV40 decoder
- QCELP / PureVoice decoder
- RV30 decoder
- hybrid WavPack support
- R3D REDCODE demuxer
- ALSA support for playback and record
- Electronic Arts TQI decoder
- OpenJPEG based JPEG 2000 decoder
- NC (NC4600) camera file demuxer
- Gopher client support
- MXF D-10 muxer
- generic metadata API
- flash ScreenVideo2 encoder


version 0.4.9-pre1:

- DV encoder, DV muxer
- Microsoft RLE video decoder
- Microsoft Video-1 decoder
- Apple Animation (RLE) decoder
- Apple Graphics (SMC) decoder
- Apple Video (RPZA) decoder
- Cinepak decoder
- Sega FILM (CPK) file demuxer
- Westwood multimedia support (VQA & AUD files)
- Id Quake II CIN playback support
- 8BPS video decoder
- FLIC playback support
- RealVideo 2.0 (RV20) decoder
- Duck TrueMotion v1 (DUCK) video decoder
- Sierra VMD demuxer and video decoder
- MSZH and ZLIB decoder support
- SVQ1 video encoder
- AMR-WB support
- PPC optimizations
- rate distortion optimal cbp support
- rate distorted optimal ac prediction for MPEG-4
- rate distorted optimal lambda->qp support
- AAC encoding with libfaac
- Sunplus JPEG codec (SP5X) support
- use Lagrange multiplier instead of QP for ratecontrol
- Theora/VP3 decoding support
- XA and ADX ADPCM codecs
- export MPEG-2 active display area / pan scan
- Add support for configuring with IBM XLC
- floating point AAN DCT
- initial support for zygo video (not complete)
- RGB ffv1 support
- new audio/video parser API
- av_log() system
- av_read_frame() and av_seek_frame() support
- missing last frame fixes
- seek by mouse in ffplay
- noise reduction of DCT coefficients
- H.263 OBMC & 4MV support
- H.263 alternative inter vlc support
- H.263 loop filter
- H.263 slice structured mode
- interlaced DCT support for MPEG-2 encoding
- stuffing to stay above min_bitrate
- MB type & QP visualization
- frame stepping for ffplay
- interlaced motion estimation
- alternate scantable support
- SVCD scan offset support
- closed GOP support
- SSE2 FDCT
- quantizer noise shaping
- G.726 ADPCM audio codec
- MS ADPCM encoding
- multithreaded/SMP motion estimation
- multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
- multithreaded/SMP decoding for MPEG-2
- FLAC decoder
- Metrowerks CodeWarrior suppport
- H.263+ custom pcf support
- nicer output for 'ffmpeg -formats'
- Matroska demuxer
- SGI image format, encoding and decoding
- H.264 loop filter support
- H.264 CABAC support
- nicer looking arrows for the motion vector visualization
- improved VCD support
- audio timestamp drift compensation
- MPEG-2 YUV 422/444 support
- polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
- better image scaling
- H.261 support
- correctly interleave packets during encoding
- VIS optimized motion compensation
- intra_dc_precision>0 encoding support
- support reuse of motion vectors/MB types/field select values of the source video
- more accurate deblock filter
- padding support
- many optimizations and bugfixes
- FunCom ISS audio file demuxer and according ADPCM decoding


version 0.4.8:

- MPEG-2 video encoding (Michael)
- Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
- Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  and Mario Brito)
- Xan DPCM audio decoder (Mario Brito)
- Interplay MVE playback subsystem (Mike Melanson)
- Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)


version 0.4.7:

- RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  (originally from public domain player for Amiga at http://www.honeypot.net/audio)
- current version now also compiles with older GCC (Fabrice)
- 4X multimedia playback system including 4xm file demuxer (Mike
  Melanson), and 4X video and audio codecs (Michael)
- Creative YUV (CYUV) decoder (Mike Melanson)
- FFV1 codec (our very simple lossless intra only codec, compresses much better
  than HuffYUV) (Michael)
- ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
- tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
- ffplay has been replaced with a newer version which uses SDL (optionally)
  for multiplatform support (Fabrice)
- Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  by anonymous
- AMR format has been added (Johannes Carlsson)
- 3GP support has been added (Johannes Carlsson)
- VP3 codec has been added (Mike Melanson)
- more MPEG-1/2 fixes
- better multiplatform support, MS Visual Studio fixes (various)
- AltiVec optimizations (Magnus Damn and others)
- SH4 processor support has been added (BERO)
- new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
- VOB streaming support (Brian Foley)
- better MP3 autodetection (Andriy Rysin)
- qpel encoding (Michael)
- 4mv+b frames encoding finally fixed (Michael)
- chroma ME (Michael)
- 5 comparison functions for ME (Michael)
- B-frame encoding speedup (Michael)
- WMV2 codec (unfinished - Michael)
- user specified diamond size for EPZS (Michael)
- Playstation STR playback subsystem, still experimental (Mike and Michael)
- ASV2 codec (Michael)
- CLJR decoder (Alex)

.. And lots more new enhancements and fixes.


version 0.4.6:

- completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  from scratch
- Recoded DCT and motion vector search with gcc (no longer depends on nasm)
- fix quantization bug in AC3 encoder
- added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
- added prototype ffplay program
- added GOB header parsing on H.263/H.263+ decoder (Juanjo)
- bug fix on MCBPC tables of H.263 (Juanjo)
- bug fix on DC coefficients of H.263 (Juanjo)
- added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
- now we can decode H.263 streams found in QuickTime files (Juanjo)
- now we can decode H.263 streams found in VIVO v1 files(Juanjo)
- preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
- added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
- now H.263 picture size is returned on the first decoded frame (Juanjo)
- added first regression tests
- added MPEG-2 TS demuxer
- new demux API for libav
- more accurate and faster IDCT (Michael)
- faster and entropy-controlled motion search (Michael)
- two pass video encoding (Michael)
- new video rate control (Michael)
- added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
- great performance improvement of video encoders and decoders (Michael)
- new and faster bit readers and vlc parsers (Michael)
- high quality encoding mode: tries all macroblock/VLC types (Michael)
- added DV video decoder
- preliminary RTP/RTSP support in ffserver and libavformat
- H.263+ AIC decoding/encoding support (Juanjo)
- VCD MPEG-PS mode (Juanjo)
- PSNR stuff (Juanjo)
- simple stats output (Juanjo)
- 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)


version 0.4.5:

- some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
- many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
- added configure system (actually a small shell script)
- added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  Michael Hipp (temporary solution - waiting for integer only
  decoder)
- fixed VIDIOCSYNC interrupt
- added Intel H.263 decoding support ('I263' AVI fourCC)
- added Real Video 1.0 decoding (needs further testing)
- simplified image formats again. Added PGM format (=grey
  pgm). Renamed old PGM to PGMYUV.
- fixed msmpeg4 slice issues (tell me if you still find problems)
- fixed OpenDivX bugs with newer versions (added VOL header decoding)
- added support for MPlayer interface
- added macroblock skip optimization
- added MJPEG decoder
- added mmx/mmxext IDCT from libmpeg2
- added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  <celer at shell.scrypt.net>)
- added pixel format conversion layer (e.g. for MJPEG or PPM)
- added deinterlacing option
- MPEG-1/2 fixes
- MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
- ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
- Windows porting of file converter
- added MJPEG raw format (input/output)
- added JPEG image format support (input/output)


version 0.4.4:

- fixed some std header definitions (Bjorn Lindgren
  <bjorn.e.lindgren at telia.com>).
- added MPEG demuxer (MPEG-1 and 2 compatible).
- added ASF demuxer
- added prototype RM demuxer
- added AC3 decoding (done with libac3 by Aaron Holtzman)
- added decoding codec parameter guessing (.e.g. for MPEG, because the
  header does not include them)
- fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  play them (only tested video)
- fixed H.263 white bug
- fixed phase rounding in img resample filter
- add MMX code for polyphase img resample filter
- added CPU autodetection
- added generic title/author/copyright/comment string handling (ASF and RM
  use them)
- added SWF demux to extract MP3 track (not usable yet because no MP3
  decoder)
- added fractional frame rate support
- codecs are no longer searched by read_header() (should fix ffserver
  segfault)


version 0.4.3:

- BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
- fixed raw yuv output
- added motion rounding support in MPEG-4
- fixed motion bug rounding in MSMPEG4
- added B-frame handling in video core
- added full MPEG-1 decoding support
- added partial (frame only) MPEG-2 support
- changed the FOURCC code for H.263 to "U263" to be able to see the
  +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  this +codec ;) (JuanJo).
- Halfpel motion estimation after MB type selection (JuanJo)
- added pgm and .Y.U.V output format
- suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  output.
- added pgmpipe I/O format (original patch from Martin Aumueller
  <lists at reserv.at>, but changed completely since we use a format
  instead of a protocol)


version 0.4.2:

- added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  missing. MSMPEG4 support is complete.
- added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  can decode ffmpeg MPEGs :-)).
- added libavcodec API documentation (see apiexample.c).
- fixed image polyphase bug (the bottom of some images could be
  greenish)
- added support for non clipped motion vectors (decoding only)
  and image sizes non-multiple of 16
- added support for AC prediction (decoding only)
- added file overwrite confirmation (can be disabled with -y)
- added custom size picture to H.263 using H.263+ (Juanjo)


version 0.4.1:

- added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  of AVI and ASF to DIV3.
- added -me option to set motion estimation method
  (default=log). suppressed redundant -hq option.
- added options -acodec and -vcodec to force a given codec (useful for
  AVI for example)
- fixed -an option
- improved dct_quantize speed
- factorized some motion estimation code


version 0.4.0:

- removing grab code from ffserver and moved it to ffmpeg. Added
  multistream support to ffmpeg.
- added timeshifting support for live feeds (option ?date=xxx in the
  URL)
- added high quality image resize code with polyphase filter (need
  mmx/see optimization). Enable multiple image size support in ffserver.
- added multi live feed support in ffserver
- suppressed master feature from ffserver (it should be done with an
  external program which opens the .ffm url and writes it to another
  ffserver)
- added preliminary support for video stream parsing (WAV and AVI half
  done). Added proper support for audio/video file conversion in
  ffmpeg.
- added preliminary support for video file sending from ffserver
- redesigning I/O subsystem: now using URL based input and output
  (see avio.h)
- added WAV format support
- added "tty user interface" to ffmpeg to stop grabbing gracefully
- added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
- added MMX DCT from mpeg2_movie 1.5 (Juanjo)
- added new motion estimation algorithms, log and phods (Juanjo)
- changed directories: libav for format handling, libavcodec for
  codecs


version 0.3.4:

- added stereo in MPEG audio encoder


version 0.3.3:

- added 'high quality' mode which use motion vectors. It can be used in
  real time at low resolution.
- fixed rounding problems which caused quality problems at high
  bitrates and large GOP size


version 0.3.2: small fixes

- ASF fixes
- put_seek bug fix


version 0.3.1: added avi/divx support

- added AVI support
- added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
- added sound for flash format (not tested)


version 0.3: initial public release


================================================
FILE: FUNDING.json
================================================
{
  "drips": {
    "ethereum": {
      "ownedBy": "0x2f3900e7064eE63D30d749971265858612AA7139"
    }
  }
}


================================================
FILE: INSTALL.md
================================================
# Installing FFmpeg

0. If you like to include source plugins, merge them before configure
for example run tools/merge-all-source-plugins

1. Type `./configure` to create the configuration. A list of configure
options is printed by running `configure --help`.

    `configure` can be launched from a directory different from the FFmpeg
sources to build the objects out of tree. To do this, use an absolute
path when launching `configure`, e.g. `/ffmpegdir/ffmpeg/configure`.

2. Then type `make` to build FFmpeg. GNU Make 3.81 or later is required.

3. Type `make install` to install all binaries and libraries you built.

## NOTICE

- Non system dependencies (e.g. libx264, libvpx) are disabled by default.

## NOTICE for Package Maintainers

- It is recommended to build FFmpeg twice, first with minimal external dependencies so that 3rd party packages, which depend on FFmpegs libavutil/libavfilter/libavcodec/libavformat
can then be built. And last build FFmpeg with full dependencies (which may in turn depend on some of these 3rd party packages). This avoids circular dependencies during build.


================================================
FILE: LICENSE.md
================================================
# License

Most files in FFmpeg are under the GNU Lesser General Public License version 2.1
or later (LGPL v2.1+). Read the file `COPYING.LGPLv2.1` for details. Some other
files have MIT/X11/BSD-style licenses. In combination the LGPL v2.1+ applies to
FFmpeg.

Some optional parts of FFmpeg are licensed under the GNU General Public License
version 2 or later (GPL v2+). See the file `COPYING.GPLv2` for details. None of
these parts are used by default, you have to explicitly pass `--enable-gpl` to
configure to activate them. In this case, FFmpeg's license changes to GPL v2+.

Specifically, the GPL parts of FFmpeg are:

- optional x86 optimization in the files
    - `libavcodec/x86/flac_dsp_gpl.asm`
    - `libavcodec/x86/idct_mmx.c`
    - `libavfilter/x86/vf_removegrain.asm`
- the following building and testing tools
    - `compat/solaris/make_sunver.pl`
    - `doc/t2h.pm`
    - `doc/texi2pod.pl`
    - `libswresample/tests/swresample.c`
    - `tests/checkasm/*`
    - `tests/tiny_ssim.c`
- the following filters in libavfilter:
    - `signature_lookup.c`
    - `vf_blackframe.c`
    - `vf_boxblur.c`
    - `vf_colormatrix.c`
    - `vf_cover_rect.c`
    - `vf_cropdetect.c`
    - `vf_delogo.c`
    - `vf_eq.c`
    - `vf_find_rect.c`
    - `vf_fspp.c`
    - `vf_histeq.c`
    - `vf_hqdn3d.c`
    - `vf_kerndeint.c`
    - `vf_lensfun.c` (GPL version 3 or later)
    - `vf_mcdeint.c`
    - `vf_mpdecimate.c`
    - `vf_nnedi.c`
    - `vf_owdenoise.c`
    - `vf_perspective.c`
    - `vf_phase.c`
    - `vf_pp7.c`
    - `vf_pullup.c`
    - `vf_repeatfields.c`
    - `vf_sab.c`
    - `vf_signature.c`
    - `vf_smartblur.c`
    - `vf_spp.c`
    - `vf_stereo3d.c`
    - `vf_super2xsai.c`
    - `vf_tinterlace.c`
    - `vf_uspp.c`
    - `vf_vaguedenoiser.c`
    - `vsrc_mptestsrc.c`

Should you, for whatever reason, prefer to use version 3 of the (L)GPL, then
the configure parameter `--enable-version3` will activate this licensing option
for you. Read the file `COPYING.LGPLv3` or, if you have enabled GPL parts,
`COPYING.GPLv3` to learn the exact legal terms that apply in this case.

There are a handful of files under other licensing terms, namely:

* The files `libavcodec/jfdctfst.c`, `libavcodec/jfdctint_template.c` and
  `libavcodec/jrevdct.c` are taken from libjpeg, see the top of the files for
  licensing details. Specifically note that you must credit the IJG in the
  documentation accompanying your program if you only distribute executables.
  You must also indicate any changes including additions and deletions to
  those three files in the documentation.
* `tests/reference.pnm` is under the expat license.


## External libraries

FFmpeg can be combined with a number of external libraries, which sometimes
affect the licensing of binaries resulting from the combination.

### Compatible libraries

The following libraries are under GPL version 2:
- avisynth
- frei0r
- libcdio
- libdavs2
- librubberband
- libvidstab
- libx264
- libx265
- libxavs
- libxavs2
- libxvid

When combining them with FFmpeg, FFmpeg needs to be licensed as GPL as well by
passing `--enable-gpl` to configure.

The following libraries are under LGPL version 3:
- gmp
- libaribb24
- liblensfun

When combining them with FFmpeg, use the configure option `--enable-version3` to
upgrade FFmpeg to the LGPL v3.

The VMAF, mbedTLS, RK MPI, OpenCORE and VisualOn libraries are under the Apache License
2.0. That license is incompatible with the LGPL v2.1 and the GPL v2, but not with
version 3 of those licenses. So to combine these libraries with FFmpeg, the
license version needs to be upgraded by passing `--enable-version3` to configure.

The smbclient library is under the GPL v3, to combine it with FFmpeg,
the options `--enable-gpl` and `--enable-version3` have to be passed to
configure to upgrade FFmpeg to the GPL v3.

### Incompatible libraries

There are certain libraries you can combine with FFmpeg whose licenses are not
compatible with the GPL and/or the LGPL. If you wish to enable these
libraries, even in circumstances that their license may be incompatible, pass
`--enable-nonfree` to configure. This will cause the resulting binary to be
unredistributable.

The Fraunhofer FDK AAC and OpenSSL libraries are under licenses which are
incompatible with the GPLv2 and v3. To the best of our knowledge, they are
compatible with the LGPL.


================================================
FILE: MAINTAINERS
================================================
FFmpeg maintainers
==================

Below is a list of the people maintaining different parts of the
FFmpeg code.

Please try to keep entries where you are the maintainer up to date!

*Status*, one of the following:
[X] Old code. Something tagged obsolete generally means it has been replaced by a better system and you should be using that.
[0] No current maintainer [but maybe you could take the role as you write your new code].
[1] It has a maintainer but they don't have time to do much other than throw the odd patch in.
[2] Someone actually looks after it.

A (CC <address>) after the name means that the maintainer prefers to be CC-ed on
patches and related discussions.

(L <address>) *Mailing list* that is relevant to this area
(W <address>) *Web-page* with status/info
(B <address>) URI for where to file *bugs*. A web-page with detailed bug
              filing info, a direct bug tracker link, or a mailto: URI.
(P <address>) *Subsystem Profile* document for more details submitting
              patches to the given subsystem. This is either an in-tree file,
              or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
              for details.
(T <address>) *SCM* tree type and location.
              Type is one of: git, hg, quilt, stgit, topgit


Applications
============

ffmpeg:
  ffmpeg.c                              Michael Niedermayer, Anton Khirnov

ffplay:
  ffplay.c                          [2] Marton Balint

ffprobe:
  ffprobe.c                         [2] Stefano Sabatini

Commandline utility code:
  cmdutils.c, cmdutils.h                Michael Niedermayer

QuickTime faststart:
  tools/qt-faststart.c                  Baptiste Coudurier

Execution Graph Printing
  fftools/graph, fftools/resources  [2] softworkz

Miscellaneous Areas
===================

documentation                           Stefano Sabatini, Mike Melanson, Timothy Gu, Gyan Doshi
project server day to day operations    (L: root@ffmpeg.org) Michael Niedermayer, Reimar Doeffinger, Alexander Strasser, Nikolay Aleksandrov, Timo Rothenpieler
project server emergencies              (L: root@ffmpeg.org) Reimar Doeffinger, Alexander Strasser, Nikolay Aleksandrov, Timo Rothenpieler
presets                             [0]
metadata subsystem                      Aurelien Jacobs
release management                      Michael Niedermayer
API tests                           [0]
samples-request                     [2] Thilo Borgmann, James Almer, Ben Littler


Communication
=============
website                                 (T: https://git.ffmpeg.org/ffmpeg-web) Deby Barbara Lepage
fate.ffmpeg.org                         (L: fate-admin@ffmpeg.org) (W: https://fate.ffmpeg.org) (P: https://ffmpeg.org/fate.html) (S: https://git.ffmpeg.org/fateserver) Timo Rothenpieler
Trac bug tracker                        (W: https://trac.ffmpeg.or
Download .txt
Showing preview only (395K chars total). Download the full file or copy to clipboard to get everything.
gitextract_v7xrs39e/

├── .augment-guidelines
├── .augmentignore
├── .forgejo/
│   ├── CODEOWNERS
│   ├── ISSUE_TEMPLATE.md
│   ├── labeler/
│   │   ├── labeler.js
│   │   └── labeler.yml
│   ├── pre-commit/
│   │   ├── config.yaml
│   │   └── ignored-words.txt
│   └── workflows/
│       ├── autolabel.yml
│       ├── lint.yml
│       └── test.yml
├── .gitattributes
├── .gitignore
├── .mailmap
├── CONTRIBUTING.md
├── COPYING.GPLv2
├── COPYING.GPLv3
├── COPYING.LGPLv2.1
├── COPYING.LGPLv3
├── CREDITS
├── Changelog
├── FUNDING.json
├── INSTALL.md
├── LICENSE.md
├── MAINTAINERS
├── Makefile
├── README.md
├── RELEASE
├── compat/
│   ├── aix/
│   │   └── math.h
│   ├── android/
│   │   ├── binder.c
│   │   └── binder.h
│   ├── atomics/
│   │   ├── dummy/
│   │   │   └── stdatomic.h
│   │   └── win32/
│   │       └── stdatomic.h
│   ├── cuda/
│   │   ├── cuda_runtime.h
│   │   └── dynlink_loader.h
│   ├── dispatch_semaphore/
│   │   └── semaphore.h
│   ├── djgpp/
│   │   ├── math.c
│   │   └── math.h
│   ├── float/
│   │   ├── float.h
│   │   └── limits.h
│   ├── getopt.c
│   ├── msvcrt/
│   │   ├── snprintf.c
│   │   └── snprintf.h
│   ├── os2threads.h
│   ├── solaris/
│   │   └── make_sunver.pl
│   ├── stdbit/
│   │   └── stdbit.h
│   ├── strtod.c
│   ├── va_copy.h
│   ├── w32dlfcn.h
│   ├── w32pthreads.h
│   └── windows/
│       ├── makedef
│       ├── mslink
│       └── mswindres
├── configure
├── doc/
│   ├── .gitignore
│   ├── APIchanges
│   ├── CVSS.txt
│   ├── Doxyfile
│   ├── Makefile
│   ├── authors.texi
│   ├── bitstream_filters.texi
│   ├── build_system.txt
│   ├── codecs.texi
│   ├── community.texi
│   ├── decoders.texi
│   ├── default.css
│   ├── demuxers.texi
│   ├── developer.texi
│   ├── devices.texi
│   ├── doxy/
│   │   └── .gitignore
│   ├── doxy-wrapper.sh
│   ├── drawvg-reference.texi
│   ├── encoders.texi
│   ├── errno.txt
│   ├── examples/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── Makefile.example
│   │   ├── README
│   │   ├── avio_http_serve_files.c
│   │   ├── avio_list_dir.c
│   │   ├── avio_read_callback.c
│   │   ├── decode_audio.c
│   │   ├── decode_filter_audio.c
│   │   ├── decode_filter_video.c
│   │   ├── decode_video.c
│   │   ├── demux_decode.c
│   │   ├── encode_audio.c
│   │   ├── encode_video.c
│   │   ├── extract_mvs.c
│   │   ├── filter_audio.c
│   │   ├── hw_decode.c
│   │   ├── mux.c
│   │   ├── qsv_decode.c
│   │   ├── qsv_transcode.c
│   │   ├── remux.c
│   │   ├── resample_audio.c
│   │   ├── scale_video.c
│   │   ├── show_metadata.c
│   │   ├── transcode.c
│   │   ├── transcode_aac.c
│   │   ├── vaapi_encode.c
│   │   └── vaapi_transcode.c
│   ├── faq.texi
│   ├── fate.texi
│   ├── fate_config.sh.template
│   ├── ffmpeg-bitstream-filters.texi
│   ├── ffmpeg-codecs.texi
│   ├── ffmpeg-devices.texi
│   ├── ffmpeg-filters.texi
│   ├── ffmpeg-formats.texi
│   ├── ffmpeg-protocols.texi
│   ├── ffmpeg-resampler.texi
│   ├── ffmpeg-scaler.texi
│   ├── ffmpeg-utils.texi
│   ├── ffmpeg.texi
│   ├── ffmpeg.txt
│   ├── ffplay.texi
│   ├── ffprobe.texi
│   ├── ffprobe.xsd
│   ├── fftools-common-opts.texi
│   ├── filter_design.txt
│   ├── filters.texi
│   ├── formats.texi
│   ├── general.texi
│   ├── general_contents.texi
│   ├── git-howto.texi
│   ├── htmlxref.cnf
│   ├── indevs.texi
│   ├── infra.txt
│   ├── issue_tracker.txt
│   ├── lexicon
│   ├── libavcodec.texi
│   ├── libavdevice.texi
│   ├── libavfilter.texi
│   ├── libavformat.texi
│   ├── libavutil.texi
│   ├── libswresample.texi
│   ├── libswscale.texi
│   ├── mailing-list-faq.texi
│   ├── metadata.texi
│   ├── mips.txt
│   ├── multithreading.txt
│   ├── muxers.texi
│   ├── nut.texi
│   ├── optimization.txt
│   ├── outdevs.texi
│   ├── patchwork
│   ├── platform.texi
│   ├── print_options.c
│   ├── protocols.texi
│   ├── rate_distortion.txt
│   ├── resampler.texi
│   ├── scaler.texi
│   ├── snow.txt
│   ├── swresample.txt
│   ├── swscale-v2.txt
│   ├── swscale.txt
│   ├── t2h.init
│   ├── t2h.pm
│   ├── tablegen.txt
│   ├── texi2pod.pl
│   ├── texidep.pl
│   ├── transforms.md
│   ├── undefined.txt
│   ├── utils.texi
│   └── writing_filters.txt
├── ffbuild/
│   ├── .gitignore
│   ├── arch.mak
│   ├── bin2c.c
│   ├── common.mak
│   ├── library.mak
│   ├── libversion.sh
│   ├── pkgconfig_generate.sh
│   └── version.sh
├── fftools/
│   ├── Makefile
│   ├── cmdutils.c
│   ├── cmdutils.h
│   ├── ffmpeg.c
│   ├── ffmpeg.h
│   ├── ffmpeg_dec.c
│   ├── ffmpeg_demux.c
│   ├── ffmpeg_enc.c
│   ├── ffmpeg_filter.c
│   ├── ffmpeg_hw.c
│   ├── ffmpeg_mux.c
│   ├── ffmpeg_mux.h
│   ├── ffmpeg_mux_init.c
│   ├── ffmpeg_opt.c
│   ├── ffmpeg_sched.c
│   ├── ffmpeg_sched.h
│   ├── ffmpeg_utils.h
│   ├── ffplay.c
│   ├── ffplay_renderer.c
│   ├── ffplay_renderer.h
│   ├── ffprobe.c
│   ├── fftools.manifest
│   ├── fftoolsres.rc
│   ├── fopen_utf8.h
│   ├── graph/
│   │   ├── graphprint.c
│   │   └── graphprint.h
│   ├── opt_common.c
│   ├── opt_common.h
│   ├── resources/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── graph.css
│   │   ├── graph.html
│   │   ├── resman.c
│   │   └── resman.h
│   ├── sync_queue.c
│   ├── sync_queue.h
│   ├── textformat/
│   │   ├── avtextformat.c
│   │   ├── avtextformat.h
│   │   ├── avtextwriters.h
│   │   ├── tf_compact.c
│   │   ├── tf_default.c
│   │   ├── tf_flat.c
│   │   ├── tf_ini.c
│   │   ├── tf_internal.h
│   │   ├── tf_json.c
│   │   ├── tf_mermaid.c
│   │   ├── tf_mermaid.h
│   │   ├── tf_xml.c
│   │   ├── tw_avio.c
│   │   ├── tw_buffer.c
│   │   └── tw_stdout.c
│   ├── thread_queue.c
│   └── thread_queue.h
├── libavcodec/
│   ├── .gitignore
│   ├── 012v.c
│   ├── 4xm.c
│   ├── 8bps.c
│   ├── 8svx.c
│   ├── Makefile
│   ├── a64colors.h
│   ├── a64multienc.c
│   ├── a64tables.h
│   ├── aac/
│   │   ├── Makefile
│   │   ├── aacdec.c
│   │   ├── aacdec.h
│   │   ├── aacdec_ac.c
│   │   ├── aacdec_ac.h
│   │   ├── aacdec_dsp_template.c
│   │   ├── aacdec_fixed.c
│   │   ├── aacdec_fixed_coupling.h
│   │   ├── aacdec_fixed_dequant.h
│   │   ├── aacdec_fixed_prediction.h
│   │   ├── aacdec_float.c
│   │   ├── aacdec_float_coupling.h
│   │   ├── aacdec_float_prediction.h
│   │   ├── aacdec_latm.h
│   │   ├── aacdec_lpd.c
│   │   ├── aacdec_lpd.h
│   │   ├── aacdec_proc_template.c
│   │   ├── aacdec_tab.c
│   │   ├── aacdec_tab.h
│   │   ├── aacdec_usac.c
│   │   ├── aacdec_usac.h
│   │   ├── aacdec_usac_mps212.c
│   │   └── aacdec_usac_mps212.h
│   ├── aac.h
│   ├── aac_ac3_parser.c
│   ├── aac_ac3_parser.h
│   ├── aac_defines.h
│   ├── aac_parser.c
│   ├── aaccoder.c
│   ├── aaccoder_trellis.h
│   ├── aaccoder_twoloop.h
│   ├── aacenc.c
│   ├── aacenc.h
│   ├── aacenc_is.c
│   ├── aacenc_is.h
│   ├── aacenc_quantization.h
│   ├── aacenc_quantization_misc.h
│   ├── aacenc_tns.c
│   ├── aacenc_tns.h
│   ├── aacenc_utils.h
│   ├── aacencdsp.h
│   ├── aacenctab.c
│   ├── aacenctab.h
│   ├── aacps.c
│   ├── aacps.h
│   ├── aacps_common.c
│   ├── aacps_fixed.c
│   ├── aacps_fixed_tablegen.c
│   ├── aacps_fixed_tablegen.h
│   ├── aacps_float.c
│   ├── aacps_tablegen.c
│   ├── aacps_tablegen.h
│   ├── aacps_tablegen_template.c
│   ├── aacpsdata.c
│   ├── aacpsdsp.h
│   ├── aacpsdsp_fixed.c
│   ├── aacpsdsp_float.c
│   ├── aacpsdsp_template.c
│   ├── aacpsy.c
│   ├── aacsbr.c
│   ├── aacsbr.h
│   ├── aacsbr_fixed.c
│   ├── aacsbr_template.c
│   ├── aacsbrdata.h
│   ├── aactab.c
│   ├── aactab.h
│   ├── aandcttab.c
│   ├── aandcttab.h
│   ├── aarch64/
│   │   ├── Makefile
│   │   ├── aacencdsp_init.c
│   │   ├── aacencdsp_neon.S
│   │   ├── aacpsdsp_init_aarch64.c
│   │   ├── aacpsdsp_neon.S
│   │   ├── ac3dsp_init_aarch64.c
│   │   ├── ac3dsp_neon.S
│   │   ├── cabac.h
│   │   ├── dcadsp_init_aarch64.c
│   │   ├── dcadsp_neon.S
│   │   ├── fdct.h
│   │   ├── fdctdsp_init_aarch64.c
│   │   ├── fdctdsp_neon.S
│   │   ├── fmtconvert_init.c
│   │   ├── fmtconvert_neon.S
│   │   ├── h264chroma_init_aarch64.c
│   │   ├── h264cmc_neon.S
│   │   ├── h264dsp_init_aarch64.c
│   │   ├── h264dsp_neon.S
│   │   ├── h264idct_neon.S
│   │   ├── h264pred_init.c
│   │   ├── h264pred_neon.S
│   │   ├── h264qpel_init_aarch64.c
│   │   ├── h264qpel_neon.S
│   │   ├── h26x/
│   │   │   ├── dsp.h
│   │   │   ├── epel_neon.S
│   │   │   ├── qpel_neon.S
│   │   │   └── sao_neon.S
│   │   ├── hevcdsp_deblock_neon.S
│   │   ├── hevcdsp_dequant_neon.S
│   │   ├── hevcdsp_idct_neon.S
│   │   ├── hevcdsp_init_aarch64.c
│   │   ├── hevcpred_init_aarch64.c
│   │   ├── hevcpred_neon.S
│   │   ├── hpeldsp_init_aarch64.c
│   │   ├── hpeldsp_neon.S
│   │   ├── huffyuvdsp_init_aarch64.c
│   │   ├── huffyuvdsp_neon.S
│   │   ├── idct.h
│   │   ├── idctdsp_init_aarch64.c
│   │   ├── idctdsp_neon.S
│   │   ├── me_cmp_init_aarch64.c
│   │   ├── me_cmp_neon.S
│   │   ├── mpegaudiodsp_init.c
│   │   ├── mpegaudiodsp_neon.S
│   │   ├── mpegvideoencdsp_init.c
│   │   ├── mpegvideoencdsp_neon.S
│   │   ├── neon.S
│   │   ├── neontest.c
│   │   ├── opusdsp_init.c
│   │   ├── opusdsp_neon.S
│   │   ├── pixblockdsp_init_aarch64.c
│   │   ├── pixblockdsp_neon.S
│   │   ├── pngdsp_init.c
│   │   ├── pngdsp_neon.S
│   │   ├── rv40dsp_init_aarch64.c
│   │   ├── sbrdsp_init_aarch64.c
│   │   ├── sbrdsp_neon.S
│   │   ├── simple_idct_neon.S
│   │   ├── synth_filter_init.c
│   │   ├── synth_filter_neon.S
│   │   ├── vc1dsp_init_aarch64.c
│   │   ├── vc1dsp_neon.S
│   │   ├── videodsp.S
│   │   ├── videodsp_init.c
│   │   ├── vorbisdsp_init.c
│   │   ├── vorbisdsp_neon.S
│   │   ├── vp8dsp.h
│   │   ├── vp8dsp_init_aarch64.c
│   │   ├── vp8dsp_neon.S
│   │   ├── vp9dsp_init.h
│   │   ├── vp9dsp_init_10bpp_aarch64.c
│   │   ├── vp9dsp_init_12bpp_aarch64.c
│   │   ├── vp9dsp_init_16bpp_aarch64_template.c
│   │   ├── vp9dsp_init_aarch64.c
│   │   ├── vp9itxfm_16bpp_neon.S
│   │   ├── vp9itxfm_neon.S
│   │   ├── vp9lpf_16bpp_neon.S
│   │   ├── vp9lpf_neon.S
│   │   ├── vp9mc_16bpp_neon.S
│   │   ├── vp9mc_aarch64.S
│   │   ├── vp9mc_neon.S
│   │   └── vvc/
│   │       ├── Makefile
│   │       ├── alf.S
│   │       ├── alf_template.c
│   │       ├── dsp_init.c
│   │       ├── inter.S
│   │       ├── inter_sme2.S
│   │       └── sad.S
│   ├── aasc.c
│   ├── ac3.c
│   ├── ac3.h
│   ├── ac3_channel_layout_tab.c
│   ├── ac3_channel_layout_tab.h
│   ├── ac3_parser.c
│   ├── ac3_parser.h
│   ├── ac3_parser_internal.h
│   ├── ac3dec.c
│   ├── ac3dec.h
│   ├── ac3dec_data.c
│   ├── ac3dec_data.h
│   ├── ac3dec_fixed.c
│   ├── ac3dec_float.c
│   ├── ac3defs.h
│   ├── ac3dsp.c
│   ├── ac3dsp.h
│   ├── ac3enc.c
│   ├── ac3enc.h
│   ├── ac3enc_fixed.c
│   ├── ac3enc_float.c
│   ├── ac3enc_template.c
│   ├── ac3tab.c
│   ├── ac3tab.h
│   ├── acelp_filters.c
│   ├── acelp_filters.h
│   ├── acelp_pitch_delay.c
│   ├── acelp_pitch_delay.h
│   ├── acelp_vectors.c
│   ├── acelp_vectors.h
│   ├── adpcm.c
│   ├── adpcm.h
│   ├── adpcm_data.c
│   ├── adpcm_data.h
│   ├── adpcmenc.c
│   ├── adts_header.c
│   ├── adts_header.h
│   ├── adts_parser.c
│   ├── adts_parser.h
│   ├── adx.c
│   ├── adx.h
│   ├── adx_parser.c
│   ├── adxdec.c
│   ├── adxenc.c
│   ├── agm.c
│   ├── ahx_parser.c
│   ├── aic.c
│   ├── alac.c
│   ├── alac_data.c
│   ├── alac_data.h
│   ├── alacdsp.c
│   ├── alacdsp.h
│   ├── alacenc.c
│   ├── aliaspixdec.c
│   ├── aliaspixenc.c
│   ├── allcodecs.c
│   ├── alsdec.c
│   ├── amfdec.c
│   ├── amfdec.h
│   ├── amfenc.c
│   ├── amfenc.h
│   ├── amfenc_av1.c
│   ├── amfenc_h264.c
│   ├── amfenc_hevc.c
│   ├── amr.h
│   ├── amr_parser.c
│   ├── amrnbdata.h
│   ├── amrnbdec.c
│   ├── amrwbdata.h
│   ├── amrwbdec.c
│   ├── anm.c
│   ├── ansi.c
│   ├── aom_film_grain.c
│   ├── aom_film_grain.h
│   ├── aom_film_grain_template.c
│   ├── apac.c
│   ├── apedec.c
│   ├── apng.h
│   ├── aptx.c
│   ├── aptx.h
│   ├── aptxdec.c
│   ├── aptxenc.c
│   ├── apv.h
│   ├── apv_decode.c
│   ├── apv_decode.h
│   ├── apv_dsp.c
│   ├── apv_dsp.h
│   ├── apv_entropy.c
│   ├── apv_parser.c
│   ├── arbc.c
│   ├── argo.c
│   ├── arm/
│   │   ├── Makefile
│   │   ├── aac.h
│   │   ├── aacpsdsp_init_arm.c
│   │   ├── aacpsdsp_neon.S
│   │   ├── ac3dsp_arm.S
│   │   ├── ac3dsp_armv6.S
│   │   ├── ac3dsp_init_arm.c
│   │   ├── ac3dsp_neon.S
│   │   ├── asm-offsets.h
│   │   ├── audiodsp_arm.h
│   │   ├── audiodsp_init_arm.c
│   │   ├── audiodsp_init_neon.c
│   │   ├── audiodsp_neon.S
│   │   ├── blockdsp_arm.h
│   │   ├── blockdsp_init_arm.c
│   │   ├── blockdsp_init_neon.c
│   │   ├── blockdsp_neon.S
│   │   ├── cabac.h
│   │   ├── dca.h
│   │   ├── flacdsp_arm.S
│   │   ├── flacdsp_init_arm.c
│   │   ├── fmtconvert_init_arm.c
│   │   ├── fmtconvert_neon.S
│   │   ├── fmtconvert_vfp.S
│   │   ├── g722dsp_init_arm.c
│   │   ├── g722dsp_neon.S
│   │   ├── h264chroma_init_arm.c
│   │   ├── h264cmc_neon.S
│   │   ├── h264dsp_init_arm.c
│   │   ├── h264dsp_neon.S
│   │   ├── h264idct_neon.S
│   │   ├── h264pred_init_arm.c
│   │   ├── h264pred_neon.S
│   │   ├── h264qpel_init_arm.c
│   │   ├── h264qpel_neon.S
│   │   ├── hevcdsp_arm.h
│   │   ├── hevcdsp_deblock_neon.S
│   │   ├── hevcdsp_idct_neon.S
│   │   ├── hevcdsp_init_arm.c
│   │   ├── hevcdsp_init_neon.c
│   │   ├── hevcdsp_qpel_neon.S
│   │   ├── hevcdsp_sao_neon.S
│   │   ├── hpeldsp_arm.S
│   │   ├── hpeldsp_arm.h
│   │   ├── hpeldsp_armv6.S
│   │   ├── hpeldsp_init_arm.c
│   │   ├── hpeldsp_init_armv6.c
│   │   ├── hpeldsp_init_neon.c
│   │   ├── hpeldsp_neon.S
│   │   ├── idct.h
│   │   ├── idctdsp_arm.S
│   │   ├── idctdsp_arm.h
│   │   ├── idctdsp_armv6.S
│   │   ├── idctdsp_init_arm.c
│   │   ├── idctdsp_init_armv5te.c
│   │   ├── idctdsp_init_armv6.c
│   │   ├── idctdsp_init_neon.c
│   │   ├── idctdsp_neon.S
│   │   ├── int_neon.S
│   │   ├── jrevdct_arm.S
│   │   ├── lossless_audiodsp_init_arm.c
│   │   ├── lossless_audiodsp_neon.S
│   │   ├── mathops.h
│   │   ├── me_cmp_armv6.S
│   │   ├── me_cmp_init_arm.c
│   │   ├── mlpdsp_armv5te.S
│   │   ├── mlpdsp_armv6.S
│   │   ├── mlpdsp_init_arm.c
│   │   ├── mpegaudiodsp_fixed_armv6.S
│   │   ├── mpegaudiodsp_init_arm.c
│   │   ├── mpegvideo_arm.c
│   │   ├── mpegvideo_arm.h
│   │   ├── mpegvideo_armv5te.c
│   │   ├── mpegvideo_armv5te_s.S
│   │   ├── mpegvideo_neon.S
│   │   ├── mpegvideoencdsp_armv6.S
│   │   ├── mpegvideoencdsp_init_arm.c
│   │   ├── neon.S
│   │   ├── neontest.c
│   │   ├── pixblockdsp_armv6.S
│   │   ├── pixblockdsp_init_arm.c
│   │   ├── pixblockdsp_neon.S
│   │   ├── rv34dsp_init_arm.c
│   │   ├── rv34dsp_neon.S
│   │   ├── rv40dsp_init_arm.c
│   │   ├── rv40dsp_neon.S
│   │   ├── sbcdsp_armv6.S
│   │   ├── sbcdsp_init_arm.c
│   │   ├── sbcdsp_neon.S
│   │   ├── sbrdsp_init_arm.c
│   │   ├── sbrdsp_neon.S
│   │   ├── simple_idct_arm.S
│   │   ├── simple_idct_armv5te.S
│   │   ├── simple_idct_armv6.S
│   │   ├── simple_idct_neon.S
│   │   ├── startcode.h
│   │   ├── startcode_armv6.S
│   │   ├── synth_filter_init_arm.c
│   │   ├── synth_filter_neon.S
│   │   ├── synth_filter_vfp.S
│   │   ├── vc1dsp.h
│   │   ├── vc1dsp_init_arm.c
│   │   ├── vc1dsp_init_neon.c
│   │   ├── vc1dsp_neon.S
│   │   ├── videodsp_arm.h
│   │   ├── videodsp_armv5te.S
│   │   ├── videodsp_init_arm.c
│   │   ├── videodsp_init_armv5te.c
│   │   ├── vorbisdsp_init_arm.c
│   │   ├── vorbisdsp_neon.S
│   │   ├── vp3dsp_init_arm.c
│   │   ├── vp3dsp_neon.S
│   │   ├── vp8.h
│   │   ├── vp8_armv6.S
│   │   ├── vp8dsp.h
│   │   ├── vp8dsp_armv6.S
│   │   ├── vp8dsp_init_arm.c
│   │   ├── vp8dsp_init_armv6.c
│   │   ├── vp8dsp_init_neon.c
│   │   ├── vp8dsp_neon.S
│   │   ├── vp9dsp_init.h
│   │   ├── vp9dsp_init_10bpp_arm.c
│   │   ├── vp9dsp_init_12bpp_arm.c
│   │   ├── vp9dsp_init_16bpp_arm_template.c
│   │   ├── vp9dsp_init_arm.c
│   │   ├── vp9itxfm_16bpp_neon.S
│   │   ├── vp9itxfm_neon.S
│   │   ├── vp9lpf_16bpp_neon.S
│   │   ├── vp9lpf_neon.S
│   │   ├── vp9mc_16bpp_neon.S
│   │   ├── vp9mc_neon.S
│   │   └── vpx_arith.h
│   ├── ass.c
│   ├── ass.h
│   ├── ass_split.c
│   ├── ass_split.h
│   ├── assdec.c
│   ├── assenc.c
│   ├── asv.c
│   ├── asv.h
│   ├── asvdec.c
│   ├── asvenc.c
│   ├── atrac.c
│   ├── atrac.h
│   ├── atrac1.c
│   ├── atrac1data.h
│   ├── atrac3.c
│   ├── atrac3data.h
│   ├── atrac3plus.c
│   ├── atrac3plus.h
│   ├── atrac3plus_data.h
│   ├── atrac3plusdec.c
│   ├── atrac3plusdsp.c
│   ├── atrac9dec.c
│   ├── atrac9tab.h
│   ├── atsc_a53.c
│   ├── atsc_a53.h
│   ├── audio_frame_queue.c
│   ├── audio_frame_queue.h
│   ├── audiodsp.c
│   ├── audiodsp.h
│   ├── audiotoolboxdec.c
│   ├── audiotoolboxenc.c
│   ├── aura.c
│   ├── av1.h
│   ├── av1_levels.c
│   ├── av1_levels.h
│   ├── av1_parse.c
│   ├── av1_parse.h
│   ├── av1_parser.c
│   ├── av1dec.c
│   ├── av1dec.h
│   ├── avcodec.c
│   ├── avcodec.h
│   ├── avcodec_internal.h
│   ├── avcodecres.rc
│   ├── avdct.c
│   ├── avdct.h
│   ├── avrndec.c
│   ├── avs.c
│   ├── avs2.c
│   ├── avs2.h
│   ├── avs2_parser.c
│   ├── avs3.h
│   ├── avs3_parser.c
│   ├── avuidec.c
│   ├── avuienc.c
│   ├── bethsoftvideo.c
│   ├── bethsoftvideo.h
│   ├── bfi.c
│   ├── bgmc.c
│   ├── bgmc.h
│   ├── bink.c
│   ├── binkaudio.c
│   ├── binkdata.h
│   ├── binkdsp.c
│   ├── binkdsp.h
│   ├── bintext.c
│   ├── bintext.h
│   ├── bit_depth_template.c
│   ├── bitpacked_dec.c
│   ├── bitpacked_enc.c
│   ├── bitstream.c
│   ├── bitstream.h
│   ├── bitstream_filters.c
│   ├── bitstream_template.h
│   ├── blockdsp.c
│   ├── blockdsp.h
│   ├── bmp.c
│   ├── bmp.h
│   ├── bmp_parser.c
│   ├── bmpenc.c
│   ├── bmvaudio.c
│   ├── bmvvideo.c
│   ├── bonk.c
│   ├── brenderpix.c
│   ├── bsf/
│   │   ├── Makefile
│   │   ├── aac_adtstoasc.c
│   │   ├── ahx_to_mp2.c
│   │   ├── apv_metadata.c
│   │   ├── av1_frame_merge.c
│   │   ├── av1_frame_split.c
│   │   ├── av1_metadata.c
│   │   ├── chomp.c
│   │   ├── dca_core.c
│   │   ├── dovi_rpu.c
│   │   ├── dts2pts.c
│   │   ├── dump_extradata.c
│   │   ├── dv_error_marker.c
│   │   ├── eac3_core.c
│   │   ├── eia608_to_smpte436m.c
│   │   ├── evc_frame_merge.c
│   │   ├── extract_extradata.c
│   │   ├── filter_units.c
│   │   ├── h264_metadata.c
│   │   ├── h264_mp4toannexb.c
│   │   ├── h264_redundant_pps.c
│   │   ├── h265_metadata.c
│   │   ├── h266_metadata.c
│   │   ├── hapqa_extract.c
│   │   ├── hevc_mp4toannexb.c
│   │   ├── imx_dump_header.c
│   │   ├── lcevc_metadata.c
│   │   ├── media100_to_mjpegb.c
│   │   ├── mjpeg2jpeg.c
│   │   ├── mjpega_dump_header.c
│   │   ├── movsub.c
│   │   ├── mpeg2_metadata.c
│   │   ├── mpeg4_unpack_bframes.c
│   │   ├── noise.c
│   │   ├── null.c
│   │   ├── opus_metadata.c
│   │   ├── pcm_rechunk.c
│   │   ├── pgs_frame_merge.c
│   │   ├── prores_metadata.c
│   │   ├── remove_extradata.c
│   │   ├── setts.c
│   │   ├── showinfo.c
│   │   ├── smpte436m_to_eia608.c
│   │   ├── trace_headers.c
│   │   ├── truehd_core.c
│   │   ├── vp9_metadata.c
│   │   ├── vp9_raw_reorder.c
│   │   ├── vp9_superframe.c
│   │   ├── vp9_superframe_split.c
│   │   └── vvc_mp4toannexb.c
│   ├── bsf.c
│   ├── bsf.h
│   ├── bsf_internal.h
│   ├── bswapdsp.c
│   ├── bswapdsp.h
│   ├── bytestream.h
│   ├── c93.c
│   ├── cabac.c
│   ├── cabac.h
│   ├── cabac_functions.h
│   ├── canopus.c
│   ├── canopus.h
│   ├── cavs.c
│   ├── cavs.h
│   ├── cavs_parser.c
│   ├── cavsdata.c
│   ├── cavsdec.c
│   ├── cavsdsp.c
│   ├── cavsdsp.h
│   ├── cbrt_data.c
│   ├── cbrt_data.h
│   ├── cbrt_data_fixed.c
│   ├── cbrt_fixed_tablegen.c
│   ├── cbrt_tablegen.c
│   ├── cbrt_tablegen.h
│   ├── cbrt_tablegen_common.c
│   ├── cbrt_tablegen_template.c
│   ├── cbs.c
│   ├── cbs.h
│   ├── cbs_apv.c
│   ├── cbs_apv.h
│   ├── cbs_apv_syntax_template.c
│   ├── cbs_av1.c
│   ├── cbs_av1.h
│   ├── cbs_av1_syntax_template.c
│   ├── cbs_bsf.c
│   ├── cbs_bsf.h
│   ├── cbs_h264.c
│   ├── cbs_h264.h
│   ├── cbs_h2645.c
│   ├── cbs_h2645.h
│   ├── cbs_h264_syntax_template.c
│   ├── cbs_h265.c
│   ├── cbs_h265.h
│   ├── cbs_h265_syntax_template.c
│   ├── cbs_h266.c
│   ├── cbs_h266.h
│   ├── cbs_h266_syntax_template.c
│   ├── cbs_internal.h
│   ├── cbs_jpeg.c
│   ├── cbs_jpeg.h
│   ├── cbs_jpeg_syntax_template.c
│   ├── cbs_lcevc.c
│   ├── cbs_lcevc.h
│   ├── cbs_lcevc_syntax_template.c
│   ├── cbs_mpeg2.c
│   ├── cbs_mpeg2.h
│   ├── cbs_mpeg2_syntax_template.c
│   ├── cbs_sei.c
│   ├── cbs_sei.h
│   ├── cbs_sei_syntax_template.c
│   ├── cbs_vp8.c
│   ├── cbs_vp8.h
│   ├── cbs_vp8_syntax_template.c
│   ├── cbs_vp9.c
│   ├── cbs_vp9.h
│   ├── cbs_vp9_syntax_template.c
│   ├── ccaption_dec.c
│   ├── cdgraphics.c
│   ├── cdtoons.c
│   ├── cdxl.c
│   ├── celp_filters.c
│   ├── celp_filters.h
│   ├── celp_math.c
│   ├── celp_math.h
│   ├── cfhd.c
│   ├── cfhd.h
│   ├── cfhddata.c
│   ├── cfhddsp.c
│   ├── cfhddsp.h
│   ├── cfhdenc.c
│   ├── cfhdencdsp.c
│   ├── cfhdencdsp.h
│   ├── cga_data.c
│   ├── cga_data.h
│   ├── cinepak.c
│   ├── cinepakenc.c
│   ├── clearvideo.c
│   ├── clearvideodata.h
│   ├── cljrdec.c
│   ├── cljrenc.c
│   ├── cllc.c
│   ├── cngdec.c
│   ├── cngenc.c
│   ├── codec.h
│   ├── codec2utils.h
│   ├── codec_desc.c
│   ├── codec_desc.h
│   ├── codec_id.h
│   ├── codec_internal.h
│   ├── codec_par.c
│   ├── codec_par.h
│   ├── cook.c
│   ├── cook_parser.c
│   ├── cookdata.h
│   ├── copy_block.h
│   ├── cpia.c
│   ├── cri.c
│   ├── cri_parser.c
│   ├── cscd.c
│   ├── cuviddec.c
│   ├── cyuv.c
│   ├── d3d11va.c
│   ├── d3d11va.h
│   ├── d3d12va_av1.c
│   ├── d3d12va_decode.c
│   ├── d3d12va_decode.h
│   ├── d3d12va_encode.c
│   ├── d3d12va_encode.h
│   ├── d3d12va_encode_av1.c
│   ├── d3d12va_encode_h264.c
│   ├── d3d12va_encode_hevc.c
│   ├── d3d12va_h264.c
│   ├── d3d12va_hevc.c
│   ├── d3d12va_mpeg2.c
│   ├── d3d12va_vc1.c
│   ├── d3d12va_vp9.c
│   ├── dca.c
│   ├── dca.h
│   ├── dca_core.c
│   ├── dca_core.h
│   ├── dca_exss.c
│   ├── dca_exss.h
│   ├── dca_lbr.c
│   ├── dca_lbr.h
│   ├── dca_parser.c
│   ├── dca_sample_rate_tab.c
│   ├── dca_sample_rate_tab.h
│   ├── dca_syncwords.h
│   ├── dca_xll.c
│   ├── dca_xll.h
│   ├── dcaadpcm.c
│   ├── dcaadpcm.h
│   ├── dcadata.c
│   ├── dcadata.h
│   ├── dcadct.c
│   ├── dcadct.h
│   ├── dcadec.c
│   ├── dcadec.h
│   ├── dcadsp.c
│   ├── dcadsp.h
│   ├── dcaenc.c
│   ├── dcaenc.h
│   ├── dcahuff.c
│   ├── dcahuff.h
│   ├── dcamath.h
│   ├── dct.h
│   ├── dct32.h
│   ├── dct32_fixed.c
│   ├── dct32_float.c
│   ├── dct32_template.c
│   ├── dctref.c
│   ├── dctref.h
│   ├── dds.c
│   ├── decode.c
│   ├── decode.h
│   ├── decode_bsf.h
│   ├── defs.h
│   ├── dfa.c
│   ├── dfpwmdec.c
│   ├── dfpwmenc.c
│   ├── dirac.c
│   ├── dirac.h
│   ├── dirac_arith.c
│   ├── dirac_arith.h
│   ├── dirac_dwt.c
│   ├── dirac_dwt.h
│   ├── dirac_dwt_template.c
│   ├── dirac_parser.c
│   ├── dirac_vlc.c
│   ├── dirac_vlc.h
│   ├── diracdec.c
│   ├── diracdsp.c
│   ├── diracdsp.h
│   ├── diractab.c
│   ├── diractab.h
│   ├── dnxhd_parser.c
│   ├── dnxhddata.c
│   ├── dnxhddata.h
│   ├── dnxhddec.c
│   ├── dnxhdenc.c
│   ├── dnxhdenc.h
│   ├── dnxuc_parser.c
│   ├── dolby_e.c
│   ├── dolby_e.h
│   ├── dolby_e_parse.c
│   ├── dolby_e_parser.c
│   ├── dovi_rpu.c
│   ├── dovi_rpu.h
│   ├── dovi_rpudec.c
│   ├── dovi_rpuenc.c
│   ├── dpcm.c
│   ├── dpx.c
│   ├── dpx.h
│   ├── dpx_parser.c
│   ├── dpxenc.c
│   ├── dsd.c
│   ├── dsd.h
│   ├── dsddec.c
│   ├── dsicinaudio.c
│   ├── dsicinvideo.c
│   ├── dss_sp.c
│   ├── dstdec.c
│   ├── dv.c
│   ├── dv.h
│   ├── dv_internal.h
│   ├── dv_profile.c
│   ├── dv_profile.h
│   ├── dv_profile_internal.h
│   ├── dv_tablegen.c
│   ├── dv_tablegen.h
│   ├── dvaudio.h
│   ├── dvaudio_parser.c
│   ├── dvaudiodec.c
│   ├── dvbsub_parser.c
│   ├── dvbsubdec.c
│   ├── dvbsubenc.c
│   ├── dvbtxt.h
│   ├── dvd_nav_parser.c
│   ├── dvdata.c
│   ├── dvdata.h
│   ├── dvdec.c
│   ├── dvdsub.c
│   ├── dvdsub.h
│   ├── dvdsub_parser.c
│   ├── dvdsubdec.c
│   ├── dvdsubenc.c
│   ├── dvenc.c
│   ├── dxa.c
│   ├── dxtory.c
│   ├── dxv.c
│   ├── dxv.h
│   ├── dxva2.c
│   ├── dxva2.h
│   ├── dxva2_av1.c
│   ├── dxva2_h264.c
│   ├── dxva2_hevc.c
│   ├── dxva2_internal.h
│   ├── dxva2_mpeg2.c
│   ├── dxva2_vc1.c
│   ├── dxva2_vp9.c
│   ├── dxvenc.c
│   ├── dynamic_hdr_vivid.c
│   ├── dynamic_hdr_vivid.h
│   ├── eac3_data.c
│   ├── eac3_data.h
│   ├── eac3dec.c
│   ├── eac3enc.c
│   ├── eac3enc.h
│   ├── eacmv.c
│   ├── eaidct.c
│   ├── eaidct.h
│   ├── eamad.c
│   ├── eatgq.c
│   ├── eatgv.c
│   ├── eatqi.c
│   ├── elbg.c
│   ├── elbg.h
│   ├── elsdec.c
│   ├── elsdec.h
│   ├── encode.c
│   ├── encode.h
│   ├── error_resilience.c
│   ├── error_resilience.h
│   ├── escape124.c
│   ├── escape130.c
│   ├── evc.h
│   ├── evc_parse.c
│   ├── evc_parse.h
│   ├── evc_parser.c
│   ├── evc_ps.c
│   ├── evc_ps.h
│   ├── evrcdata.h
│   ├── evrcdec.c
│   ├── executor.c
│   ├── executor.h
│   ├── exif.c
│   ├── exif.h
│   ├── exif_internal.h
│   ├── exr.c
│   ├── exrdsp.c
│   ├── exrdsp.h
│   ├── exrenc.c
│   ├── faandct.c
│   ├── faandct.h
│   ├── faanidct.c
│   ├── faanidct.h
│   ├── fastaudio.c
│   ├── faxcompr.c
│   ├── faxcompr.h
│   ├── fdctdsp.c
│   ├── fdctdsp.h
│   ├── ffjni.c
│   ├── ffjni.h
│   ├── fflcms2.c
│   ├── fflcms2.h
│   ├── ffv1.c
│   ├── ffv1.h
│   ├── ffv1_parse.c
│   ├── ffv1_parser.c
│   ├── ffv1_template.c
│   ├── ffv1_vulkan.c
│   ├── ffv1_vulkan.h
│   ├── ffv1dec.c
│   ├── ffv1dec_template.c
│   ├── ffv1enc.c
│   ├── ffv1enc.h
│   ├── ffv1enc_template.c
│   ├── ffv1enc_vulkan.c
│   ├── ffwavesynth.c
│   ├── fic.c
│   ├── file_open.c
│   ├── fits.c
│   ├── fits.h
│   ├── fitsdec.c
│   ├── fitsenc.c
│   ├── flac.c
│   ├── flac.h
│   ├── flac_parse.h
│   ├── flac_parser.c
│   ├── flacdata.c
│   ├── flacdata.h
│   ├── flacdec.c
│   ├── flacdsp.c
│   ├── flacdsp.h
│   ├── flacdsp_lpc_template.c
│   ├── flacdsp_template.c
│   ├── flacenc.c
│   ├── flacencdsp.c
│   ├── flacencdsp.h
│   ├── flashsv.c
│   ├── flashsv2enc.c
│   ├── flashsvenc.c
│   ├── flicvideo.c
│   ├── float2half.c
│   ├── float_scalarproduct.c
│   ├── flvdec.c
│   ├── flvdec.h
│   ├── flvenc.c
│   ├── flvenc.h
│   ├── fmtconvert.c
│   ├── fmtconvert.h
│   ├── fmvc.c
│   ├── frame_thread_encoder.c
│   ├── frame_thread_encoder.h
│   ├── fraps.c
│   ├── frwu.c
│   ├── ftr.c
│   ├── ftr_parser.c
│   ├── g2meet.c
│   ├── g722.c
│   ├── g722.h
│   ├── g722dec.c
│   ├── g722dsp.c
│   ├── g722dsp.h
│   ├── g722enc.c
│   ├── g723_1.c
│   ├── g723_1.h
│   ├── g723_1_parser.c
│   ├── g723_1dec.c
│   ├── g723_1enc.c
│   ├── g726.c
│   ├── g728_template.c
│   ├── g728data.h
│   ├── g728dec.c
│   ├── g729.h
│   ├── g729_parser.c
│   ├── g729data.h
│   ├── g729dec.c
│   ├── g729postfilter.c
│   ├── g729postfilter.h
│   ├── gdv.c
│   ├── gemdec.c
│   ├── get_bits.h
│   ├── get_buffer.c
│   ├── gif.c
│   ├── gif.h
│   ├── gif_parser.c
│   ├── gifdec.c
│   ├── golomb.c
│   ├── golomb.h
│   ├── gsm.h
│   ├── gsm_parser.c
│   ├── gsmdec.c
│   ├── gsmdec_data.c
│   ├── gsmdec_data.h
│   ├── gsmdec_template.c
│   ├── h261.c
│   ├── h261.h
│   ├── h261_parser.c
│   ├── h261data.c
│   ├── h261dec.c
│   ├── h261enc.c
│   ├── h261enc.h
│   ├── h263.c
│   ├── h263.h
│   ├── h263_parser.c
│   ├── h263data.c
│   ├── h263data.h
│   ├── h263dec.c
│   ├── h263dec.h
│   ├── h263dsp.c
│   ├── h263dsp.h
│   ├── h263enc.h
│   ├── h264.h
│   ├── h2645_parse.c
│   ├── h2645_parse.h
│   ├── h2645_sei.c
│   ├── h2645_sei.h
│   ├── h2645_vui.c
│   ├── h2645_vui.h
│   ├── h2645data.c
│   ├── h2645data.h
│   ├── h264_cabac.c
│   ├── h264_cavlc.c
│   ├── h264_direct.c
│   ├── h264_levels.c
│   ├── h264_levels.h
│   ├── h264_loopfilter.c
│   ├── h264_mb.c
│   ├── h264_mb_template.c
│   ├── h264_mc_template.c
│   ├── h264_mvpred.h
│   ├── h264_parse.c
│   ├── h264_parse.h
│   ├── h264_parser.c
│   ├── h264_picture.c
│   ├── h264_ps.c
│   ├── h264_ps.h
│   ├── h264_refs.c
│   ├── h264_sei.c
│   ├── h264_sei.h
│   ├── h264_slice.c
│   ├── h264addpx_template.c
│   ├── h264chroma.c
│   ├── h264chroma.h
│   ├── h264chroma_template.c
│   ├── h264data.c
│   ├── h264data.h
│   ├── h264dec.c
│   ├── h264dec.h
│   ├── h264dsp.c
│   ├── h264dsp.h
│   ├── h264dsp_template.c
│   ├── h264idct.c
│   ├── h264idct.h
│   ├── h264idct_template.c
│   ├── h264pred.c
│   ├── h264pred.h
│   ├── h264pred_template.c
│   ├── h264qpel.c
│   ├── h264qpel.h
│   ├── h264qpel_template.c
│   ├── h265_profile_level.c
│   ├── h265_profile_level.h
│   ├── h26x/
│   │   ├── h2656_deblock_template.c
│   │   ├── h2656_inter_template.c
│   │   └── h2656_sao_template.c
│   ├── h274.c
│   ├── h274.h
│   ├── half2float.c
│   ├── hap.c
│   ├── hap.h
│   ├── hapdec.c
│   ├── hapenc.c
│   ├── hashtable.c
│   ├── hashtable.h
│   ├── hca_data.h
│   ├── hcadec.c
│   ├── hcom.c
│   ├── hdr_parser.c
│   ├── hdrdec.c
│   ├── hdrenc.c
│   ├── hevc/
│   │   ├── Makefile
│   │   ├── cabac.c
│   │   ├── data.c
│   │   ├── data.h
│   │   ├── dsp.c
│   │   ├── dsp.h
│   │   ├── dsp_template.c
│   │   ├── filter.c
│   │   ├── hevc.h
│   │   ├── hevcdec.c
│   │   ├── hevcdec.h
│   │   ├── mvs.c
│   │   ├── parse.c
│   │   ├── parse.h
│   │   ├── parser.c
│   │   ├── pred.c
│   │   ├── pred.h
│   │   ├── pred_template.c
│   │   ├── ps.c
│   │   ├── ps.h
│   │   ├── ps_enc.c
│   │   ├── refs.c
│   │   ├── sei.c
│   │   └── sei.h
│   ├── hnm4video.c
│   ├── hpel_template.c
│   ├── hpeldsp.c
│   ├── hpeldsp.h
│   ├── hq_common.c
│   ├── hq_common.h
│   ├── hq_hqa.c
│   ├── hq_hqadata.h
│   ├── hq_hqadsp.c
│   ├── hq_hqadsp.h
│   ├── hqx.c
│   ├── hqxdsp.c
│   ├── hqxdsp.h
│   ├── hqxvlc.h
│   ├── htmlsubtitles.c
│   ├── htmlsubtitles.h
│   ├── huffman.c
│   ├── huffman.h
│   ├── huffyuv.c
│   ├── huffyuv.h
│   ├── huffyuvdec.c
│   ├── huffyuvdsp.c
│   ├── huffyuvdsp.h
│   ├── huffyuvenc.c
│   ├── huffyuvencdsp.c
│   ├── huffyuvencdsp.h
│   ├── hw_base_encode.c
│   ├── hw_base_encode.h
│   ├── hw_base_encode_h264.c
│   ├── hw_base_encode_h264.h
│   ├── hw_base_encode_h265.c
│   ├── hw_base_encode_h265.h
│   ├── hwaccel_internal.h
│   ├── hwaccels.h
│   ├── hwconfig.h
│   ├── idcinvideo.c
│   ├── idctdsp.c
│   ├── idctdsp.h
│   ├── iff.c
│   ├── ilbcdata.h
│   ├── ilbcdec.c
│   ├── imc.c
│   ├── imcdata.h
│   ├── imgconvert.c
│   ├── imm4.c
│   ├── imm5.c
│   ├── imx.c
│   ├── indeo2.c
│   ├── indeo2data.h
│   ├── indeo3.c
│   ├── indeo3data.h
│   ├── indeo4.c
│   ├── indeo4data.h
│   ├── indeo5.c
│   ├── indeo5data.h
│   ├── intelh263dec.c
│   ├── internal.h
│   ├── interplayacm.c
│   ├── interplayvideo.c
│   ├── intrax8.c
│   ├── intrax8.h
│   ├── intrax8dsp.c
│   ├── intrax8dsp.h
│   ├── intrax8huf.h
│   ├── ipu_parser.c
│   ├── ituh263dec.c
│   ├── ituh263enc.c
│   ├── itut35.h
│   ├── ivi.c
│   ├── ivi.h
│   ├── ivi_dsp.c
│   ├── ivi_dsp.h
│   ├── j2kenc.c
│   ├── jacosub.h
│   ├── jacosubdec.c
│   ├── jfdctfst.c
│   ├── jfdctint.c
│   ├── jfdctint_template.c
│   ├── jni.c
│   ├── jni.h
│   ├── jpeg2000.c
│   ├── jpeg2000.h
│   ├── jpeg2000_parser.c
│   ├── jpeg2000dec.c
│   ├── jpeg2000dec.h
│   ├── jpeg2000dsp.c
│   ├── jpeg2000dsp.h
│   ├── jpeg2000dwt.c
│   ├── jpeg2000dwt.h
│   ├── jpeg2000htdec.c
│   ├── jpeg2000htdec.h
│   ├── jpegls.c
│   ├── jpegls.h
│   ├── jpeglsdec.c
│   ├── jpeglsdec.h
│   ├── jpeglsenc.c
│   ├── jpegquanttables.c
│   ├── jpegquanttables.h
│   ├── jpegtables.c
│   ├── jpegtables.h
│   ├── jpegtabs.h
│   ├── jpegxl.h
│   ├── jpegxl_parse.c
│   ├── jpegxl_parse.h
│   ├── jpegxl_parser.c
│   ├── jpegxs.h
│   ├── jpegxs_parser.c
│   ├── jrevdct.c
│   ├── jvdec.c
│   ├── kbdwin.c
│   ├── kbdwin.h
│   ├── kgv1dec.c
│   ├── kmvc.c
│   ├── lagarith.c
│   ├── lagarithrac.c
│   ├── lagarithrac.h
│   ├── latm_parser.c
│   ├── lcevc.h
│   ├── lcevc_parse.h
│   ├── lcevc_parser.c
│   ├── lcevcdec.c
│   ├── lcevcdec.h
│   ├── lcevctab.c
│   ├── lcevctab.h
│   ├── lcl.h
│   ├── lcldec.c
│   ├── lclenc.c
│   ├── leaddata.h
│   ├── leaddec.c
│   ├── leb.h
│   ├── libaom.c
│   ├── libaom.h
│   ├── libaomdec.c
│   ├── libaomenc.c
│   ├── libaribb24.c
│   ├── libaribcaption.c
│   ├── libavcodec.v
│   ├── libcelt_dec.c
│   ├── libcodec2.c
│   ├── libdav1d.c
│   ├── libdavs2.c
│   ├── libfdk-aacdec.c
│   ├── libfdk-aacenc.c
│   ├── libgsmdec.c
│   ├── libgsmenc.c
│   ├── libilbc.c
│   ├── libjxl.c
│   ├── libjxl.h
│   ├── libjxldec.c
│   ├── libjxlenc.c
│   ├── libkvazaar.c
│   ├── liblc3dec.c
│   ├── liblc3enc.c
│   ├── libmp3lame.c
│   ├── libmpeghdec.c
│   ├── liboapvenc.c
│   ├── libopencore-amr.c
│   ├── libopenh264.c
│   ├── libopenh264.h
│   ├── libopenh264dec.c
│   ├── libopenh264enc.c
│   ├── libopenjpegenc.c
│   ├── libopus.c
│   ├── libopus.h
│   ├── libopusdec.c
│   ├── libopusenc.c
│   ├── librav1e.c
│   ├── librsvgdec.c
│   ├── libshine.c
│   ├── libspeexdec.c
│   ├── libspeexenc.c
│   ├── libsvtav1.c
│   ├── libsvtjpegxsdec.c
│   ├── libsvtjpegxsenc.c
│   ├── libtheoraenc.c
│   ├── libtwolame.c
│   ├── libuavs3d.c
│   ├── libvo-amrwbenc.c
│   ├── libvorbisdec.c
│   ├── libvorbisenc.c
│   ├── libvpx.h
│   ├── libvpxdec.c
│   ├── libvpxenc.c
│   ├── libvvenc.c
│   ├── libwebpenc.c
│   ├── libwebpenc_animencoder.c
│   ├── libwebpenc_common.c
│   ├── libwebpenc_common.h
│   ├── libx264.c
│   ├── libx265.c
│   ├── libxavs.c
│   ├── libxavs2.c
│   ├── libxevd.c
│   ├── libxeve.c
│   ├── libxvid.c
│   ├── libzvbi-teletextdec.c
│   ├── ljpegenc.c
│   ├── loco.c
│   ├── log2_tab.c
│   ├── loongarch/
│   │   ├── Makefile
│   │   ├── cabac.h
│   │   ├── h264_cabac.c
│   │   ├── h264_deblock_lasx.c
│   │   ├── h264_intrapred_init_loongarch.c
│   │   ├── h264_intrapred_loongarch.h
│   │   ├── h264chroma.S
│   │   ├── h264chroma_init_loongarch.c
│   │   ├── h264chroma_loongarch.h
│   │   ├── h264dsp.S
│   │   ├── h264dsp_init_loongarch.c
│   │   ├── h264dsp_lasx.c
│   │   ├── h264dsp_loongarch.h
│   │   ├── h264idct.S
│   │   ├── h264idct_loongarch.c
│   │   ├── h264intrapred.S
│   │   ├── h264qpel.S
│   │   ├── h264qpel_init_loongarch.c
│   │   ├── h264qpel_lasx.c
│   │   ├── h264qpel_loongarch.h
│   │   ├── h264qpel_lsx.c
│   │   ├── hevc_add_res.S
│   │   ├── hevc_idct.S
│   │   ├── hevc_idct_lsx.c
│   │   ├── hevc_lpf_sao_lsx.c
│   │   ├── hevc_mc.S
│   │   ├── hevc_mc_bi_lsx.c
│   │   ├── hevc_mc_uni_lsx.c
│   │   ├── hevc_mc_uniw_lsx.c
│   │   ├── hevcdsp_init_loongarch.c
│   │   ├── hevcdsp_lasx.h
│   │   ├── hevcdsp_lsx.c
│   │   ├── hevcdsp_lsx.h
│   │   ├── hpeldsp_init_loongarch.c
│   │   ├── hpeldsp_lasx.c
│   │   ├── hpeldsp_lasx.h
│   │   ├── idctdsp_init_loongarch.c
│   │   ├── idctdsp_lasx.c
│   │   ├── idctdsp_loongarch.h
│   │   ├── loongson_asm.S
│   │   ├── simple_idct_lasx.c
│   │   ├── vc1dsp_init_loongarch.c
│   │   ├── vc1dsp_lasx.c
│   │   ├── vc1dsp_loongarch.h
│   │   ├── videodsp_init.c
│   │   ├── vp8_lpf_lsx.c
│   │   ├── vp8_mc_lsx.c
│   │   ├── vp8dsp_init_loongarch.c
│   │   ├── vp8dsp_loongarch.h
│   │   ├── vp9_idct_lsx.c
│   │   ├── vp9_intra_lsx.c
│   │   ├── vp9_lpf_lsx.c
│   │   ├── vp9_mc_lsx.c
│   │   ├── vp9dsp_init_loongarch.c
│   │   └── vp9dsp_loongarch.h
│   ├── lossless_audiodsp.c
│   ├── lossless_audiodsp.h
│   ├── lossless_videodsp.c
│   ├── lossless_videodsp.h
│   ├── lossless_videoencdsp.c
│   ├── lossless_videoencdsp.h
│   ├── lpc.c
│   ├── lpc.h
│   ├── lpc_functions.h
│   ├── lscrdec.c
│   ├── lsp.c
│   ├── lsp.h
│   ├── lzf.c
│   ├── lzf.h
│   ├── lzw.c
│   ├── lzw.h
│   ├── lzwenc.c
│   ├── m101.c
│   ├── mace.c
│   ├── magicyuv.c
│   ├── magicyuvenc.c
│   ├── mathops.h
│   ├── mathtables.c
│   ├── mdec.c
│   ├── me_cmp.c
│   ├── me_cmp.h
│   ├── mediacodec.c
│   ├── mediacodec.h
│   ├── mediacodec_surface.c
│   ├── mediacodec_surface.h
│   ├── mediacodec_sw_buffer.c
│   ├── mediacodec_sw_buffer.h
│   ├── mediacodec_wrapper.c
│   ├── mediacodec_wrapper.h
│   ├── mediacodecdec.c
│   ├── mediacodecdec_common.c
│   ├── mediacodecdec_common.h
│   ├── mediacodecenc.c
│   ├── metasound.c
│   ├── metasound_data.h
│   ├── metasound_twinvq_data.h
│   ├── mf_utils.c
│   ├── mf_utils.h
│   ├── mfenc.c
│   ├── microdvddec.c
│   ├── midivid.c
│   ├── mimic.c
│   ├── mips/
│   │   ├── Makefile
│   │   ├── ac3dsp_mips.c
│   │   ├── acelp_filters_mips.c
│   │   ├── acelp_vectors_mips.c
│   │   ├── amrwbdec_mips.c
│   │   ├── amrwbdec_mips.h
│   │   ├── blockdsp_init_mips.c
│   │   ├── blockdsp_mips.h
│   │   ├── blockdsp_mmi.c
│   │   ├── blockdsp_msa.c
│   │   ├── cabac.h
│   │   ├── celp_filters_mips.c
│   │   ├── celp_math_mips.c
│   │   ├── compute_antialias_fixed.h
│   │   ├── compute_antialias_float.h
│   │   ├── constants.c
│   │   ├── constants.h
│   │   ├── fmtconvert_mips.c
│   │   ├── h263dsp_init_mips.c
│   │   ├── h263dsp_mips.h
│   │   ├── h263dsp_msa.c
│   │   ├── h264_deblock_msa.c
│   │   ├── h264chroma_init_mips.c
│   │   ├── h264chroma_mips.h
│   │   ├── h264chroma_mmi.c
│   │   ├── h264chroma_msa.c
│   │   ├── h264dsp_init_mips.c
│   │   ├── h264dsp_mips.h
│   │   ├── h264dsp_mmi.c
│   │   ├── h264dsp_msa.c
│   │   ├── h264idct_msa.c
│   │   ├── h264pred_init_mips.c
│   │   ├── h264pred_mips.h
│   │   ├── h264pred_mmi.c
│   │   ├── h264pred_msa.c
│   │   ├── h264qpel_init_mips.c
│   │   ├── h264qpel_mmi.c
│   │   ├── h264qpel_msa.c
│   │   ├── hevc_idct_msa.c
│   │   ├── hevc_lpf_sao_msa.c
│   │   ├── hevc_macros_msa.h
│   │   ├── hevc_mc_bi_msa.c
│   │   ├── hevc_mc_biw_msa.c
│   │   ├── hevc_mc_uni_msa.c
│   │   ├── hevc_mc_uniw_msa.c
│   │   ├── hevcdsp_init_mips.c
│   │   ├── hevcdsp_mips.h
│   │   ├── hevcdsp_mmi.c
│   │   ├── hevcdsp_msa.c
│   │   ├── hevcpred_init_mips.c
│   │   ├── hevcpred_mips.h
│   │   ├── hevcpred_msa.c
│   │   ├── hpeldsp_init_mips.c
│   │   ├── hpeldsp_mips.h
│   │   ├── hpeldsp_mmi.c
│   │   ├── hpeldsp_msa.c
│   │   ├── idctdsp_init_mips.c
│   │   ├── idctdsp_mips.h
│   │   ├── idctdsp_mmi.c
│   │   ├── idctdsp_msa.c
│   │   ├── lsp_mips.h
│   │   ├── mathops.h
│   │   ├── me_cmp_init_mips.c
│   │   ├── me_cmp_mips.h
│   │   ├── me_cmp_msa.c
│   │   ├── mpegaudiodsp_mips_fixed.c
│   │   ├── mpegaudiodsp_mips_float.c
│   │   ├── mpegvideo_init_mips.c
│   │   ├── mpegvideo_mips.h
│   │   ├── mpegvideo_mmi.c
│   │   ├── mpegvideo_msa.c
│   │   ├── mpegvideoencdsp_init_mips.c
│   │   ├── mpegvideoencdsp_mmi.c
│   │   ├── mpegvideoencdsp_msa.c
│   │   ├── pixblockdsp_init_mips.c
│   │   ├── pixblockdsp_mips.h
│   │   ├── pixblockdsp_mmi.c
│   │   ├── pixblockdsp_msa.c
│   │   ├── qpeldsp_init_mips.c
│   │   ├── qpeldsp_mips.h
│   │   ├── qpeldsp_msa.c
│   │   ├── simple_idct_mmi.c
│   │   ├── simple_idct_msa.c
│   │   ├── vc1dsp_init_mips.c
│   │   ├── vc1dsp_mips.h
│   │   ├── vc1dsp_mmi.c
│   │   ├── vc1dsp_msa.c
│   │   ├── videodsp_init.c
│   │   ├── vp3dsp_idct_mmi.c
│   │   ├── vp3dsp_idct_msa.c
│   │   ├── vp3dsp_init_mips.c
│   │   ├── vp3dsp_mips.h
│   │   ├── vp8_idct_msa.c
│   │   ├── vp8_lpf_msa.c
│   │   ├── vp8_mc_msa.c
│   │   ├── vp8dsp_init_mips.c
│   │   ├── vp8dsp_mips.h
│   │   ├── vp8dsp_mmi.c
│   │   ├── vp9_idct_msa.c
│   │   ├── vp9_intra_msa.c
│   │   ├── vp9_lpf_msa.c
│   │   ├── vp9_mc_mmi.c
│   │   ├── vp9_mc_msa.c
│   │   ├── vp9dsp_init_mips.c
│   │   ├── vp9dsp_mips.h
│   │   ├── wmv2dsp_init_mips.c
│   │   ├── wmv2dsp_mips.h
│   │   ├── wmv2dsp_mmi.c
│   │   ├── xvid_idct_mmi.c
│   │   ├── xvididct_init_mips.c
│   │   └── xvididct_mips.h
│   ├── misc4.c
│   ├── misc4_parser.c
│   ├── mjpeg.h
│   ├── mjpeg_parser.c
│   ├── mjpegbdec.c
│   ├── mjpegdec.c
│   ├── mjpegdec.h
│   ├── mjpegdec_common.c
│   ├── mjpegenc.c
│   ├── mjpegenc.h
│   ├── mjpegenc_common.c
│   ├── mjpegenc_common.h
│   ├── mjpegenc_huffman.c
│   ├── mjpegenc_huffman.h
│   ├── mlp.c
│   ├── mlp.h
│   ├── mlp_parse.c
│   ├── mlp_parse.h
│   ├── mlp_parser.c
│   ├── mlpdec.c
│   ├── mlpdsp.c
│   ├── mlpdsp.h
│   ├── mlpenc.c
│   ├── mlz.c
│   ├── mlz.h
│   ├── mmaldec.c
│   ├── mmvideo.c
│   ├── mobiclip.c
│   ├── motion_est.c
│   ├── motion_est.h
│   ├── motion_est_template.c
│   ├── motionpixels.c
│   ├── motionpixels_tablegen.c
│   ├── motionpixels_tablegen.h
│   ├── movtextdec.c
│   ├── movtextenc.c
│   ├── mpc.c
│   ├── mpc.h
│   ├── mpc7.c
│   ├── mpc7data.h
│   ├── mpc8.c
│   ├── mpc8data.h
│   ├── mpc8huff.h
│   ├── mpcdata.h
│   ├── mpeg12.c
│   ├── mpeg12.h
│   ├── mpeg12data.c
│   ├── mpeg12data.h
│   ├── mpeg12dec.c
│   ├── mpeg12dec.h
│   ├── mpeg12enc.c
│   ├── mpeg12enc.h
│   ├── mpeg12framerate.c
│   ├── mpeg12vlc.h
│   ├── mpeg4audio.c
│   ├── mpeg4audio.h
│   ├── mpeg4audio_copy_pce.h
│   ├── mpeg4audio_sample_rates.c
│   ├── mpeg4audio_sample_rates.h
│   ├── mpeg4data.h
│   ├── mpeg4video.c
│   ├── mpeg4video.h
│   ├── mpeg4video_parser.c
│   ├── mpeg4videodata.h
│   ├── mpeg4videodec.c
│   ├── mpeg4videodec.h
│   ├── mpeg4videodefs.h
│   ├── mpeg4videodsp.c
│   ├── mpeg4videodsp.h
│   ├── mpeg4videoenc.c
│   ├── mpeg4videoenc.h
│   ├── mpeg_er.c
│   ├── mpeg_er.h
│   ├── mpegaudio.c
│   ├── mpegaudio.h
│   ├── mpegaudio_parser.c
│   ├── mpegaudio_tablegen.c
│   ├── mpegaudio_tablegen.h
│   ├── mpegaudiodata.c
│   ├── mpegaudiodata.h
│   ├── mpegaudiodec_common.c
│   ├── mpegaudiodec_common_tablegen.c
│   ├── mpegaudiodec_common_tablegen.h
│   ├── mpegaudiodec_fixed.c
│   ├── mpegaudiodec_float.c
│   ├── mpegaudiodec_template.c
│   ├── mpegaudiodecheader.c
│   ├── mpegaudiodecheader.h
│   ├── mpegaudiodsp.c
│   ├── mpegaudiodsp.h
│   ├── mpegaudiodsp_data.c
│   ├── mpegaudiodsp_fixed.c
│   ├── mpegaudiodsp_float.c
│   ├── mpegaudiodsp_template.c
│   ├── mpegaudioenc.c
│   ├── mpegaudiotab.h
│   ├── mpegaudiotabs.c
│   ├── mpegaudiotabs.h
│   ├── mpegpicture.c
│   ├── mpegpicture.h
│   ├── mpegutils.c
│   ├── mpegutils.h
│   ├── mpegvideo.c
│   ├── mpegvideo.h
│   ├── mpegvideo_dec.c
│   ├── mpegvideo_enc.c
│   ├── mpegvideo_motion.c
│   ├── mpegvideo_parser.c
│   ├── mpegvideo_unquantize.c
│   ├── mpegvideo_unquantize.h
│   ├── mpegvideodata.c
│   ├── mpegvideodata.h
│   ├── mpegvideodec.h
│   ├── mpegvideoenc.h
│   ├── mpegvideoencdsp.c
│   ├── mpegvideoencdsp.h
│   ├── mpl2dec.c
│   ├── mqc.c
│   ├── mqc.h
│   ├── mqcdec.c
│   ├── mqcenc.c
│   ├── mscc.c
│   ├── msgsmdec.c
│   ├── msgsmdec.h
│   ├── msmpeg4.c
│   ├── msmpeg4.h
│   ├── msmpeg4_vc1_data.c
│   ├── msmpeg4_vc1_data.h
│   ├── msmpeg4data.c
│   ├── msmpeg4data.h
│   ├── msmpeg4dec.c
│   ├── msmpeg4dec.h
│   ├── msmpeg4enc.c
│   ├── msmpeg4enc.h
│   ├── msp2dec.c
│   ├── msrle.c
│   ├── msrledec.c
│   ├── msrledec.h
│   ├── msrleenc.c
│   ├── mss1.c
│   ├── mss12.c
│   ├── mss12.h
│   ├── mss2.c
│   ├── mss2dsp.c
│   ├── mss2dsp.h
│   ├── mss3.c
│   ├── mss34dsp.c
│   ├── mss34dsp.h
│   ├── mss4.c
│   ├── msvideo1.c
│   ├── msvideo1enc.c
│   ├── mv30.c
│   ├── mvcdec.c
│   ├── mvha.c
│   ├── mwsc.c
│   ├── mxpegdec.c
│   ├── nellymoser.c
│   ├── nellymoser.h
│   ├── nellymoserdec.c
│   ├── nellymoserenc.c
│   ├── neon/
│   │   ├── Makefile
│   │   └── mpegvideo.c
│   ├── notchlc.c
│   ├── null.c
│   ├── nuv.c
│   ├── nvdec.c
│   ├── nvdec.h
│   ├── nvdec_av1.c
│   ├── nvdec_h264.c
│   ├── nvdec_hevc.c
│   ├── nvdec_mjpeg.c
│   ├── nvdec_mpeg12.c
│   ├── nvdec_mpeg4.c
│   ├── nvdec_vc1.c
│   ├── nvdec_vp8.c
│   ├── nvdec_vp9.c
│   ├── nvenc.c
│   ├── nvenc.h
│   ├── nvenc_av1.c
│   ├── nvenc_h264.c
│   ├── nvenc_hevc.c
│   ├── ohcodec.c
│   ├── ohcodec.h
│   ├── ohdec.c
│   ├── ohenc.c
│   ├── omx.c
│   ├── on2avc.c
│   ├── on2avcdata.c
│   ├── on2avcdata.h
│   ├── options.c
│   ├── options_table.h
│   ├── opus/
│   │   ├── Makefile
│   │   ├── celt.c
│   │   ├── celt.h
│   │   ├── dec.c
│   │   ├── dec_celt.c
│   │   ├── dsp.c
│   │   ├── dsp.h
│   │   ├── enc.c
│   │   ├── enc.h
│   │   ├── enc_psy.c
│   │   ├── enc_psy.h
│   │   ├── enc_utils.h
│   │   ├── frame_duration_tab.c
│   │   ├── opus.h
│   │   ├── parse.c
│   │   ├── parse.h
│   │   ├── parser.c
│   │   ├── pvq.c
│   │   ├── pvq.h
│   │   ├── rc.c
│   │   ├── rc.h
│   │   ├── silk.c
│   │   ├── silk.h
│   │   ├── tab.c
│   │   └── tab.h
│   ├── osq.c
│   ├── packet.c
│   ├── packet.h
│   ├── packet_internal.h
│   ├── paf.h
│   ├── pafaudio.c
│   ├── pafvideo.c
│   ├── pamenc.c
│   ├── parser.c
│   ├── parser.h
│   ├── parser_internal.h
│   ├── parsers.c
│   ├── pcm-bluray.c
│   ├── pcm-blurayenc.c
│   ├── pcm-dvd.c
│   ├── pcm-dvdenc.c
│   ├── pcm.c
│   ├── pcm_tablegen.c
│   ├── pcm_tablegen.h
│   ├── pcx.c
│   ├── pcxenc.c
│   ├── pdvdec.c
│   ├── pdvenc.c
│   ├── pel_template.c
│   ├── pgssubdec.c
│   ├── pgxdec.c
│   ├── photocd.c
│   ├── pictordec.c
│   ├── pixblockdsp.c
│   ├── pixblockdsp.h
│   ├── pixels.h
│   ├── pixlet.c
│   ├── png.c
│   ├── png.h
│   ├── png_parser.c
│   ├── pngdec.c
│   ├── pngdsp.c
│   ├── pngdsp.h
│   ├── pngenc.c
│   ├── pnm.c
│   ├── pnm.h
│   ├── pnm_parser.c
│   ├── pnmdec.c
│   ├── pnmenc.c
│   ├── ppc/
│   │   ├── Makefile
│   │   ├── asm.S
│   │   ├── audiodsp.c
│   │   ├── blockdsp.c
│   │   ├── fdct.h
│   │   ├── fdctdsp.c
│   │   ├── fmtconvert_altivec.c
│   │   ├── h264chroma_init.c
│   │   ├── h264chroma_template.c
│   │   ├── h264dsp.c
│   │   ├── h264qpel.c
│   │   ├── h264qpel_template.c
│   │   ├── hevcdsp.c
│   │   ├── hevcdsp_template.c
│   │   ├── hpeldsp_altivec.c
│   │   ├── hpeldsp_altivec.h
│   │   ├── idctdsp.c
│   │   ├── lossless_videodsp_altivec.c
│   │   ├── mathops.h
│   │   ├── me_cmp.c
│   │   ├── mpeg4videodsp.c
│   │   ├── mpegaudiodsp_altivec.c
│   │   ├── mpegvideo_altivec.c
│   │   ├── mpegvideoencdsp.c
│   │   ├── pixblockdsp.c
│   │   ├── svq1enc_altivec.c
│   │   ├── vc1dsp_altivec.c
│   │   ├── videodsp.c
│   │   ├── vorbisdsp_altivec.c
│   │   ├── vp3dsp_altivec.c
│   │   └── vp8dsp_altivec.c
│   ├── profiles.c
│   ├── profiles.h
│   ├── progressframe.h
│   ├── prores_parser.c
│   ├── prores_raw.c
│   ├── prores_raw.h
│   ├── prores_raw_parser.c
│   ├── proresdata.c
│   ├── proresdata.h
│   ├── proresdec.c
│   ├── proresdec.h
│   ├── proresdsp.c
│   ├── proresdsp.h
│   ├── proresenc_anatoliy.c
│   ├── proresenc_kostya.c
│   ├── proresenc_kostya_common.c
│   ├── proresenc_kostya_common.h
│   ├── proresenc_kostya_vulkan.c
│   ├── prosumer.c
│   ├── psd.c
│   ├── psymodel.c
│   ├── psymodel.h
│   ├── pthread.c
│   ├── pthread_frame.c
│   ├── pthread_internal.h
│   ├── pthread_slice.c
│   ├── ptx.c
│   ├── put_bits.h
│   ├── put_golomb.h
│   ├── qcelpdata.h
│   ├── qcelpdec.c
│   ├── qdm2.c
│   ├── qdm2_tablegen.c
│   ├── qdm2_tablegen.h
│   ├── qdm2data.h
│   ├── qdmc.c
│   ├── qdrw.c
│   ├── qoadec.c
│   ├── qoi.h
│   ├── qoi_parser.c
│   ├── qoidec.c
│   ├── qoienc.c
│   ├── qpeg.c
│   ├── qpel_template.c
│   ├── qpeldsp.c
│   ├── qpeldsp.h
│   ├── qsv.c
│   ├── qsv.h
│   ├── qsv_api.c
│   ├── qsv_internal.h
│   ├── qsvdec.c
│   ├── qsvenc.c
│   ├── qsvenc.h
│   ├── qsvenc_av1.c
│   ├── qsvenc_h264.c
│   ├── qsvenc_hevc.c
│   ├── qsvenc_jpeg.c
│   ├── qsvenc_mpeg2.c
│   ├── qsvenc_vp9.c
│   ├── qtrle.c
│   ├── qtrleenc.c
│   ├── r210dec.c
│   ├── r210enc.c
│   ├── ra144.c
│   ├── ra144.h
│   ├── ra144dec.c
│   ├── ra144enc.c
│   ├── ra288.c
│   ├── ra288.h
│   ├── ralf.c
│   ├── ralfdata.h
│   ├── rangecoder.c
│   ├── rangecoder.h
│   ├── rasc.c
│   ├── ratecontrol.c
│   ├── ratecontrol.h
│   ├── raw.c
│   ├── raw.h
│   ├── raw_pix_fmt_tags.h
│   ├── rawdec.c
│   ├── rawenc.c
│   ├── realtextdec.c
│   ├── rectangle.h
│   ├── reverse.c
│   ├── riscv/
│   │   ├── Makefile
│   │   ├── aacencdsp_init.c
│   │   ├── aacencdsp_rvv.S
│   │   ├── aacpsdsp_init.c
│   │   ├── aacpsdsp_rvv.S
│   │   ├── ac3dsp_init.c
│   │   ├── ac3dsp_rvb.S
│   │   ├── ac3dsp_rvv.S
│   │   ├── ac3dsp_rvvb.S
│   │   ├── alacdsp_init.c
│   │   ├── alacdsp_rvv.S
│   │   ├── audiodsp_init.c
│   │   ├── audiodsp_rvv.S
│   │   ├── blockdsp_init.c
│   │   ├── blockdsp_rvv.S
│   │   ├── bswapdsp_init.c
│   │   ├── bswapdsp_rvb.S
│   │   ├── bswapdsp_rvv.S
│   │   ├── bswapdsp_rvvb.S
│   │   ├── cpu_common.c
│   │   ├── exrdsp_init.c
│   │   ├── exrdsp_rvv.S
│   │   ├── flacdsp_init.c
│   │   ├── flacdsp_rvv.S
│   │   ├── fmtconvert_init.c
│   │   ├── fmtconvert_rvv.S
│   │   ├── g722dsp_init.c
│   │   ├── g722dsp_rvv.S
│   │   ├── h263dsp_init.c
│   │   ├── h263dsp_rvv.S
│   │   ├── h264_chroma_init_riscv.c
│   │   ├── h264_mc_chroma.S
│   │   ├── h264addpx_rvv.S
│   │   ├── h264dsp_init.c
│   │   ├── h264dsp_rvv.S
│   │   ├── h264idct_dequant_rvv.S
│   │   ├── h264idct_rvv.S
│   │   ├── h264qpel_init.c
│   │   ├── h264qpel_rvv.S
│   │   ├── h26x/
│   │   │   ├── asm.S
│   │   │   ├── h2656_inter_rvv.S
│   │   │   └── h2656dsp.h
│   │   ├── hevcdsp_init.c
│   │   ├── huffyuvdsp_init.c
│   │   ├── huffyuvdsp_rvv.S
│   │   ├── idctdsp_init.c
│   │   ├── idctdsp_rvv.S
│   │   ├── jpeg2000dsp_init.c
│   │   ├── jpeg2000dsp_rvv.S
│   │   ├── llauddsp_init.c
│   │   ├── llauddsp_rvv.S
│   │   ├── llviddsp_init.c
│   │   ├── llviddsp_rvv.S
│   │   ├── llvidencdsp_init.c
│   │   ├── llvidencdsp_rvb.S
│   │   ├── llvidencdsp_rvv.S
│   │   ├── lpc_init.c
│   │   ├── lpc_rvv.S
│   │   ├── mathops.h
│   │   ├── me_cmp_init.c
│   │   ├── me_cmp_rvv.S
│   │   ├── mpegvideo_init.c
│   │   ├── mpegvideo_rvv.S
│   │   ├── mpegvideoencdsp_init.c
│   │   ├── mpegvideoencdsp_rvv.S
│   │   ├── opusdsp_init.c
│   │   ├── opusdsp_rvv.S
│   │   ├── pixblockdsp_init.c
│   │   ├── pixblockdsp_rvi.S
│   │   ├── pixblockdsp_rvv.S
│   │   ├── rv34dsp_init.c
│   │   ├── rv34dsp_rvv.S
│   │   ├── rv40dsp_init.c
│   │   ├── rv40dsp_rvv.S
│   │   ├── sbrdsp_init.c
│   │   ├── sbrdsp_rvv.S
│   │   ├── startcode_rvb.S
│   │   ├── startcode_rvv.S
│   │   ├── svqenc_init.c
│   │   ├── svqenc_rvv.S
│   │   ├── takdsp_init.c
│   │   ├── takdsp_rvv.S
│   │   ├── utvideodsp_init.c
│   │   ├── utvideodsp_rvv.S
│   │   ├── vc1dsp_init.c
│   │   ├── vc1dsp_rvi.S
│   │   ├── vc1dsp_rvv.S
│   │   ├── videodsp.S
│   │   ├── videodsp_init.c
│   │   ├── vorbisdsp_init.c
│   │   ├── vorbisdsp_rvv.S
│   │   ├── vp7dsp_init.c
│   │   ├── vp7dsp_rvv.S
│   │   ├── vp8dsp.h
│   │   ├── vp8dsp_init.c
│   │   ├── vp8dsp_rvi.S
│   │   ├── vp8dsp_rvv.S
│   │   ├── vp9_intra_rvv.S
│   │   ├── vp9_mc_rvi.S
│   │   ├── vp9_mc_rvv.S
│   │   ├── vp9dsp.h
│   │   ├── vp9dsp_init.c
│   │   └── vvc/
│   │       ├── Makefile
│   │       ├── dsp_init.c
│   │       ├── mc_rvv.S
│   │       └── sad_rvv.S
│   ├── rka.c
│   ├── rkmppdec.c
│   ├── rkmppenc.c
│   ├── rl.c
│   ├── rl.h
│   ├── rl2.c
│   ├── rle.c
│   ├── rle.h
│   ├── rnd_avg.h
│   ├── roqaudioenc.c
│   ├── roqvideo.c
│   ├── roqvideo.h
│   ├── roqvideodec.c
│   ├── roqvideoenc.c
│   ├── rpza.c
│   ├── rpzaenc.c
│   ├── rscc.c
│   ├── rtjpeg.c
│   ├── rtjpeg.h
│   ├── rtv1.c
│   ├── rv10.c
│   ├── rv10dec.h
│   ├── rv10enc.c
│   ├── rv20enc.c
│   ├── rv20enc.h
│   ├── rv30.c
│   ├── rv30data.h
│   ├── rv30dsp.c
│   ├── rv34.c
│   ├── rv34.h
│   ├── rv34_parser.c
│   ├── rv34data.h
│   ├── rv34dsp.c
│   ├── rv34dsp.h
│   ├── rv34vlc.h
│   ├── rv40.c
│   ├── rv40data.h
│   ├── rv40dsp.c
│   ├── rv40vlc2.h
│   ├── rv60data.h
│   ├── rv60dec.c
│   ├── rv60dsp.c
│   ├── rv60dsp.h
│   ├── rv60vlcs.h
│   ├── s302m.c
│   ├── s302menc.c
│   ├── samidec.c
│   ├── sanm.c
│   ├── sbc.c
│   ├── sbc.h
│   ├── sbc_parser.c
│   ├── sbcdec.c
│   ├── sbcdec_data.h
│   ├── sbcdsp.c
│   ├── sbcdsp.h
│   ├── sbcdsp_data.h
│   ├── sbcenc.c
│   ├── sbr.h
│   ├── sbrdsp.c
│   ├── sbrdsp.h
│   ├── sbrdsp_fixed.c
│   ├── sbrdsp_template.c
│   ├── scpr.c
│   ├── scpr.h
│   ├── scpr3.c
│   ├── scpr3.h
│   ├── screenpresso.c
│   ├── sei.h
│   ├── sga.c
│   ├── sgi.h
│   ├── sgidec.c
│   ├── sgienc.c
│   ├── sgirledec.c
│   ├── sheervideo.c
│   ├── sheervideodata.h
│   ├── shorten.c
│   ├── simple_idct.c
│   ├── simple_idct.h
│   ├── simple_idct_template.c
│   ├── sinewin.c
│   ├── sinewin.h
│   ├── sinewin_fixed_tablegen.c
│   ├── sinewin_fixed_tablegen.h
│   ├── sinewin_tablegen.c
│   ├── sinewin_tablegen.h
│   ├── sipr.c
│   ├── sipr.h
│   ├── sipr16k.c
│   ├── sipr16kdata.h
│   ├── sipr_parser.c
│   ├── siprdata.h
│   ├── siren.c
│   ├── smacker.c
│   ├── smc.c
│   ├── smcenc.c
│   ├── smpte_436m.c
│   ├── smpte_436m.h
│   ├── smpte_436m_internal.h
│   ├── snappy.c
│   ├── snappy.h
│   ├── snow.c
│   ├── snow.h
│   ├── snow_dwt.c
│   ├── snow_dwt.h
│   ├── snowdata.h
│   ├── snowdec.c
│   ├── snowenc.c
│   ├── sonic.c
│   ├── sp5x.h
│   ├── sp5xdec.c
│   ├── speedhq.c
│   ├── speedhq.h
│   ├── speedhqdec.c
│   ├── speedhqenc.c
│   ├── speedhqenc.h
│   ├── speexdata.h
│   ├── speexdec.c
│   ├── srtdec.c
│   ├── srtenc.c
│   ├── startcode.c
│   ├── startcode.h
│   ├── subviewerdec.c
│   ├── sunrast.c
│   ├── sunrast.h
│   ├── sunrastenc.c
│   ├── svq1.c
│   ├── svq1.h
│   ├── svq1_cb.h
│   ├── svq1_vlc.h
│   ├── svq1dec.c
│   ├── svq1enc.c
│   ├── svq1enc_cb.h
│   ├── svq1encdsp.h
│   ├── svq3.c
│   ├── synth_filter.c
│   ├── synth_filter.h
│   ├── tableprint.h
│   ├── tableprint_vlc.h
│   ├── tak.c
│   ├── tak.h
│   ├── tak_parser.c
│   ├── takdec.c
│   ├── takdsp.c
│   ├── takdsp.h
│   ├── targa.c
│   ├── targa.h
│   ├── targa_y216dec.c
│   ├── targaenc.c
│   ├── tdsc.c
│   ├── tests/
│   │   ├── .gitignore
│   │   ├── aarch64/
│   │   │   └── dct.c
│   │   ├── apv.c
│   │   ├── arm/
│   │   │   └── dct.c
│   │   ├── av1_levels.c
│   │   ├── avcodec.c
│   │   ├── avpacket.c
│   │   ├── bitstream_be.c
│   │   ├── bitstream_le.c
│   │   ├── bitstream_template.c
│   │   ├── cabac.c
│   │   ├── celp_math.c
│   │   ├── codec_desc.c
│   │   ├── dct.c
│   │   ├── golomb.c
│   │   ├── h264_levels.c
│   │   ├── h265_levels.c
│   │   ├── hashtable.c
│   │   ├── htmlsubtitles.c
│   │   ├── jpeg2000dwt.c
│   │   ├── mathops.c
│   │   ├── mjpegenc_huffman.c
│   │   ├── mpeg12framerate.c
│   │   ├── ppc/
│   │   │   └── dct.c
│   │   ├── rangecoder.c
│   │   ├── snowenc.c
│   │   └── x86/
│   │       └── dct.c
│   ├── textdec.c
│   ├── texturedsp.c
│   ├── texturedsp.h
│   ├── texturedsp_template.c
│   ├── texturedspenc.c
│   ├── thread.h
│   ├── threadframe.h
│   ├── threadprogress.c
│   ├── threadprogress.h
│   ├── tiertexseqv.c
│   ├── tiff.c
│   ├── tiff.h
│   ├── tiff_common.c
│   ├── tiff_common.h
│   ├── tiff_data.h
│   ├── tiffenc.c
│   ├── timecode_internal.c
│   ├── tmv.c
│   ├── to_upper4.c
│   ├── to_upper4.h
│   ├── tpeldsp.c
│   ├── tpeldsp.h
│   ├── truemotion1.c
│   ├── truemotion1data.h
│   ├── truemotion2.c
│   ├── truemotion2rt.c
│   ├── truespeech.c
│   ├── truespeech_data.h
│   ├── tscc.c
│   ├── tscc2.c
│   ├── tscc2data.h
│   ├── tta.c
│   ├── ttadata.c
│   ├── ttadata.h
│   ├── ttadsp.c
│   ├── ttadsp.h
│   ├── ttaenc.c
│   ├── ttaencdsp.c
│   ├── ttaencdsp.h
│   ├── ttmlenc.c
│   ├── ttmlenc.h
│   ├── twinvq.c
│   ├── twinvq.h
│   ├── twinvq_data.h
│   ├── twinvqdec.c
│   ├── txd.c
│   ├── ulti.c
│   ├── ulti_cb.h
│   ├── unary.h
│   ├── utils.c
│   ├── utvideo.h
│   ├── utvideodec.c
│   ├── utvideodsp.c
│   ├── utvideodsp.h
│   ├── utvideoenc.c
│   ├── v210_template.c
│   ├── v210dec.c
│   ├── v210dec.h
│   ├── v210dec_init.h
│   ├── v210enc.c
│   ├── v210enc.h
│   ├── v210enc_init.h
│   ├── v210x.c
│   ├── v308dec.c
│   ├── v308enc.c
│   ├── v408dec.c
│   ├── v408enc.c
│   ├── v410dec.c
│   ├── v410enc.c
│   ├── v4l2_buffers.c
│   ├── v4l2_buffers.h
│   ├── v4l2_context.c
│   ├── v4l2_context.h
│   ├── v4l2_fmt.c
│   ├── v4l2_fmt.h
│   ├── v4l2_m2m.c
│   ├── v4l2_m2m.h
│   ├── v4l2_m2m_dec.c
│   ├── v4l2_m2m_enc.c
│   ├── vaapi_av1.c
│   ├── vaapi_decode.c
│   ├── vaapi_decode.h
│   ├── vaapi_encode.c
│   ├── vaapi_encode.h
│   ├── vaapi_encode_av1.c
│   ├── vaapi_encode_h264.c
│   ├── vaapi_encode_h265.c
│   ├── vaapi_encode_mjpeg.c
│   ├── vaapi_encode_mpeg2.c
│   ├── vaapi_encode_vp8.c
│   ├── vaapi_encode_vp9.c
│   ├── vaapi_h264.c
│   ├── vaapi_hevc.c
│   ├── vaapi_hevc.h
│   ├── vaapi_mjpeg.c
│   ├── vaapi_mpeg2.c
│   ├── vaapi_mpeg4.c
│   ├── vaapi_vc1.c
│   ├── vaapi_vp8.c
│   ├── vaapi_vp9.c
│   ├── vaapi_vvc.c
│   ├── vb.c
│   ├── vble.c
│   ├── vbn.h
│   ├── vbndec.c
│   ├── vbnenc.c
│   ├── vc1.c
│   ├── vc1.h
│   ├── vc1_block.c
│   ├── vc1_common.h
│   ├── vc1_loopfilter.c
│   ├── vc1_mc.c
│   ├── vc1_parser.c
│   ├── vc1_pred.c
│   ├── vc1_pred.h
│   ├── vc1_vlc_data.h
│   ├── vc1acdata.h
│   ├── vc1data.c
│   ├── vc1data.h
│   ├── vc1dec.c
│   ├── vc1dsp.c
│   ├── vc1dsp.h
│   ├── vc2enc.c
│   ├── vc2enc_dwt.c
│   ├── vc2enc_dwt.h
│   ├── vcr1.c
│   ├── vdpau.c
│   ├── vdpau.h
│   ├── vdpau_av1.c
│   ├── vdpau_h264.c
│   ├── vdpau_hevc.c
│   ├── vdpau_internal.h
│   ├── vdpau_mpeg12.c
│   ├── vdpau_mpeg4.c
│   ├── vdpau_vc1.c
│   ├── vdpau_vp9.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── videodsp.c
│   ├── videodsp.h
│   ├── videodsp_template.c
│   ├── videotoolbox.c
│   ├── videotoolbox.h
│   ├── videotoolbox_av1.c
│   ├── videotoolbox_vp9.c
│   ├── videotoolboxenc.c
│   ├── vima.c
│   ├── vlc.c
│   ├── vlc.h
│   ├── vmdaudio.c
│   ├── vmdvideo.c
│   ├── vmixdec.c
│   ├── vmnc.c
│   ├── vorbis.c
│   ├── vorbis.h
│   ├── vorbis_data.c
│   ├── vorbis_data.h
│   ├── vorbis_enc_data.h
│   ├── vorbis_parser.c
│   ├── vorbis_parser.h
│   ├── vorbis_parser_internal.h
│   ├── vorbisdec.c
│   ├── vorbisdsp.c
│   ├── vorbisdsp.h
│   ├── vorbisenc.c
│   ├── vp3.c
│   ├── vp3_parser.c
│   ├── vp3data.h
│   ├── vp3dsp.c
│   ├── vp3dsp.h
│   ├── vp4data.h
│   ├── vp5.c
│   ├── vp56.c
│   ├── vp56.h
│   ├── vp56data.c
│   ├── vp56data.h
│   ├── vp56dsp.h
│   ├── vp5data.h
│   ├── vp5dsp.c
│   ├── vp6.c
│   ├── vp6data.h
│   ├── vp6dsp.c
│   ├── vp8.c
│   ├── vp8.h
│   ├── vp89_rac.h
│   ├── vp8_parser.c
│   ├── vp8data.c
│   ├── vp8data.h
│   ├── vp8dsp.c
│   ├── vp8dsp.h
│   ├── vp9.c
│   ├── vp9.h
│   ├── vp9_mc_template.c
│   ├── vp9_parser.c
│   ├── vp9block.c
│   ├── vp9data.c
│   ├── vp9data.h
│   ├── vp9dec.h
│   ├── vp9dsp.c
│   ├── vp9dsp.h
│   ├── vp9dsp_10bpp.c
│   ├── vp9dsp_12bpp.c
│   ├── vp9dsp_8bpp.c
│   ├── vp9dsp_template.c
│   ├── vp9lpf.c
│   ├── vp9mvs.c
│   ├── vp9prob.c
│   ├── vp9recon.c
│   ├── vp9shared.h
│   ├── vpx_rac.c
│   ├── vpx_rac.h
│   ├── vqavideo.c
│   ├── vqcdec.c
│   ├── vt_internal.h
│   ├── vulkan/
│   │   ├── Makefile
│   │   ├── apv_decode.comp.glsl
│   │   ├── apv_idct.comp.glsl
│   │   ├── common.glsl
│   │   ├── dct.glsl
│   │   ├── dpx_copy.comp.glsl
│   │   ├── dpx_unpack.comp.glsl
│   │   ├── ffv1_common.glsl
│   │   ├── ffv1_dec.comp.glsl
│   │   ├── ffv1_dec_golomb.comp.glsl
│   │   ├── ffv1_dec_reset.comp.glsl
│   │   ├── ffv1_dec_reset_golomb.comp.glsl
│   │   ├── ffv1_dec_rgb.comp.glsl
│   │   ├── ffv1_dec_rgb_float.comp.glsl
│   │   ├── ffv1_dec_rgb_float_golomb.comp.glsl
│   │   ├── ffv1_dec_rgb_golomb.comp.glsl
│   │   ├── ffv1_dec_setup.comp.glsl
│   │   ├── ffv1_enc.comp.glsl
│   │   ├── ffv1_enc_golomb.comp.glsl
│   │   ├── ffv1_enc_rct_search.comp.glsl
│   │   ├── ffv1_enc_remap.comp.glsl
│   │   ├── ffv1_enc_reset.comp.glsl
│   │   ├── ffv1_enc_reset_golomb.comp.glsl
│   │   ├── ffv1_enc_rgb.comp.glsl
│   │   ├── ffv1_enc_rgb_float.comp.glsl
│   │   ├── ffv1_enc_rgb_golomb.comp.glsl
│   │   ├── ffv1_enc_setup.comp.glsl
│   │   ├── ffv1_vlc.glsl
│   │   ├── prores_idct.comp.glsl
│   │   ├── prores_ks_alpha_data.comp.glsl
│   │   ├── prores_ks_encode_slice.comp.glsl
│   │   ├── prores_ks_estimate_slice.comp.glsl
│   │   ├── prores_ks_slice_data.comp.glsl
│   │   ├── prores_ks_trellis_node.comp.glsl
│   │   ├── prores_raw_decode.comp.glsl
│   │   ├── prores_raw_idct.comp.glsl
│   │   ├── prores_vld.comp.glsl
│   │   └── rangecoder.glsl
│   ├── vulkan.c
│   ├── vulkan_apv.c
│   ├── vulkan_av1.c
│   ├── vulkan_decode.c
│   ├── vulkan_decode.h
│   ├── vulkan_dpx.c
│   ├── vulkan_encode.c
│   ├── vulkan_encode.h
│   ├── vulkan_encode_av1.c
│   ├── vulkan_encode_h264.c
│   ├── vulkan_encode_h265.c
│   ├── vulkan_ffv1.c
│   ├── vulkan_h264.c
│   ├── vulkan_hevc.c
│   ├── vulkan_prores.c
│   ├── vulkan_prores_raw.c
│   ├── vulkan_video.c
│   ├── vulkan_video.h
│   ├── vulkan_vp9.c
│   ├── vvc/
│   │   ├── Makefile
│   │   ├── cabac.c
│   │   ├── cabac.h
│   │   ├── ctu.c
│   │   ├── ctu.h
│   │   ├── data.c
│   │   ├── data.h
│   │   ├── dec.c
│   │   ├── dec.h
│   │   ├── dsp.c
│   │   ├── dsp.h
│   │   ├── dsp_template.c
│   │   ├── filter.c
│   │   ├── filter.h
│   │   ├── filter_template.c
│   │   ├── inter.c
│   │   ├── inter.h
│   │   ├── inter_template.c
│   │   ├── intra.c
│   │   ├── intra.h
│   │   ├── intra_template.c
│   │   ├── intra_utils.c
│   │   ├── itx_1d.c
│   │   ├── itx_1d.h
│   │   ├── mvs.c
│   │   ├── mvs.h
│   │   ├── ps.c
│   │   ├── ps.h
│   │   ├── refs.c
│   │   ├── refs.h
│   │   ├── sei.c
│   │   ├── sei.h
│   │   ├── thread.c
│   │   └── thread.h
│   ├── vvc.h
│   ├── vvc_parser.c
│   ├── wasm/
│   │   └── hevc/
│   │       ├── Makefile
│   │       ├── dsp_init.c
│   │       ├── idct.c
│   │       ├── idct.h
│   │       ├── sao.c
│   │       └── sao.h
│   ├── wavarc.c
│   ├── wavpack.c
│   ├── wavpack.h
│   ├── wavpackdata.c
│   ├── wavpackenc.c
│   ├── wavpackenc.h
│   ├── wbmpdec.c
│   ├── wbmpenc.c
│   ├── wcmv.c
│   ├── webp.c
│   ├── webp_parser.c
│   ├── webvttdec.c
│   ├── webvttenc.c
│   ├── wma.c
│   ├── wma.h
│   ├── wma_common.c
│   ├── wma_common.h
│   ├── wma_freqs.c
│   ├── wma_freqs.h
│   ├── wmadata.h
│   ├── wmadec.c
│   ├── wmaenc.c
│   ├── wmalosslessdec.c
│   ├── wmaprodata.h
│   ├── wmaprodec.c
│   ├── wmavoice.c
│   ├── wmavoice_data.h
│   ├── wmv2.h
│   ├── wmv2data.c
│   ├── wmv2data.h
│   ├── wmv2dec.c
│   ├── wmv2dec.h
│   ├── wmv2dsp.c
│   ├── wmv2dsp.h
│   ├── wmv2enc.c
│   ├── wnv1.c
│   ├── wrapped_avframe.c
│   ├── ws-snd1.c
│   ├── x86/
│   │   ├── Makefile
│   │   ├── aacencdsp.asm
│   │   ├── aacencdsp_init.c
│   │   ├── aacpsdsp.asm
│   │   ├── aacpsdsp_init.c
│   │   ├── ac3dsp.asm
│   │   ├── ac3dsp_downmix.asm
│   │   ├── ac3dsp_init.c
│   │   ├── alacdsp.asm
│   │   ├── alacdsp_init.c
│   │   ├── apv_dsp.asm
│   │   ├── apv_dsp_init.c
│   │   ├── audiodsp.asm
│   │   ├── audiodsp_init.c
│   │   ├── blockdsp.asm
│   │   ├── blockdsp_init.c
│   │   ├── bswapdsp.asm
│   │   ├── bswapdsp_init.c
│   │   ├── cabac.h
│   │   ├── cavs_qpel.asm
│   │   ├── cavsdsp.c
│   │   ├── cavsidct.asm
│   │   ├── celt_pvq_init.c
│   │   ├── celt_pvq_search.asm
│   │   ├── cfhddsp.asm
│   │   ├── cfhddsp_init.c
│   │   ├── cfhdencdsp.asm
│   │   ├── cfhdencdsp_init.c
│   │   ├── constants.c
│   │   ├── constants.h
│   │   ├── dcadsp.asm
│   │   ├── dcadsp_init.c
│   │   ├── dct32.asm
│   │   ├── dirac_dwt.asm
│   │   ├── dirac_dwt_init.c
│   │   ├── diracdsp.asm
│   │   ├── diracdsp_init.c
│   │   ├── dnxhdenc.asm
│   │   ├── dnxhdenc_init.c
│   │   ├── exrdsp.asm
│   │   ├── exrdsp_init.c
│   │   ├── fdct.c
│   │   ├── fdct.h
│   │   ├── fdctdsp_init.c
│   │   ├── flac_dsp_gpl.asm
│   │   ├── flacdsp.asm
│   │   ├── flacdsp_init.c
│   │   ├── flacencdsp_init.c
│   │   ├── fmtconvert.asm
│   │   ├── fmtconvert_init.c
│   │   ├── fpel.asm
│   │   ├── fpel.h
│   │   ├── g722dsp.asm
│   │   ├── g722dsp_init.c
│   │   ├── h263_loopfilter.asm
│   │   ├── h263dsp_init.c
│   │   ├── h264_cabac.c
│   │   ├── h264_chromamc.asm
│   │   ├── h264_chromamc_10bit.asm
│   │   ├── h264_deblock.asm
│   │   ├── h264_deblock_10bit.asm
│   │   ├── h264_idct.asm
│   │   ├── h264_idct_10bit.asm
│   │   ├── h264_intrapred.asm
│   │   ├── h264_intrapred_10bit.asm
│   │   ├── h264_intrapred_init.c
│   │   ├── h264_qpel.c
│   │   ├── h264_qpel_10bit.asm
│   │   ├── h264_qpel_8bit.asm
│   │   ├── h264_weight.asm
│   │   ├── h264_weight_10bit.asm
│   │   ├── h264chroma_init.c
│   │   ├── h264dsp_init.c
│   │   ├── h26x/
│   │   │   ├── h2656_inter.asm
│   │   │   ├── h2656_sao.asm
│   │   │   ├── h2656_sao_10bit.asm
│   │   │   ├── h2656dsp.c
│   │   │   └── h2656dsp.h
│   │   ├── hevc/
│   │   │   ├── Makefile
│   │   │   ├── add_res.asm
│   │   │   ├── deblock.asm
│   │   │   ├── dequant.asm
│   │   │   ├── dsp.h
│   │   │   ├── dsp_init.c
│   │   │   ├── idct.asm
│   │   │   ├── mc.asm
│   │   │   ├── sao.asm
│   │   │   └── sao_10bit.asm
│   │   ├── hpeldsp.asm
│   │   ├── hpeldsp.h
│   │   ├── hpeldsp_init.c
│   │   ├── huffyuvdsp.asm
│   │   ├── huffyuvdsp_init.c
│   │   ├── huffyuvdsp_template.asm
│   │   ├── huffyuvencdsp.asm
│   │   ├── huffyuvencdsp_init.c
│   │   ├── idctdsp.asm
│   │   ├── idctdsp.h
│   │   ├── idctdsp_init.c
│   │   ├── imdct36.asm
│   │   ├── jpeg2000dsp.asm
│   │   ├── jpeg2000dsp_init.c
│   │   ├── lossless_audiodsp.asm
│   │   ├── lossless_audiodsp_init.c
│   │   ├── lossless_videodsp.asm
│   │   ├── lossless_videodsp_init.c
│   │   ├── lossless_videoencdsp.asm
│   │   ├── lossless_videoencdsp_init.c
│   │   ├── lpc.asm
│   │   ├── lpc_init.c
│   │   ├── mathops.h
│   │   ├── me_cmp.asm
│   │   ├── me_cmp_init.c
│   │   ├── mlpdsp.asm
│   │   ├── mlpdsp_init.c
│   │   ├── mpeg4videodsp.c
│   │   ├── mpegaudiodsp.c
│   │   ├── mpegvideo.c
│   │   ├── mpegvideoenc.c
│   │   ├── mpegvideoenc_template.c
│   │   ├── mpegvideoencdsp.asm
│   │   ├── mpegvideoencdsp.h
│   │   ├── mpegvideoencdsp_init.c
│   │   ├── opusdsp.asm
│   │   ├── opusdsp_init.c
│   │   ├── pixblockdsp.asm
│   │   ├── pixblockdsp_init.c
│   │   ├── pngdsp.asm
│   │   ├── pngdsp_init.c
│   │   ├── proresdsp.asm
│   │   ├── proresdsp_init.c
│   │   ├── qpel.asm
│   │   ├── qpel.h
│   │   ├── qpeldsp.asm
│   │   ├── qpeldsp_init.c
│   │   ├── rv34dsp.asm
│   │   ├── rv34dsp_init.c
│   │   ├── rv40dsp.asm
│   │   ├── rv40dsp_init.c
│   │   ├── sbcdsp.asm
│   │   ├── sbcdsp_init.c
│   │   ├── sbrdsp.asm
│   │   ├── sbrdsp_init.c
│   │   ├── simple_idct.asm
│   │   ├── simple_idct.h
│   │   ├── simple_idct10.asm
│   │   ├── simple_idct10_template.asm
│   │   ├── snowdsp.asm
│   │   ├── snowdsp_init.c
│   │   ├── svq1enc.asm
│   │   ├── svq1enc_init.c
│   │   ├── synth_filter.asm
│   │   ├── synth_filter_init.c
│   │   ├── takdsp.asm
│   │   ├── takdsp_init.c
│   │   ├── ttadsp.asm
│   │   ├── ttadsp_init.c
│   │   ├── ttaencdsp.asm
│   │   ├── ttaencdsp_init.c
│   │   ├── utvideodsp.asm
│   │   ├── utvideodsp_init.c
│   │   ├── v210-init.c
│   │   ├── v210.asm
│   │   ├── v210enc.asm
│   │   ├── v210enc_init.c
│   │   ├── vc1dsp.h
│   │   ├── vc1dsp_init.c
│   │   ├── vc1dsp_loopfilter.asm
│   │   ├── vc1dsp_mc.asm
│   │   ├── vc1dsp_mmx.c
│   │   ├── videodsp.asm
│   │   ├── videodsp.h
│   │   ├── videodsp_init.c
│   │   ├── vorbisdsp.asm
│   │   ├── vorbisdsp_init.c
│   │   ├── vp3dsp.asm
│   │   ├── vp3dsp_init.c
│   │   ├── vp6dsp.asm
│   │   ├── vp6dsp_init.c
│   │   ├── vp8dsp.asm
│   │   ├── vp8dsp_init.c
│   │   ├── vp8dsp_loopfilter.asm
│   │   ├── vp9dsp_init.c
│   │   ├── vp9dsp_init.h
│   │   ├── vp9dsp_init_10bpp.c
│   │   ├── vp9dsp_init_12bpp.c
│   │   ├── vp9dsp_init_16bpp.c
│   │   ├── vp9dsp_init_16bpp_template.c
│   │   ├── vp9intrapred.asm
│   │   ├── vp9intrapred_16bpp.asm
│   │   ├── vp9itxfm.asm
│   │   ├── vp9itxfm_16bpp.asm
│   │   ├── vp9itxfm_16bpp_avx512.asm
│   │   ├── vp9itxfm_avx2.asm
│   │   ├── vp9itxfm_avx512.asm
│   │   ├── vp9itxfm_template.asm
│   │   ├── vp9lpf.asm
│   │   ├── vp9lpf_16bpp.asm
│   │   ├── vp9mc.asm
│   │   ├── vp9mc_16bpp.asm
│   │   ├── vpx_arith.h
│   │   ├── vvc/
│   │   │   ├── Makefile
│   │   │   ├── alf.asm
│   │   │   ├── dmvr.asm
│   │   │   ├── dsp_init.c
│   │   │   ├── mc.asm
│   │   │   ├── of.asm
│   │   │   ├── sad.asm
│   │   │   ├── sao.asm
│   │   │   └── sao_10bit.asm
│   │   ├── w64xmmtest.c
│   │   ├── xvididct.asm
│   │   ├── xvididct.h
│   │   └── xvididct_init.c
│   ├── xan.c
│   ├── xbm_parser.c
│   ├── xbmdec.c
│   ├── xbmenc.c
│   ├── xface.c
│   ├── xface.h
│   ├── xfacedec.c
│   ├── xfaceenc.c
│   ├── xiph.c
│   ├── xiph.h
│   ├── xl.c
│   ├── xma_parser.c
│   ├── xpmdec.c
│   ├── xsubdec.c
│   ├── xsubenc.c
│   ├── xvididct.c
│   ├── xvididct.h
│   ├── xwd.h
│   ├── xwd_parser.c
│   ├── xwddec.c
│   ├── xwdenc.c
│   ├── xxan.c
│   ├── y41pdec.c
│   ├── y41penc.c
│   ├── ylc.c
│   ├── yop.c
│   ├── yuv4dec.c
│   ├── yuv4enc.c
│   ├── zerocodec.c
│   ├── zlib_wrapper.c
│   ├── zlib_wrapper.h
│   ├── zmbv.c
│   └── zmbvenc.c
├── libavdevice/
│   ├── .gitignore
│   ├── Makefile
│   ├── alldevices.c
│   ├── alsa.c
│   ├── alsa.h
│   ├── alsa_dec.c
│   ├── alsa_enc.c
│   ├── android_camera.c
│   ├── audiotoolbox.m
│   ├── avdevice.c
│   ├── avdevice.h
│   ├── avdeviceres.rc
│   ├── avfoundation.m
│   ├── caca.c
│   ├── ccfifo.c
│   ├── decklink_common.cpp
│   ├── decklink_common.h
│   ├── decklink_common_c.h
│   ├── decklink_dec.cpp
│   ├── decklink_dec.h
│   ├── decklink_dec_c.c
│   ├── decklink_enc.cpp
│   ├── decklink_enc.h
│   ├── decklink_enc_c.c
│   ├── dshow.c
│   ├── dshow_capture.h
│   ├── dshow_common.c
│   ├── dshow_crossbar.c
│   ├── dshow_enummediatypes.c
│   ├── dshow_enumpins.c
│   ├── dshow_filter.c
│   ├── dshow_pin.c
│   ├── fbdev_common.c
│   ├── fbdev_common.h
│   ├── fbdev_dec.c
│   ├── fbdev_enc.c
│   ├── file_open.c
│   ├── gdigrab.c
│   ├── iec61883.c
│   ├── internal.h
│   ├── jack.c
│   ├── kmsgrab.c
│   ├── lavfi.c
│   ├── libavdevice.v
│   ├── libcdio.c
│   ├── libdc1394.c
│   ├── openal-dec.c
│   ├── oss.c
│   ├── oss.h
│   ├── oss_dec.c
│   ├── oss_enc.c
│   ├── pulse_audio_common.c
│   ├── pulse_audio_common.h
│   ├── pulse_audio_dec.c
│   ├── pulse_audio_enc.c
│   ├── reverse.c
│   ├── riscv/
│   │   ├── Makefile
│   │   └── cpu_common.c
│   ├── sndio.c
│   ├── sndio.h
│   ├── sndio_dec.c
│   ├── sndio_enc.c
│   ├── tests/
│   │   ├── .gitignore
│   │   └── timefilter.c
│   ├── timefilter.c
│   ├── timefilter.h
│   ├── utils.c
│   ├── v4l2-common.c
│   ├── v4l2-common.h
│   ├── v4l2.c
│   ├── v4l2enc.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── vfwcap.c
│   ├── xcbgrab.c
│   └── xv.c
├── libavfilter/
│   ├── .gitignore
│   ├── Makefile
│   ├── aap_template.c
│   ├── aarch64/
│   │   ├── Makefile
│   │   ├── vf_bwdif_init_aarch64.c
│   │   ├── vf_bwdif_neon.S
│   │   ├── vf_colordetect_init.c
│   │   ├── vf_colordetect_neon.S
│   │   ├── vf_nlmeans_init.c
│   │   └── vf_nlmeans_neon.S
│   ├── adynamicequalizer_template.c
│   ├── aeval.c
│   ├── af_aap.c
│   ├── af_acontrast.c
│   ├── af_acopy.c
│   ├── af_acrossover.c
│   ├── af_acrusher.c
│   ├── af_adeclick.c
│   ├── af_adecorrelate.c
│   ├── af_adelay.c
│   ├── af_adenorm.c
│   ├── af_aderivative.c
│   ├── af_adrc.c
│   ├── af_adynamicequalizer.c
│   ├── af_adynamicsmooth.c
│   ├── af_aecho.c
│   ├── af_aemphasis.c
│   ├── af_aexciter.c
│   ├── af_afade.c
│   ├── af_afftdn.c
│   ├── af_afftfilt.c
│   ├── af_afir.c
│   ├── af_afirdsp.h
│   ├── af_aformat.c
│   ├── af_afreqshift.c
│   ├── af_afwtdn.c
│   ├── af_agate.c
│   ├── af_aiir.c
│   ├── af_alimiter.c
│   ├── af_amerge.c
│   ├── af_amix.c
│   ├── af_amultiply.c
│   ├── af_anequalizer.c
│   ├── af_anlmdn.c
│   ├── af_anlmdndsp.h
│   ├── af_anlms.c
│   ├── af_anull.c
│   ├── af_apad.c
│   ├── af_aphaser.c
│   ├── af_apsyclip.c
│   ├── af_apulsator.c
│   ├── af_aresample.c
│   ├── af_arls.c
│   ├── af_arnndn.c
│   ├── af_asdr.c
│   ├── af_asetnsamples.c
│   ├── af_asetrate.c
│   ├── af_ashowinfo.c
│   ├── af_asoftclip.c
│   ├── af_aspectralstats.c
│   ├── af_asr.c
│   ├── af_astats.c
│   ├── af_asubboost.c
│   ├── af_asupercut.c
│   ├── af_atempo.c
│   ├── af_atilt.c
│   ├── af_axcorrelate.c
│   ├── af_biquads.c
│   ├── af_bs2b.c
│   ├── af_channelmap.c
│   ├── af_channelsplit.c
│   ├── af_chorus.c
│   ├── af_compand.c
│   ├── af_compensationdelay.c
│   ├── af_crossfeed.c
│   ├── af_crystalizer.c
│   ├── af_dcshift.c
│   ├── af_deesser.c
│   ├── af_dialoguenhance.c
│   ├── af_drmeter.c
│   ├── af_dynaudnorm.c
│   ├── af_earwax.c
│   ├── af_extrastereo.c
│   ├── af_firequalizer.c
│   ├── af_flanger.c
│   ├── af_haas.c
│   ├── af_hdcd.c
│   ├── af_headphone.c
│   ├── af_join.c
│   ├── af_ladspa.c
│   ├── af_loudnorm.c
│   ├── af_lv2.c
│   ├── af_mcompand.c
│   ├── af_pan.c
│   ├── af_replaygain.c
│   ├── af_rubberband.c
│   ├── af_sidechaincompress.c
│   ├── af_silencedetect.c
│   ├── af_silenceremove.c
│   ├── af_sofalizer.c
│   ├── af_speechnorm.c
│   ├── af_stereotools.c
│   ├── af_stereowiden.c
│   ├── af_superequalizer.c
│   ├── af_surround.c
│   ├── af_tremolo.c
│   ├── af_vibrato.c
│   ├── af_virtualbass.c
│   ├── af_volume.c
│   ├── af_volume.h
│   ├── af_volumedetect.c
│   ├── af_whisper.c
│   ├── afir_template.c
│   ├── allfilters.c
│   ├── anlms_template.c
│   ├── arls_template.c
│   ├── asink_anullsink.c
│   ├── asrc_afdelaysrc.c
│   ├── asrc_afirsrc.c
│   ├── asrc_anoisesrc.c
│   ├── asrc_anullsrc.c
│   ├── asrc_flite.c
│   ├── asrc_hilbert.c
│   ├── asrc_sinc.c
│   ├── asrc_sine.c
│   ├── atadenoise.h
│   ├── audio.c
│   ├── audio.h
│   ├── avf_a3dscope.c
│   ├── avf_abitscope.c
│   ├── avf_ahistogram.c
│   ├── avf_aphasemeter.c
│   ├── avf_avectorscope.c
│   ├── avf_concat.c
│   ├── avf_showcqt.c
│   ├── avf_showcqt.h
│   ├── avf_showcwt.c
│   ├── avf_showfreqs.c
│   ├── avf_showspatial.c
│   ├── avf_showspectrum.c
│   ├── avf_showvolume.c
│   ├── avf_showwaves.c
│   ├── avfilter.c
│   ├── avfilter.h
│   ├── avfilter_internal.h
│   ├── avfiltergraph.c
│   ├── avfilterres.rc
│   ├── bbox.c
│   ├── bbox.h
│   ├── blend.h
│   ├── blend_modes.c
│   ├── boxblur.c
│   ├── boxblur.h
│   ├── bufferqueue.h
│   ├── buffersink.c
│   ├── buffersink.h
│   ├── buffersrc.c
│   ├── buffersrc.h
│   ├── bwdifdsp.c
│   ├── bwdifdsp.h
│   ├── ccfifo.c
│   ├── ccfifo.h
│   ├── colorchannelmixer_template.c
│   ├── colorspace.c
│   ├── colorspace.h
│   ├── colorspacedsp.c
│   ├── colorspacedsp.h
│   ├── colorspacedsp_template.c
│   ├── colorspacedsp_yuv2yuv_template.c
│   ├── convolution.h
│   ├── cuda/
│   │   ├── load_helper.c
│   │   ├── load_helper.h
│   │   └── vector_helpers.cuh
│   ├── dialoguenhance_template.c
│   ├── dnn/
│   │   ├── Makefile
│   │   ├── dnn_backend_common.c
│   │   ├── dnn_backend_common.h
│   │   ├── dnn_backend_openvino.c
│   │   ├── dnn_backend_tf.c
│   │   ├── dnn_backend_torch.cpp
│   │   ├── dnn_interface.c
│   │   ├── dnn_io_proc.c
│   │   ├── dnn_io_proc.h
│   │   ├── queue.c
│   │   ├── queue.h
│   │   ├── safe_queue.c
│   │   └── safe_queue.h
│   ├── dnn_filter_common.c
│   ├── dnn_filter_common.h
│   ├── dnn_interface.h
│   ├── drawutils.c
│   ├── drawutils.h
│   ├── ebur128.c
│   ├── ebur128.h
│   ├── edge_common.c
│   ├── edge_common.h
│   ├── edge_template.c
│   ├── f_bench.c
│   ├── f_cue.c
│   ├── f_drawgraph.c
│   ├── f_ebur128.c
│   ├── f_ebur128.h
│   ├── f_graphmonitor.c
│   ├── f_interleave.c
│   ├── f_latency.c
│   ├── f_loop.c
│   ├── f_metadata.c
│   ├── f_perms.c
│   ├── f_realtime.c
│   ├── f_reverse.c
│   ├── f_segment.c
│   ├── f_select.c
│   ├── f_sendcmd.c
│   ├── f_sidedata.c
│   ├── f_streamselect.c
│   ├── f_zmq.c
│   ├── fflcms2.c
│   ├── fflcms2.h
│   ├── file_open.c
│   ├── filters.h
│   ├── formats.c
│   ├── formats.h
│   ├── framepool.c
│   ├── framepool.h
│   ├── framequeue.c
│   ├── framequeue.h
│   ├── framerate.h
│   ├── framesync.c
│   ├── framesync.h
│   ├── gblur.h
│   ├── generate_wave_table.c
│   ├── generate_wave_table.h
│   ├── gradfun.h
│   ├── graphdump.c
│   ├── graphparser.c
│   ├── hermite.h
│   ├── hflip.h
│   ├── lavfutils.c
│   ├── lavfutils.h
│   ├── libavfilter.v
│   ├── limiter.h
│   ├── log2_tab.c
│   ├── lswsutils.c
│   ├── lswsutils.h
│   ├── lut3d.h
│   ├── maskedclamp.h
│   ├── maskedmerge.h
│   ├── median.h
│   ├── median_template.c
│   ├── metal/
│   │   ├── utils.h
│   │   ├── utils.m
│   │   └── vf_yadif_videotoolbox.metal
│   ├── motion_estimation.c
│   ├── motion_estimation.h
│   ├── ocio_wrapper.cpp
│   ├── ocio_wrapper.hpp
│   ├── opencl/
│   │   ├── .gitignore
│   │   ├── avgblur.cl
│   │   ├── colorkey.cl
│   │   ├── colorspace_common.cl
│   │   ├── convolution.cl
│   │   ├── deshake.cl
│   │   ├── neighbor.cl
│   │   ├── nlmeans.cl
│   │   ├── overlay.cl
│   │   ├── pad.cl
│   │   ├── remap.cl
│   │   ├── tonemap.cl
│   │   ├── transpose.cl
│   │   ├── unsharp.cl
│   │   └── xfade.cl
│   ├── opencl.c
│   ├── opencl.h
│   ├── opencl_source.h
│   ├── palette.c
│   ├── palette.h
│   ├── perlin.c
│   ├── perlin.h
│   ├── phase_template.c
│   ├── preserve_color.h
│   ├── psnr.c
│   ├── psnr.h
│   ├── pthread.c
│   ├── qp_table.c
│   ├── qp_table.h
│   ├── qrencode.c
│   ├── qsvvpp.c
│   ├── qsvvpp.h
│   ├── removegrain.h
│   ├── riscv/
│   │   ├── Makefile
│   │   ├── af_afir_init.c
│   │   ├── af_afir_rvv.S
│   │   ├── cpu_common.c
│   │   ├── vf_blackdetect_init.c
│   │   └── vf_blackdetect_rvv.S
│   ├── scale_eval.c
│   ├── scale_eval.h
│   ├── scene_sad.c
│   ├── scene_sad.h
│   ├── setpts.c
│   ├── settb.c
│   ├── signature.h
│   ├── signature_lookup.c
│   ├── silenceremove_template.c
│   ├── split.c
│   ├── src_avsynctest.c
│   ├── src_movie.c
│   ├── ssim.h
│   ├── stack_internal.c
│   ├── stack_internal.h
│   ├── stereo3d.h
│   ├── tests/
│   │   ├── .gitignore
│   │   ├── drawutils.c
│   │   ├── drawvg.c
│   │   ├── filtfmts.c
│   │   ├── formats.c
│   │   └── integral.c
│   ├── textutils.c
│   ├── textutils.h
│   ├── threshold.h
│   ├── tinterlace.h
│   ├── transform.c
│   ├── transform.h
│   ├── transpose.h
│   ├── trim.c
│   ├── v360.h
│   ├── vaapi_vpp.c
│   ├── vaapi_vpp.h
│   ├── vaf_spectrumsynth.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── vf_addroi.c
│   ├── vf_alphamerge.c
│   ├── vf_amf_common.c
│   ├── vf_amf_common.h
│   ├── vf_amplify.c
│   ├── vf_aspect.c
│   ├── vf_atadenoise.c
│   ├── vf_avgblur.c
│   ├── vf_avgblur_opencl.c
│   ├── vf_avgblur_vulkan.c
│   ├── vf_backgroundkey.c
│   ├── vf_bbox.c
│   ├── vf_bilateral.c
│   ├── vf_bilateral_cuda.c
│   ├── vf_bilateral_cuda.cu
│   ├── vf_bitplanenoise.c
│   ├── vf_blackdetect.c
│   ├── vf_blackdetect.h
│   ├── vf_blackdetect_vulkan.c
│   ├── vf_blackframe.c
│   ├── vf_blend.c
│   ├── vf_blend_init.h
│   ├── vf_blend_vulkan.c
│   ├── vf_blockdetect.c
│   ├── vf_blurdetect.c
│   ├── vf_bm3d.c
│   ├── vf_boxblur.c
│   ├── vf_bwdif.c
│   ├── vf_bwdif_cuda.c
│   ├── vf_bwdif_cuda.cu
│   ├── vf_bwdif_vulkan.c
│   ├── vf_cas.c
│   ├── vf_ccrepack.c
│   ├── vf_chromaber_vulkan.c
│   ├── vf_chromakey.c
│   ├── vf_chromakey_cuda.c
│   ├── vf_chromakey_cuda.cu
│   ├── vf_chromanr.c
│   ├── vf_chromashift.c
│   ├── vf_ciescope.c
│   ├── vf_codecview.c
│   ├── vf_colorbalance.c
│   ├── vf_colorchannelmixer.c
│   ├── vf_colorconstancy.c
│   ├── vf_colorcontrast.c
│   ├── vf_colorcorrect.c
│   ├── vf_colordetect.c
│   ├── vf_colordetectdsp.h
│   ├── vf_colorize.c
│   ├── vf_colorkey.c
│   ├── vf_colorkey_opencl.c
│   ├── vf_colorlevels.c
│   ├── vf_colormap.c
│   ├── vf_colormatrix.c
│   ├── vf_colorspace.c
│   ├── vf_colorspace_cuda.c
│   ├── vf_colorspace_cuda.cu
│   ├── vf_colortemperature.c
│   ├── vf_convolution.c
│   ├── vf_convolution_opencl.c
│   ├── vf_convolve.c
│   ├── vf_copy.c
│   ├── vf_coreimage.m
│   ├── vf_corr.c
│   ├── vf_cover_rect.c
│   ├── vf_crop.c
│   ├── vf_cropdetect.c
│   ├── vf_curves.c
│   ├── vf_datascope.c
│   ├── vf_dblur.c
│   ├── vf_dctdnoiz.c
│   ├── vf_deband.c
│   ├── vf_deblock.c
│   ├── vf_decimate.c
│   ├── vf_dedot.c
│   ├── vf_deflicker.c
│   ├── vf_deinterlace_d3d12.c
│   ├── vf_deinterlace_vaapi.c
│   ├── vf_dejudder.c
│   ├── vf_delogo.c
│   ├── vf_derain.c
│   ├── vf_deshake.c
│   ├── vf_deshake_opencl.c
│   ├── vf_despill.c
│   ├── vf_detelecine.c
│   ├── vf_displace.c
│   ├── vf_dnn_classify.c
│   ├── vf_dnn_detect.c
│   ├── vf_dnn_processing.c
│   ├── vf_drawbox.c
│   ├── vf_drawbox_vaapi.c
│   ├── vf_drawtext.c
│   ├── vf_drawvg.c
│   ├── vf_edgedetect.c
│   ├── vf_elbg.c
│   ├── vf_entropy.c
│   ├── vf_epx.c
│   ├── vf_eq.c
│   ├── vf_eq.h
│   ├── vf_estdif.c
│   ├── vf_exposure.c
│   ├── vf_extractplanes.c
│   ├── vf_fade.c
│   ├── vf_feedback.c
│   ├── vf_fftdnoiz.c
│   ├── vf_fftfilt.c
│   ├── vf_field.c
│   ├── vf_fieldhint.c
│   ├── vf_fieldmatch.c
│   ├── vf_fieldorder.c
│   ├── vf_fillborders.c
│   ├── vf_find_rect.c
│   ├── vf_flip_vulkan.c
│   ├── vf_floodfill.c
│   ├── vf_format.c
│   ├── vf_fps.c
│   ├── vf_framepack.c
│   ├── vf_framerate.c
│   ├── vf_framestep.c
│   ├── vf_frc_amf.c
│   ├── vf_freezedetect.c
│   ├── vf_freezeframes.c
│   ├── vf_frei0r.c
│   ├── vf_fspp.c
│   ├── vf_fsppdsp.c
│   ├── vf_fsppdsp.h
│   ├── vf_fsync.c
│   ├── vf_gblur.c
│   ├── vf_gblur_init.h
│   ├── vf_gblur_vulkan.c
│   ├── vf_geq.c
│   ├── vf_gradfun.c
│   ├── vf_grayworld.c
│   ├── vf_guided.c
│   ├── vf_hflip.c
│   ├── vf_hflip_init.h
│   ├── vf_histeq.c
│   ├── vf_histogram.c
│   ├── vf_hqdn3d.c
│   ├── vf_hqdn3d.h
│   ├── vf_hqx.c
│   ├── vf_hsvkey.c
│   ├── vf_hue.c
│   ├── vf_huesaturation.c
│   ├── vf_hwdownload.c
│   ├── vf_hwmap.c
│   ├── vf_hwupload.c
│   ├── vf_hwupload_cuda.c
│   ├── vf_hysteresis.c
│   ├── vf_iccdetect.c
│   ├── vf_iccgen.c
│   ├── vf_identity.c
│   ├── vf_idet.c
│   ├── vf_idetdsp.c
│   ├── vf_idetdsp.h
│   ├── vf_il.c
│   ├── vf_interlace_vulkan.c
│   ├── vf_kerndeint.c
│   ├── vf_lagfun.c
│   ├── vf_lcevc.c
│   ├── vf_lenscorrection.c
│   ├── vf_lensfun.c
│   ├── vf_libopencv.c
│   ├── vf_libplacebo.c
│   ├── vf_libvmaf.c
│   ├── vf_limitdiff.c
│   ├── vf_limiter.c
│   ├── vf_lumakey.c
│   ├── vf_lut.c
│   ├── vf_lut2.c
│   ├── vf_lut3d.c
│   ├── vf_maskedclamp.c
│   ├── vf_maskedmerge.c
│   ├── vf_maskedminmax.c
│   ├── vf_maskedthreshold.c
│   ├── vf_maskfun.c
│   ├── vf_mcdeint.c
│   ├── vf_median.c
│   ├── vf_mergeplanes.c
│   ├── vf_mestimate.c
│   ├── vf_mestimate_d3d12.c
│   ├── vf_midequalizer.c
│   ├── vf_minterpolate.c
│   ├── vf_misc_vaapi.c
│   ├── vf_mix.c
│   ├── vf_monochrome.c
│   ├── vf_morpho.c
│   ├── vf_mpdecimate.c
│   ├── vf_multiply.c
│   ├── vf_negate.c
│   ├── vf_neighbor.c
│   ├── vf_neighbor_opencl.c
│   ├── vf_nlmeans.c
│   ├── vf_nlmeans.h
│   ├── vf_nlmeans_init.h
│   ├── vf_nlmeans_opencl.c
│   ├── vf_nlmeans_vulkan.c
│   ├── vf_nnedi.c
│   ├── vf_noise.c
│   ├── vf_noise.h
│   ├── vf_normalize.c
│   ├── vf_null.c
│   ├── vf_ocr.c
│   ├── vf_opencolorio.c
│   ├── vf_overlay.c
│   ├── vf_overlay.h
│   ├── vf_overlay_cuda.c
│   ├── vf_overlay_cuda.cu
│   ├── vf_overlay_opencl.c
│   ├── vf_overlay_qsv.c
│   ├── vf_overlay_vaapi.c
│   ├── vf_overlay_vulkan.c
│   ├── vf_owdenoise.c
│   ├── vf_pad.c
│   ├── vf_pad_cuda.c
│   ├── vf_pad_cuda.cu
│   ├── vf_pad_opencl.c
│   ├── vf_pad_vaapi.c
│   ├── vf_palettegen.c
│   ├── vf_paletteuse.c
│   ├── vf_perspective.c
│   ├── vf_phase.c
│   ├── vf_photosensitivity.c
│   ├── vf_pixdesctest.c
│   ├── vf_pixelize.c
│   ├── vf_pp7.c
│   ├── vf_pp7dsp.h
│   ├── vf_premultiply.c
│   ├── vf_procamp_vaapi.c
│   ├── vf_program_opencl.c
│   ├── vf_pseudocolor.c
│   ├── vf_psnr.c
│   ├── vf_pullup.c
│   ├── vf_pullup.h
│   ├── vf_qp.c
│   ├── vf_quirc.c
│   ├── vf_random.c
│   ├── vf_readeia608.c
│   ├── vf_readvitc.c
│   ├── vf_remap.c
│   ├── vf_remap_opencl.c
│   ├── vf_removegrain.c
│   ├── vf_removelogo.c
│   ├── vf_repeatfields.c
│   ├── vf_rotate.c
│   ├── vf_sab.c
│   ├── vf_scale.c
│   ├── vf_scale_cuda.c
│   ├── vf_scale_cuda.cu
│   ├── vf_scale_cuda.h
│   ├── vf_scale_d3d11.c
│   ├── vf_scale_d3d12.c
│   ├── vf_scale_npp.c
│   ├── vf_scale_vaapi.c
│   ├── vf_scale_vt.c
│   ├── vf_scale_vulkan.c
│   ├── vf_scdet.c
│   ├── vf_scdet_vulkan.c
│   ├── vf_scroll.c
│   ├── vf_selectivecolor.c
│   ├── vf_separatefields.c
│   ├── vf_setparams.c
│   ├── vf_sharpen_npp.c
│   ├── vf_shear.c
│   ├── vf_showinfo.c
│   ├── vf_showpalette.c
│   ├── vf_shuffleframes.c
│   ├── vf_shufflepixels.c
│   ├── vf_shuffleplanes.c
│   ├── vf_signalstats.c
│   ├── vf_signature.c
│   ├── vf_siti.c
│   ├── vf_smartblur.c
│   ├── vf_spp.c
│   ├── vf_spp.h
│   ├── vf_sr.c
│   ├── vf_sr_amf.c
│   ├── vf_ssim.c
│   ├── vf_ssim360.c
│   ├── vf_stack.c
│   ├── vf_stack_qsv.c
│   ├── vf_stack_vaapi.c
│   ├── vf_stereo3d.c
│   ├── vf_subtitles.c
│   ├── vf_super2xsai.c
│   ├── vf_swaprect.c
│   ├── vf_swapuv.c
│   ├── vf_telecine.c
│   ├── vf_threshold.c
│   ├── vf_threshold_init.h
│   ├── vf_thumbnail.c
│   ├── vf_thumbnail_cuda.c
│   ├── vf_thumbnail_cuda.cu
│   ├── vf_tile.c
│   ├── vf_tiltandshift.c
│   ├── vf_tinterlace.c
│   ├── vf_tmidequalizer.c
│   ├── vf_tonemap.c
│   ├── vf_tonemap_opencl.c
│   ├── vf_tonemap_vaapi.c
│   ├── vf_tpad.c
│   ├── vf_transpose.c
│   ├── vf_transpose_cuda.c
│   ├── vf_transpose_cuda.cu
│   ├── vf_transpose_npp.c
│   ├── vf_transpose_opencl.c
│   ├── vf_transpose_vaapi.c
│   ├── vf_transpose_vt.c
│   ├── vf_transpose_vulkan.c
│   ├── vf_unsharp.c
│   ├── vf_unsharp_opencl.c
│   ├── vf_untile.c
│   ├── vf_uspp.c
│   ├── vf_v360.c
│   ├── vf_v360_vulkan.c
│   ├── vf_vaguedenoiser.c
│   ├── vf_varblur.c
│   ├── vf_vectorscope.c
│   ├── vf_vflip.c
│   ├── vf_vfrdet.c
│   ├── vf_vibrance.c
│   ├── vf_vidstabdetect.c
│   ├── vf_vidstabtransform.c
│   ├── vf_vif.c
│   ├── vf_vignette.c
│   ├── vf_vmafmotion.c
│   ├── vf_vpp_amf.c
│   ├── vf_vpp_qsv.c
│   ├── vf_w3fdif.c
│   ├── vf_waveform.c
│   ├── vf_weave.c
│   ├── vf_xbr.c
│   ├── vf_xfade.c
│   ├── vf_xfade_opencl.c
│   ├── vf_xfade_vulkan.c
│   ├── vf_xmedian.c
│   ├── vf_xpsnr.c
│   ├── vf_yadif.c
│   ├── vf_yadif_cuda.c
│   ├── vf_yadif_cuda.cu
│   ├── vf_yadif_videotoolbox.m
│   ├── vf_yaepblur.c
│   ├── vf_zoompan.c
│   ├── vf_zscale.c
│   ├── video.c
│   ├── video.h
│   ├── vidstabutils.c
│   ├── vidstabutils.h
│   ├── vmaf_motion.h
│   ├── vsink_nullsink.c
│   ├── vsrc_amf.c
│   ├── vsrc_cellauto.c
│   ├── vsrc_ddagrab.c
│   ├── vsrc_ddagrab_shaders.h
│   ├── vsrc_gfxcapture.c
│   ├── vsrc_gfxcapture.h
│   ├── vsrc_gfxcapture_shader.h
│   ├── vsrc_gfxcapture_winrt.cpp
│   ├── vsrc_gfxcapture_winrt.hpp
│   ├── vsrc_gradients.c
│   ├── vsrc_life.c
│   ├── vsrc_mandelbrot.c
│   ├── vsrc_mptestsrc.c
│   ├── vsrc_perlin.c
│   ├── vsrc_sierpinski.c
│   ├── vsrc_testsrc.c
│   ├── vsrc_testsrc_vulkan.c
│   ├── vulkan/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── avgblur.comp.glsl
│   │   ├── blend.comp.glsl
│   │   ├── bwdif.comp.glsl
│   │   ├── chromaber.comp.glsl
│   │   ├── color.comp.glsl
│   │   ├── debayer.comp.glsl
│   │   ├── flip.comp.glsl
│   │   ├── gblur.comp.glsl
│   │   ├── interlace.comp.glsl
│   │   ├── overlay.comp.glsl
│   │   ├── scdet.comp.glsl
│   │   ├── transpose.comp.glsl
│   │   ├── v360.comp.glsl
│   │   └── xfade.comp.glsl
│   ├── vulkan.c
│   ├── vulkan_filter.c
│   ├── vulkan_filter.h
│   ├── vulkan_glslang.c
│   ├── vulkan_shaderc.c
│   ├── w3fdif.h
│   ├── window_func.h
│   ├── x86/
│   │   ├── Makefile
│   │   ├── af_afir.asm
│   │   ├── af_afir_init.c
│   │   ├── af_anlmdn.asm
│   │   ├── af_anlmdn_init.c
│   │   ├── af_volume.asm
│   │   ├── af_volume_init.c
│   │   ├── avf_showcqt.asm
│   │   ├── avf_showcqt_init.c
│   │   ├── colorspacedsp.asm
│   │   ├── colorspacedsp_init.c
│   │   ├── f_ebur128.asm
│   │   ├── f_ebur128_init.c
│   │   ├── scene_sad.asm
│   │   ├── scene_sad_init.c
│   │   ├── vf_atadenoise.asm
│   │   ├── vf_atadenoise_init.c
│   │   ├── vf_blackdetect.asm
│   │   ├── vf_blackdetect_init.c
│   │   ├── vf_blend.asm
│   │   ├── vf_blend_init.c
│   │   ├── vf_bwdif.asm
│   │   ├── vf_bwdif_init.c
│   │   ├── vf_colordetect.asm
│   │   ├── vf_colordetect_init.c
│   │   ├── vf_convolution.asm
│   │   ├── vf_convolution_init.c
│   │   ├── vf_eq.asm
│   │   ├── vf_eq_init.c
│   │   ├── vf_framerate.asm
│   │   ├── vf_framerate_init.c
│   │   ├── vf_fspp.asm
│   │   ├── vf_fspp_init.c
│   │   ├── vf_gblur.asm
│   │   ├── vf_gblur_init.c
│   │   ├── vf_gradfun.asm
│   │   ├── vf_gradfun_init.c
│   │   ├── vf_hflip.asm
│   │   ├── vf_hflip_init.c
│   │   ├── vf_hqdn3d.asm
│   │   ├── vf_hqdn3d_init.c
│   │   ├── vf_idetdsp.asm
│   │   ├── vf_idetdsp_init.c
│   │   ├── vf_interlace.asm
│   │   ├── vf_limiter.asm
│   │   ├── vf_limiter_init.c
│   │   ├── vf_lut3d.asm
│   │   ├── vf_lut3d_init.c
│   │   ├── vf_maskedclamp.asm
│   │   ├── vf_maskedclamp_init.c
│   │   ├── vf_maskedmerge.asm
│   │   ├── vf_maskedmerge_init.c
│   │   ├── vf_nlmeans.asm
│   │   ├── vf_nlmeans_init.c
│   │   ├── vf_noise.c
│   │   ├── vf_overlay.asm
│   │   ├── vf_overlay_init.c
│   │   ├── vf_pp7.asm
│   │   ├── vf_pp7_init.c
│   │   ├── vf_psnr.asm
│   │   ├── vf_psnr_init.c
│   │   ├── vf_pullup.asm
│   │   ├── vf_pullup_init.c
│   │   ├── vf_removegrain.asm
│   │   ├── vf_removegrain_init.c
│   │   ├── vf_spp.c
│   │   ├── vf_ssim.asm
│   │   ├── vf_ssim_init.c
│   │   ├── vf_stereo3d.asm
│   │   ├── vf_stereo3d_init.c
│   │   ├── vf_threshold.asm
│   │   ├── vf_threshold_init.c
│   │   ├── vf_tinterlace_init.c
│   │   ├── vf_transpose.asm
│   │   ├── vf_transpose_init.c
│   │   ├── vf_v360.asm
│   │   ├── vf_v360_init.c
│   │   ├── vf_w3fdif.asm
│   │   ├── vf_w3fdif_init.c
│   │   ├── vf_yadif.asm
│   │   ├── vf_yadif_init.c
│   │   ├── yadif-10.asm
│   │   └── yadif-16.asm
│   ├── xpsnr.h
│   ├── yadif.h
│   └── yadif_common.c
├── libavformat/
│   ├── .gitignore
│   ├── 3dostr.c
│   ├── 4xm.c
│   ├── Makefile
│   ├── a64.c
│   ├── aacdec.c
│   ├── aadec.c
│   ├── aaxdec.c
│   ├── ac3_channel_layout_tab.c
│   ├── ac3dec.c
│   ├── ac4dec.c
│   ├── ac4enc.c
│   ├── acedec.c
│   ├── acm.c
│   ├── act.c
│   ├── adp.c
│   ├── ads.c
│   ├── adtsenc.c
│   ├── adxdec.c
│   ├── aeadec.c
│   ├── aeaenc.c
│   ├── afc.c
│   ├── aiff.c
│   ├── aiff.h
│   ├── aiffdec.c
│   ├── aiffenc.c
│   ├── aixdec.c
│   ├── allformats.c
│   ├── alp.c
│   ├── amr.c
│   ├── amvenc.c
│   ├── anm.c
│   ├── apac.c
│   ├── apc.c
│   ├── ape.c
│   ├── apetag.c
│   ├── apetag.h
│   ├── apm.c
│   ├── apngdec.c
│   ├── apngenc.c
│   ├── aptxdec.c
│   ├── apv.c
│   ├── apv.h
│   ├── apvdec.c
│   ├── apvenc.c
│   ├── aqtitledec.c
│   ├── argo_asf.c
│   ├── argo_asf.h
│   ├── argo_brp.c
│   ├── argo_cvg.c
│   ├── asf.c
│   ├── asf.h
│   ├── asf_tags.c
│   ├── asfcrypt.c
│   ├── asfcrypt.h
│   ├── asfdec_f.c
│   ├── asfdec_o.c
│   ├── asfenc.c
│   ├── assdec.c
│   ├── assenc.c
│   ├── ast.c
│   ├── ast.h
│   ├── astdec.c
│   ├── astenc.c
│   ├── async.c
│   ├── au.c
│   ├── av1.c
│   ├── av1.h
│   ├── av1dec.c
│   ├── avc.c
│   ├── avc.h
│   ├── avformat.c
│   ├── avformat.h
│   ├── avformat_internal.h
│   ├── avformatres.rc
│   ├── avi.h
│   ├── avidec.c
│   ├── avienc.c
│   ├── avio.c
│   ├── avio.h
│   ├── avio_internal.h
│   ├── aviobuf.c
│   ├── avisynth.c
│   ├── avlanguage.c
│   ├── avlanguage.h
│   ├── avr.c
│   ├── avs.c
│   ├── avs2dec.c
│   ├── avs3dec.c
│   ├── bethsoftvid.c
│   ├── bfi.c
│   ├── bink.c
│   ├── binka.c
│   ├── bintext.c
│   ├── bit.c
│   ├── bluray.c
│   ├── bmv.c
│   ├── boadec.c
│   ├── bonk.c
│   ├── brstm.c
│   ├── c93.c
│   ├── cache.c
│   ├── caf.c
│   ├── caf.h
│   ├── cafdec.c
│   ├── cafenc.c
│   ├── cavsvideodec.c
│   ├── cbs.c
│   ├── cbs.h
│   ├── cbs_apv.c
│   ├── cbs_av1.c
│   ├── cdg.c
│   ├── cdxl.c
│   ├── chromaprint.c
│   ├── cinedec.c
│   ├── codec2.c
│   ├── codecstring.c
│   ├── concat.c
│   ├── concatdec.c
│   ├── crcenc.c
│   ├── crypto.c
│   ├── dash.c
│   ├── dash.h
│   ├── dashdec.c
│   ├── dashenc.c
│   ├── data_uri.c
│   ├── dauddec.c
│   ├── daudenc.c
│   ├── dca_sample_rate_tab.c
│   ├── dcstr.c
│   ├── demux.c
│   ├── demux.h
│   ├── demux_utils.c
│   ├── derf.c
│   ├── dfa.c
│   ├── dfpwmdec.c
│   ├── dhav.c
│   ├── diracdec.c
│   ├── dnxhddec.c
│   ├── dovi_isom.c
│   ├── dovi_isom.h
│   ├── dsfdec.c
│   ├── dsicin.c
│   ├── dss.c
│   ├── dtsdec.c
│   ├── dtshddec.c
│   ├── dump.c
│   ├── dv.c
│   ├── dv.h
│   ├── dvbsub.c
│   ├── dvbtxt.c
│   ├── dvdclut.c
│   ├── dvdclut.h
│   ├── dvdvideodec.c
│   ├── dvenc.c
│   ├── dxa.c
│   ├── eacdata.c
│   ├── electronicarts.c
│   ├── epafdec.c
│   ├── evc.c
│   ├── evc.h
│   ├── evcdec.c
│   ├── ffjni.c
│   ├── ffmeta.h
│   ├── ffmetadec.c
│   ├── ffmetaenc.c
│   ├── fifo.c
│   ├── file.c
│   ├── file_open.c
│   ├── filmstripdec.c
│   ├── filmstripenc.c
│   ├── fitsdec.c
│   ├── fitsenc.c
│   ├── flac_picture.c
│   ├── flac_picture.h
│   ├── flacdec.c
│   ├── flacenc.c
│   ├── flacenc.h
│   ├── flacenc_header.c
│   ├── flic.c
│   ├── flv.h
│   ├── flvdec.c
│   ├── flvenc.c
│   ├── format.c
│   ├── framecrcenc.c
│   ├── framehash.c
│   ├── frmdec.c
│   ├── fsb.c
│   ├── ftp.c
│   ├── fwse.c
│   ├── g722.c
│   ├── g723_1.c
│   ├── g726.c
│   ├── g728dec.c
│   ├── g729dec.c
│   ├── gdv.c
│   ├── genh.c
│   ├── gif.c
│   ├── gifdec.c
│   ├── golomb_tab.c
│   ├── gopher.c
│   ├── gsmdec.c
│   ├── gxf.c
│   ├── gxf.h
│   ├── gxfenc.c
│   ├── h261dec.c
│   ├── h263dec.c
│   ├── h2645_parse.c
│   ├── h264dec.c
│   ├── hashenc.c
│   ├── hca.c
│   ├── hcom.c
│   ├── hdsenc.c
│   ├── hevc.c
│   ├── hevc.h
│   ├── hevcdec.c
│   ├── hls.c
│   ├── hls_sample_encryption.c
│   ├── hls_sample_encryption.h
│   ├── hlsenc.c
│   ├── hlsplaylist.c
│   ├── hlsplaylist.h
│   ├── hnm.c
│   ├── http.c
│   ├── http.h
│   ├── httpauth.c
│   ├── httpauth.h
│   ├── hxvs.c
│   ├── iamf.c
│   ├── iamf.h
│   ├── iamf_parse.c
│   ├── iamf_parse.h
│   ├── iamf_reader.c
│   ├── iamf_reader.h
│   ├── iamf_writer.c
│   ├── iamf_writer.h
│   ├── iamfdec.c
│   ├── iamfenc.c
│   ├── icecast.c
│   ├── icodec.c
│   ├── icoenc.c
│   ├── id3v1.c
│   ├── id3v1.h
│   ├── id3v2.c
│   ├── id3v2.h
│   ├── id3v2enc.c
│   ├── idcin.c
│   ├── idroqdec.c
│   ├── idroqenc.c
│   ├── iff.c
│   ├── ifv.c
│   ├── ilbc.c
│   ├── imf.h
│   ├── imf_cpl.c
│   ├── imfdec.c
│   ├── img2.c
│   ├── img2.h
│   ├── img2_alias_pix.c
│   ├── img2_brender_pix.c
│   ├── img2dec.c
│   ├── img2enc.c
│   ├── imx.c
│   ├── ingenientdec.c
│   ├── internal.h
│   ├── ip.c
│   ├── ip.h
│   ├── ipfsgateway.c
│   ├── ipmovie.c
│   ├── ipudec.c
│   ├── ircam.c
│   ├── ircam.h
│   ├── ircamdec.c
│   ├── ircamenc.c
│   ├── isom.c
│   ├── isom.h
│   ├── isom_tags.c
│   ├── iss.c
│   ├── iv8.c
│   ├── ivfdec.c
│   ├── ivfenc.c
│   ├── jacosubdec.c
│   ├── jacosubenc.c
│   ├── jpegtables.c
│   ├── jpegxl_anim_dec.c
│   ├── jpegxl_parse.c
│   ├── jvdec.c
│   ├── kvag.c
│   ├── lafdec.c
│   ├── latmenc.c
│   ├── lc3.c
│   ├── lcevc.c
│   ├── lcevc.h
│   ├── lcevctab.c
│   ├── libamqp.c
│   ├── libavformat.v
│   ├── libgme.c
│   ├── libmodplug.c
│   ├── libopenmpt.c
│   ├── librist.c
│   ├── librtmp.c
│   ├── libsmbclient.c
│   ├── libsrt.c
│   ├── libssh.c
│   ├── libzmq.c
│   ├── lmlm4.c
│   ├── loasdec.c
│   ├── log2_tab.c
│   ├── lrc.c
│   ├── lrc.h
│   ├── lrcdec.c
│   ├── lrcenc.c
│   ├── luodatdec.c
│   ├── lvfdec.c
│   ├── lxfdec.c
│   ├── m4vdec.c
│   ├── matroska.c
│   ├── matroska.h
│   ├── matroskadec.c
│   ├── matroskaenc.c
│   ├── mca.c
│   ├── mccdec.c
│   ├── mccenc.c
│   ├── md5proto.c
│   ├── metadata.c
│   ├── metadata.h
│   ├── mgsts.c
│   ├── microdvddec.c
│   ├── microdvdenc.c
│   ├── mj2kdec.c
│   ├── mkvtimestamp_v2.c
│   ├── mlpdec.c
│   ├── mlvdec.c
│   ├── mm.c
│   ├── mmf.c
│   ├── mms.c
│   ├── mms.h
│   ├── mmsh.c
│   ├── mmst.c
│   ├── mods.c
│   ├── moflex.c
│   ├── mov.c
│   ├── mov_chan.c
│   ├── mov_chan.h
│   ├── mov_esds.c
│   ├── movenc.c
│   ├── movenc.h
│   ├── movenc_ttml.c
│   ├── movenc_ttml.h
│   ├── movenccenc.c
│   ├── movenccenc.h
│   ├── movenchint.c
│   ├── mp3dec.c
│   ├── mp3enc.c
│   ├── mpc.c
│   ├── mpc8.c
│   ├── mpeg.c
│   ├── mpeg.h
│   ├── mpeg4audio_sample_rates.c
│   ├── mpegaudiotabs.c
│   ├── mpegenc.c
│   ├── mpegts.c
│   ├── mpegts.h
│   ├── mpegtsenc.c
│   ├── mpegvideodec.c
│   ├── mpjpeg.c
│   ├── mpjpegdec.c
│   ├── mpl2dec.c
│   ├── mpsubdec.c
│   ├── msf.c
│   ├── msnwc_tcp.c
│   ├── mspdec.c
│   ├── mtaf.c
│   ├── mtv.c
│   ├── musx.c
│   ├── mux.c
│   ├── mux.h
│   ├── mux_utils.c
│   ├── mvdec.c
│   ├── mvi.c
│   ├── mxf.c
│   ├── mxf.h
│   ├── mxfdec.c
│   ├── mxfenc.c
│   ├── mxg.c
│   ├── nal.c
│   ├── nal.h
│   ├── ncdec.c
│   ├── network.c
│   ├── network.h
│   ├── nistspheredec.c
│   ├── nspdec.c
│   ├── nsvdec.c
│   ├── nullenc.c
│   ├── nut.c
│   ├── nut.h
│   ├── nutdec.c
│   ├── nutenc.c
│   ├── nuv.c
│   ├── oggdec.c
│   ├── oggdec.h
│   ├── oggenc.c
│   ├── oggparsecelt.c
│   ├── oggparsedirac.c
│   ├── oggparseflac.c
│   ├── oggparseogm.c
│   ├── oggparseopus.c
│   ├── oggparseskeleton.c
│   ├── oggparsespeex.c
│   ├── oggparsetheora.c
│   ├── oggparsevorbis.c
│   ├── oggparsevp8.c
│   ├── oma.c
│   ├── oma.h
│   ├── omadec.c
│   ├── omaenc.c
│   ├── options.c
│   ├── options_table.h
│   ├── opus_frame_duration_tab.c
│   ├── os_support.c
│   ├── os_support.h
│   ├── osq.c
│   ├── paf.c
│   ├── pcm.c
│   ├── pcm.h
│   ├── pcmdec.c
│   ├── pcmenc.c
│   ├── pdvdec.c
│   ├── pdvenc.c
│   ├── pjsdec.c
│   ├── pmpdec.c
│   ├── pp_bnk.c
│   ├── prompeg.c
│   ├── protocols.c
│   ├── psxstr.c
│   ├── pva.c
│   ├── pvfdec.c
│   ├── qcp.c
│   ├── qoadec.c
│   ├── qtpalette.c
│   ├── qtpalette.h
│   ├── r3d.c
│   ├── rangecoder_dec.c
│   ├── rawdec.c
│   ├── rawdec.h
│   ├── rawenc.c
│   ├── rawenc.h
│   ├── rawutils.c
│   ├── rawutils.h
│   ├── rawvideodec.c
│   ├── rcwtdec.c
│   ├── rcwtenc.c
│   ├── rdt.c
│   ├── rdt.h
│   ├── realtextdec.c
│   ├── redspark.c
│   ├── replaygain.c
│   ├── replaygain.h
│   ├── riff.c
│   ├── riff.h
│   ├── riffdec.c
│   ├── riffenc.c
│   ├── riscv/
│   │   ├── Makefile
│   │   └── cpu_common.c
│   ├── rka.c
│   ├── rl2.c
│   ├── rm.c
│   ├── rm.h
│   ├── rmdec.c
│   ├── rmenc.c
│   ├── rmsipr.c
│   ├── rmsipr.h
│   ├── rpl.c
│   ├── rsd.c
│   ├── rso.c
│   ├── rso.h
│   ├── rsodec.c
│   ├── rsoenc.c
│   ├── rtmp.h
│   ├── rtmpcrypt.c
│   ├── rtmpcrypt.h
│   ├── rtmpdh.c
│   ├── rtmpdh.h
│   ├── rtmpdigest.c
│   ├── rtmphttp.c
│   ├── rtmppkt.c
│   ├── rtmppkt.h
│   ├── rtmpproto.c
│   ├── rtp.c
│   ├── rtp.h
│   ├── rtp_av1.h
│   ├── rtpdec.c
│   ├── rtpdec.h
│   ├── rtpdec_ac3.c
│   ├── rtpdec_amr.c
│   ├── rtpdec_asf.c
│   ├── rtpdec_av1.c
│   ├── rtpdec_dv.c
│   ├── rtpdec_formats.h
│   ├── rtpdec_g726.c
│   ├── rtpdec_h261.c
│   ├── rtpdec_h263.c
│   ├── rtpdec_h263_rfc2190.c
│   ├── rtpdec_h264.c
│   ├── rtpdec_hevc.c
│   ├── rtpdec_ilbc.c
│   ├── rtpdec_jpeg.c
│   ├── rtpdec_latm.c
│   ├── rtpdec_mpa_robust.c
│   ├── rtpdec_mpeg12.c
│   ├── rtpdec_mpeg4.c
│   ├── rtpdec_mpegts.c
│   ├── rtpdec_opus.c
│   ├── rtpdec_qcelp.c
│   ├── rtpdec_qdm2.c
│   ├── rtpdec_qt.c
│   ├── rtpdec_rfc4175.c
│   ├── rtpdec_svq3.c
│   ├── rtpdec_vc2hq.c
│   ├── rtpdec_vp8.c
│   ├── rtpdec_vp9.c
│   ├── rtpdec_xiph.c
│   ├── rtpenc.c
│   ├── rtpenc.h
│   ├── rtpenc_aac.c
│   ├── rtpenc_amr.c
│   ├── rtpenc_av1.c
│   ├── rtpenc_chain.c
│   ├── rtpenc_chain.h
│   ├── rtpenc_h261.c
│   ├── rtpenc_h263.c
│   ├── rtpenc_h263_rfc2190.c
│   ├── rtpenc_h264_hevc.c
│   ├── rtpenc_jpeg.c
│   ├── rtpenc_latm.c
│   ├── rtpenc_mpegts.c
│   ├── rtpenc_mpv.c
│   ├── rtpenc_rfc4175.c
│   ├── rtpenc_vc2hq.c
│   ├── rtpenc_vp8.c
│   ├── rtpenc_vp9.c
│   ├── rtpenc_xiph.c
│   ├── rtpproto.c
│   ├── rtpproto.h
│   ├── rtsp.c
│   ├── rtsp.h
│   ├── rtspcodes.h
│   ├── rtspdec.c
│   ├── rtspenc.c
│   ├── s337m.c
│   ├── samidec.c
│   ├── sapdec.c
│   ├── sapenc.c
│   ├── sauce.c
│   ├── sauce.h
│   ├── sbcdec.c
│   ├── sbgdec.c
│   ├── sccdec.c
│   ├── sccenc.c
│   ├── scd.c
│   ├── sctp.c
│   ├── sdns.c
│   ├── sdp.c
│   ├── sdr2.c
│   ├── sdsdec.c
│   ├── sdxdec.c
│   ├── seek.c
│   ├── segafilm.c
│   ├── segafilmenc.c
│   ├── segment.c
│   ├── serdec.c
│   ├── sga.c
│   ├── shortendec.c
│   ├── sierravmd.c
│   ├── siff.c
│   ├── smacker.c
│   ├── smjpeg.c
│   ├── smjpeg.h
│   ├── smjpegdec.c
│   ├── smjpegenc.c
│   ├── smoothstreamingenc.c
│   ├── smush.c
│   ├── sol.c
│   ├── sox.h
│   ├── soxdec.c
│   ├── soxenc.c
│   ├── spdif.c
│   ├── spdif.h
│   ├── spdifdec.c
│   ├── spdifenc.c
│   ├── srtdec.c
│   ├── srtenc.c
│   ├── srtp.c
│   ├── srtp.h
│   ├── srtpproto.c
│   ├── stldec.c
│   ├── subfile.c
│   ├── subtitles.c
│   ├── subtitles.h
│   ├── subviewer1dec.c
│   ├── subviewerdec.c
│   ├── supdec.c
│   ├── supenc.c
│   ├── svag.c
│   ├── svs.c
│   ├── swf.c
│   ├── swf.h
│   ├── swfdec.c
│   ├── swfenc.c
│   ├── takdec.c
│   ├── tcp.c
│   ├── tedcaptionsdec.c
│   ├── tee.c
│   ├── tee_common.c
│   ├── tee_common.h
│   ├── teeproto.c
│   ├── tests/
│   │   ├── .gitignore
│   │   ├── fifo_muxer.c
│   │   ├── id3v2.c
│   │   ├── imf.c
│   │   ├── movenc.c
│   │   ├── noproxy.c
│   │   ├── rtmpdh.c
│   │   ├── seek.c
│   │   ├── seek_utils.c
│   │   ├── srtp.c
│   │   └── url.c
│   ├── thp.c
│   ├── tiertexseq.c
│   ├── tls.c
│   ├── tls.h
│   ├── tls_gnutls.c
│   ├── tls_libtls.c
│   ├── tls_mbedtls.c
│   ├── tls_openssl.c
│   ├── tls_schannel.c
│   ├── tls_securetransport.c
│   ├── tmv.c
│   ├── to_upper4.c
│   ├── tta.c
│   ├── ttaenc.c
│   ├── ttmlenc.c
│   ├── ttmlenc.h
│   ├── tty.c
│   ├── txd.c
│   ├── ty.c
│   ├── udp.c
│   ├── uncodedframecrcenc.c
│   ├── unix.c
│   ├── url.c
│   ├── url.h
│   ├── urldecode.c
│   ├── urldecode.h
│   ├── usmdec.c
│   ├── utils.c
│   ├── vag.c
│   ├── vapoursynth.c
│   ├── vc1dec.c
│   ├── vc1test.c
│   ├── vc1testenc.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── vividas.c
│   ├── vivo.c
│   ├── voc.c
│   ├── voc.h
│   ├── voc_packet.c
│   ├── vocdec.c
│   ├── vocenc.c
│   ├── vorbiscomment.c
│   ├── vorbiscomment.h
│   ├── vpcc.c
│   ├── vpcc.h
│   ├── vpk.c
│   ├── vplayerdec.c
│   ├── vqf.c
│   ├── vvc.c
│   ├── vvc.h
│   ├── vvcdec.c
│   ├── w64.c
│   ├── w64.h
│   ├── wady.c
│   ├── wavarc.c
│   ├── wavdec.c
│   ├── wavenc.c
│   ├── wc3movie.c
│   ├── webm_chunk.c
│   ├── webmdashenc.c
│   ├── webp_anim_dec.c
│   ├── webpenc.c
│   ├── webvttdec.c
│   ├── webvttenc.c
│   ├── westwood_aud.c
│   ├── westwood_audenc.c
│   ├── westwood_vqa.c
│   ├── whip.c
│   ├── wsddec.c
│   ├── wtv.h
│   ├── wtv_common.c
│   ├── wtvdec.c
│   ├── wtvenc.c
│   ├── wv.c
│   ├── wv.h
│   ├── wvdec.c
│   ├── wvedec.c
│   ├── wvenc.c
│   ├── xa.c
│   ├── xmd.c
│   ├── xmv.c
│   ├── xvag.c
│   ├── xwma.c
│   ├── yop.c
│   ├── yuv4mpeg.h
│   ├── yuv4mpegdec.c
│   └── yuv4mpegenc.c
├── libavutil/
│   ├── .gitignore
│   ├── Makefile
│   ├── aarch64/
│   │   ├── Makefile
│   │   ├── asm.S
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── cpu_sme.S
│   │   ├── cpu_sve.S
│   │   ├── crc.S
│   │   ├── crc.h
│   │   ├── float_dsp_init.c
│   │   ├── float_dsp_neon.S
│   │   ├── intreadwrite.h
│   │   ├── neontest.h
│   │   ├── pixelutils.h
│   │   ├── pixelutils_neon.S
│   │   ├── timer.h
│   │   ├── tx_float_init.c
│   │   └── tx_float_neon.S
│   ├── adler32.c
│   ├── adler32.h
│   ├── aes.c
│   ├── aes.h
│   ├── aes_ctr.c
│   ├── aes_ctr.h
│   ├── aes_internal.h
│   ├── ambient_viewing_environment.c
│   ├── ambient_viewing_environment.h
│   ├── arm/
│   │   ├── Makefile
│   │   ├── asm.S
│   │   ├── bswap.h
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── float_dsp_arm.h
│   │   ├── float_dsp_init_arm.c
│   │   ├── float_dsp_init_neon.c
│   │   ├── float_dsp_init_vfp.c
│   │   ├── float_dsp_neon.S
│   │   ├── float_dsp_vfp.S
│   │   ├── intmath.h
│   │   ├── neontest.h
│   │   ├── pixelutils.h
│   │   ├── pixelutils_armv6.S
│   │   └── timer.h
│   ├── attributes.h
│   ├── attributes_internal.h
│   ├── audio_fifo.c
│   ├── audio_fifo.h
│   ├── avassert.h
│   ├── avsscanf.c
│   ├── avstring.c
│   ├── avstring.h
│   ├── avutil.h
│   ├── avutilres.rc
│   ├── base64.c
│   ├── base64.h
│   ├── blowfish.c
│   ├── blowfish.h
│   ├── bprint.c
│   ├── bprint.h
│   ├── bswap.h
│   ├── buffer.c
│   ├── buffer.h
│   ├── buffer_internal.h
│   ├── camellia.c
│   ├── camellia.h
│   ├── cast5.c
│   ├── cast5.h
│   ├── channel_layout.c
│   ├── channel_layout.h
│   ├── colorspace.h
│   ├── common.h
│   ├── container_fifo.c
│   ├── container_fifo.h
│   ├── cpu.c
│   ├── cpu.h
│   ├── cpu_internal.h
│   ├── crc.c
│   ├── crc.h
│   ├── crc_internal.h
│   ├── csp.c
│   ├── csp.h
│   ├── cuda_check.h
│   ├── des.c
│   ├── des.h
│   ├── detection_bbox.c
│   ├── detection_bbox.h
│   ├── dict.c
│   ├── dict.h
│   ├── display.c
│   ├── display.h
│   ├── dovi_meta.c
│   ├── dovi_meta.h
│   ├── downmix_info.c
│   ├── downmix_info.h
│   ├── dynarray.h
│   ├── emms.h
│   ├── encryption_info.c
│   ├── encryption_info.h
│   ├── error.c
│   ├── error.h
│   ├── eval.c
│   ├── eval.h
│   ├── executor.c
│   ├── executor.h
│   ├── ffmath.h
│   ├── fifo.c
│   ├── fifo.h
│   ├── file.c
│   ├── file.h
│   ├── file_open.c
│   ├── file_open.h
│   ├── film_grain_params.c
│   ├── film_grain_params.h
│   ├── fixed_dsp.c
│   ├── fixed_dsp.h
│   ├── float2half.c
│   ├── float2half.h
│   ├── float_dsp.c
│   ├── float_dsp.h
│   ├── float_scalarproduct.c
│   ├── frame.c
│   ├── frame.h
│   ├── getenv_utf8.h
│   ├── half2float.c
│   ├── half2float.h
│   ├── hash.c
│   ├── hash.h
│   ├── hdr_dynamic_metadata.c
│   ├── hdr_dynamic_metadata.h
│   ├── hdr_dynamic_vivid_metadata.c
│   ├── hdr_dynamic_vivid_metadata.h
│   ├── hmac.c
│   ├── hmac.h
│   ├── hwcontext.c
│   ├── hwcontext.h
│   ├── hwcontext_amf.c
│   ├── hwcontext_amf.h
│   ├── hwcontext_amf_internal.h
│   ├── hwcontext_cuda.c
│   ├── hwcontext_cuda.h
│   ├── hwcontext_cuda_internal.h
│   ├── hwcontext_d3d11va.c
│   ├── hwcontext_d3d11va.h
│   ├── hwcontext_d3d12va.c
│   ├── hwcontext_d3d12va.h
│   ├── hwcontext_d3d12va_internal.h
│   ├── hwcontext_drm.c
│   ├── hwcontext_drm.h
│   ├── hwcontext_dxva2.c
│   ├── hwcontext_dxva2.h
│   ├── hwcontext_internal.h
│   ├── hwcontext_mediacodec.c
│   ├── hwcontext_mediacodec.h
│   ├── hwcontext_oh.c
│   ├── hwcontext_oh.h
│   ├── hwcontext_opencl.c
│   ├── hwcontext_opencl.h
│   ├── hwcontext_qsv.c
│   ├── hwcontext_qsv.h
│   ├── hwcontext_stub.c
│   ├── hwcontext_vaapi.c
│   ├── hwcontext_vaapi.h
│   ├── hwcontext_vdpau.c
│   ├── hwcontext_vdpau.h
│   ├── hwcontext_videotoolbox.c
│   ├── hwcontext_videotoolbox.h
│   ├── hwcontext_vulkan.c
│   ├── hwcontext_vulkan.h
│   ├── iamf.c
│   ├── iamf.h
│   ├── imgutils.c
│   ├── imgutils.h
│   ├── imgutils_internal.h
│   ├── integer.c
│   ├── integer.h
│   ├── internal.h
│   ├── intfloat.h
│   ├── intmath.c
│   ├── intmath.h
│   ├── intreadwrite.h
│   ├── lfg.c
│   ├── lfg.h
│   ├── libavutil.v
│   ├── libm.h
│   ├── lls.c
│   ├── lls.h
│   ├── log.c
│   ├── log.h
│   ├── log2_tab.c
│   ├── loongarch/
│   │   ├── Makefile
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── loongson_intrinsics.h
│   │   └── timer.h
│   ├── lzo.c
│   ├── lzo.h
│   ├── macos_kperf.c
│   ├── macos_kperf.h
│   ├── macros.h
│   ├── mastering_display_metadata.c
│   ├── mastering_display_metadata.h
│   ├── mathematics.c
│   ├── mathematics.h
│   ├── md5.c
│   ├── md5.h
│   ├── mem.c
│   ├── mem.h
│   ├── mem_internal.h
│   ├── mips/
│   │   ├── Makefile
│   │   ├── asmdefs.h
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── float_dsp_mips.c
│   │   ├── generic_macros_msa.h
│   │   ├── intreadwrite.h
│   │   ├── libm_mips.h
│   │   ├── mmiutils.h
│   │   ├── pixelutils.h
│   │   └── pixelutils_msa.c
│   ├── motion_vector.h
│   ├── murmur3.c
│   ├── murmur3.h
│   ├── objc.h
│   ├── opt.c
│   ├── opt.h
│   ├── parseutils.c
│   ├── parseutils.h
│   ├── pca.c
│   ├── pca.h
│   ├── pixdesc.c
│   ├── pixdesc.h
│   ├── pixelutils.c
│   ├── pixelutils.h
│   ├── pixfmt.h
│   ├── ppc/
│   │   ├── Makefile
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── float_dsp_altivec.c
│   │   ├── float_dsp_altivec.h
│   │   ├── float_dsp_init.c
│   │   ├── float_dsp_vsx.c
│   │   ├── float_dsp_vsx.h
│   │   ├── intreadwrite.h
│   │   ├── timer.h
│   │   └── util_altivec.h
│   ├── qsort.h
│   ├── random_seed.c
│   ├── random_seed.h
│   ├── rational.c
│   ├── rational.h
│   ├── rc4.c
│   ├── rc4.h
│   ├── refstruct.c
│   ├── refstruct.h
│   ├── replaygain.h
│   ├── reverse.c
│   ├── reverse.h
│   ├── ripemd.c
│   ├── ripemd.h
│   ├── riscv/
│   │   ├── Makefile
│   │   ├── asm.S
│   │   ├── bswap.h
│   │   ├── bswap_rvb.S
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── cpu_common.c
│   │   ├── fixed_dsp_init.c
│   │   ├── fixed_dsp_rvv.S
│   │   ├── float_dsp_init.c
│   │   ├── float_dsp_rvv.S
│   │   ├── intmath.h
│   │   ├── lls_init.c
│   │   ├── lls_rvv.S
│   │   ├── pixelutils.h
│   │   └── pixelutils_rvv.S
│   ├── samplefmt.c
│   ├── samplefmt.h
│   ├── sfc64.h
│   ├── sha.c
│   ├── sha.h
│   ├── sha512.c
│   ├── sha512.h
│   ├── side_data.c
│   ├── side_data.h
│   ├── slicethread.c
│   ├── slicethread.h
│   ├── softfloat.h
│   ├── softfloat_ieee754.h
│   ├── softfloat_tables.h
│   ├── spherical.c
│   ├── spherical.h
│   ├── stereo3d.c
│   ├── stereo3d.h
│   ├── tablegen.h
│   ├── tdrdi.c
│   ├── tdrdi.h
│   ├── tea.c
│   ├── tea.h
│   ├── tests/
│   │   ├── .gitignore
│   │   ├── adler32.c
│   │   ├── aes.c
│   │   ├── aes_ctr.c
│   │   ├── audio_fifo.c
│   │   ├── avstring.c
│   │   ├── base64.c
│   │   ├── blowfish.c
│   │   ├── bprint.c
│   │   ├── buffer.c
│   │   ├── camellia.c
│   │   ├── cast5.c
│   │   ├── channel_layout.c
│   │   ├── color_utils.c
│   │   ├── cpu.c
│   │   ├── cpu_init.c
│   │   ├── crc.c
│   │   ├── des.c
│   │   ├── detection_bbox.c
│   │   ├── dict.c
│   │   ├── display.c
│   │   ├── encryption_info.c
│   │   ├── error.c
│   │   ├── eval.c
│   │   ├── fifo.c
│   │   ├── file.c
│   │   ├── film_grain_params.c
│   │   ├── hash.c
│   │   ├── hdr_dynamic_vivid_metadata.c
│   │   ├── hmac.c
│   │   ├── hwdevice.c
│   │   ├── imgutils.c
│   │   ├── integer.c
│   │   ├── lfg.c
│   │   ├── lls.c
│   │   ├── log.c
│   │   ├── lzo.c
│   │   ├── mathematics.c
│   │   ├── md5.c
│   │   ├── murmur3.c
│   │   ├── opt.c
│   │   ├── parseutils.c
│   │   ├── pca.c
│   │   ├── pixdesc.c
│   │   ├── pixelutils.c
│   │   ├── pixfmt_best.c
│   │   ├── random_seed.c
│   │   ├── rational.c
│   │   ├── rc4.c
│   │   ├── ripemd.c
│   │   ├── samplefmt.c
│   │   ├── sha.c
│   │   ├── sha512.c
│   │   ├── side_data_array.c
│   │   ├── softfloat.c
│   │   ├── spherical.c
│   │   ├── stereo3d.c
│   │   ├── tdrdi.c
│   │   ├── tea.c
│   │   ├── timecode.c
│   │   ├── timestamp.c
│   │   ├── tree.c
│   │   ├── twofish.c
│   │   ├── utf8.c
│   │   ├── uuid.c
│   │   ├── video_enc_params.c
│   │   └── xtea.c
│   ├── thread.h
│   ├── threadmessage.c
│   ├── threadmessage.h
│   ├── time.c
│   ├── time.h
│   ├── time_internal.h
│   ├── timecode.c
│   ├── timecode.h
│   ├── timecode_internal.c
│   ├── timecode_internal.h
│   ├── timer.h
│   ├── timestamp.c
│   ├── timestamp.h
│   ├── tree.c
│   ├── tree.h
│   ├── twofish.c
│   ├── twofish.h
│   ├── tx.c
│   ├── tx.h
│   ├── tx_double.c
│   ├── tx_float.c
│   ├── tx_int32.c
│   ├── tx_priv.h
│   ├── tx_template.c
│   ├── utils.c
│   ├── uuid.c
│   ├── uuid.h
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── video_enc_params.c
│   ├── video_enc_params.h
│   ├── video_hint.c
│   ├── video_hint.h
│   ├── vulkan.c
│   ├── vulkan.h
│   ├── vulkan_functions.h
│   ├── vulkan_glslang.c
│   ├── vulkan_loader.h
│   ├── vulkan_shaderc.c
│   ├── vulkan_spirv.h
│   ├── wasm/
│   │   ├── Makefile
│   │   └── cpu.c
│   ├── wchar_filename.h
│   ├── x86/
│   │   ├── Makefile
│   │   ├── aes.asm
│   │   ├── aes_init.c
│   │   ├── asm.h
│   │   ├── bswap.h
│   │   ├── cpu.c
│   │   ├── cpu.h
│   │   ├── cpuid.asm
│   │   ├── crc.asm
│   │   ├── crc.h
│   │   ├── emms.asm
│   │   ├── fixed_dsp.asm
│   │   ├── fixed_dsp_init.c
│   │   ├── float_dsp.asm
│   │   ├── float_dsp_init.c
│   │   ├── imgutils.asm
│   │   ├── imgutils_init.c
│   │   ├── intmath.h
│   │   ├── intreadwrite.h
│   │   ├── lls.asm
│   │   ├── lls_init.c
│   │   ├── pixelutils.asm
│   │   ├── pixelutils.h
│   │   ├── timer.h
│   │   ├── tx_float.asm
│   │   ├── tx_float_init.c
│   │   ├── w64xmmtest.h
│   │   ├── x86inc.asm
│   │   └── x86util.asm
│   ├── xga_font_data.c
│   ├── xga_font_data.h
│   ├── xtea.c
│   ├── xtea.h
│   └── zlib_utils.h
├── libswresample/
│   ├── Makefile
│   ├── aarch64/
│   │   ├── Makefile
│   │   ├── audio_convert_init.c
│   │   ├── audio_convert_neon.S
│   │   ├── neontest.c
│   │   ├── resample.S
│   │   └── resample_init.c
│   ├── arm/
│   │   ├── Makefile
│   │   ├── audio_convert_init.c
│   │   ├── audio_convert_neon.S
│   │   ├── neontest.c
│   │   ├── resample.S
│   │   └── resample_init.c
│   ├── audioconvert.c
│   ├── audioconvert.h
│   ├── dither.c
│   ├── dither_template.c
│   ├── libswresample.v
│   ├── log2_tab.c
│   ├── noise_shaping_data.c
│   ├── options.c
│   ├── rematrix.c
│   ├── rematrix_template.c
│   ├── resample.c
│   ├── resample.h
│   ├── resample_dsp.c
│   ├── resample_template.c
│   ├── soxr_resample.c
│   ├── swresample.c
│   ├── swresample.h
│   ├── swresample_frame.c
│   ├── swresample_internal.h
│   ├── swresampleres.rc
│   ├── tests/
│   │   ├── .gitignore
│   │   └── swresample.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   └── x86/
│       ├── Makefile
│       ├── audio_convert.asm
│       ├── audio_convert_init.c
│       ├── rematrix.asm
│       ├── rematrix_init.c
│       ├── resample.asm
│       ├── resample_init.c
│       └── w64xmmtest.c
├── libswscale/
│   ├── Makefile
│   ├── aarch64/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── asm-offsets.h
│   │   ├── hscale.S
│   │   ├── input.S
│   │   ├── ops.c
│   │   ├── ops_asmgen.c
│   │   ├── ops_entries.c
│   │   ├── ops_impl.c
│   │   ├── ops_impl.h
│   │   ├── ops_impl_conv.c
│   │   ├── ops_lookup.h
│   │   ├── output.S
│   │   ├── range_convert_neon.S
│   │   ├── rasm.c
│   │   ├── rasm.h
│   │   ├── rasm_print.c
│   │   ├── rgb2rgb.c
│   │   ├── rgb2rgb_neon.S
│   │   ├── swscale.c
│   │   ├── swscale_unscaled.c
│   │   ├── swscale_unscaled_neon.S
│   │   ├── xyz2rgb_neon.S
│   │   └── yuv2rgb_neon.S
│   ├── alphablend.c
│   ├── arm/
│   │   ├── Makefile
│   │   ├── hscale.S
│   │   ├── output.S
│   │   ├── rgb2yuv_neon_16.S
│   │   ├── rgb2yuv_neon_32.S
│   │   ├── rgb2yuv_neon_common.S
│   │   ├── swscale.c
│   │   ├── swscale_unscaled.c
│   │   └── yuv2rgb_neon.S
│   ├── bayer_template.c
│   ├── cms.c
│   ├── cms.h
│   ├── csputils.c
│   ├── csputils.h
│   ├── filters.c
│   ├── filters.h
│   ├── format.c
│   ├── format.h
│   ├── framepool.c
│   ├── gamma.c
│   ├── graph.c
│   ├── graph.h
│   ├── half2float.c
│   ├── hscale.c
│   ├── hscale_fast_bilinear.c
│   ├── input.c
│   ├── libswscale.v
│   ├── log2_tab.c
│   ├── loongarch/
│   │   ├── Makefile
│   │   ├── input.S
│   │   ├── input_lasx.c
│   │   ├── input_lsx.c
│   │   ├── output.S
│   │   ├── output_lasx.c
│   │   ├── output_lsx.c
│   │   ├── rgb2rgb_lasx.c
│   │   ├── swscale.S
│   │   ├── swscale_init_loongarch.c
│   │   ├── swscale_lasx.c
│   │   ├── swscale_loongarch.h
│   │   ├── swscale_lsx.c
│   │   ├── yuv2rgb_lasx.c
│   │   └── yuv2rgb_lsx.c
│   ├── lut3d.c
│   ├── lut3d.h
│   ├── ops.c
│   ├── ops.h
│   ├── ops_backend.c
│   ├── ops_backend.h
│   ├── ops_chain.c
│   ├── ops_chain.h
│   ├── ops_dispatch.c
│   ├── ops_dispatch.h
│   ├── ops_internal.h
│   ├── ops_memcpy.c
│   ├── ops_optimizer.c
│   ├── ops_tmpl_common.c
│   ├── ops_tmpl_float.c
│   ├── ops_tmpl_int.c
│   ├── options.c
│   ├── output.c
│   ├── ppc/
│   │   ├── Makefile
│   │   ├── swscale_altivec.c
│   │   ├── swscale_ppc_template.c
│   │   ├── swscale_vsx.c
│   │   ├── yuv2rgb_altivec.c
│   │   ├── yuv2rgb_altivec.h
│   │   └── yuv2yuv_altivec.c
│   ├── rgb2rgb.c
│   ├── rgb2rgb.h
│   ├── rgb2rgb_template.c
│   ├── riscv/
│   │   ├── Makefile
│   │   ├── cpu_common.c
│   │   ├── input_rvv.S
│   │   ├── range_rvv.S
│   │   ├── rgb2rgb.c
│   │   ├── rgb2rgb_rvb.S
│   │   ├── rgb2rgb_rvv.S
│   │   └── swscale.c
│   ├── slice.c
│   ├── swscale.c
│   ├── swscale.h
│   ├── swscale_internal.h
│   ├── swscale_unscaled.c
│   ├── swscaleres.rc
│   ├── tests/
│   │   ├── .gitignore
│   │   ├── colorspace.c
│   │   ├── floatimg_cmp.c
│   │   ├── pixdesc_query.c
│   │   ├── sws_ops.c
│   │   ├── sws_ops_aarch64.c
│   │   └── swscale.c
│   ├── utils.c
│   ├── version.c
│   ├── version.h
│   ├── version_major.h
│   ├── vscale.c
│   ├── vulkan/
│   │   ├── Makefile
│   │   ├── ops.c
│   │   ├── ops.h
│   │   ├── spvasm.h
│   │   ├── vulkan.c
│   │   ├── vulkan_glslang.c
│   │   └── vulkan_shaderc.c
│   ├── x86/
│   │   ├── Makefile
│   │   ├── hscale_fast_bilinear_simd.c
│   │   ├── input.asm
│   │   ├── ops.c
│   │   ├── ops_common.asm
│   │   ├── ops_float.asm
│   │   ├── ops_int.asm
│   │   ├── output.asm
│   │   ├── range_convert.asm
│   │   ├── rgb2rgb.c
│   │   ├── rgb_2_rgb.asm
│   │   ├── scale.asm
│   │   ├── scale_avx2.asm
│   │   ├── swscale.c
│   │   ├── swscale_template.c
│   │   ├── w64xmmtest.c
│   │   ├── yuv2rgb.c
│   │   ├── yuv2yuvX.asm
│   │   └── yuv_2_rgb.asm
│   └── yuv2rgb.c
├── presets/
│   ├── libvpx-1080p.ffpreset
│   ├── libvpx-1080p50_60.ffpreset
│   ├── libvpx-360p.ffpreset
│   ├── libvpx-720p.ffpreset
│   └── libvpx-720p50_60.ffpreset
├── tests/
│   ├── .gitignore
│   ├── Makefile
│   ├── api/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── api-band-test.c
│   │   ├── api-dump-stream-meta-test.c
│   │   ├── api-enc-parser-test.c
│   │   ├── api-flac-test.c
│   │   ├── api-h264-slice-test.c
│   │   ├── api-h264-test.c
│   │   ├── api-seek-test.c
│   │   └── api-threadmessage-test.c
│   ├── audiogen.c
│   ├── audiomatch.c
│   ├── base64.c
│   ├── checkasm/
│   │   ├── .gitignore
│   │   ├── Makefile
│   │   ├── aacencdsp.c
│   │   ├── aacpsdsp.c
│   │   ├── aarch64/
│   │   │   └── checkasm.S
│   │   ├── ac3dsp.c
│   │   ├── aes.c
│   │   ├── af_afir.c
│   │   ├── alacdsp.c
│   │   ├── apv_dsp.c
│   │   ├── arm/
│   │   │   └── checkasm.S
│   │   ├── audiodsp.c
│   │   ├── av_tx.c
│   │   ├── blockdsp.c
│   │   ├── bswapdsp.c
│   │   ├── cavsdsp.c
│   │   ├── checkasm.c
│   │   ├── checkasm.h
│   │   ├── crc.c
│   │   ├── dcadsp.c
│   │   ├── diracdsp.c
│   │   ├── exrdsp.c
│   │   ├── fdctdsp.c
│   │   ├── fixed_dsp.c
│   │   ├── flacdsp.c
│   │   ├── float_dsp.c
│   │   ├── fmtconvert.c
│   │   ├── g722dsp.c
│   │   ├── h263dsp.c
│   │   ├── h264chroma.c
│   │   ├── h264dsp.c
│   │   ├── h264pred.c
│   │   ├── h264qpel.c
│   │   ├── hevc_add_res.c
│   │   ├── hevc_deblock.c
│   │   ├── hevc_dequant.c
│   │   ├── hevc_idct.c
│   │   ├── hevc_pel.c
│   │   ├── hevc_pred.c
│   │   ├── hevc_sao.c
│   │   ├── hpeldsp.c
│   │   ├── huffyuvdsp.c
│   │   ├── huffyuvencdsp.c
│   │   ├── idctdsp.c
│   │   ├── jpeg2000dsp.c
│   │   ├── llauddsp.c
│   │   ├── lls.c
│   │   ├── llviddsp.c
│   │   ├── llvidencdsp.c
│   │   ├── lpc.c
│   │   ├── motion.c
│   │   ├── mpeg4videodsp.c
│   │   ├── mpegvideo_unquantize.c
│   │   ├── mpegvideoencdsp.c
│   │   ├── opusdsp.c
│   │   ├── pixblockdsp.c
│   │   ├── pixelutils.c
│   │   ├── png.c
│   │   ├── qpeldsp.c
│   │   ├── riscv/
│   │   │   └── checkasm.S
│   │   ├── rv34dsp.c
│   │   ├── rv40dsp.c
│   │   ├── sbcdsp.c
│   │   ├── sbrdsp.c
│   │   ├── scene_sad.c
│   │   ├── snowdsp.c
│   │   ├── svq1enc.c
│   │   ├── sw_gbrp.c
│   │   ├── sw_ops.c
│   │   ├── sw_range_convert.c
│   │   ├── sw_rgb.c
│   │   ├── sw_scale.c
│   │   ├── sw_xyz2rgb.c
│   │   ├── sw_yuv2rgb.c
│   │   ├── sw_yuv2yuv.c
│   │   ├── synth_filter.c
│   │   ├── takdsp.c
│   │   ├── utvideodsp.c
│   │   ├── v210dec.c
│   │   ├── v210enc.c
│   │   ├── vc1dsp.c
│   │   ├── vf_blackdetect.c
│   │   ├── vf_blend.c
│   │   ├── vf_bwdif.c
│   │   ├── vf_colordetect.c
│   │   ├── vf_colorspace.c
│   │   ├── vf_convolution.c
│   │   ├── vf_eq.c
│   │   ├── vf_fspp.c
│   │   ├── vf_gblur.c
│   │   ├── vf_hflip.c
│   │   ├── vf_idet.c
│   │   ├── vf_nlmeans.c
│   │   ├── vf_pp7.c
│   │   ├── vf_threshold.c
│   │   ├── videodsp.c
│   │   ├── vorbisdsp.c
│   │   ├── vp3dsp.c
│   │   ├── vp6dsp.c
│   │   ├── vp8dsp.c
│   │   ├── vp9dsp.c
│   │   ├── vvc_alf.c
│   │   ├── vvc_mc.c
│   │   ├── vvc_sao.c
│   │   └── x86/
│   │       └── checkasm.asm
│   ├── copycooker.sh
│   ├── extended.ffconcat
│   ├── fate/
│   │   ├── aac.mak
│   │   ├── ac3.mak
│   │   ├── acodec.mak
│   │   ├── adpcm.mak
│   │   ├── alac.mak
│   │   ├── als.mak
│   │   ├── amrnb.mak
│   │   ├── amrwb.mak
│   │   ├── api.mak
│   │   ├── apng.mak
│   │   ├── apv.mak
│   │   ├── atrac.mak
│   │   ├── audio.mak
│   │   ├── av1.mak
│   │   ├── bmp.mak
│   │   ├── build.mak
│   │   ├── caf.mak
│   │   ├── canopus.mak
│   │   ├── cbs.mak
│   │   ├── cdxl.mak
│   │   ├── checkasm.mak
│   │   ├── concatdec.mak
│   │   ├── cover-art.mak
│   │   ├── dca.mak
│   │   ├── demux.mak
│   │   ├── dfa.mak
│   │   ├── dnxhd.mak
│   │   ├── dpcm.mak
│   │   ├── dvvideo.mak
│   │   ├── ea.mak
│   │   ├── enc_external.mak
│   │   ├── exif.mak
│   │   ├── ffmpeg.mak
│   │   ├── ffprobe.mak
│   │   ├── fifo-muxer.mak
│   │   ├── filter-audio.mak
│   │   ├── filter-video.mak
│   │   ├── fits.mak
│   │   ├── flac.mak
│   │   ├── flvenc.mak
│   │   ├── gapless.mak
│   │   ├── gif.mak
│   │   ├── h264.mak
│   │   ├── hap.mak
│   │   ├── hevc.mak
│   │   ├── hlsenc.mak
│   │   ├── hw.mak
│   │   ├── iamf.mak
│   │   ├── id3v2.mak
│   │   ├── image.mak
│   │   ├── imf.mak
│   │   ├── indeo.mak
│   │   ├── jpeg2000.mak
│   │   ├── jxl.mak
│   │   ├── lavf-audio.mak
│   │   ├── lavf-container.mak
│   │   ├── lavf-image.mak
│   │   ├── lavf-image2pipe.mak
│   │   ├── lavf-video.mak
│   │   ├── libavcodec.mak
│   │   ├── libavdevice.mak
│   │   ├── libavformat.mak
│   │   ├── libavutil.mak
│   │   ├── libswresample.mak
│   │   ├── libswscale.mak
│   │   ├── lossless-audio.mak
│   │   ├── lossless-video.mak
│   │   ├── matroska.mak
│   │   ├── microsoft.mak
│   │   ├── monkeysaudio.mak
│   │   ├── mov.mak
│   │   ├── mp3.mak
│   │   ├── mpc.mak
│   │   ├── mpeg4.mak
│   │   ├── mpegps.mak
│   │   ├── mpegts.mak
│   │   ├── mxf.mak
│   │   ├── ogg-flac.mak
│   │   ├── ogg-opus.mak
│   │   ├── ogg-vorbis.mak
│   │   ├── oma.mak
│   │   ├── opus.mak
│   │   ├── pcm.mak
│   │   ├── pixfmt.mak
│   │   ├── pixlet.mak
│   │   ├── probe.mak
│   │   ├── prores.mak
│   │   ├── qoa.mak
│   │   ├── qt.mak
│   │   ├── qtrle.mak
│   │   ├── real.mak
│   │   ├── sbc.mak
│   │   ├── screen.mak
│   │   ├── seek.mak
│   │   ├── segafilm.mak
│   │   ├── segment.mak
│   │   ├── source-check.sh
│   │   ├── source.mak
│   │   ├── spdif.mak
│   │   ├── speedhq.mak
│   │   ├── subtitles.mak
│   │   ├── truehd.mak
│   │   ├── utvideo.mak
│   │   ├── vbn.mak
│   │   ├── vcodec.mak
│   │   ├── video.mak
│   │   ├── voice.mak
│   │   ├── vorbis.mak
│   │   ├── vpx.mak
│   │   ├── vqf.mak
│   │   ├── vvc.mak
│   │   ├── wavpack.mak
│   │   ├── webm-dash-manifest.mak
│   │   ├── wma.mak
│   │   └── xvid.mak
│   ├── fate-run.sh
│   ├── fate-valgrind.supp
│   ├── fate.sh
│   ├── filtergraphs/
│   │   ├── alphamerge_alphaextract_rgb
│   │   ├── alphamerge_alphaextract_yuv
│   │   ├── anequalizer
│   │   ├── channelmap_one_int
│   │   ├── channelmap_one_str
│   │   ├── colorkey
│   │   ├── compand
│   │   ├── concat
│   │   ├── concat-vfr
│   │   ├── crazychannels
│   │   ├── custom_rematrix
│   │   ├── firequalizer
│   │   ├── gradfun
│   │   ├── hqdn3d
│   │   ├── hstack
│   │   ├── iamf_5_1_4
│   │   ├── iamf_7_1_4
│   │   ├── iamf_9_1_6
│   │   ├── iamf_ambisonic_1
│   │   ├── lavr_mix_output_zero
│   │   ├── mergeplanes
│   │   ├── mov-channel-description
│   │   ├── mov-mp4-pcm
│   │   ├── overlay
│   │   ├── overlay-dvdsub-2397
│   │   ├── overlay_nv12
│   │   ├── overlay_nv21
│   │   ├── overlay_rgb
│   │   ├── overlay_yuv420
│   │   ├── overlay_yuv420p10
│   │   ├── overlay_yuv422
│   │   ├── overlay_yuv422p10
│   │   ├── overlay_yuv444
│   │   ├── overlay_yuv444p10
│   │   ├── scale2ref_keep_aspect
│   │   ├── scalenorm
│   │   ├── select-alternate
│   │   ├── select-buffering
│   │   ├── setpts
│   │   └── vstack
│   ├── maps/
│   │   ├── fsync-down
│   │   └── fsync-up
│   ├── md5.sh
│   ├── ref/
│   │   ├── acodec/
│   │   │   ├── adpcm-adx
│   │   │   ├── adpcm-argo
│   │   │   ├── adpcm-ima_alp
│   │   │   ├── adpcm-ima_apm
│   │   │   ├── adpcm-ima_qt
│   │   │   ├── adpcm-ima_qt-trellis
│   │   │   ├── adpcm-ima_ssi
│   │   │   ├── adpcm-ima_wav
│   │   │   ├── adpcm-ima_wav-trellis
│   │   │   ├── adpcm-ima_ws
│   │   │   ├── adpcm-ms
│   │   │   ├── adpcm-ms-trellis
│   │   │   ├── adpcm-swf
│   │   │   ├── adpcm-swf-trellis
│   │   │   ├── adpcm-swf-wav
│   │   │   ├── adpcm-yamaha
│   │   │   ├── adpcm-yamaha-trellis
│   │   │   ├── alac
│   │   │   ├── flac
│   │   │   ├── flac-exact-rice
│   │   │   ├── g723_1
│   │   │   ├── mp2
│   │   │   ├── mp2fixed
│   │   │   ├── pcm-alaw
│   │   │   ├── pcm-f32be
│   │   │   ├── pcm-f32le
│   │   │   ├── pcm-f64be
│   │   │   ├── pcm-f64le
│   │   │   ├── pcm-mulaw
│   │   │   ├── pcm-s16be
│   │   │   ├── pcm-s16be_planar
│   │   │   ├── pcm-s16le
│   │   │   ├── pcm-s16le_planar
│   │   │   ├── pcm-s24be
│   │   │   ├── pcm-s24le
│   │   │   ├── pcm-s24le_planar
│   │   │   ├── pcm-s32be
│   │   │   ├── pcm-s32le
│   │   │   ├── pcm-s32le_planar
│   │   │   ├── pcm-s8
│   │   │   ├── pcm-s8_planar
│   │   │   ├── pcm-u16be
│   │   │   ├── pcm-u16le
│   │   │   ├── pcm-u24be
│   │   │   ├── pcm-u24le
│   │   │   ├── pcm-u32be
│   │   │   ├── pcm-u32le
│   │   │   ├── pcm-u8
│   │   │   ├── roqaudio
│   │   │   ├── s302m
│   │   │   ├── tta
│   │   │   └── wavpack
│   │   ├── fate/
│   │   │   ├── 012v
│   │   │   ├── 4xm-1
│   │   │   ├── 4xm-2
│   │   │   ├── 8bps
│   │   │   ├── aa-demux
│   │   │   ├── aac-autobsf-adtstoasc
│   │   │   ├── aasc
│   │   │   ├── ac3-fixed-encode-2
│   │   │   ├── adpcm-4xm
│   │   │   ├── adpcm-afc
│   │   │   ├── adpcm-argo-mono
│   │   │   ├── adpcm-argo-stereo
│   │   │   ├── adpcm-creative
│   │   │   ├── adpcm-creative-8-2.6bit
│   │   │   ├── adpcm-creative-8-2bit
│   │   │   ├── adpcm-creative-8-4bit
│   │   │   ├── adpcm-dtk
│   │   │   ├── adpcm-ea-1
│   │   │   ├── adpcm-ea-2
│   │   │   ├── adpcm-ea-maxis-xa
│   │   │   ├── adpcm-ea-r1
│   │   │   ├── adpcm-ea-r2
│   │   │   ├── adpcm-ea-r3
│   │   │   ├── adpcm-ima-alp-mono
│   │   │   ├── adpcm-ima-alp-stereo
│   │   │   ├── adpcm-ima-amv
│   │   │   ├── adpcm-ima-apc
│   │   │   ├── adpcm-ima-apm-mono
│   │   │   ├── adpcm-ima-apm-stereo
│   │   │   ├── adpcm-ima-cunning-single
│   │   │   ├── adpcm-ima-cunning-stereo
│   │   │   ├── adpcm-ima-cunning-track0
│   │   │   ├── adpcm-ima-cunning-track1
│   │   │   ├── adpcm-ima-cunning-trunc-h2
│   │   │   ├── adpcm-ima-cunning-trunc-t1
│   │   │   ├── adpcm-ima-cunning-trunc-t2-track0
│   │   │   ├── adpcm-ima-cunning-trunc-t2-track1
│   │   │   ├── adpcm-ima-cunning-trunc-t2a-track0
│   │   │   ├── adpcm-ima-cunning-trunc-t2a-track1
│   │   │   ├── adpcm-ima-dk3
│   │   │   ├── adpcm-ima-dk4
│   │   │   ├── adpcm-ima-ea-eacs
│   │   │   ├── adpcm-ima-ea-sead
│   │   │   ├── adpcm-ima-iss
│   │   │   ├── adpcm-ima-oki
│   │   │   ├── adpcm-ima-rad
│   │   │   ├── adpcm-ima-smjpeg
│   │   │   ├── adpcm-ima-ssi-mono
│   │   │   ├── adpcm-ima-ssi-stereo
│   │   │   ├── adpcm-ima-ws
│   │   │   ├── adpcm-ima-ws-vqa3
│   │   │   ├── adpcm-ima_wav-stereo
│   │   │   ├── adpcm-ms-mono
│   │   │   ├── adpcm-sanyo-3bit
│   │   │   ├── adpcm-sanyo-4bit
│   │   │   ├── adpcm-sanyo-5bit
│   │   │   ├── adpcm-thp
│   │   │   ├── adpcm-vima
│   │   │   ├── adpcm-xa
│   │   │   ├── adpcm_ms-stereo
│   │   │   ├── adts-demux
│   │   │   ├── adts-id3v1-demux
│   │   │   ├── adts-id3v2-demux
│   │   │   ├── adts-id3v2-two-tags-demux
│   │   │   ├── adtstoasc_ticket3715
│   │   │   ├── aea-demux
│   │   │   ├── aic
│   │   │   ├── aic-oddsize
│   │   │   ├── alg-mm
│   │   │   ├── aliaspix-bgr
│   │   │   ├── aliaspix-gray
│   │   │   ├── amrnb-remux
│   │   │   ├── amrwb-remux
│   │   │   ├── amv
│   │   │   ├── ansi
│   │   │   ├── ansi256
│   │   │   ├── api-enc-parser
│   │   │   ├── api-enc-parser-cif
│   │   │   ├── api-h264
│   │   │   ├── api-h264-slice
│   │   │   ├── apng-clock
│   │   │   ├── apng-dispose-background
│   │   │   ├── apng-dispose-background2
│   │   │   ├── apng-dispose-previous
│   │   │   ├── apng-osample
│   │   │   ├── aptx
│   │   │   ├── aptx-hd
│   │   │   ├── apv-400-10
│   │   │   ├── apv-422-10
│   │   │   ├── armovie-escape124
│   │   │   ├── armovie-escape130
│   │   │   ├── asf-repldata
│   │   │   ├── ast
│   │   │   ├── async
│   │   │   ├── atrac-aea-remux
│   │   │   ├── atrac-matroska-remux
│   │   │   ├── audio_fifo
│   │   │   ├── audiomatch-afconvert-16000-mono-he-adts
│   │   │   ├── audiomatch-afconvert-16000-mono-he-m4a
│   │   │   ├── audiomatch-afconvert-16000-mono-lc-adts
│   │   │   ├── audiomatch-afconvert-16000-mono-lc-m4a
│   │   │   ├── audiomatch-afconvert-16000-stereo-he-adts
│   │   │   ├── audiomatch-afconvert-16000-stereo-he-m4a
│   │   │   ├── audiomatch-afconvert-16000-stereo-he2-adts
│   │   │   ├── audiomatch-afconvert-16000-stereo-he2-m4a
│   │   │   ├── audiomatch-afconvert-16000-stereo-lc-adts
│   │   │   ├── audiomatch-afconvert-16000-stereo-lc-m4a
│   │   │   ├── audiomatch-afconvert-44100-mono-he-adts
│   │   │   ├── audiomatch-afconvert-44100-mono-he-m4a
│   │   │   ├── audiomatch-afconvert-44100-mono-lc-adts
│   │   │   ├── audiomatch-afconvert-44100-mono-lc-m4a
│   │   │   ├── audiomatch-afconvert-44100-stereo-he-adts
│   │   │   ├── audiomatch-afconvert-44100-stereo-he-m4a
│   │   │   ├── audiomatch-afconvert-44100-stereo-he2-adts
│   │   │   ├── audiomatch-afconvert-44100-stereo-he2-m4a
│   │   │   ├── audiomatch-afconvert-44100-stereo-lc-adts
│   │   │   ├── audiomatch-afconvert-44100-stereo-lc-m4a
│   │   │   ├── audiomatch-dolby-44100-mono-he-mp4
│   │   │   ├── audiomatch-dolby-44100-mono-lc-mp4
│   │   │   ├── audiomatch-dolby-44100-stereo-he-mp4
│   │   │   ├── audiomatch-dolby-44100-stereo-he2-mp4
│   │   │   ├── audiomatch-dolby-44100-stereo-lc-mp4
│   │   │   ├── audiomatch-faac-16000-mono-lc-adts
│   │   │   ├── audiomatch-faac-16000-mono-lc-m4a
│   │   │   ├── audiomatch-faac-16000-stereo-lc-adts
│   │   │   ├── audiomatch-faac-16000-stereo-lc-m4a
│   │   │   ├── audiomatch-faac-44100-mono-lc-adts
│   │   │   ├── audiomatch-faac-44100-mono-lc-m4a
│   │   │   ├── audiomatch-faac-44100-stereo-lc-adts
│   │   │   ├── audiomatch-faac-44100-stereo-lc-m4a
│   │   │   ├── audiomatch-nero-16000-mono-he-m4a
│   │   │   ├── audiomatch-nero-16000-mono-lc-m4a
│   │   │   ├── audiomatch-nero-16000-stereo-he-m4a
│   │   │   ├── audiomatch-nero-16000-stereo-he2-m4a
│   │   │   ├── audiomatch-nero-16000-stereo-lc-m4a
│   │   │   ├── audiomatch-nero-44100-mono-he-m4a
│   │   │   ├── audiomatch-nero-44100-mono-lc-m4a
│   │   │   ├── audiomatch-nero-44100-stereo-he-m4a
│   │   │   ├── audiomatch-nero-44100-stereo-he2-m4a
│   │   │   ├── audiomatch-nero-44100-stereo-lc-m4a
│   │   │   ├── audiomatch-quicktime7-44100-stereo-lc-mp4
│   │   │   ├── audiomatch-quicktimeX-44100-stereo-lc-m4a
│   │   │   ├── audiomatch-square-aac
│   │   │   ├── audiomatch-square-mp3
│   │   │   ├── auravision-v1
│   │   │   ├── auravision-v2
│   │   │   ├── autorotate
│   │   │   ├── av1-annexb-demux
│   │   │   ├── avid-interlaced
│   │   │   ├── avid-meridian
│   │   │   ├── avio-direct
│   │   │   ├── avstring
│   │   │   ├── base64
│   │   │   ├── bcstm
│   │   │   ├── bethsoft-vid
│   │   │   ├── bfi
│   │   │   ├── bfstm
│   │   │   ├── bink-demux
│   │   │   ├── bink-video-b
│   │   │   ├── bink-video-f
│   │   │   ├── bink-video-i
│   │   │   ├── binsub-mksenc
│   │   │   ├── binsub-movtextenc
│   │   │   ├── blowfish
│   │   │   ├── bmp-15bit
│   │   │   ├── bmp-15bit-mask
│   │   │   ├── bmp-16bit-mask
│   │   │   ├── bmp-1bit
│   │   │   ├── bmp-24bit
│   │   │   ├── bmp-32bit
│   │   │   ├── bmp-32bit-mask
│   │   │   ├── bmp-4bit
│   │   │   ├── bmp-4bit-os2
│   │   │   ├── bmp-8bit
│   │   │   ├── bmp-8bit-os2
│   │   │   ├── bmp-rle4
│   │   │   ├── bmp-rle8
│   │   │   ├── bmpparser
│   │   │   ├── bmv-audio
│   │   │   ├── bmv-video
│   │   │   ├── bprint
│   │   │   ├── brenderpix-24
│   │   │   ├── brenderpix-565
│   │   │   ├── brenderpix-defpal
│   │   │   ├── brenderpix-intpal
│   │   │   ├── brenderpix-y400a
│   │   │   ├── brstm
│   │   │   ├── buffer
│   │   │   ├── caf-alac-remux
│   │   │   ├── caf-amr_nb-remux
│   │   │   ├── caf-demux
│   │   │   ├── caf-mace6-remux
│   │   │   ├── caf-pcm_s24-remux
│   │   │   ├── caf-pcm_s24le-remux
│   │   │   ├── caf-qdm2-remux
│   │   │   ├── canopus-cllc-argb
│   │   │   ├── canopus-cllc-rgb
│   │   │   ├── canopus-cllc-yuy2-noblock
│   │   │   ├── canopus-hq_hqa-hq
│   │   │   ├── canopus-hq_hqa-hqa
│   │   │   ├── canopus-hq_hqa-inter
│   │   │   ├── canopus-hqx422
│   │   │   ├── canopus-hqx422a
│   │   │   ├── cavs
│   │   │   ├── cavs-demux
│   │   │   ├── cbs-apv-profile_400-10
│   │   │   ├── cbs-apv-profile_422-10
│   │   │   ├── cbs-av1-av1-1-b10-23-film_grain-50
│   │   │   ├── cbs-av1-av1-1-b8-02-allintra
│   │   │   ├── cbs-av1-av1-1-b8-03-sizedown
│   │   │   ├── cbs-av1-av1-1-b8-03-sizeup
│   │   │   ├── cbs-av1-av1-1-b8-04-cdfupdate
│   │   │   ├── cbs-av1-av1-1-b8-05-mv
│   │   │   ├── cbs-av1-av1-1-b8-06-mfmv
│   │   │   ├── cbs-av1-av1-1-b8-22-svc-L1T2
│   │   │   ├── cbs-av1-av1-1-b8-22-svc-L2T1
│   │   │   ├── cbs-av1-av1-1-b8-22-svc-L2T2
│   │   │   ├── cbs-av1-av1-1-b8-23-film_grain-50
│   │   │   ├── cbs-av1-decode_model
│   │   │   ├── cbs-av1-frames_refs_short_signaling
│   │   │   ├── cbs-av1-non_uniform_tiling
│   │   │   ├── cbs-av1-seq_hdr_op_param_info
│   │   │   ├── cbs-av1-switch_frame
│   │   │   ├── cbs-h264-AUD_MW_E
│   │   │   ├── cbs-h264-BASQP1_Sony_C
│   │   │   ├── cbs-h264-CABACI3_Sony_B
│   │   │   ├── cbs-h264-CVBS3_Sony_C
│   │   │   ├── cbs-h264-CVFC1_Sony_C
│   │   │   ├── cbs-h264-CVMANL1_TOSHIBA_B
│   │   │   ├── cbs-h264-CVNLFI1_Sony_C
│   │   │   ├── cbs-h264-CVSE2_Sony_B
│   │   │   ├── cbs-h264-CVWP1_TOSHIBA_E
│   │   │   ├── cbs-h264-FM1_BT_B
│   │   │   ├── cbs-h264-MR1_BT_A
│   │   │   ├── cbs-h264-SVA_Base_B
│   │   │   ├── cbs-h264-Sharp_MP_PAFF_1r2
│   │   │   ├── cbs-h264-discard-bidir
│   │   │   ├── cbs-h264-discard-nonintra
│   │   │   ├── cbs-h264-discard-nonkey
│   │   │   ├── cbs-h264-discard-nonref
│   │   │   ├── cbs-h264-sei-1
│   │   │   ├── cbs-h264-sp1_bt_a
│   │   │   ├── cbs-hevc-CAINIT_E_SHARP_3
│   │   │   ├── cbs-hevc-CAINIT_H_SHARP_3
│   │   │   ├── cbs-hevc-CONFWIN_A_Sony_1
│   │   │   ├── cbs-hevc-HRD_A_Fujitsu_2
│   │   │   ├── cbs-hevc-LTRPSPS_A_Qualcomm_1
│   │   │   ├── cbs-hevc-NUT_A_ericsson_5
│   │   │   ├── cbs-hevc-PICSIZE_A_Bossen_1
│   │   │   ├── cbs-hevc-PICSIZE_B_Bossen_1
│   │   │   ├── cbs-hevc-RPLM_A_qualcomm_4
│   │   │   ├── cbs-hevc-RPS_A_docomo_4
│   │   │   ├── cbs-hevc-RPS_E_qualcomm_5
│   │   │   ├── cbs-hevc-SLIST_A_Sony_4
│   │   │   ├── cbs-hevc-SLIST_D_Sony_9
│   │   │   ├── cbs-hevc-SLPPLP_A_VIDYO_2
│   │   │   ├── cbs-hevc-STRUCT_A_Samsung_5
│   │   │   ├── cbs-hevc-TILES_B_Cisco_1
│   │   │   ├── cbs-hevc-WPP_A_ericsson_MAIN_2
│   │   │   ├── cbs-hevc-WPP_F_ericsson_MAIN_2
│   │   │   ├── cbs-hevc-WP_A_Toshiba_3
│   │   │   ├── cbs-hevc-discard-bidir
│   │   │   ├── cbs-hevc-discard-nonintra
│   │   │   ├── cbs-hevc-discard-nonkey
│   │   │   ├── cbs-hevc-discard-nonref
│   │   │   ├── cbs-hevc-ipcm_E_NEC_2
│   │   │   ├── cbs-mpeg2-hhi_burst_422_short
│   │   │   ├── cbs-mpeg2-sony-ct3
│   │   │   ├── cbs-mpeg2-tcela-6
│   │   │   ├── cbs-vp9-vp90-2-03-deltaq
│   │   │   ├── cbs-vp9-vp90-2-05-resize
│   │   │   ├── cbs-vp9-vp90-2-06-bilinear
│   │   │   ├── cbs-vp9-vp90-2-09-lf_deltas
│   │   │   ├── cbs-vp9-vp90-2-10-show-existing-frame
│   │   │   ├── cbs-vp9-vp90-2-10-show-existing-frame2
│   │   │   ├── cbs-vp9-vp90-2-segmentation-aq-akiyo
│   │   │   ├── cbs-vp9-vp90-2-segmentation-sf-akiyo
│   │   │   ├── cbs-vp9-vp90-2-tiling-pedestrian
│   │   │   ├── cbs-vp9-vp91-2-04-yuv440
│   │   │   ├── cbs-vp9-vp91-2-04-yuv444
│   │   │   ├── cbs-vp9-vp92-2-20-10bit-yuv420
│   │   │   ├── cbs-vp9-vp93-2-20-10bit-yuv422
│   │   │   ├── cbs-vp9-vp93-2-20-12bit-yuv444
│   │   │   ├── cbs-vvc-APSALF_A_2
│   │   │   ├── cbs-vvc-APSLMCS_D_1
│   │   │   ├── cbs-vvc-APSMULT_A_4
│   │   │   ├── cbs-vvc-AUD_A_3
│   │   │   ├── cbs-vvc-BOUNDARY_A_3
│   │   │   ├── cbs-vvc-BUMP_A_2
│   │   │   ├── cbs-vvc-CROP_B_4
│   │   │   ├── cbs-vvc-CodingToolsSets_A_2
│   │   │   ├── cbs-vvc-DCI_A_3
│   │   │   ├── cbs-vvc-HRD_A_3
│   │   │   ├── cbs-vvc-OPI_B_3
│   │   │   ├── cbs-vvc-PHSH_B_1
│   │   │   ├── cbs-vvc-POC_A_1
│   │   │   ├── cbs-vvc-PPS_B_1
│   │   │   ├── cbs-vvc-RAP_A_1
│   │   │   ├── cbs-vvc-SAO_A_3
│   │   │   ├── cbs-vvc-SCALING_A_1
│   │   │   ├── cbs-vvc-SLICES_A_3
│   │   │   ├── cbs-vvc-SPS_B_1
│   │   │   ├── cbs-vvc-STILL_B_1
│   │   │   ├── cbs-vvc-SUBPIC_A_3
│   │   │   ├── cbs-vvc-TILE_A_2
│   │   │   ├── cbs-vvc-VPS_A_3
│   │   │   ├── cbs-vvc-WPP_A_3
│   │   │   ├── cbs-vvc-WP_A_3
│   │   │   ├── cbs-vvc-WRAP_A_4
│   │   │   ├── cdgraphics
│   │   │   ├── cdxl-bitline-ham6
│   │   │   ├── cdxl-demux
│   │   │   ├── cdxl-ham6
│   │   │   ├── cdxl-ham8
│   │   │   ├── cdxl-pal8
│   │   │   ├── cdxl-pal8-small
│   │   │   ├── cfhd-1
│   │   │   ├── cfhd-2
│   │   │   ├── cfhd-3
│   │   │   ├── channel_layout
│   │   │   ├── cine-demux
│   │   │   ├── cljr
│   │   │   ├── color_utils
│   │   │   ├── concat-demuxer-extended-lavf-mxf
│   │   │   ├── concat-demuxer-extended-lavf-mxf_d10
│   │   │   ├── concat-demuxer-simple1-lavf-mxf
│   │   │   ├── concat-demuxer-simple1-lavf-mxf_d10
│   │   │   ├── concat-demuxer-simple2-lavf-ts
│   │   │   ├── copy-apng
│   │   │   ├── copy-psp
│   │   │   ├── copy-shortest1
│   │   │   ├── copy-shortest2
│   │   │   ├── copy-trac2211-avi
│   │   │   ├── copy-trac236
│   │   │   ├── copy-trac3074
│   │   │   ├── copy-trac4914
│   │   │   ├── copy-trac4914-avi
│   │   │   ├── corepng
│   │   │   ├── cover-art-aiff-id3v2-remux
│   │   │   ├── cover-art-flac-remux
│   │   │   ├── cover-art-mp3-id3v2-remux
│   │   │   ├── cover-art-mp3-jxl-remux
│   │   │   ├── crc
│   │   │   ├── creatureshock-avs
│   │   │   ├── cscd
│   │   │   ├── cvid-grayscale
│   │   │   ├── cvid-palette
│   │   │   ├── cvid-partial
│   │   │   ├── cyberia-c93
│   │   │   ├── cyuv
│   │   │   ├── d-cinema-demux
│   │   │   ├── d-eavp6-demux
│   │   │   ├── dca-xll
│   │   │   ├── dca-xll_51_16_192_768_0
│   │   │   ├── dca-xll_51_16_192_768_0-dmix_2
│   │   │   ├── dca-xll_51_16_192_768_0-dmix_6
│   │   │   ├── dca-xll_51_16_192_768_1
│   │   │   ├── dca-xll_51_16_192_768_1-dmix_2
│   │   │   ├── dca-xll_51_16_192_768_1-dmix_6
│   │   │   ├── dca-xll_51_24_48_768
│   │   │   ├── dca-xll_51_24_48_768-dmix_2
│   │   │   ├── dca-xll_51_24_48_768-dmix_6
│   │   │   ├── dca-xll_51_24_48_none
│   │   │   ├── dca-xll_51_24_48_none-dmix_2
│   │   │   ├── dca-xll_51_24_48_none-dmix_6
│   │   │   ├── dca-xll_71_24_48_768_0
│   │   │   ├── dca-xll_71_24_48_768_0-dmix_2
│   │   │   ├── dca-xll_71_24_48_768_0-dmix_6
│   │   │   ├── dca-xll_71_24_48_768_1
│   │   │   ├── dca-xll_71_24_48_768_1-dmix_2
│   │   │   ├── dca-xll_71_24_48_768_1-dmix_6
│   │   │   ├── dca-xll_71_24_96_768
│   │   │   ├── dca-xll_71_24_96_768-dmix_2
│   │   │   ├── dca-xll_71_24_96_768-dmix_6
│   │   │   ├── dca-xll_x96_51_24_96_1509
│   │   │   ├── dca-xll_x96_51_24_96_1509-dmix_2
│   │   │   ├── dca-xll_x96_51_24_96_1509-dmix_6
│   │   │   ├── dca-xll_xch_61_24_48_768
│   │   │   ├── dca-xll_xch_61_24_48_768-dmix_2
│   │   │   ├── dca-xll_xch_61_24_48_768-dmix_6
│   │   │   ├── dcinema-encode
│   │   │   ├── dds-alpha8
│   │   │   ├── dds-argb
│   │   │   ├── dds-argb-aexp
│   │   │   ├── dds-dx10-bc1
│   │   │   ├── dds-dx10-bc1a
│   │   │   ├── dds-dx10-bc2
│   │   │   ├── dds-dx10-bc3
│   │   │   ├── dds-dx10-bc4
│   │   │   ├── dds-dx10-bc5
│   │   │   ├── dds-dxt1
│   │   │   ├── dds-dxt1-normalmap
│   │   │   ├── dds-dxt1a
│   │   │   ├── dds-dxt2
│   │   │   ├── dds-dxt3
│   │   │   ├── dds-dxt4
│   │   │   ├── dds-dxt5
│   │   │   ├── dds-dxt5-aexp
│   │   │   ├── dds-dxt5-normalmap
│   │   │   ├── dds-dxt5-normalmap-ati
│   │   │   ├── dds-dxt5-rbxg
│   │   │   ├── dds-dxt5-rgxb
│   │   │   ├── dds-dxt5-rxbg
│   │   │   ├── dds-dxt5-rxgb
│   │   │   ├── dds-dxt5-xgbr
│   │   │   ├── dds-dxt5-xgxr
│   │   │   ├── dds-dxt5-xrbg
│   │   │   ├── dds-dxt5-ycocg
│   │   │   ├── dds-dxt5-ycocg-scaled
│   │   │   ├── dds-monob
│   │   │   ├── dds-pal
│   │   │   ├── dds-pal-ati
│   │   │   ├── dds-rgb1555
│   │   │   ├── dds-rgb16
│   │   │   ├── dds-rgb24
│   │   │   ├── dds-rgb555
│   │   │   ├── dds-rgba
│   │   │   ├── dds-rgtc1s
│   │   │   ├── dds-rgtc1u
│   │   │   ├── dds-rgtc2s
│   │   │   ├── dds-rgtc2u
│   │   │   ├── dds-rgtc2u-xy
│   │   │   ├── dds-uyvy
│   │   │   ├── dds-xbgr
│   │   │   ├── dds-xrgb
│   │   │   ├── dds-y
│   │   │   ├── dds-ya
│   │   │   ├── dds-ycocg
│   │   │   ├── dds-yuyv
│   │   │   ├── delphine-cin-audio
│   │   │   ├── delphine-cin-video
│   │   │   ├── deluxepaint-anm
│   │   │   ├── detection_bbox
│   │   │   ├── dfa1
│   │   │   ├── dfa10
│   │   │   ├── dfa11
│   │   │   ├── dfa2
│   │   │   ├── dfa3
│   │   │   ├── dfa4
│   │   │   ├── dfa5
│   │   │   ├── dfa6
│   │   │   ├── dfa7
│   │   │   ├── dfa8
│   │   │   ├── dfa9
│   │   │   ├── dict
│   │   │   ├── dirac
│   │   │   ├── dirac-low-delay
│   │   │   ├── display
│   │   │   ├── dnxhd-mbaff
│   │   │   ├── dnxhr-12bit
│   │   │   ├── dnxhr-444
│   │   │   ├── dnxhr-parse
│   │   │   ├── dnxhr-prefix1
│   │   │   ├── dnxhr-prefix2
│   │   │   ├── dnxhr-prefix3
│   │   │   ├── dnxhr-prefix4
│   │   │   ├── dnxhr-prefix5
│   │   │   ├── dpcm-idroq
│   │   │   ├── dpcm-interplay
│   │   │   ├── dpcm-sierra
│   │   │   ├── dpcm-xan
│   │   │   ├── dpx
│   │   │   ├── dpx-probe
│   │   │   ├── dpxparser
│   │   │   ├── dss-lp
│   │   │   ├── dss-sp
│   │   │   ├── dxa-feeble
│   │   │   ├── dxa-scummvm
│   │   │   ├── dxtory
│   │   │   ├── dxv-dxt1
│   │   │   ├── dxv-dxt5
│   │   │   ├── dxv3-dxt1
│   │   │   ├── dxv3-dxt5
│   │   │   ├── dxv3-ycg6
│   │   │   ├── dxv3-yg10
│   │   │   ├── dxv3enc-dxt1
│   │   │   ├── ea-cdata
│   │   │   ├── ea-cmv
│   │   │   ├── ea-mad
│   │   │   ├── ea-tgq
│   │   │   ├── ea-tgv-1
│   │   │   ├── ea-tgv-2
│   │   │   ├── ea-tqi
│   │   │   ├── enhanced-flv-av1
│   │   │   ├── enhanced-flv-hevc
│   │   │   ├── enhanced-flv-hevc-hdr10
│   │   │   ├── enhanced-flv-multitrack
│   │   │   ├── enhanced-flv-vp9
│   │   │   ├── enhanced-flv-vvc
│   │   │   ├── eval
│   │   │   ├── exif-image-embedded
│   │   │   ├── exif-image-jpg
│   │   │   ├── exif-image-tiff
│   │   │   ├── exif-image-webp
│   │   │   ├── exr-rgb-b44a-half-negative-4x4
│   │   │   ├── exr-rgb-scanline-b44-half-float-12x8-l1
│   │   │   ├── exr-rgb-scanline-b44-half-float-12x8-l2
│   │   │   ├── exr-rgb-scanline-b44-uint32
│   │   │   ├── exr-rgb-scanline-float-b44
│   │   │   ├── exr-rgb-scanline-float-piz-48x32
│   │   │   ├── exr-rgb-scanline-float-zip-dw-large
│   │   │   ├── exr-rgb-scanline-half-b44-12x8
│   │   │   ├── exr-rgb-scanline-half-b44-13x9
│   │   │   ├── exr-rgb-scanline-half-piz-bw
│   │   │   ├── exr-rgb-scanline-half-piz-color
│   │   │   ├── exr-rgb-scanline-half-piz-dw-large
│   │   │   ├── exr-rgb-scanline-half-piz-dw-t01
│   │   │   ├── exr-rgb-scanline-half-piz-dw-t08
│   │   │   ├── exr-rgb-scanline-half-zip-dw-large
│   │   │   ├── exr-rgb-scanline-half-zip-dw-outside
│   │   │   ├── exr-rgb-scanline-none-negative-red
│   │   │   ├── exr-rgb-scanline-pxr24-float-12x8
│   │   │   ├── exr-rgb-scanline-pxr24-float-half-l1
│   │   │   ├── exr-rgb-scanline-pxr24-float-half-l2
│   │   │   ├── exr-rgb-scanline-pxr24-half-float-l1
│   │   │   ├── exr-rgb-scanline-pxr24-half-float-l2
│   │   │   ├── exr-rgb-scanline-pxr24-half-uint32-13x9
│   │   │   ├── exr-rgb-scanline-pxr24-uint32
│   │   │   ├── exr-rgb-scanline-raw-half-float-l1
│   │   │   ├── exr-rgb-scanline-raw-half-float-l2
│   │   │   ├── exr-rgb-scanline-rle-half-float-l1
│   │   │   ├── exr-rgb-scanline-rle-half-float-l2
│   │   │   ├── exr-rgb-scanline-uint32-piz-dw-large
│   │   │   ├── exr-rgb-scanline-zip-half-0x0-0xFFFF
│   │   │   ├── exr-rgb-scanline-zip-half-float-l1
│   │   │   ├── exr-rgb-scanline-zip-half-float-l2
│   │   │   ├── exr-rgb-scanline-zip1-half-float-l1
│   │   │   ├── exr-rgb-scanline-zip1-half-float-l1-zero-offsets
│   │   │   ├── exr-rgb-scanline-zip1-half-float-l2
│   │   │   ├── exr-rgb-tile-float-raw-12x8
│   │   │   ├── exr-rgb-tile-float-raw-150x130
│   │   │   ├── exr-rgb-tile-half-float-b44-12x8-l1
│   │   │   ├── exr-rgb-tile-half-float-b44-12x8-l2
│   │   │   ├── exr-rgb-tile-half-piz-dw-large
│   │   │   ├── exr-rgb-tile-half-raw-12x8
│   │   │   ├── exr-rgb-tile-half-zip
│   │   │   ├── exr-rgb-tile-half-zip-dw-outside
│   │   │   ├── exr-rgb-tile-pxr24-float-half-l1
│   │   │   ├── exr-rgb-tile-pxr24-float-half-l2
│   │   │   ├── exr-rgb-tile-pxr24-half-float-l1
│   │   │   ├── exr-rgb-tile-pxr24-half-float-l2
│   │   │   ├── exr-rgb-tile-raw-half-float-l1
│   │   │   ├── exr-rgb-tile-raw-half-float-l2
│   │   │   ├── exr-rgb-tile-rle-half-float-l1
│   │   │   ├── exr-rgb-tile-rle-half-float-l2
│   │   │   ├── exr-rgb-tile-uint32-piz-dw-large
│   │   │   ├── exr-rgb-tile-zip-half-float-l1
│   │   │   ├── exr-rgb-tile-zip-half-float-l2
│   │   │   ├── exr-rgb-tile-zip1-half-float-l1
│   │   │   ├── exr-rgb-tile-zip1-half-float-l2
│   │   │   ├── exr-rgba-multiscanline-half-b44
│   │   │   ├── exr-rgba-scanline-float-half-b44-12x8-l1
│   │   │   ├── exr-rgba-scanline-float-half-b44-12x8-l2
│   │   │   ├── exr-rgba-scanline-float-half-b44-13x9-l1
│   │   │   ├── exr-rgba-scanline-float-half-b44-13x9-l2
│   │   │   ├── exr-rgba-scanline-float-half-b44a-12x8-l1
│   │   │   ├── exr-rgba-scanline-float-half-b44a-12x8-l2
│   │   │   ├── exr-rgba-scanline-float-half-b44a-13x9-l1
│   │   │   ├── exr-rgba-scanline-float-half-b44a-13x9-l2
│   │   │   ├── exr-rgba-zip16-16x32-flag4
│   │   │   ├── exr-slice-pxr24
│   │   │   ├── exr-slice-raw
│   │   │   ├── exr-slice-rle
│   │   │   ├── exr-slice-zip1
│   │   │   ├── exr-slice-zip16
│   │   │   ├── exr-y-scanline-zip-half-12x8
│   │   │   ├── exr-y-tile-zip-half-12x8
│   │   │   ├── exr-ya-scanline-zip-half-12x8
│   │   │   ├── ffmpeg-attached_pics
│   │   │   ├── ffmpeg-bsf-input
│   │   │   ├── ffmpeg-bsf-remove-e
│   │   │   ├── ffmpeg-bsf-remove-k
│   │   │   ├── ffmpeg-bsf-remove-r
│   │   │   ├── ffmpeg-error-rate-fail
│   │   │   ├── ffmpeg-error-rate-pass
│   │   │   ├── ffmpeg-filter-in-eof
│   │   │   ├── ffmpeg-filter_colorkey
│   │   │   ├── ffmpeg-filter_complex
│   │   │   ├── ffmpeg-filter_complex_audio
│   │   │   ├── ffmpeg-fix_sub_duration
│   │   │   ├── ffmpeg-fix_sub_duration_heartbeat
│   │   │   ├── ffmpeg-heif-merge
│   │   │   ├── ffmpeg-heif-merge-filtergraph
│   │   │   ├── ffmpeg-heif-merge-mapped
│   │   │   ├── ffmpeg-input-r
│   │   │   ├── ffmpeg-lavfi
│   │   │   ├── ffmpeg-loopback-decoding
│   │   │   ├── ffmpeg-setts-bsf
│   │   │   ├── ffmpeg-spec-disposition
│   │   │   ├── ffmpeg-streamloop-copy
│   │   │   ├── ffmpeg-streamloop-transcode-av
│   │   │   ├── ffprobe_compact
│   │   │   ├── ffprobe_csv
│   │   │   ├── ffprobe_default
│   │   │   ├── ffprobe_flat
│   │   │   ├── ffprobe_ini
│   │   │   ├── ffprobe_json
│   │   │   ├── ffprobe_xml
│   │   │   ├── ffprobe_xsd
│   │   │   ├── fic-avi
│   │   │   ├── fic-avi-skip_cursor
│   │   │   ├── fifo
│   │   │   ├── fifo-muxer-tst
│   │   │   ├── film-cvid
│   │   │   ├── film_grain_params
│   │   │   ├── filter-2xbr
│   │   │   ├── filter-3xbr
│   │   │   ├── filter-4xbr
│   │   │   ├── filter-acrossfade
│   │   │   ├── filter-adelay
│   │   │   ├── filter-aecho
│   │   │   ├── filter-aemphasis-50fm
│   │   │   ├── filter-aemphasis-75kf
│   │   │   ├── filter-afade-esin
│   │   │   ├── filter-afade-exp
│   │   │   ├── filter-afade-hsin
│   │   │   ├── filter-afade-iqsin
│   │   │   ├── filter-afade-log
│   │   │   ├── filter-afade-qsin
│   │   │   ├── filter-agate
│   │   │   ├── filter-alimiter
│   │   │   ├── filter-allrgb
│   │   │   ├── filter-allyuv
│   │   │   ├── filter-aloop
│   │   │   ├── filter-alphaextract_alphamerge_rgb
│   │   │   ├── filter-alphaextract_alphamerge_yuv
│   │   │   ├── filter-amerge
│   │   │   ├── filter-amerge-mode
│   │   │   ├── filter-anequalizer
│   │   │   ├── filter-anullsink
│   │   │   ├── filter-apad
│   │   │   ├── filter-asegment-samples-absolute
│   │   │   ├── filter-asegment-samples-relative
│   │   │   ├── filter-asegment-timestamps-absolute
│   │   │   ├── filter-asegment-timestamps-relative
│   │   │   ├── filter-aselect
│   │   │   ├── filter-asetnsamples-nopad
│   │   │   ├── filter-asetnsamples-pad
│   │   │   ├── filter-asetrate
│   │   │   ├── filter-atrim-duration
│   │   │   ├── filter-atrim-mixed
│   │   │   ├── filter-atrim-samples
│   │   │   ├── filter-atrim-time
│   │   │   ├── filter-boxblur
│   │   │   ├── filter-bwdif-mode0
│   │   │   ├── filter-bwdif-mode1
│   │   │   ├── filter-bwdif10
│   │   │   ├── filter-channelsplit
│   │   │   ├── filter-chorus
│   │   │   ├── filter-chromashift-smear
│   │   │   ├── filter-chromashift-wrap
│   │   │   ├── filter-codecview
│   │   │   ├── filter-codecview-mvs
│   │   │   ├── filter-colorbalance
│   │   │   ├── filter-colorbalance-gbrap
│   │   │   ├── filter-colorbalance-gbrap-16
│   │   │   ├── filter-colorbalance-rgba64
│   │   │   ├── filter-colorchannelmixer
│   │   │   ├── filter-colorlevels
│   │   │   ├── filter-colorlevels-16
│   │   │   ├── filter-colormatrix1
│   │   │   ├── filter-colormatrix2
│   │   │   ├── filter-compand
│   │   │   ├── filter-concat
│   │   │   ├── filter-concat-vfr
│   │   │   ├── filter-crazychannels
│   │   │   ├── filter-crop
│   │   │   ├── filter-crop_scale
│   │   │   ├── filter-crop_scale_vflip
│   │   │   ├── filter-crop_vflip
│   │   │   ├── filter-crystalizer
│   │   │   ├── filter-curves
│   │   │   ├── filter-dcshift
│   │   │   ├── filter-decimate
│   │   │   ├── filter-delogo
│   │   │   ├── filter-drawbox
│   │   │   ├── filter-drawvg-interpreter
│   │   │   ├── filter-drawvg-video
│   │   │   ├── filter-earwax
│   │   │   ├── filter-edgedetect
│   │   │   ├── filter-edgedetect-colormix
│   │   │   ├── filter-ep2x
│   │   │   ├── filter-ep3x
│   │   │   ├── filter-extrastereo
│   │   │   ├── filter-fade
│   │   │   ├── filter-feedback-hflip
│   │   │   ├── filter-feedback-yadif
│   │   │   ├── filter-fieldorder
│   │   │   ├── filter-formats
│   │   │   ├── filter-fps
│   │   │   ├── filter-fps-cfr
│   │   │   ├── filter-fps-down
│   │   │   ├── filter-fps-down-eof-pass
│   │   │   ├── filter-fps-down-round-down
│   │   │   ├── filter-fps-down-round-up
│   │   │   ├── filter-fps-start-drop
│   │   │   ├── filter-fps-start-fill
│   │   │   ├── filter-fps-up
│   │   │   ├── filter-fps-up-round-down
│   │   │   ├── filter-fps-up-round-up
│   │   │   ├── filter-framepack-columns
│   │   │   ├── filter-framepack-frameseq
│   │   │   ├── filter-framepack-lines
│   │   │   ├── filter-framepack-sbs
│   │   │   ├── filter-framepack-tab
│   │   │   ├── filter-framerate-12bit-down
│   │   │   ├── filter-framerate-12bit-up
│   │   │   ├── filter-framerate-down
│   │   │   ├── filter-framerate-up
│   │   │   ├── filter-frei0r-filter
│   │   │   ├── filter-frei0r-filter-unaligned
│   │   │   ├── filter-frei0r-source
│   │   │   ├── filter-fsync-down
│   │   │   ├── filter-fsync-up
│   │   │   ├── filter-gradfun
│   │   │   ├── filter-gradfun-sample
│   │   │   ├── filter-histogram-levels
│   │   │   ├── filter-hls
│   │   │   ├── filter-hls-append
│   │   │   ├── filter-hq2x
│   │   │   ├── filter-hq3x
│   │   │   ├── filter-hq4x
│   │   │   ├── filter-hqdn3d
│   │   │   ├── filter-hqdn3d-sample
│   │   │   ├── filter-hstack
│   │   │   ├── filter-hue1
│   │   │   ├── filter-hue2
│   │   │   ├── filter-hue3
│   │   │   ├── filter-hue4
│   │   │   ├── filter-idet
│   │   │   ├── filter-interlace
│   │   │   ├── filter-interlace-complex
│   │   │   ├── filter-lavd-life
│   │   │   ├── filter-lavd-scalenorm
│   │   │   ├── filter-lavd-testsrc
│   │   │   ├── filter-mcdeint-fast
│   │   │   ├── filter-mcdeint-medium
│   │   │   ├── filter-median
│   │   │   ├── filter-mergeplanes
│   │   │   ├── filter-meta-4560-rotate0
│   │   │   ├── filter-metadata-avf-aphase-meter-mono
│   │   │   ├── filter-metadata-avf-aphase-meter-out-of-phase
│   │   │   ├── filter-metadata-cropdetect
│   │   │   ├── filter-metadata-cropdetect1
│   │   │   ├── filter-metadata-cropdetect2
│   │   │   ├── filter-metadata-ebur128
│   │   │   ├── filter-metadata-freezedetect
│   │   │   ├── filter-metadata-readvitc-def
│   │   │   ├── filter-metadata-readvitc-thr
│   │   │   ├── filter-metadata-scdet
│   │   │   ├── filter-metadata-scenedetect
│   │   │   ├── filter-metadata-signalstats-yuv420p
│   │   │   ├── filter-metadata-signalstats-yuv420p10
│   │   │   ├── filter-metadata-silencedetect
│   │   │   ├── filter-minterpolate-down
│   │   │   ├── filter-minterpolate-up
│   │   │   ├── filter-mpdecimate
│   │   │   ├── filter-mpdecimate-keep
│   │   │   ├── filter-mpdecimate-keep1
│   │   │   ├── filter-mpdecimate-maxdrop-neg
│   │   │   ├── filter-mpdecimate-maxdrop-pos
│   │   │   ├── filter-negate
│   │   │   ├── filter-null
│   │   │   ├── filter-overlay
│   │   │   ├── filter-overlay-dvdsub-2397
│   │   │   ├── filter-overlay_gbrap_gbrap
│   │   │   ├── filter-overlay_gbrp_gbrap
│   │   │   ├── filter-overlay_rgb
│   │   │   ├── filter-overlay_rgb_rgba
│   │   │   ├── filter-overlay_rgba_rgba
│   │   │   ├── filter-overlay_yuv420
│   │   │   ├── filter-overlay_yuv420_yuva420
│   │   │   ├── filter-overlay_yuv420p10
│   │   │   ├── filter-overlay_yuv422
│   │   │   ├── filter-overlay_yuv422_yuva422
│   │   │   ├── filter-overlay_yuv422p10
│   │   │   ├── filter-overlay_yuv444
│   │   │   ├── filter-overlay_yuv444_yuva444
│   │   │   ├── filter-overlay_yuv444p10
│   │   │   ├── filter-overlay_yuva420_yuva420
│   │   │   ├── filter-overlay_yuva422_yuva422
│   │   │   ├── filter-overlay_yuva444_yuva444
│   │   │   ├── filter-pad
│   │   │   ├── filter-pal100bars
│   │   │   ├── filter-pal75bars
│   │   │   ├── filter-palettegen-1
│   │   │   ├── filter-palettegen-2
│   │   │   ├── filter-paletteuse-bayer
│   │   │   ├── filter-paletteuse-bayer0
│   │   │   ├── filter-paletteuse-nodither
│   │   │   ├── filter-paletteuse-sierra2_4a
│   │   │   ├── filter-pan-downmix1
│   │   │   ├── filter-pan-downmix2
│   │   │   ├── filter-pan-mono1
│   │   │   ├── filter-pan-mono2
│   │   │   ├── filter-pan-stereo1
│   │   │   ├── filter-pan-stereo2
│   │   │   ├── filter-pan-stereo3
│   │   │   ├── filter-pan-stereo4
│   │   │   ├── filter-pan-upmix1
│   │   │   ├── filter-pan-upmix2
│   │   │   ├── filter-phase
│   │   │   ├── filter-pixdesc-0bgr
│   │   │   ├── filter-pixdesc-0rgb
│   │   │   ├── filter-pixdesc-abgr
│   │   │   ├── filter-pixdesc-argb
│   │   │   ├── filter-pixdesc-ayuv
│   │   │   ├── filter-pixdesc-ayuv64be
│   │   │   ├── filter-pixdesc-ayuv64le
│   │   │   ├── filter-pixdesc-bgr0
│   │   │   ├── filter-pixdesc-bgr24
│   │   │   ├── filter-pixdesc-bgr444be
│   │   │   ├── filter-pixdesc-bgr444le
│   │   │   ├── filter-pixdesc-bgr48be
│   │   │   ├── filter-pixdesc-bgr48le
│   │   │   ├── filter-pixdesc-bgr4_byte
│   │   │   ├── filter-pixdesc-bgr555be
│   │   │   ├── filter-pixdesc-bgr555le
│   │   │   ├── filter-pixdesc-bgr565be
│   │   │   ├── filter-pixdesc-bgr565le
│   │   │   ├── filter-pixdesc-bgr8
│   │   │   ├── filter-pixdesc-bgra
│   │   │   ├── filter-pixdesc-bgra64be
│   │   │   ├── filter-pixdesc-bgra64le
│   │   │   ├── filter-pixdesc-gbrap
│   │   │   ├── filter-pixdesc-gbrap10be
│   │   │   ├── filter-pixdesc-gbrap10le
│   │   │   ├── filter-pixdesc-gbrap12be
│   │   │   ├── filter-pixdesc-gbrap12le
│   │   │   ├── filter-pixdesc-gbrap14be
│   │   │   ├── filter-pixdesc-gbrap14le
│   │   │   ├── filter-pixdesc-gbrap16be
│   │   │   ├── filter-pixdesc-gbrap16le
│   │   │   ├── filter-pixdesc-gbrapf32be
│   │   │   ├── filter-pixdesc-gbrapf32le
│   │   │   ├── filter-pixdesc-gbrp
│   │   │   ├── filter-pixdesc-gbrp10be
│   │   │   ├── filter-pixdesc-gbrp10le
│   │   │   ├── filter-pixdesc-gbrp10msbbe
│   │   │   ├── filter-pixdesc-gbrp10msble
│   │   │   ├── filter-pixdesc-gbrp12be
│   │   │   ├── filter-pixdesc-gbrp12le
│   │   │   ├── filter-pixdesc-gbrp12msbbe
│   │   │   ├── filter-pixdesc-gbrp12msble
│   │   │   ├── filter-pixdesc-gbrp14be
│   │   │   ├── filter-pixdesc-gbrp14le
│   │   │   ├── filter-pixdesc-gbrp16be
│   │   │   ├── filter-pixdesc-gbrp16le
│   │   │   ├── filter-pixdesc-gbrp9be
│   │   │   ├── filter-pixdesc-gbrp9le
│   │   │   ├── filter-pixdesc-gbrpf32be
│   │   │   ├── filter-pixdesc-gbrpf32le
│   │   │   ├── filter-pixdesc-gray
│   │   │   ├── filter-pixdesc-gray10be
│   │   │   ├── filter-pixdesc-gray10le
│   │   │   ├── filter-pixdesc-gray10msbbe
│   │   │   ├── filter-pixdesc-gray10msble
│   │   │   ├── filter-pixdesc-gray12be
│   │   │   ├── filter-pixdesc-gray12le
│   │   │   ├── filter-pixdesc-gray12msbbe
│   │   │   ├── filter-pixdesc-gray12msble
│   │   │   ├── filter-pixdesc-gray14be
│   │   │   ├── filter-pixdesc-gray14le
│   │   │   ├── filter-pixdesc-gray16be
│   │   │   ├── filter-pixdesc-gray16le
│   │   │   ├── filter-pixdesc-gray9be
│   │   │   ├── filter-pixdesc-gray9le
│   │   │   ├── filter-pixdesc-grayf32be
│   │   │   ├── filter-pixdesc-grayf32le
│   │   │   ├── filter-pixdesc-monob
│   │   │   ├── filter-pixdesc-monow
│   │   │   ├── filter-pixdesc-nv12
│   │   │   ├── filter-pixdesc-nv16
│   │   │   ├── filter-pixdesc-nv20be
│   │   │   ├── filter-pixdesc-nv20le
│   │   │   ├── filter-pixdesc-nv21
│   │   │   ├── filter-pixdesc-nv24
│   │   │   ├── filter-pixdesc-nv42
│   │   │   ├── filter-pixdesc-p010be
│   │   │   ├── filter-pixdesc-p010le
│   │   │   ├── filter-pixdesc-p012be
│   │   │   ├── filter-pixdesc-p012le
│   │   │   ├── filter-pixdesc-p016be
│   │   │   ├── filter-pixdesc-p016le
│   │   │   ├── filter-pixdesc-p210be
│   │   │   ├── filter-pixdesc-p210le
│   │   │   ├── filter-pixdesc-p212be
│   │   │   ├── filter-pixdesc-p212le
│   │   │   ├── filter-pixdesc-p216be
│   │   │   ├── filter-pixdesc-p216le
│   │   │   ├── filter-pixdesc-p410be
│   │   │   ├── filter-pixdesc-p410le
│   │   │   ├── filter-pixdesc-p412be
│   │   │   ├── filter-pixdesc-p412le
│   │   │   ├── filter-pixdesc-p416be
│   │   │   ├── filter-pixdesc-p416le
│   │   │   ├── filter-pixdesc-rgb0
│   │   │   ├── filter-pixdesc-rgb24
│   │   │   ├── filter-pixdesc-rgb444be
│   │   │   ├── filter-pixdesc-rgb444le
│   │   │   ├── filter-pixdesc-rgb48be
│   │   │   ├── filter-pixdesc-rgb48le
│   │   │   ├── filter-pixdesc-rgb4_byte
│   │   │   ├── filter-pixdesc-rgb555be
│   │   │   ├── filter-pixdesc-rgb555le
│   │   │   ├── filter-pixdesc-rgb565be
│   │   │   ├── filter-pixdesc-rgb565le
│   │   │   ├── filter-pixdesc-rgb8
│   │   │   ├── filter-pixdesc-rgba
│   │   │   ├── filter-pixdesc-rgba64be
│   │   │   ├── filter-pixdesc-rgba64le
│   │   │   ├── filter-pixdesc-uyva
│   │   │   ├── filter-pixdesc-uyvy422
│   │   │   ├── filter-pixdesc-v30xle
│   │   │   ├── filter-pixdesc-vuya
│   │   │   ├── filter-pixdesc-vuyx
│   │   │   ├── filter-pixdesc-vyu444
│   │   │   ├── filter-pixdesc-x2bgr10le
│   │   │   ├── filter-pixdesc-x2rgb10le
│   │   │   ├── filter-pixdesc-xv30le
│   │   │   ├── filter-pixdesc-xv36be
│   │   │   ├── filter-pixdesc-xv36le
│   │   │   ├── filter-pixdesc-xv48be
│   │   │   ├── filter-pixdesc-xv48le
│   │   │   ├── filter-pixdesc-xyz12be
│   │   │   ├── filter-pixdesc-xyz12le
│   │   │   ├── filter-pixdesc-y210le
│   │   │   ├── filter-pixdesc-y212le
│   │   │   ├── filter-pixdesc-y216le
│   │   │   ├── filter-pixdesc-ya16be
│   │   │   ├── filter-pixdesc-ya16le
│   │   │   ├── filter-pixdesc-ya8
│   │   │   ├── filter-pixdesc-yuv410p
│   │   │   ├── filter-pixdesc-yuv411p
│   │   │   ├── filter-pixdesc-yuv420p
│   │   │   ├── filter-pixdesc-yuv420p10be
│   │   │   ├── filter-pixdesc-yuv420p10le
│   │   │   ├── filter-pixdesc-yuv420p12be
│   │   │   ├── filter-pixdesc-yuv420p12le
│   │   │   ├── filter-pixdesc-yuv420p14be
│   │   │   ├── filter-pixdesc-yuv420p14le
│   │   │   ├── filter-pixdesc-yuv420p16be
│   │   │   ├── filter-pixdesc-yuv420p16le
│   │   │   ├── filter-pixdesc-yuv420p9be
│   │   │   ├── filter-pixdesc-yuv420p9le
│   │   │   ├── filter-pixdesc-yuv422p
│   │   │   ├── filter-pixdesc-yuv422p10be
│   │   │   ├── filter-pixdesc-yuv422p10le
│   │   │   ├── filter-pixdesc-yuv422p12be
│   │   │   ├── filter-pixdesc-yuv422p12le
│   │   │   ├── filter-pixdesc-yuv422p14be
│   │   │   ├── filter-pixdesc-yuv422p14le
│   │   │   ├── filter-pixdesc-yuv422p16be
│   │   │   ├── filter-pixdesc-yuv422p16le
│   │   │   ├── filter-pixdesc-yuv422p9be
│   │   │   ├── filter-pixdesc-yuv422p9le
│   │   │   ├── filter-pixdesc-yuv440p
│   │   │   ├── filter-pixdesc-yuv440p10be
│   │   │   ├── filter-pixdesc-yuv440p10le
│   │   │   ├── filter-pixdesc-yuv440p12be
│   │   │   ├── filter-pixdesc-yuv440p12le
│   │   │   ├── filter-pixdesc-yuv444p
│   │   │   ├── filter-pixdesc-yuv444p10be
│   │   │   ├── filter-pixdesc-yuv444p10le
│   │   │   ├── filter-pixdesc-yuv444p10msbbe
│   │   │   ├── filter-pixdesc-yuv444p10msble
│   │   │   ├── filter-pixdesc-yuv444p12be
│   │   │   ├── filter-pixdesc-yuv444p12le
│   │   │   ├── filter-pixdesc-yuv444p12msbbe
│   │   │   ├── filter-pixdesc-yuv444p12msble
│   │   │   ├── filter-pixdesc-yuv444p14be
│   │   │   ├── filter-pixdesc-yuv444p14le
│   │   │   ├── filter-pixdesc-yuv444p16be
│   │   │   ├── filter-pixdesc-yuv444p16le
│   │   │   ├── filter-pixdesc-yuv444p9be
│   │   │   ├── filter-pixdesc-yuv444p9le
│   │   │   ├── filter-pixdesc-yuva420p
│   │   │   ├── filter-pixdesc-yuva420p10be
│   │   │   ├── filter-pixdesc-yuva420p10le
│   │   │   ├── filter-pixdesc-yuva420p16be
│   │   │   ├── filter-pixdesc-yuva420p16le
│   │   │   ├── filter-pixdesc-yuva420p9be
│   │   │   ├── filter-pixdesc-yuva420p9le
│   │   │   ├── filter-pixdesc-yuva422p
│   │   │   ├── filter-pixdesc-yuva422p10be
│   │   │   ├── filter-pixdesc-yuva422p10le
│   │   │   ├── filter-pixdesc-yuva422p12be
│   │   │   ├── filter-pixdesc-yuva422p12le
│   │   │   ├── filter-pixdesc-yuva422p16be
│   │   │   ├── filter-pixdesc-yuva422p16le
│   │   │   ├── filter-pixdesc-yuva422p9be
│   │   │   ├── filter-pixdesc-yuva422p9le
│   │   │   ├── filter-pixdesc-yuva444p
│   │   │   ├── filter-pixdesc-yuva444p10be
│   │   │   ├── filter-pixdesc-yuva444p10le
│   │   │   ├── filter-pixdesc-yuva444p12be
│   │   │   ├── filter-pixdesc-yuva444p12le
│   │   │   ├── filter-pixdesc-yuva444p16be
│   │   │   ├── filter-pixdesc-yuva444p16le
│   │   │   ├── filter-pixdesc-yuva444p9be
│   │   │   ├── filter-pixdesc-yuva444p9le
│   │   │   ├── filter-pixdesc-yuvj411p
│   │   │   ├── filter-pixdesc-yuvj420p
│   │   │   ├── filter-pixdesc-yuvj422p
│   │   │   ├── filter-pixdesc-yuvj440p
│   │   │   ├── filter-pixdesc-yuvj444p
│   │   │   ├── filter-pixdesc-yuyv422
│   │   │   ├── filter-pixdesc-yvyu422
│   │   │   ├── filter-pixelize-avg
│   │   │   ├── filter-pixelize-max
│   │   │   ├── filter-pixelize-min
│   │   │   ├── filter-pixfmts-copy
│   │   │   ├── filter-pixfmts-crop
│   │   │   ├── filter-pixfmts-field
│   │   │   ├── filter-pixfmts-fieldmatch
│   │   │   ├── filter-pixfmts-fieldorder
│   │   │   ├── filter-pixfmts-hflip
│   │   │   ├── filter-pixfmts-histeq
│   │   │   ├── filter-pixfmts-il
│   │   │   ├── filter-pixfmts-kerndeint
│   │   │   ├── filter-pixfmts-lut
│   │   │   ├── filter-pixfmts-null
│   │   │   ├── filter-pixfmts-pad
│   │   │   ├── filter-pixfmts-pullup
│   │   │   ├── filter-pixfmts-rotate
│   │   │   ├── filter-pixfmts-scale
│   │   │   ├── filter-pixfmts-super2xsai
│   │   │   ├── filter-pixfmts-swapuv
│   │   │   ├── filter-pixfmts-tinterlace_cvlpf
│   │   │   ├── filter-pixfmts-tinterlace_merge
│   │   │   ├── filter-pixfmts-tinterlace_pad
│   │   │   ├── filter-pixfmts-tinterlace_vlpf
│   │   │   ├── filter-pixfmts-transpose
│   │   │   ├── filter-pixfmts-vflip
│   │   │   ├── filter-pp7
│   │   │   ├── filter-refcmp-blockdetect-yuv
│   │   │   ├── filter-refcmp-blurdetect-yuv
│   │   │   ├── filter-refcmp-psnr-rgb
│   │   │   ├── filter-refcmp-psnr-yuv
│   │   │   ├── filter-refcmp-siti-yuv
│   │   │   ├── filter-refcmp-ssim-rgb
│   │   │   ├── filter-refcmp-ssim-yuv
│   │   │   ├── filter-refcmp-xpsnr-rgb
│   │   │   ├── filter-refcmp-xpsnr-yuv
│   │   │   ├── filter-removegrain-mode-00
│   │   │   ├── filter-removegrain-mode-01
│   │   │   ├── filter-removegrain-mode-02
│   │   │   ├── filter-removegrain-mode-03
│   │   │   ├── filter-removegrain-mode-04
│   │   │   ├── filter-removegrain-mode-05
│   │   │   ├── filter-removegrain-mode-06
│   │   │   ├── filter-removegrain-mode-07
│   │   │   ├── filter-removegrain-mode-08
│   │   │   ├── filter-removegrain-mode-09
│   │   │   ├── filter-removegrain-mode-10
│   │   │   ├── filter-removegrain-mode-11
│   │   │   ├── filter-removegrain-mode-12
│   │   │   ├── filter-removegrain-mode-13
│   │   │   ├── filter-removegrain-mode-14
│   │   │   ├── filter-removegrain-mode-15
│   │   │   ├── filter-removegrain-mode-16
│   │   │   ├── filter-removegrain-mode-17
│   │   │   ├── filter-removegrain-mode-18
│   │   │   ├── filter-removegrain-mode-19
│   │   │   ├── filter-removegrain-mode-20
│   │   │   ├── filter-removegrain-mode-21
│   │   │   ├── filter-removegrain-mode-22
│   │   │   ├── filter-removegrain-mode-23
│   │   │   ├── filter-removegrain-mode-24
│   │   │   ├── filter-rgbtestsrc
│   │   │   ├── filter-rgbtestsrc-gbrap
│   │   │   ├── filter-rgbtestsrc-gbrap12
│   │   │   ├── filter-rgbtestsrc-gbrp
│   │   │   ├── filter-rgbtestsrc-gbrp12
│   │   │   ├── filter-rgbtestsrc-rgba
│   │   │   ├── filter-rgbtestsrc-x2rgb10le
│   │   │   ├── filter-scale-premultiply
│   │   │   ├── filter-scale200
│   │   │   ├── filter-scale2ref_keep_aspect
│   │   │   ├── filter-scale500
│   │   │   ├── filter-scalechroma
│   │   │   ├── filter-select
│   │   │   ├── filter-select-alternate
│   │   │   ├── filter-select-buffering
│   │   │   ├── filter-select-ffprobe
│   │   │   ├── filter-separatefields
│   │   │   ├── filter-setdar
│   │   │   ├── filter-setpts
│   │   │   ├── filter-setsar
│   │   │   ├── filter-showpalette
│   │   │   ├── filter-shuffleframes
│   │   │   ├── filter-shuffleplanes-dup-luma
│   │   │   ├── filter-shuffleplanes-swapuv
│   │   │   ├── filter-silenceremove
│   │   │   ├── filter-smptebars
│   │   │   ├── filter-smptehdbars
│   │   │   ├── filter-spp
│   │   │   ├── filter-stereo3d-abr-ml
│   │   │   ├── filter-stereo3d-abr-mr
│   │   │   ├── filter-stereo3d-al-sbsl
│   │   │   ├── filter-stereo3d-ar-abl
│   │   │   ├── filter-stereo3d-sbsl-abl
│   │   │   ├── filter-stereo3d-sbsl-abr
│   │   │   ├── filter-stereo3d-sbsl-agmc
│   │   │   ├── filter-stereo3d-sbsl-agmd
│   │   │   ├── filter-stereo3d-sbsl-agmg
│   │   │   ├── filter-stereo3d-sbsl-agmh
│   │   │   ├── filter-stereo3d-sbsl-al
│   │   │   ├── filter-stereo3d-sbsl-arbg
│   │   │   ├── filter-stereo3d-sbsl-arcc
│   │   │   ├── filter-stereo3d-sbsl-arcd
│   │   │   ├── filter-stereo3d-sbsl-arcg
│   │   │   ├── filter-stereo3d-sbsl-arch
│   │   │   ├── filter-stereo3d-sbsl-argg
│   │   │   ├── filter-stereo3d-sbsl-aybc
│   │   │   ├── filter-stereo3d-sbsl-aybd
│   │   │   ├── filter-stereo3d-sbsl-aybg
│   │   │   ├── filter-stereo3d-sbsl-aybh
│   │   │   ├── filter-stereo3d-sbsl-sbsr
│   │   │   ├── filter-stereotools
│   │   │   ├── filter-swaprect
│   │   │   ├── filter-tblend
│   │   │   ├── filter-telecine
│   │   │   ├── filter-testsrc2-rgb24
│   │   │   ├── filter-testsrc2-rgba
│   │   │   ├── filter-testsrc2-yuv420p
│   │   │   ├── filter-testsrc2-yuv444p
│   │   │   ├── filter-thumbnail
│   │   │   ├── filter-tile
│   │   │   ├── filter-tiltandshift
│   │   │   ├── filter-tiltandshift-410
│   │   │   ├── filter-tiltandshift-422
│   │   │   ├── filter-tiltandshift-444
│   │   │   ├── filter-tpad-add
│   │   │   ├── filter-tpad-add-duration
│   │   │   ├── filter-tpad-clone
│   │   │   ├── filter-transpose
│   │   │   ├── filter-trim-duration
│   │   │   ├── filter-trim-frame
│   │   │   ├── filter-trim-mixed
│   │   │   ├── filter-trim-time
│   │   │   ├── filter-unsharp
│   │   │   ├── filter-unsharp-yuv420p10
│   │   │   ├── filter-untile
│   │   │   ├── filter-untile-yuv422p
│   │   │   ├── filter-vectorscope_color
│   │   │   ├── filter-vectorscope_color2
│   │   │   ├── filter-vectorscope_color3
│   │   │   ├── filter-vectorscope_color4
│   │   │   ├── filter-vectorscope_gray
│   │   │   ├── filter-vectorscope_xy
│   │   │   ├── filter-vflip
│   │   │   ├── filter-vflip_crop
│   │   │   ├── filter-vflip_vflip
│   │   │   ├── filter-vstack
│   │   │   ├── filter-w3fdif-complex
│   │   │   ├── filter-w3fdif-simple
│   │   │   ├── filter-waveform_column
│   │   │   ├── filter-waveform_envelope
│   │   │   ├── filter-waveform_row
│   │   │   ├── filter-waveform_uv
│   │   │   ├── filter-weave
│   │   │   ├── filter-yadif-mode0
│   │   │   ├── filter-yadif-mode1
│   │   │   ├── filter-yadif10
│   │   │   ├── filter-yadif16
│   │   │   ├── filter-yuvtestsrc-ayuv
│   │   │   ├── filter-yuvtestsrc-ayuv64
│   │   │   ├── filter-yuvtestsrc-nv24
│   │   │   ├── filter-yuvtestsrc-p410
│   │   │   ├── filter-yuvtestsrc-v30xle
│   │   │   ├── filter-yuvtestsrc-vuya
│   │   │   ├── filter-yuvtestsrc-vyu444
│   │   │   ├── filter-yuvtestsrc-xv30le
│   │   │   ├── filter-yuvtestsrc-xv36
│   │   │   ├── filter-yuvtestsrc-xv48
│   │   │   ├── filter-yuvtestsrc-yuv444p
│   │   │   ├── filter-yuvtestsrc-yuv444p12
│   │   │   ├── filter-yuvtestsrc-yuva444p
│   │   │   ├── filter-yuvtestsrc-yuva444p12
│   │   │   ├── fits-demux
│   │   │   ├── fitsdec-bitpix-32
│   │   │   ├── fitsdec-bitpix-64
│   │   │   ├── fitsdec-blank_bitpix32
│   │   │   ├── fitsdec-ext_data_min_max
│   │   │   ├── fitsdec-gbrap16be
│   │   │   ├── fitsdec-gbrp
│   │   │   ├── fitsdec-gbrp16be
│   │   │   ├── fitsdec-gray
│   │   │   ├── fitsdec-multi
│   │   │   ├── fitsenc-gbrap
│   │   │   ├── fitsenc-gbrap16be
│   │   │   ├── fitsenc-gbrp
│   │   │   ├── fitsenc-gbrp16be
│   │   │   ├── fitsenc-gray
│   │   │   ├── fitsenc-gray16be
│   │   │   ├── flcl1905
│   │   │   ├── flic-af11-palette-change
│   │   │   ├── flic-af12
│   │   │   ├── flic-magiccarpet
│   │   │   ├── flv-add_keyframe_index
│   │   │   ├── flv-demux
│   │   │   ├── fmvc-type1
│   │   │   ├── fmvc-type2
│   │   │   ├── force_key_frames
│   │   │   ├── force_key_frames-scd_metadata
│   │   │   ├── force_key_frames-source
│   │   │   ├── force_key_frames-source-drop
│   │   │   ├── force_key_frames-source-dup
│   │   │   ├── fraps-v0
│   │   │   ├── fraps-v1
│   │   │   ├── fraps-v2
│   │   │   ├── fraps-v3
│   │   │   ├── fraps-v4
│   │   │   ├── fraps-v5
│   │   │   ├── frwu
│   │   │   ├── g2m2
│   │   │   ├── g2m3
│   │   │   ├── g2m4
│   │   │   ├── g722-encode
│   │   │   ├── g722dec-1
│   │   │   ├── g723_1-dec-1
│   │   │   ├── g723_1-dec-2
│   │   │   ├── g723_1-dec-3
│   │   │   ├── g723_1-dec-4
│   │   │   ├── g723_1-dec-5
│   │   │   ├── g723_1-dec-6
│   │   │   ├── g723_1-dec-7
│   │   │   ├── g723_1-dec-8
│   │   │   ├── g726-encode-2bit
│   │   │   ├── g726-encode-3bit
│   │   │   ├── g726-encode-4bit
│   │   │   ├── g726-encode-5bit
│   │   │   ├── g726le-encode
│   │   │   ├── gapless-mp3
│   │   │   ├── gapless-mp3-side-data
│   │   │   ├── gaplessenc-itunes-to-ipod-aac
│   │   │   ├── gaplessenc-pcm-to-mov-aac
│   │   │   ├── gaplessinfo-itunes1
│   │   │   ├── gaplessinfo-itunes2
│   │   │   ├── gif-color
│   │   │   ├── gif-deal
│   │   │   ├── gif-demux
│   │   │   ├── gif-disposal-background
│   │   │   ├── gif-disposal-restore
│   │   │   ├── gif-gray
│   │   │   ├── gifenc-bgr4_byte
│   │   │   ├── gifenc-bgr8
│   │   │   ├── gifenc-gray
│   │   │   ├── gifenc-pal8
│   │   │   ├── gifenc-rgb4_byte
│   │   │   ├── gifenc-rgb8
│   │   │   ├── gsm-ms
│   │   │   ├── gsm-toast
│   │   │   ├── h264-3386
│   │   │   ├── h264-afd
│   │   │   ├── h264-attachment-631
│   │   │   ├── h264-brokensps-2580
│   │   │   ├── h264-bsf-dts2pts
│   │   │   ├── h264-bsf-mp4toannexb
│   │   │   ├── h264-bsf-mp4toannexb-new-extradata
│   │   │   ├── h264-bsf-redundant-pps-annexb
│   │   │   ├── h264-bsf-redundant-pps-mov
│   │   │   ├── h264-bsf-redundant-pps-side-data
│   │   │   ├── h264-bsf-redundant-pps-side-data2
│   │   │   ├── h264-conformance-aud_mw_e
│   │   │   ├── h264-conformance-ba1_ft_c
│   │   │   ├── h264-conformance-ba1_sony_d
│   │   │   ├── h264-conformance-ba2_sony_f
│   │   │   ├── h264-conformance-ba3_sva_c
│   │   │   ├── h264-conformance-ba_mw_d
│   │   │   ├── h264-conformance-bamq1_jvc_c
│   │   │   ├── h264-conformance-bamq2_jvc_c
│   │   │   ├── h264-conformance-banm_mw_d
│   │   │   ├── h264-conformance-basqp1_sony_c
│   │   │   ├── h264-conformance-caba1_sony_d
│   │   │   ├── h264-conformance-caba1_sva_b
│   │   │   ├── h264-conformance-caba2_sony_e
│   │   │   ├── h264-conformance-caba2_sva_b
│   │   │   ├── h264-conformance-caba3_sony_c
│   │   │   ├── h264-conformance-caba3_sva_b
│   │   │   ├── h264-conformance-caba3_toshiba_e
│   │   │   ├── h264-conformance-cabac_mot_fld0_full
│   │   │   ├── h264-conformance-cabac_mot_frm0_full
│   │   │   ├── h264-conformance-cabac_mot_mbaff0_full
│   │   │   ├── h264-conformance-cabac_mot_picaff0_full
│   │   │   ├── h264-conformance-cabaci3_sony_b
│   │   │   ├── h264-conformance-cabast3_sony_e
│   │   │   ├── h264-conformance-cabastbr3_sony_b
│   │   │   ├── h264-conformance-cabref3_sand_d
│   │   │   ├── h264-conformance-cacqp3_sony_d
│   │   │   ├── h264-conformance-cafi1_sva_c
│   │   │   ├── h264-conformance-cama1_sony_c
│   │   │   ├── h264-conformance-cama1_toshiba_b
│   │   │   ├── h264-conformance-cama1_vtc_c
│   │   │   ├── h264-conformance-cama2_vtc_b
│   │   │   ├── h264-conformance-cama3_sand_e
│   │   │   ├── h264-conformance-cama3_vtc_b
│   │   │   ├── h264-conformance-camaci3_sony_c
│   │   │   ├── h264-conformance-camanl1_toshiba_b
│   │   │   ├── h264-conformance-camanl2_toshiba_b
│   │   │   ├── h264-conformance-camanl3_sand_e
│   │   │   ├── h264-conformance-camasl3_sony_b
│   │   │   ├── h264-conformance-camp_mot_mbaff_l30
│   │   │   ├── h264-conformance-camp_mot_mbaff_l31
│   │   │   ├── h264-conformance-canl1_sony_e
│   │   │   ├── h264-conformance-canl1_sva_b
│   │   │   ├── h264-conformance-canl2_sony_e
│   │   │   ├── h264-conformance-canl2_sva_b
│   │   │   ├── h264-conformance-canl3_sony_c
│   │   │   ├── h264-conformance-canl3_sva_b
│   │   │   ├── h264-conformance-canl4_sva_b
│   │   │   ├── h264-conformance-canlma2_sony_c
│   │   │   ├── h264-conformance-canlma3_sony_c
│   │   │   ├── h264-conformance-capa1_toshiba_b
│   │   │   ├── h264-conformance-capama3_sand_f
│   │   │   ├── h264-conformance-capcm1_sand_e
│   │   │   ├── h264-conformance-capcmnl1_sand_e
│   │   │   ├── h264-conformance-capm3_sony_d
│   │   │   ├── h264-conformance-caqp1_sony_b
│   │   │   ├── h264-conformance-cavlc_mot_fld0_full_b
│   │   │   ├── h264-conformance-cavlc_mot_frm0_full_b
│   │   │   ├── h264-conformance-cavlc_mot_mbaff0_full_b
│   │   │   ├── h264-conformance-cavlc_mot_picaff0_full_b
│   │   │   ├── h264-conformance-cawp1_toshiba_e
│   │   │   ├── h264-conformance-cawp5_toshiba_e
│   │   │   ├── h264-conformance-ci1_ft_b
│   │   │   ├── h264-conformance-ci_mw_d
│   │   │   ├── h264-conformance-cvbs3_sony_c
│   │   │   ├── h264-conformance-cvcanlma2_sony_c
│   │   │   ├── h264-conformance-cvfc1_sony_c
│   │   │   ├── h264-conformance-cvfi1_sony_d
│   │   │   ├── h264-conformance-cvfi1_sva_c
│   │   │   ├── h264-conformance-cvfi2_sony_h
│   │   │   ├── h264-conformance-cvfi2_sva_c
│   │   │   ├── h264-conformance-cvma1_sony_d
│   │   │   ├── h264-conformance-cvma1_toshiba_b
│   │   │   ├── h264-conformance-cvmanl1_toshiba_b
│   │   │   ├── h264-conformance-cvmanl2_toshiba_b
│   │   │   ├── h264-conformance-cvmapaqp3_sony_e
│   │   │   ├── h264-conformance-cvmaqp3_sony_d
│   │   │   ├── h264-conformance-cvmp_mot_fld_l30_b
│   │   │   ├── h264-conformance-cvmp_mot_frm_l31_b
│   │   │   ├── h264-conformance-cvnlfi1_sony_c
│   │   │   ├── h264-conformance-cvnlfi2_sony_h
│   │   │   ├── h264-conformance-cvpa1_toshiba_b
│   │   │   ├── h264-conformance-cvpcmnl1_sva_c
│   │   │   ├── h264-conformance-cvpcmnl2_sva_c
│   │   │   ├── h264-conformance-cvwp1_toshiba_e
│   │   │   ├── h264-conformance-cvwp2_toshiba_e
│   │   │   ├── h264-conformance-cvwp3_toshiba_e
│   │   │   ├── h264-conformance-cvwp5_toshiba_e
│   │   │   ├── h264-conformance-fi1_sony_e
│   │   │   ├── h264-conformance-frext-alphaconformanceg
│   │   │   ├── h264-conformance-frext-bcrm_freh10
│   │   │   ├── h264-conformance-frext-brcm_freh11
│   │   │   ├── h264-conformance-frext-brcm_freh3
│   │   │   ├── h264-conformance-frext-brcm_freh4
│   │   │   ├── h264-conformance-frext-brcm_freh5
│   │   │   ├── h264-conformance-frext-brcm_freh8
│   │   │   ├── h264-conformance-frext-brcm_freh9
│   │   │   ├── h264-conformance-frext-freh12_b
│   │   │   ├── h264-conformance-frext-freh1_b
│   │   │   ├── h264-conformance-frext-freh2_b
│   │   │   ├── h264-conformance-frext-freh6
│   │   │   ├── h264-conformance-frext-freh7_b
│   │   │   ├── h264-conformance-frext-frext01_jvc_d
│   │   │   ├── h264-conformance-frext-frext02_jvc_c
│   │   │   ├── h264-conformance-frext-frext1_panasonic_c
│   │   │   ├── h264-conformance-frext-frext2_panasonic_b
│   │   │   ├── h264-conformance-frext-frext3_panasonic_d
│   │   │   ├── h264-conformance-frext-frext4_panasonic_a
│   │   │   ├── h264-conformance-frext-frext_mmco4_sony_b
│   │   │   ├── h264-conformance-frext-hcaff1_hhi_b
│   │   │   ├── h264-conformance-frext-hcafr1_hhi_c
│   │   │   ├── h264-conformance-frext-hcafr2_hhi_a
│   │   │   ├── h264-conformance-frext-hcafr3_hhi_a
│   │   │   ├── h264-conformance-frext-hcafr4_hhi_a
│   │   │   ├── h264-conformance-frext-hcamff1_hhi_b
│   │   │   ├── h264-conformance-frext-hi422fr10_sony_b
│   │   │   ├── h264-conformance-frext-hi422fr13_sony_b
│   │   │   ├── h264-conformance-frext-hi422fr1_sony_a
│   │   │   ├── h264-conformance-frext-hi422fr6_sony_a
│   │   │   ├── h264-conformance-frext-hpca_brcm_c
│   │   │   ├── h264-conformance-frext-hpcadq_brcm_b
│   │   │   ├── h264-conformance-frext-hpcafl_bcrm_c
│   │   │   ├── h264-conformance-frext-hpcaflnl_bcrm_c
│   │   │   ├── h264-conformance-frext-hpcalq_brcm_b
│   │   │   ├── h264-conformance-frext-hpcamapalq_bcrm_b
│   │   │   ├── h264-conformance-frext-hpcamolq_brcm_b
│   │   │   ├── h264-conformance-frext-hpcanl_brcm_c
│   │   │   ├── h264-conformance-frext-hpcaq2lq_brcm_b
│   │   │   ├── h264-conformance-frext-hpcv_brcm_a
│   │   │   ├── h264-conformance-frext-hpcvfl_bcrm_a
│   │   │   ├── h264-conformance-frext-hpcvflnl_bcrm_a
│   │   │   ├── h264-conformance-frext-hpcvmolq_brcm_b
│   │   │   ├── h264-conformance-frext-hpcvnl_brcm_a
│   │   │   ├── h264-conformance-frext-pph10i1_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i2_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i3_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i4_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i5_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i6_panasonic_a
│   │   │   ├── h264-conformance-frext-pph10i7_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i1_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i2_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i3_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i4_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i5_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i6_panasonic_a
│   │   │   ├── h264-conformance-frext-pph422i7_panasonic_a
│   │   │   ├── h264-conformance-hcbp2_hhi_a
│   │   │   ├── h264-conformance-hcmp1_hhi_a
│   │   │   ├── h264-conformance-ls_sva_d
│   │   │   ├── h264-conformance-midr_mw_d
│   │   │   ├── h264-conformance-mps_mw_a
│   │   │   ├── h264-conformance-mr1_bt_a
│   │   │   ├── h264-conformance-mr1_mw_a
│   │   │   ├── h264-conformance-mr2_mw_a
│   │   │   ├── h264-conformance-mr2_tandberg_e
│   │   │   ├── h264-conformance-mr3_tandberg_b
│   │   │   ├── h264-conformance-mr4_tandberg_c
│   │   │   ├── h264-conformance-mr5_tandberg_c
│   │   │   ├── h264-conformance-mr6_bt_b
│   │   │   ├── h264-conformance-mr7_bt_b
│   │   │   ├── h264-conformance-mr8_bt_b
│   │   │   ├── h264-conformance-mr9_bt_b
│   │   │   ├── h264-conformance-mv1_brcm_d
│   │   │   ├── h264-conformance-nl1_sony_d
│   │   │   ├── h264-conformance-nl2_sony_h
│   │   │   ├── h264-conformance-nl3_sva_e
│   │   │   ├── h264-conformance-nlmq1_jvc_c
│   │   │   ├── h264-conformance-nlmq2_jvc_c
│   │   │   ├── h264-conformance-nrf_mw_e
│   │   │   ├── h264-conformance-sharp_mp_field_1_b
│   │   │   ├── h264-conformance-sharp_mp_field_2_b
│   │   │   ├── h264-conformance-sharp_mp_field_3_b
│   │   │   ├── h264-conformance-sharp_mp_paff_1r2
│   │   │   ├── h264-conformance-sharp_mp_paff_2r
│   │   │   ├── h264-conformance-sl1_sva_b
│   │   │   ├── h264-conformance-slice2_field_aurora4
│   │   │   ├── h264-conformance-sva_ba1_b
│   │   │   ├── h264-conformance-sva_ba2_d
│   │   │   ├── h264-conformance-sva_base_b
│   │   │   ├── h264-conformance-sva_cl1_e
│   │   │   ├── h264-conformance-sva_fm1_e
│   │   │   ├── h264-conformance-sva_nl1_b
│   │   │   ├── h264-conformance-sva_nl2_e
│   │   │   ├── h264-crop-to-container
│   │   │   ├── h264-direct-bff
│   │   │   ├── h264-dts_5frames
│   │   │   ├── h264-encparams
│   │   │   ├── h264-extradata-reload
│   │   │   ├── h264-extreme-plane-pred
│   │   │   ├── h264-interlace-crop
│   │   │   ├── h264-intra-refresh-recovery
│   │   │   ├── h264-invalid-ref-mod
│   │   │   ├── h264-lossless
│   │   │   ├── h264-missing-frame
│   │   │   ├── h264-mixed-nal-coding
│   │   │   ├── h264-ref-pic-mod-overflow
│   │   │   ├── h264-reinit-large_420_8-to-small_420_8
│   │   │   ├── h264-reinit-small_420_8-to-large_444_10
│   │   │   ├── h264-reinit-small_420_9-to-small_420_8
│   │   │   ├── h264-reinit-small_422_9-to-small_420_9
│   │   │   ├── h264-skip-nointra
│   │   │   ├── h264-skip-nokey
│   │   │   ├── h264-timecode
│   │   │   ├── h264-twofields-packet
│   │   │   ├── h264-unescaped-extradata
│   │   │   ├── h264-xavc-4389
│   │   │   ├── h264_mp4toannexb_ticket2991
│   │   │   ├── h264_mp4toannexb_ticket5927
│   │   │   ├── h264_mp4toannexb_ticket5927_2
│   │   │   ├── hap-alpha-only-nosnappy-128x72
│   │   │   ├── hap-alpha-only-snappy-127x71
│   │   │   ├── hap-chunk
│   │   │   ├── hap1
│   │   │   ├── hap5
│   │   │   ├── hapqa-extract-nosnappy-to-hapalphaonly-mov
│   │   │   ├── hapqa-extract-nosnappy-to-hapq-mov
│   │   │   ├── hapqa-extract-snappy1-to-hapalphaonly
│   │   │   ├── hapqa-extract-snappy1-to-hapq
│   │   │   ├── hapqa-extract-snappy16-to-hapalphaonly
│   │   │   ├── hapqa-extract-snappy16-to-hapq
│   │   │   ├── hapqa-nosnappy-127x71
│   │   │   ├── hapqa-snappy1-127x71
│   │   │   ├── hapqa-snappy16-127x71
│   │   │   ├── hapy
│   │   │   ├── hash
│   │   │   ├── hdr_dynamic_vivid_metadata
│   │   │   ├── hevc-afd-tc-sei
│   │   │   ├── hevc-alpha
│   │   │   ├── hevc-bsf-dts2pts-cra
│   │   │   ├── hevc-bsf-dts2pts-idr
│   │   │   ├── hevc-bsf-dts2pts-idr-cra
│   │   │   ├── hevc-cabac-tudepth
│   │   │   ├── hevc-color-reserved
│   │   │   ├── hevc-conformance-ADJUST_IPRED_ANGLE_A_RExt_Mitsubishi_1
│   │   │   ├── hevc-conformance-AMP_A_Samsung_4
│   │   │   ├── hevc-conformance-AMP_A_Samsung_6
│   │   │   ├── hevc-conformance-AMP_B_Samsung_4
│   │   │   ├── hevc-conformance-AMP_B_Samsung_6
│   │   │   ├── hevc-conformance-AMP_D_Hisilicon
│   │   │   ├── hevc-conformance-AMP_E_Hisilicon
│   │   │   ├── hevc-conformance-AMP_F_Hisilicon_3
│   │   │   ├── hevc-conformance-AMVP_A_MTK_4
│   │   │   ├── hevc-conformance-AMVP_B_MTK_4
│   │   │   ├── hevc-conformance-AMVP_C_Samsung_4
│   │   │   ├── hevc-conformance-AMVP_C_Samsung_6
│   │   │   ├── hevc-conformance-BUMPING_A_ericsson_1
│   │   │   ├── hevc-conformance-CAINIT_A_SHARP_4
│   │   │   ├── hevc-conformance-CAINIT_B_SHARP_4
│   │   │   ├── hevc-conformance-CAINIT_C_SHARP_3
│   │   │   ├── hevc-conformance-CAINIT_D_SHARP_3
│   │   │   ├── hevc-conformance-CAINIT_E_SHARP_3
│   │   │   ├── hevc-conformance-CAINIT_F_SHARP_3
│   │   │   ├── hevc-conformance-CAINIT_G_SHARP_3
│   │   │   ├── hevc-conformance-CAINIT_H_SHARP_3
│   │   │   ├── hevc-conformance-CIP_A_Panasonic_3
│   │   │   ├── hevc-conformance-CIP_C_Panasonic_2
│   │   │   ├── hevc-conformance-CONFWIN_A_Sony_1
│   │   │   ├── hevc-conformance-DBLK_A_MAIN10_VIXS_3
│   │   │   ├── hevc-conformance-DBLK_A_SONY_3
│   │   │   ├── hevc-conformance-DBLK_B_SONY_3
│   │   │   ├── hevc-conformance-DBLK_C_SONY_3
│   │   │   ├── hevc-conformance-DBLK_D_VIXS_2
│   │   │   ├── hevc-conformance-DBLK_E_VIXS_2
│   │   │   ├── hevc-conformance-DBLK_F_VIXS_2
│   │   │   ├── hevc-conformance-DBLK_G_VIXS_2
│   │   │   ├── hevc-conformance-DELTAQP_A_BRCM_4
│   │   │   ├── hevc-conformance-DELTAQP_B_SONY_3
│   │   │   ├── hevc-conformance-DELTAQP_C_SONY_3
│   │   │   ├── hevc-conformance-DSLICE_A_HHI_5
│   │   │   ├── hevc-conformance-DSLICE_B_HHI_5
│   │   │   ├── hevc-conformance-DSLICE_C_HHI_5
│   │   │   ├── hevc-conformance-ENTP_A_Qualcomm_1
│   │   │   ├── hevc-conformance-ENTP_B_Qualcomm_1
│   │   │   ├── hevc-conformance-ENTP_C_Qualcomm_1
│   │   │   ├── hevc-conformance-EXT_A_ericsson_4
│   │   │   ├── hevc-conformance-FILLER_A_Sony_1
│   │   │   ├── hevc-conformance-HRD_A_Fujitsu_2
│   │   │   ├── hevc-conformance-HRD_A_Fujitsu_3
│   │   │   ├── hevc-conformance-INITQP_A_Sony_1
│   │   │   ├── hevc-conformance-INITQP_B_Sony_1
│   │   │   ├── hevc-conformance-IPCM_A_RExt_NEC
│   │   │   ├── hevc-conformance-IPCM_B_RExt_NEC
│   │   │   ├── hevc-conformance-IPRED_A_docomo_2
│   │   │   ├── hevc-conformance-IPRED_B_Nokia_3
│   │   │   ├── hevc-conformance-IPRED_C_Mitsubishi_3
│   │   │   ├── hevc-conformance-LS_A_Orange_2
│   │   │   ├── hevc-conformance-LS_B_ORANGE_4
│   │   │   ├── hevc-conformance-LTRPSPS_A_Qualcomm_1
│   │   │   ├── hevc-conformance-MAXBINS_A_TI_4
│   │   │   ├── hevc-conformance-MAXBINS_B_TI_4
│   │   │   ├── hevc-conformance-MAXBINS_C_TI_4
│   │   │   ├── hevc-conformance-MERGE_A_TI_3
│   │   │   ├── hevc-conformance-MERGE_B_TI_3
│   │   │   ├── hevc-conformance-MERGE_C_TI_3
│   │   │   ├── hevc-conformance-MERGE_D_TI_3
│   │   │   ├── hevc-conformance-MERGE_E_TI_3
│   │   │   ├── hevc-conformance-MERGE_F_MTK_4
│   │   │   ├── hevc-conformance-MERGE_G_HHI_4
│   │   │   ├── hevc-conformance-MVCLIP_A_qualcomm_3
│   │   │   ├── hevc-conformance-MVDL1ZERO_A_docomo_3
│   │   │   ├── hevc-conformance-MVEDGE_A_qualcomm_3
│   │   │   ├── hevc-conformance-MVHEVCS_A
│   │   │   ├── hevc-conformance-MVHEVCS_B
│   │   │   ├── hevc-conformance-MVHEVCS_E
│   │   │   ├── hevc-conformance-MVHEVCS_F
│   │   │   ├── hevc-conformance-Main_422_10_A_RExt_Sony_1
│   │   │   ├── hevc-conformance-Main_422_10_B_RExt_Sony_1
│   │   │   ├── hevc-conformance-NUT_A_ericsson_5
│   │   │   ├── hevc-conformance-NoOutPrior_A_Qualcomm_1
│   │   │   ├── hevc-conformance-NoOutPrior_B_Qualcomm_1
│   │   │   ├── hevc-conformance-OPFLAG_A_Qualcomm_1
│   │   │   ├── hevc-conformance-OPFLAG_B_Qualcomm_1
│   │   │   ├── hevc-conformance-OPFLAG_C_Qualcomm_1
│   │   │   ├── hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_1
│   │   │   ├── hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_3
│   │   │   ├── hevc-conformance-PICSIZE_A_Bossen_1
│   │   │   ├── hevc-conformance-PICSIZE_B_Bossen_1
│   │   │   ├── hevc-conformance-PICSIZE_C_Bossen_1
│   │   │   ├── hevc-conformance-PICSIZE_D_Bossen_1
│   │   │   ├── hevc-conformance-PMERGE_A_TI_3
│   │   │   ├── hevc-conformance-PMERGE_B_TI_3
│   │   │   ├── hevc-conformance-PMERGE_C_TI_3
│   │   │   ├── hevc-conformance-PMERGE_D_TI_3
│   │   │   ├── hevc-conformance-PMERGE_E_TI_3
│   │   │   ├── hevc-conformance-POC_A_Bossen_3
│   │   │   ├── hevc-conformance-PPS_A_qualcomm_7
│   │   │   ├── hevc-conformance-PS_A_VIDYO_3
│   │   │   ├── hevc-conformance-PS_B_VIDYO_3
│   │   │   ├── hevc-conformance-QMATRIX_A_RExt_Sony_1
│   │   │   ├── hevc-conformance-RAP_A_docomo_4
│   │   │   ├── hevc-conformance-RAP_B_Bossen_1
│   │   │   ├── hevc-conformance-RPLM_A_qualcomm_4
│   │   │   ├── hevc-conformance-RPLM_B_qualcomm_4
│   │   │   ├── hevc-conformance-RPS_A_docomo_4
│   │   │   ├── hevc-conformance-RPS_B_qualcomm_5
│   │   │   ├── hevc-conformance-RPS_C_ericsson_5
│   │   │   ├── hevc-conformance-RPS_D_ericsson_6
│   │   │   ├── hevc-conformance-RPS_E_qualcomm_5
│   │   │   ├── hevc-conformance-RPS_F_docomo_1
│   │   │   ├── hevc-conformance-RQT_A_HHI_4
│   │   │   ├── hevc-conformance-RQT_B_HHI_4
│   │   │   ├── hevc-conformance-RQT_C_HHI_4
│   │   │   ├── hevc-conformance-RQT_D_HHI_4
│   │   │   ├── hevc-conformance-RQT_E_HHI_4
│   │   │   ├── hevc-conformance-RQT_F_HHI_4
│   │   │   ├── hevc-conformance-RQT_G_HHI_4
│   │   │   ├── hevc-conformance-SAO_A_MediaTek_4
│   │   │   ├── hevc-conformance-SAO_A_RExt_MediaTek_1
│   │   │   ├── hevc-conformance-SAO_B_MediaTek_5
│   │   │   ├── hevc-conformance-SAO_C_Samsung_4
│   │   │   ├── hevc-conformance-SAO_C_Samsung_5
│   │   │   ├── hevc-conformance-SAO_D_Samsung_4
│   │   │   ├── hevc-conformance-SAO_D_Samsung_5
│   │   │   ├── hevc-conformance-SAO_E_Canon_4
│   │   │   ├── hevc-conformance-SAO_F_Canon_3
│   │   │   ├── hevc-conformance-SAO_G_Canon_3
│   │   │   ├── hevc-conformance-SDH_A_Orange_3
│   │   │   ├── hevc-conformance-SLICES_A_Rovi_3
│   │   │   ├── hevc-conformance-SLIST_A_Sony_4
│   │   │   ├── hevc-conformance-SLIST_B_Sony_8
│   │   │   ├── hevc-conformance-SLIST_C_Sony_3
│   │   │   ├── hevc-conformance-SLIST_D_Sony_9
│   │   │   ├── hevc-conformance-SLPPLP_A_VIDYO_1
│   │   │   ├── hevc-conformance-SLPPLP_A_VIDYO_2
│   │   │   ├── hevc-conformance-STRUCT_A_Samsung_5
│   │   │   ├── hevc-conformance-STRUCT_B_Samsung_4
│   │   │   ├── hevc-conformance-STRUCT_B_Samsung_6
│   │   │   ├── hevc-conformance-TILES_A_Cisco_2
│   │   │   ├── hevc-conformance-TILES_B_Cisco_1
│   │   │   ├── hevc-conformance-TMVP_A_MS_3
│   │   │   ├── hevc-conformance-TSCL_A_VIDYO_5
│   │   │   ├── hevc-conformance-TSCL_B_VIDYO_4
│   │   │   ├── hevc-conformance-TSKIP_A_MS_3
│   │   │   ├── hevc-conformance-TUSIZE_A_Samsung_1
│   │   │   ├── hevc-conformance-VPSID_A_VIDYO_1
│   │   │   ├── hevc-conformance-VPSID_A_VIDYO_2
│   │   │   ├── hevc-conformance-WPP_A_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_A_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_B_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_B_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_C_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_C_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_D_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_D_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_E_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_E_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_F_ericsson_MAIN10_2
│   │   │   ├── hevc-conformance-WPP_F_ericsson_MAIN_2
│   │   │   ├── hevc-conformance-WPP_HIGH_TP_444_8BIT_RExt_Apple_2
│   │   │   ├── hevc-conformance-WP_A_MAIN10_Toshiba_3
│   │   │   ├── hevc-conformance-WP_A_Toshiba_3
│   │   │   ├── hevc-conformance-WP_B_Toshiba_3
│   │   │   ├── hevc-conformance-WP_MAIN10_B_Toshiba_3
│   │   │   ├── hevc-conformance-cip_B_NEC_3
│   │   │   ├── hevc-conformance-ipcm_A_NEC_3
│   │   │   ├── hevc-conformance-ipcm_B_NEC_3
│   │   │   ├── hevc-conformance-ipcm_C_NEC_3
│   │   │   ├── hevc-conformance-ipcm_D_NEC_3
│   │   │   ├── hevc-conformance-ipcm_E_NEC_2
│   │   │   ├── hevc-dv-rpu
│   │   │   ├── hevc-extradata-reload
│   │   │   ├── hevc-hdr-vivid-metadata
│   │   │   ├── hevc-hdr10-plus-metadata
│   │   │   ├── hevc-monochrome-crop
│   │   │   ├── hevc-mv-ltr
│   │   │   ├── hevc-mv-nuh-layer-id
│   │   │   ├── hevc-mv-position
│   │   │   ├── hevc-mv-switch
│   │   │   ├── hevc-paired-fields
│   │   │   ├── hevc-paramchange-yuv420p-yuv420p10
│   │   │   ├── hevc-pir
│   │   │   ├── hevc-skiploopfilter
│   │   │   ├── hevc-small422chroma
│   │   │   ├── hevc-two-first-slice
│   │   │   ├── hls-cmfa
│   │   │   ├── hls-discont-start
│   │   │   ├── hls-fmp4
│   │   │   ├── hls-fmp4_ac3
│   │   │   ├── hls-independent-segments
│   │   │   ├── hls-init-time
│   │   │   ├── hls-list-size
│   │   │   ├── hls-playlist-type-event
│   │   │   ├── hls-playlist-type-vod
│   │   │   ├── hls-round-durations
│   │   │   ├── hls-segment-single
│   │   │   ├── hls-segment-size
│   │   │   ├── hls-start-number
│   │   │   ├── hmac
│   │   │   ├── hxvs-demux
│   │   │   ├── iamf-5_1-copy
│   │   │   ├── iamf-5_1-demux
│   │   │   ├── iamf-5_1_4
│   │   │   ├── iamf-7_1_4
│   │   │   ├── iamf-9_1_6
│   │   │   ├── iamf-ambisonic_1
│   │   │   ├── iamf-ambisonic_1-projection
│   │   │   ├── iamf-ambisonic_1-projection-copy
│   │   │   ├── iamf-ambisonic_1-projection-demux
│   │   │   ├── iamf-stereo
│   │   │   ├── iamf-stereo-demux
│   │   │   ├── id-cin-video
│   │   │   ├── id3v2-chapters
│   │   │   ├── id3v2-comm
│   │   │   ├── id3v2-comm-dashed-descriptor
│   │   │   ├── id3v2-comm-descriptor
│   │   │   ├── id3v2-comm-descriptor-no-lang
│   │   │   ├── id3v2-comm-invalid-lang
│   │   │   ├── id3v2-comm-lang-as-descriptor
│   │   │   ├── id3v2-comm-long-descriptor
│   │   │   ├── id3v2-comm-multi-invalid-lang
│   │   │   ├── id3v2-comm-raw-key
│   │   │   ├── id3v2-comm-raw-key-suffix
│   │   │   ├── id3v2-comm-sort
│   │   │   ├── id3v2-lyrics
│   │   │   ├── id3v2-priv
│   │   │   ├── id3v2-priv-remux
│   │   │   ├── id3v2-txxx
│   │   │   ├── id3v2-utf16-bom
│   │   │   ├── id3v2-wma-comm
│   │   │   ├── idroq-video-encode
│   │   │   ├── iff-byterun1
│   │   │   ├── iff-demux
│   │   │   ├── iff-fibonacci
│   │   │   ├── iff-ilbm
│   │   │   ├── iff-pcm
│   │   │   ├── imf
│   │   │   ├── imf-cpl-with-audio
│   │   │   ├── imf-cpl-with-repeat
│   │   │   ├── imgutils
│   │   │   ├── indeo2-delta
│   │   │   ├── indeo2-intra
│   │   │   ├── indeo3-1
│   │   │   ├── indeo3-2
│   │   │   ├── indeo4
│   │   │   ├── indeo5
│   │   │   ├── interplay-mve-16bit
│   │   │   ├── interplay-mve-8bit
│   │   │   ├── iscc
│   │   │   ├── iv8-demux
│   │   │   ├── j2k-dwt
│   │   │   ├── jpeg2000-dcinema
│   │   │   ├── jpeg2000dec-ds0_ht_01_b11
│   │   │   ├── jpeg2000dec-p0_01
│   │   │   ├── jpeg2000dec-p0_02
│   │   │   ├── jpeg2000dec-p0_03
│   │   │   ├── jpeg2000dec-p0_04
│   │   │   ├── jpeg2000dec-p0_05
│   │   │   ├── jpeg2000dec-p0_07
│   │   │   ├── jpeg2000dec-p0_08
│   │   │   ├── jpeg2000dec-p0_09
│   │   │   ├── jpeg2000dec-p0_10
│   │   │   ├── jpeg2000dec-p0_11
│   │   │   ├── jpeg2000dec-p0_12
│   │   │   ├── jpeg2000dec-p0_14
│   │   │   ├── jpeg2000dec-p0_15
│   │   │   ├── jpeg2000dec-p0_16
│   │   │   ├── jpegls-2bpc
│   │   │   ├── jpegls-3bpc
│   │   │   ├── jpegls-5bpc
│   │   │   ├── jpegls-7bpc
│   │   │   ├── jpegls-ilv0-rst
│   │   │   ├── jpegls-ilv1-rst
│   │   │   ├── jpg-12bpp
│   │   │   ├── jpg-exif-autorotate
│   │   │   ├── jpg-exif-noautorotate
│   │   │   ├── jpg-exif-rotation-override
│   │   │   ├── jpg-icc
│   │   │   ├── jpg-jfif
│   │   │   ├── jpg-rgb-1
│   │   │   ├── jpg-rgb-2
│   │   │   ├── jpg-rgb-221
│   │   │   ├── jpg-rgb-3
│   │   │   ├── jpg-rgb-4
│   │   │   ├── jpg-rgb-5
│   │   │   ├── jpg-rgb-baseline
│   │   │   ├── jpg-rgb-progressive
│   │   │   ├── jv
│   │   │   ├── jv-demux
│   │   │   ├── jxl-anim-demux-belgium
│   │   │   ├── jxl-anim-demux-icos4d
│   │   │   ├── jxl-anim-demux-lenna256
│   │   │   ├── jxl-anim-demux-newton
│   │   │   ├── jxl-multiframe-permuted-toc
│   │   │   ├── jxl-small-ext-box
│   │   │   ├── jxs-concat-demux
│   │   │   ├── kgv1
│   │   │   ├── kmvc
│   │   │   ├── lagarith-red
│   │   │   ├── lagarith-rgb24
│   │   │   ├── lagarith-rgb32
│   │   │   ├── lagarith-ticket4119
│   │   │   ├── lagarith-ticket4119-cfr
│   │   │   ├── lagarith-ticket4119-pass
│   │   │   ├── lagarith-ticket4119-vfr
│   │   │   ├── lagarith-yuy2
│   │   │   ├── lagarith-yv12
│   │   │   ├── lavf-pdv-skip-nokey
│   │   │   ├── lead-yuv420p
│   │   │   ├── lead-yuv420p-half
│   │   │   ├── lead-yuv420p-zero
│   │   │   ├── lead-yuv444p
│   │   │   ├── lfg
│   │   │   ├── libaom-hdr10-plus
│   │   │   ├── libavcodec-htmlsubtitles
│   │   │   ├── libsvtav1-hdr10
│   │   │   ├── libx264-hdr10
│   │   │   ├── libx264-simple
│   │   │   ├── limited_input_seek
│   │   │   ├── limited_input_seek-copyts
│   │   │   ├── lmlm4-demux
│   │   │   ├── loco-rgb
│   │   │   ├── loco-yuy2
│   │   │   ├── lossless-alac
│   │   │   ├── lossless-meridianaudio
│   │   │   ├── lossless-monkeysaudio-399
│   │   │   ├── lossless-monkeysaudio-legacy
│   │   │   ├── lossless-osq
│   │   │   ├── lossless-rka
│   │   │   ├── lossless-shorten
│   │   │   ├── lossless-tak
│   │   │   ├── lossless-tta
│   │   │   ├── lossless-tta-encrypted
│   │   │   ├── lossless-wma
│   │   │   ├── lossless-wma24-1
│   │   │   ├── lossless-wma24-2
│   │   │   ├── lossless-wma24-rawtile
│   │   │   ├── lscr
│   │   │   ├── m4v
│   │   │   ├── m4v-cfr
│   │   │   ├── magicyuv-rgb
│   │   │   ├── magicyuv-rgba
│   │   │   ├── magicyuv-y400i
│   │   │   ├── magicyuv-y420
│   │   │   ├── magicyuv-y422i
│   │   │   ├── magicyuv-y444
│   │   │   ├── magicyuv-y4444i
│   │   │   ├── mathematics
│   │   │   ├── matroska-alac-remux
│   │   │   ├── matroska-avoid-negative-ts
│   │   │   ├── matroska-crop
│   │   │   ├── matroska-dovi-write-config7
│   │   │   ├── matroska-dovi-write-config8
│   │   │   ├── matroska-dvbsub-remux
│   │   │   ├── matroska-encoding-delay
│   │   │   ├── matroska-flac-channel-mapping
│   │   │   ├── matroska-flac-extradata-update
│   │   │   ├── matroska-h264-remux
│   │   │   ├── matroska-hdr10-plus-remux
│   │   │   ├── matroska-lzo-decompression
│   │   │   ├── matroska-mastering-display-metadata
│   │   │   ├── matroska-move-cues-to-front
│   │   │   ├── matroska-mpegts-remux
│   │   │   ├── matroska-ms-mode
│   │   │   ├── matroska-non-rotation-displaymatrix
│   │   │   ├── matroska-ogg-opus-remux
│   │   │   ├── matroska-opus-remux
│   │   │   ├── matroska-pgs-remux
│   │   │   ├── matroska-pgs-remux-durations
│   │   │   ├── matroska-prores-header-insertion-bz2
│   │   │   ├── matroska-prores-zlib
│   │   │   ├── matroska-qt-mode
│   │   │   ├── matroska-side-data-pref-codec
│   │   │   ├── matroska-side-data-pref-packet
│   │   │   ├── matroska-spherical-mono
│   │   │   ├── matroska-spherical-mono-remux
│   │   │   ├── matroska-stereo_mode
│   │   │   ├── matroska-vp8-alpha-remux
│   │   │   ├── matroska-wavpack-missing-codecprivate
│   │   │   ├── matroska-xiph-lacing
│   │   │   ├── matroska-zero-length-block
│   │   │   ├── matroska-zlib-decompression
│   │   │   ├── maxis-xa
│   │   │   ├── md5
│   │   │   ├── mdec
│   │   │   ├── mdec-v3
│   │   │   ├── media100
│   │   │   ├── mimic
│   │   │   ├── mjpeg-ticket3229
│   │   │   ├── mjpegb
│   │   │   ├── mkv
│   │   │   ├── mkv-1242
│   │   │   ├── mlv-demux
│   │   │   ├── motionpixels
│   │   │   ├── mov-1elist-1ctts
│   │   │   ├── mov-1elist-ends-last-bframe
│   │   │   ├── mov-1elist-noctts
│   │   │   ├── mov-2elist-elist1-ends-bframe
│   │   │   ├── mov-3elist
│   │   │   ├── mov-3elist-1ctts
│   │   │   ├── mov-3elist-encrypted
│   │   │   ├── mov-3elist-encrypted-kid
│   │   │   ├── mov-440hz-10ms
│   │   │   ├── mov-aac-2048-priming
│   │   │   ├── mov-avif-demux-still-image-1-item
│   │   │   ├── mov-avif-demux-still-image-multiple-items
│   │   │   ├── mov-bbi-elst-starts-b
│   │   │   ├── mov-channel-description
│   │   │   ├── mov-cover-image
│   │   │   ├── mov-displaymatrix
│   │   │   ├── mov-elist-starts-ctts-2ndsample
│   │   │   ├── mov-elst-ends-betn-b-and-i
│   │   │   ├── mov-frag-encrypted
│   │   │   ├── mov-frag-encrypted-kid
│   │   │   ├── mov-frag-overlap
│   │   │   ├── mov-guess-delay-1
│   │   │   ├── mov-guess-delay-2
│   │   │   ├── mov-guess-delay-3
│   │   │   ├── mov-heic-demux-clap-irot-imir
│   │   │   ├── mov-heic-demux-still-image-1-item
│   │   │   ├── mov-heic-demux-still-image-grid
│   │   │   ├── mov-heic-demux-still-image-iovl
│   │   │   ├── mov-heic-demux-still-image-iovl-2
│   │   │   ├── mov-heic-demux-still-image-multiple-items
│   │   │   ├── mov-heic-demux-still-image-multiple-thumb
│   │   │   ├── mov-ibi-elst-starts-b
│   │   │   ├── mov-init-nonkeyframe
│   │   │   ├── mov-invalid-elst-entry-count
│   │   │   ├── mov-mime-codecstring
│   │   │   ├── mov-mp3-demux
│   │   │   ├── mov-mp4-chapters
│   │   │   ├── mov-mp4-disposition-mpegts-remux
│   │   │   ├── mov-mp4-extended-atom
│   │   │   ├── mov-mp4-fragmented-ttml-dfxp
│   │   │   ├── mov-mp4-fragmented-ttml-stpp
│   │   │   ├── mov-mp4-iamf-5_1_4
│   │   │   ├── mov-mp4-iamf-7_1_4-video-first
│   │   │   ├── mov-mp4-iamf-7_1_4-video-first-2
│   │   │   ├── mov-mp4-iamf-7_1_4-video-first-3
│   │   │   ├── mov-mp4-iamf-7_1_4-video-last
│   │   │   ├── mov-mp4-iamf-ambisonic_1
│   │   │   ├── mov-mp4-iamf-stereo
│   │   │   ├── mov-mp4-multiple-stsd-muxing
│   │   │   ├── mov-mp4-pcm
│   │   │   ├── mov-mp4-pcm-float
│   │   │   ├── mov-mp4-ttml-dfxp
│   │   │   ├── mov-mp4-ttml-stpp
│   │   │   ├── mov-mp4-with-mov-in24-ver
│   │   │   ├── mov-ne
Copy disabled (too large) Download .json
Condensed preview — 10270 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (92,462K chars).
[
  {
    "path": ".augment-guidelines",
    "chars": 2527,
    "preview": "# Augment Guidelines for FFmpeg Repository\n\nproject:\n  name: \"FFmpeg\"\n  description: |\n    A complete, cross-platform so"
  },
  {
    "path": ".augmentignore",
    "chars": 245,
    "preview": "\n# Build artifacts\n**/objs/**\n**/build/**\n**/*.o\n**/*.a\n**/*.so\n**/*.dylib\n**/*.d\n\n# IDE files\n**/.idea/**\n**/.vscode/**"
  },
  {
    "path": ".forgejo/CODEOWNERS",
    "chars": 6928,
    "preview": "# This file describes the expected reviewers for a PR based on the changed\n# files. Unlike what the name of the file sug"
  },
  {
    "path": ".forgejo/ISSUE_TEMPLATE.md",
    "chars": 315,
    "preview": "# Summary of the bug\n\nBriefly describe the issue you're experiencing. Include any error messages, unexpected behavior, o"
  },
  {
    "path": ".forgejo/labeler/labeler.js",
    "chars": 2549,
    "preview": "module.exports = async ({github, context}) => {\n    const title = (context.payload.pull_request?.title || context.payloa"
  },
  {
    "path": ".forgejo/labeler/labeler.yml",
    "chars": 656,
    "preview": "avcodec:\n  - changed-files:\n    - any-glob-to-any-file: 'libavcodec/**'\n\navdevice:\n  - changed-files:\n    - any-glob-to-"
  },
  {
    "path": ".forgejo/pre-commit/config.yaml",
    "chars": 1051,
    "preview": "exclude: ^tests/ref/\n\nrepos:\n- repo: https://github.com/pre-commit/pre-commit-hooks\n  rev: v5.0.0\n  hooks:\n    - id: che"
  },
  {
    "path": ".forgejo/pre-commit/ignored-words.txt",
    "chars": 612,
    "preview": "abl\nACN\nacount\naddin\nalis\nalls\nALOG\nALS\nals\nANC\nanc\nANS\nans\nanull\nbasf\nbloc\nbrane\nBREIF\nBU\nbu\nbufer\nCAF\ncaf\nclen\nclens\nC"
  },
  {
    "path": ".forgejo/workflows/autolabel.yml",
    "chars": 987,
    "preview": "name: Autolabel\n\non:\n  pull_request_target:\n    types: [opened, edited, synchronize, closed, assigned, labeled, unlabele"
  },
  {
    "path": ".forgejo/workflows/lint.yml",
    "chars": 969,
    "preview": "name: Lint\n\non:\n  push:\n    branches:\n      - master\n  pull_request:\n\nconcurrency:\n  cancel-in-progress: ${{ forge.event"
  },
  {
    "path": ".forgejo/workflows/test.yml",
    "chars": 4440,
    "preview": "name: Test\n\non:\n  push:\n    branches:\n      - master\n  pull_request:\n\nconcurrency:\n  cancel-in-progress: ${{ forge.event"
  },
  {
    "path": ".gitattributes",
    "chars": 43,
    "preview": "*.pnm -diff -text\nChangelog    merge=union\n"
  },
  {
    "path": ".gitignore",
    "chars": 502,
    "preview": "*.a\n*.o\n*.objs\n*.o.*\n*.d\n*.def\n*.dll\n*.dylib\n*.exe\n*.exp\n*.gcda\n*.gcno\n*.h.c\n*.ilk\n*.lib\n*.pc\n*.pdb\n*.so\n*.so.*\n*.swp\n*."
  },
  {
    "path": ".mailmap",
    "chars": 1504,
    "preview": "<jeebjp@gmail.com> <jan.ekstrom@aminocom.com>\n<sw@jkqxz.net> <mrt@jkqxz.net>\n<u@pkh.me> <cboesch@gopro.com>\n<quinkblack@"
  },
  {
    "path": "CONTRIBUTING.md",
    "chars": 477,
    "preview": "# Note to Github users\n\nPatches should be submitted to [Forgejo](https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls) or the [ff"
  },
  {
    "path": "COPYING.GPLv2",
    "chars": 18092,
    "preview": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 2, June 1991\n\n Copyright (C) 1989, 1991 Fr"
  },
  {
    "path": "COPYING.GPLv3",
    "chars": 35147,
    "preview": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
  },
  {
    "path": "COPYING.LGPLv2.1",
    "chars": 26517,
    "preview": "                  GNU LESSER GENERAL PUBLIC LICENSE\n                       Version 2.1, February 1999\n\n Copyright (C) 19"
  },
  {
    "path": "COPYING.LGPLv3",
    "chars": 7651,
    "preview": "                   GNU LESSER GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007"
  },
  {
    "path": "CREDITS",
    "chars": 277,
    "preview": "See the Git history of the project (https://git.ffmpeg.org/ffmpeg) to\nget the names of people who have contributed to FF"
  },
  {
    "path": "Changelog",
    "chars": 76962,
    "preview": "Entries are sorted chronologically from oldest to youngest within each release,\nreleases are sorted from youngest to old"
  },
  {
    "path": "FUNDING.json",
    "chars": 107,
    "preview": "{\n  \"drips\": {\n    \"ethereum\": {\n      \"ownedBy\": \"0x2f3900e7064eE63D30d749971265858612AA7139\"\n    }\n  }\n}\n"
  },
  {
    "path": "INSTALL.md",
    "chars": 1101,
    "preview": "# Installing FFmpeg\n\n0. If you like to include source plugins, merge them before configure\nfor example run tools/merge-a"
  },
  {
    "path": "LICENSE.md",
    "chars": 4346,
    "preview": "# License\n\nMost files in FFmpeg are under the GNU Lesser General Public License version 2.1\nor later (LGPL v2.1+). Read "
  },
  {
    "path": "MAINTAINERS",
    "chars": 31645,
    "preview": "FFmpeg maintainers\n==================\n\nBelow is a list of the people maintaining different parts of the\nFFmpeg code.\n\nPl"
  },
  {
    "path": "Makefile",
    "chars": 7597,
    "preview": "MAIN_MAKEFILE=1\ninclude ffbuild/config.mak\n\nvpath %.c    $(SRC_PATH)\nvpath %.cpp  $(SRC_PATH)\nvpath %.h    $(SRC_PATH)\nv"
  },
  {
    "path": "README.md",
    "chars": 1798,
    "preview": "# FFmpeg README\n\nFFmpeg is a collection of libraries and tools to process multimedia content\nsuch as audio, video, subti"
  },
  {
    "path": "RELEASE",
    "chars": 8,
    "preview": "8.0.git\n"
  },
  {
    "path": "compat/aix/math.h",
    "chars": 1030,
    "preview": "/*\n * Work around the class() function in AIX math.h clashing with\n * identifiers named \"class\".\n *\n * This file is part"
  },
  {
    "path": "compat/android/binder.c",
    "chars": 3879,
    "preview": "/*\n * Android Binder handler\n *\n * Copyright (c) 2025 Dmitrii Okunev\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is "
  },
  {
    "path": "compat/android/binder.h",
    "chars": 1063,
    "preview": "/*\n * Android Binder handler\n *\n * Copyright (c) 2025 Dmitrii Okunev\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is "
  },
  {
    "path": "compat/atomics/dummy/stdatomic.h",
    "chars": 5438,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "compat/atomics/win32/stdatomic.h",
    "chars": 5680,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "compat/cuda/cuda_runtime.h",
    "chars": 6876,
    "preview": "/*\n * Minimum CUDA compatibility definitions header\n *\n * Copyright (c) 2019 rcombs\n *\n * This file is part of FFmpeg.\n "
  },
  {
    "path": "compat/cuda/dynlink_loader.h",
    "chars": 1308,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "compat/dispatch_semaphore/semaphore.h",
    "chars": 1583,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "compat/djgpp/math.c",
    "chars": 1287,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "compat/djgpp/math.h",
    "chars": 1009,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "compat/float/float.h",
    "chars": 1140,
    "preview": "/*\n * Work around broken floating point limits on some systems.\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free "
  },
  {
    "path": "compat/float/limits.h",
    "chars": 872,
    "preview": "/*\n * Work around broken floating point limits on some systems.\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free "
  },
  {
    "path": "compat/getopt.c",
    "chars": 2476,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "compat/msvcrt/snprintf.c",
    "chars": 2169,
    "preview": "/*\n * C99-compatible snprintf() and vsnprintf() implementations\n * Copyright (c) 2012 Ronald S. Bultje <rsbultje@gmail.c"
  },
  {
    "path": "compat/msvcrt/snprintf.h",
    "chars": 1319,
    "preview": "/*\n * C99-compatible snprintf() and vsnprintf() implementations\n * Copyright (c) 2012 Ronald S. Bultje <rsbultje@gmail.c"
  },
  {
    "path": "compat/os2threads.h",
    "chars": 5575,
    "preview": "/*\n * Copyright (c) 2011-2017 KO Myung-Hun <komh@chollian.net>\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free s"
  },
  {
    "path": "compat/solaris/make_sunver.pl",
    "chars": 10325,
    "preview": "#!/usr/bin/env perl\n\n# make_sunver.pl\n#\n#   Copyright (C) 2010, 2011, 2012, 2013\n#   Free Software Foundation, Inc.\n#\n# "
  },
  {
    "path": "compat/stdbit/stdbit.h",
    "chars": 16224,
    "preview": "/*\n * Copyright (C) 2023 Rémi Denis-Courmont\n *\n * This program is free software; you can redistribute it and/or modify "
  },
  {
    "path": "compat/strtod.c",
    "chars": 2828,
    "preview": "/*\n * C99-compatible strtod() implementation\n * Copyright (c) 2012 Ronald S. Bultje <rsbultje@gmail.com>\n *\n * This file"
  },
  {
    "path": "compat/va_copy.h",
    "chars": 1146,
    "preview": "/*\n * MSVC Compatible va_copy macro\n * Copyright (c) 2012 Derek Buitenhuis\n *\n * This file is part of FFmpeg.\n *\n * FFmp"
  },
  {
    "path": "compat/w32dlfcn.h",
    "chars": 5068,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "compat/w32pthreads.h",
    "chars": 7039,
    "preview": "/*\n * Copyright (C) 2010-2011 x264 project\n *\n * Authors: Steven Walters <kemuri9@gmail.com>\n *          Pegasys Inc. <h"
  },
  {
    "path": "compat/windows/makedef",
    "chars": 3606,
    "preview": "#!/bin/sh\n\n# Copyright (c) 2013, Derek Buitenhuis\n#\n# Permission to use, copy, modify, and/or distribute this software f"
  },
  {
    "path": "compat/windows/mslink",
    "chars": 149,
    "preview": "#!/bin/sh\n\nLINK_EXE_PATH=$(dirname \"$(command -v cl)\")/link\nif [ -x \"$LINK_EXE_PATH\" ]; then\n    \"$LINK_EXE_PATH\" $@\nels"
  },
  {
    "path": "compat/windows/mswindres",
    "chars": 636,
    "preview": "#!/bin/sh\n\nif [ \"$1\" = \"--version\" ]; then\n    rc.exe -?\n    exit $?\nfi\n\nif [ $# -lt 2 ]; then\n    echo \"Usage: mswindre"
  },
  {
    "path": "configure",
    "chars": 310846,
    "preview": "#!/bin/sh\n#\n# FFmpeg configure script\n#\n# Copyright (c) 2000-2002 Fabrice Bellard\n# Copyright (c) 2005-2008 Diego Biurru"
  },
  {
    "path": "doc/.gitignore",
    "chars": 108,
    "preview": "/*.1\n/*.3\n/*.html\n/*.pod\n/config.texi\n/avoptions_codec.texi\n/avoptions_format.texi\n/fate.txt\n/print_options\n"
  },
  {
    "path": "doc/APIchanges",
    "chars": 178878,
    "preview": "The last version increases of all libraries were on 2025-03-28\n\nAPI changes, most recent first:\n\n2026-05-17 - xxxxxxxxxx"
  },
  {
    "path": "doc/CVSS.txt",
    "chars": 2148,
    "preview": "This document is work in progress\n\n*What is CVSS*\n    The Common Vulnerability Scoring System (CVSS) is an open, industr"
  },
  {
    "path": "doc/Doxyfile",
    "chars": 103206,
    "preview": "# Doxyfile 1.8.8\n\n# This file describes the settings to be used by the documentation system\n# doxygen (www.doxygen.org) "
  },
  {
    "path": "doc/Makefile",
    "chars": 5694,
    "preview": "LIBRARIES-$(CONFIG_AVUTIL)     += libavutil\nLIBRARIES-$(CONFIG_SWSCALE)    += libswscale\nLIBRARIES-$(CONFIG_SWRESAMPLE) "
  },
  {
    "path": "doc/authors.texi",
    "chars": 403,
    "preview": "@chapter Authors\n\nThe FFmpeg developers.\n\nFor details about the authorship, see the Git history of the project\n(https://"
  },
  {
    "path": "doc/bitstream_filters.texi",
    "chars": 31576,
    "preview": "@chapter Bitstream Filters\n@c man begin BITSTREAM FILTERS\n\nWhen you configure your FFmpeg build, all the supported bitst"
  },
  {
    "path": "doc/build_system.txt",
    "chars": 1874,
    "preview": "FFmpeg currently uses a custom build system, this text attempts to document\nsome of its obscure features and options.\n\nM"
  },
  {
    "path": "doc/codecs.texi",
    "chars": 25689,
    "preview": "@anchor{codec-options}\n@chapter Codec Options\n@c man begin CODEC OPTIONS\n\nlibavcodec provides some generic global option"
  },
  {
    "path": "doc/community.texi",
    "chars": 8190,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle Community\n@titlepage\n@center @titlefont{Community}\n"
  },
  {
    "path": "doc/decoders.texi",
    "chars": 21224,
    "preview": "@chapter Decoders\n@c man begin DECODERS\n\nDecoders are configured elements in FFmpeg which allow the decoding of\nmultimed"
  },
  {
    "path": "doc/default.css",
    "chars": 2494,
    "preview": "a.summary-letter {\n    text-decoration: none;\n}\n\na {\n    color: #2D6198;\n}\n\na:visited {\n    color: #884488;\n}\n\n#banner {"
  },
  {
    "path": "doc/demuxers.texi",
    "chars": 43736,
    "preview": "@chapter Demuxers\n@c man begin DEMUXERS\n\nDemuxers are configured elements in FFmpeg that can read the\nmultimedia streams"
  },
  {
    "path": "doc/developer.texi",
    "chars": 44759,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle Developer Documentation\n@titlepage\n@center @titlefo"
  },
  {
    "path": "doc/devices.texi",
    "chars": 815,
    "preview": "@chapter Device Options\n@c man begin DEVICE OPTIONS\n\nThe libavdevice library provides the same interface as\nlibavformat."
  },
  {
    "path": "doc/doxy/.gitignore",
    "chars": 7,
    "preview": "/html/\n"
  },
  {
    "path": "doc/doxy-wrapper.sh",
    "chars": 335,
    "preview": "#!/bin/sh\n\nOUT_DIR=\"${1}\"\nSRC_DIR=\"${2}\"\nDOXYFILE=\"${3}\"\nDOXYGEN=\"${4}\"\n\nshift 4\n\ncd ${SRC_DIR}\n\nif [ -e \"VERSION\" ]; th"
  },
  {
    "path": "doc/drawvg-reference.texi",
    "chars": 67236,
    "preview": "@documentencoding UTF-8\n\n@settitle drawvg - Language Reference\n@titlepage\n@center @titlefont{drawvg - Language Reference"
  },
  {
    "path": "doc/encoders.texi",
    "chars": 139231,
    "preview": "@chapter Encoders\n@c man begin ENCODERS\n\nEncoders are configured elements in FFmpeg which allow the encoding of\nmultimed"
  },
  {
    "path": "doc/errno.txt",
    "chars": 9338,
    "preview": "The following table lists most error codes found in various operating\nsystems supported by FFmpeg.\n\n                    "
  },
  {
    "path": "doc/examples/.gitignore",
    "chars": 353,
    "preview": "/avio_list_dir\n/avio_reading\n/decode_audio\n/decode_video\n/demuxing_decoding\n/encode_audio\n/encode_video\n/extract_mvs\n/fi"
  },
  {
    "path": "doc/examples/Makefile",
    "chars": 2813,
    "preview": "EXAMPLES-$(CONFIG_AVIO_HTTP_SERVE_FILES)     += avio_http_serve_files\nEXAMPLES-$(CONFIG_AVIO_LIST_DIR_EXAMPLE)     += av"
  },
  {
    "path": "doc/examples/Makefile.example",
    "chars": 2103,
    "preview": "# use pkg-config for getting CFLAGS and LDLIBS\nFFMPEG_LIBS=    libavdevice                        \\\n                liba"
  },
  {
    "path": "doc/examples/README",
    "chars": 921,
    "preview": "FFmpeg examples README\n----------------------\n\nBoth following use cases rely on pkg-config and make, thus make sure\nthat"
  },
  {
    "path": "doc/examples/avio_http_serve_files.c",
    "chars": 5250,
    "preview": "/*\n * Copyright (c) 2015 Stephan Holljes\n *\n * Permission is hereby granted, free of charge, to any person obtaining a c"
  },
  {
    "path": "doc/examples/avio_list_dir.c",
    "chars": 4218,
    "preview": "/*\n * Copyright (c) 2014 Lukasz Marek\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy"
  },
  {
    "path": "doc/examples/avio_read_callback.c",
    "chars": 4099,
    "preview": "/*\n * Copyright (c) 2014 Stefano Sabatini\n *\n * Permission is hereby granted, free of charge, to any person obtaining a "
  },
  {
    "path": "doc/examples/decode_audio.c",
    "chars": 7423,
    "preview": "/*\n * Copyright (c) 2001 Fabrice Bellard\n *\n * Permission is hereby granted, free of charge, to any person obtaining a c"
  },
  {
    "path": "doc/examples/decode_filter_audio.c",
    "chars": 11060,
    "preview": "/*\n * Copyright (c) 2010 Nicolas George\n * Copyright (c) 2011 Stefano Sabatini\n * Copyright (c) 2012 Clément Bœsch\n *\n *"
  },
  {
    "path": "doc/examples/decode_filter_video.c",
    "chars": 10385,
    "preview": "/*\n * Copyright (c) 2010 Nicolas George\n * Copyright (c) 2011 Stefano Sabatini\n *\n * Permission is hereby granted, free "
  },
  {
    "path": "doc/examples/decode_video.c",
    "chars": 5652,
    "preview": "/*\n * Copyright (c) 2001 Fabrice Bellard\n *\n * Permission is hereby granted, free of charge, to any person obtaining a c"
  },
  {
    "path": "doc/examples/demux_decode.c",
    "chars": 13735,
    "preview": "/*\n * Copyright (c) 2012 Stefano Sabatini\n *\n * Permission is hereby granted, free of charge, to any person obtaining a "
  },
  {
    "path": "doc/examples/encode_audio.c",
    "chars": 6816,
    "preview": "/*\n * Copyright (c) 2001 Fabrice Bellard\n *\n * Permission is hereby granted, free of charge, to any person obtaining a c"
  },
  {
    "path": "doc/examples/encode_video.c",
    "chars": 6633,
    "preview": "/*\n * Copyright (c) 2001 Fabrice Bellard\n *\n * Permission is hereby granted, free of charge, to any person obtaining a c"
  },
  {
    "path": "doc/examples/extract_mvs.c",
    "chars": 6260,
    "preview": "/*\n * Copyright (c) 2012 Stefano Sabatini\n * Copyright (c) 2014 Clément Bœsch\n *\n * Permission is hereby granted, free o"
  },
  {
    "path": "doc/examples/filter_audio.c",
    "chars": 11899,
    "preview": "/*\n * copyright (c) 2013 Andrew Kelley\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistr"
  },
  {
    "path": "doc/examples/hw_decode.c",
    "chars": 8265,
    "preview": "/*\n * Copyright (c) 2017 Jun Zhao\n * Copyright (c) 2017 Kaixuan Liu\n *\n * HW Acceleration API (video decoding) decode sa"
  },
  {
    "path": "doc/examples/mux.c",
    "chars": 20872,
    "preview": "/*\n * Copyright (c) 2003 Fabrice Bellard\n *\n * Permission is hereby granted, free of charge, to any person obtaining a c"
  },
  {
    "path": "doc/examples/qsv_decode.c",
    "chars": 7293,
    "preview": "/*\n * Copyright (c) 2015 Anton Khirnov\n *\n * Permission is hereby granted, free of charge, to any person obtaining a cop"
  },
  {
    "path": "doc/examples/qsv_transcode.c",
    "chars": 15350,
    "preview": "/*\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated do"
  },
  {
    "path": "doc/examples/remux.c",
    "chars": 6576,
    "preview": "/*\n * Copyright (c) 2013 Stefano Sabatini\n *\n * Permission is hereby granted, free of charge, to any person obtaining a "
  },
  {
    "path": "doc/examples/resample_audio.c",
    "chars": 8222,
    "preview": "/*\n * Copyright (c) 2012 Stefano Sabatini\n *\n * Permission is hereby granted, free of charge, to any person obtaining a "
  },
  {
    "path": "doc/examples/scale_video.c",
    "chars": 5105,
    "preview": "/*\n * Copyright (c) 2012 Stefano Sabatini\n *\n * Permission is hereby granted, free of charge, to any person obtaining a "
  },
  {
    "path": "doc/examples/show_metadata.c",
    "chars": 2092,
    "preview": "/*\n * Copyright (c) 2011 Reinhard Tartler\n *\n * Permission is hereby granted, free of charge, to any person obtaining a "
  },
  {
    "path": "doc/examples/transcode.c",
    "chars": 24648,
    "preview": "/*\n * Copyright (c) 2010 Nicolas George\n * Copyright (c) 2011 Stefano Sabatini\n * Copyright (c) 2014 Andrey Utkin\n *\n * "
  },
  {
    "path": "doc/examples/transcode_aac.c",
    "chars": 34225,
    "preview": "/*\n * Copyright (c) 2013-2022 Andreas Unterweger\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you c"
  },
  {
    "path": "doc/examples/vaapi_encode.c",
    "chars": 7111,
    "preview": "/*\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated do"
  },
  {
    "path": "doc/examples/vaapi_transcode.c",
    "chars": 10079,
    "preview": "/*\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated do"
  },
  {
    "path": "doc/faq.texi",
    "chars": 25894,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg FAQ\n@titlepage\n@center @titlefont{FFmpeg FAQ"
  },
  {
    "path": "doc/fate.texi",
    "chars": 9855,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg Automated Testing Environment\n@titlepage\n@ce"
  },
  {
    "path": "doc/fate_config.sh.template",
    "chars": 2147,
    "preview": "slot=                                    # some unique identifier\nrepo=https://git.ffmpeg.org/ffmpeg.git   # the source "
  },
  {
    "path": "doc/ffmpeg-bitstream-filters.texi",
    "chars": 879,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg Bitstream Filters Documentation\n@titlepage\n@"
  },
  {
    "path": "doc/ffmpeg-codecs.texi",
    "chars": 708,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg Codecs Documentation\n@titlepage\n@center @tit"
  },
  {
    "path": "doc/ffmpeg-devices.texi",
    "chars": 711,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg Devices Documentation\n@titlepage\n@center @ti"
  },
  {
    "path": "doc/ffmpeg-filters.texi",
    "chars": 710,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg Filters Documentation\n@titlepage\n@center @ti"
  },
  {
    "path": "doc/ffmpeg-formats.texi",
    "chars": 726,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg Formats Documentation\n@titlepage\n@center @ti"
  },
  {
    "path": "doc/ffmpeg-protocols.texi",
    "chars": 723,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg Protocols Documentation\n@titlepage\n@center @"
  },
  {
    "path": "doc/ffmpeg-resampler.texi",
    "chars": 883,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg Resampler Documentation\n@titlepage\n@center @"
  },
  {
    "path": "doc/ffmpeg-scaler.texi",
    "chars": 837,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg Scaler Documentation\n@titlepage\n@center @tit"
  },
  {
    "path": "doc/ffmpeg-utils.texi",
    "chars": 712,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg Utilities Documentation\n@titlepage\n@center @"
  },
  {
    "path": "doc/ffmpeg.texi",
    "chars": 132861,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle ffmpeg Documentation\n@titlepage\n@center @titlefont{"
  },
  {
    "path": "doc/ffmpeg.txt",
    "chars": 6497,
    "preview": "                                                                                                                        "
  },
  {
    "path": "doc/ffplay.texi",
    "chars": 10165,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle ffplay Documentation\n@titlepage\n@center @titlefont{"
  },
  {
    "path": "doc/ffprobe.texi",
    "chars": 21757,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle ffprobe Documentation\n@titlepage\n@center @titlefont"
  },
  {
    "path": "doc/ffprobe.xsd",
    "chars": 26213,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\n            targetNames"
  },
  {
    "path": "doc/fftools-common-opts.texi",
    "chars": 15369,
    "preview": "All the numerical options, if not specified otherwise, accept a string\nrepresenting a number as input, which may be foll"
  },
  {
    "path": "doc/filter_design.txt",
    "chars": 11552,
    "preview": "Filter design\n=============\n\nThis document explains guidelines that should be observed (or ignored with\ngood reason) whe"
  },
  {
    "path": "doc/filters.texi",
    "chars": 954061,
    "preview": "@chapter Filtering Introduction\n@c man begin FILTERING INTRODUCTION\n\nFiltering in FFmpeg is enabled through the libavfil"
  },
  {
    "path": "doc/formats.texi",
    "chars": 10684,
    "preview": "@chapter Format Options\n@c man begin FORMAT OPTIONS\n\nThe libavformat library provides some generic global options, which"
  },
  {
    "path": "doc/general.texi",
    "chars": 214,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle General Documentation\n@titlepage\n@center @titlefont"
  },
  {
    "path": "doc/general_contents.texi",
    "chars": 67999,
    "preview": "@chapter External libraries\n\nFFmpeg can be hooked up with a number of external libraries to add support\nfor more formats"
  },
  {
    "path": "doc/git-howto.texi",
    "chars": 13442,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle Using Git to develop FFmpeg\n\n@titlepage\n@center @ti"
  },
  {
    "path": "doc/htmlxref.cnf",
    "chars": 280,
    "preview": "ffmpeg mono ./ffmpeg.html\nffmpeg-filters mono ./ffmpeg-filters.html\nffmpeg-formats mono ./ffmpeg-formats.html\nffmpeg-res"
  },
  {
    "path": "doc/indevs.texi",
    "chars": 49624,
    "preview": "@chapter Input Devices\n@c man begin INPUT DEVICES\n\nInput devices are configured elements in FFmpeg which enable accessin"
  },
  {
    "path": "doc/infra.txt",
    "chars": 5115,
    "preview": "FFmpeg Infrastructure:\n======================\n\nTrademark:\n~~~~~~~~~~\nffmpeg trademark registered in france by ffmpeg cre"
  },
  {
    "path": "doc/issue_tracker.txt",
    "chars": 6166,
    "preview": "FFmpeg's bug/feature request tracker manual\n=================================================\n\nOverview:\n---------\n\nFFmp"
  },
  {
    "path": "doc/lexicon",
    "chars": 809,
    "preview": "Common abbreviations/shorthands we use that don't need a comment\n======================================================="
  },
  {
    "path": "doc/libavcodec.texi",
    "chars": 1130,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle Libavcodec Documentation\n@titlepage\n@center @titlef"
  },
  {
    "path": "doc/libavdevice.texi",
    "chars": 991,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle Libavdevice Documentation\n@titlepage\n@center @title"
  },
  {
    "path": "doc/libavfilter.texi",
    "chars": 1040,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle Libavfilter Documentation\n@titlepage\n@center @title"
  },
  {
    "path": "doc/libavformat.texi",
    "chars": 1089,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle Libavformat Documentation\n@titlepage\n@center @title"
  },
  {
    "path": "doc/libavutil.texi",
    "chars": 1363,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle Libavutil Documentation\n@titlepage\n@center @titlefo"
  },
  {
    "path": "doc/libswresample.texi",
    "chars": 1878,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle Libswresample Documentation\n@titlepage\n@center @tit"
  },
  {
    "path": "doc/libswscale.texi",
    "chars": 1531,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle Libswscale Documentation\n@titlepage\n@center @titlef"
  },
  {
    "path": "doc/mailing-list-faq.texi",
    "chars": 13148,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle FFmpeg Mailing List FAQ\n@titlepage\n@center @titlefo"
  },
  {
    "path": "doc/metadata.texi",
    "chars": 2466,
    "preview": "@anchor{metadata}\n@chapter Metadata\n@c man begin METADATA\n\nFFmpeg is able to dump metadata from media files into a simpl"
  },
  {
    "path": "doc/mips.txt",
    "chars": 2704,
    "preview": "MIPS optimizations info\n===============================================\n\nMIPS optimizations of codecs are targeting MIPS"
  },
  {
    "path": "doc/multithreading.txt",
    "chars": 2747,
    "preview": "FFmpeg multithreading methods\n==============================================\n\nFFmpeg provides two methods for multithrea"
  },
  {
    "path": "doc/muxers.texi",
    "chars": 138704,
    "preview": "@chapter Muxers\n@c man begin MUXERS\n\nMuxers are configured elements in FFmpeg which allow writing\nmultimedia streams to "
  },
  {
    "path": "doc/nut.texi",
    "chars": 4497,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle NUT\n\n@titlepage\n@center @titlefont{NUT}\n@end titlep"
  },
  {
    "path": "doc/optimization.txt",
    "chars": 10552,
    "preview": "optimization Tips (for libavcodec):\n===================================\n\nWhat to optimize:\n-----------------\nIf you plan"
  },
  {
    "path": "doc/outdevs.texi",
    "chars": 13121,
    "preview": "@chapter Output Devices\n@c man begin OUTPUT DEVICES\n\nOutput devices are configured elements in FFmpeg that can write\nmul"
  },
  {
    "path": "doc/patchwork",
    "chars": 548,
    "preview": "Patchwork states\n\nNEW:               Initial state of new patches\nAccepted:          The patch was pushed to the main ma"
  },
  {
    "path": "doc/platform.texi",
    "chars": 11679,
    "preview": "\\input texinfo @c -*- texinfo -*-\n@documentencoding UTF-8\n\n@settitle Platform Specific Information\n@titlepage\n@center @t"
  },
  {
    "path": "doc/print_options.c",
    "chars": 4065,
    "preview": "/*\n * Copyright (c) 2012 Anton Khirnov\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistr"
  },
  {
    "path": "doc/protocols.texi",
    "chars": 73994,
    "preview": "@chapter Protocol Options\n@c man begin PROTOCOL OPTIONS\n\nThe libavformat library provides some generic global options, w"
  },
  {
    "path": "doc/rate_distortion.txt",
    "chars": 2101,
    "preview": "A Quick Description Of Rate Distortion Theory.\n\nWe want to encode a video, picture or piece of music optimally. What doe"
  },
  {
    "path": "doc/resampler.texi",
    "chars": 7444,
    "preview": "@chapter Resampler Options\n@c man begin RESAMPLER OPTIONS\n\nThe audio resampler supports the following named options.\n\nOp"
  },
  {
    "path": "doc/scaler.texi",
    "chars": 4829,
    "preview": "@anchor{scaler_options}\n@chapter Scaler Options\n@c man begin SCALER OPTIONS\n\nThe video scaler supports the following nam"
  },
  {
    "path": "doc/snow.txt",
    "chars": 21532,
    "preview": "=============================================\nSnow Video Codec Specification Draft 20080110\n============================"
  },
  {
    "path": "doc/swresample.txt",
    "chars": 2166,
    "preview": "    The official guide to swresample for confused developers.\n   ======================================================="
  },
  {
    "path": "doc/swscale-v2.txt",
    "chars": 17112,
    "preview": "New swscale design to change everything (tm)\n============================================\n\nSwsGraph\n--------\n\nThe entry "
  },
  {
    "path": "doc/swscale.txt",
    "chars": 4705,
    "preview": "    The official guide to swscale for confused developers.\n   ========================================================\n\n"
  },
  {
    "path": "doc/t2h.init",
    "chars": 3339,
    "preview": "# Init file for texi2html.\n\n# This is deprecated, and the makeinfo/texi2any version is doc/t2h.pm\n\n# no horiz rules betw"
  },
  {
    "path": "doc/t2h.pm",
    "chars": 17992,
    "preview": "# makeinfo HTML output init file\n#\n# Copyright (c) 2011, 2012 Free Software Foundation, Inc.\n# Copyright (c) 2014 Andrea"
  },
  {
    "path": "doc/tablegen.txt",
    "chars": 2793,
    "preview": "Writing a table generator\n\nThis documentation is preliminary.\nParts of the API are not good and should be changed.\n\nBasi"
  },
  {
    "path": "doc/texi2pod.pl",
    "chars": 13278,
    "preview": "#!/usr/bin/env perl\n\n#   Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.\n\n# This file is part of GNU CC.\n\n"
  },
  {
    "path": "doc/texidep.pl",
    "chars": 864,
    "preview": "#!/usr/bin/env perl\n\n# This script will print the dependency of a Texinfo file to stdout.\n# texidep.pl <src-path> <input"
  },
  {
    "path": "doc/transforms.md",
    "chars": 31387,
    "preview": "# Transforms\n\nThe basis transforms used for FFT and various other derived functions are based on the following unrolling"
  },
  {
    "path": "doc/undefined.txt",
    "chars": 1943,
    "preview": "Undefined Behavior\n------------------\nIn the C language, some operations are undefined, like signed integer overflow,\nde"
  },
  {
    "path": "doc/utils.texi",
    "chars": 23837,
    "preview": "@chapter Syntax\n@c man begin SYNTAX\n\nThis section documents the syntax and formats employed by the FFmpeg\nlibraries and "
  },
  {
    "path": "doc/writing_filters.txt",
    "chars": 16462,
    "preview": "This document is a tutorial/initiation for writing simple filters in\nlibavfilter.\n\nForeword: just like everything else i"
  },
  {
    "path": "ffbuild/.gitignore",
    "chars": 75,
    "preview": "/.config\n/bin2c\n/bin2c.exe\n/config.fate\n/config.log\n/config.mak\n/config.sh\n"
  },
  {
    "path": "ffbuild/arch.mak",
    "chars": 1361,
    "preview": "OBJS-$(HAVE_ARMV5TE) += $(ARMV5TE-OBJS) $(ARMV5TE-OBJS-yes)\nOBJS-$(HAVE_ARMV6)   += $(ARMV6-OBJS)   $(ARMV6-OBJS-yes)\nOB"
  },
  {
    "path": "ffbuild/bin2c.c",
    "chars": 2283,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy"
  },
  {
    "path": "ffbuild/common.mak",
    "chars": 7172,
    "preview": "#\n# common bits used by all libraries\n#\n\nifndef SUBDIR\n\nLINK = $(LD) $(1)\n\nifeq ($(LD),$(CC))\nifneq ($(CXX),)\nLDXX := $("
  },
  {
    "path": "ffbuild/library.mak",
    "chars": 5154,
    "preview": "include $(SRC_PATH)/ffbuild/common.mak\n\nifeq (,$(filter %clean config,$(MAKECMDGOALS)))\n-include $(SUBDIR)lib$(NAME).ver"
  },
  {
    "path": "ffbuild/libversion.sh",
    "chars": 604,
    "preview": "#!/bin/sh\ntoupper(){\n    echo \"$@\" | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ\n}\n\nname=lib$1\nucname=$(tou"
  },
  {
    "path": "ffbuild/pkgconfig_generate.sh",
    "chars": 1463,
    "preview": "#!/bin/sh\n\n. ffbuild/config.sh\n\nif test \"$shared\" = \"yes\"; then\n    shared=true\nelse\n    shared=false\nfi\n\nshortname=$1\nn"
  },
  {
    "path": "ffbuild/version.sh",
    "chars": 1933,
    "preview": "#!/bin/sh\n\n# Usage: version.sh <ffmpeg-root-dir> <output-version.h> <extra-version>\n\n# check for git short hash\nif ! tes"
  },
  {
    "path": "fftools/Makefile",
    "chars": 3130,
    "preview": "AVPROGS-$(CONFIG_FFMPEG)   += ffmpeg\nAVPROGS-$(CONFIG_FFPLAY)   += ffplay\nAVPROGS-$(CONFIG_FFPROBE)  += ffprobe\n\nAVPROGS"
  },
  {
    "path": "fftools/cmdutils.c",
    "chars": 49960,
    "preview": "/*\n * Various utilities for command line tools\n * Copyright (c) 2000-2003 Fabrice Bellard\n *\n * This file is part of FFm"
  },
  {
    "path": "fftools/cmdutils.h",
    "chars": 18547,
    "preview": "/*\n * Various utilities for command line tools\n * copyright (c) 2003 Fabrice Bellard\n *\n * This file is part of FFmpeg.\n"
  },
  {
    "path": "fftools/ffmpeg.c",
    "chars": 31504,
    "preview": "/*\n * Copyright (c) 2000-2003 Fabrice Bellard\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can "
  },
  {
    "path": "fftools/ffmpeg.h",
    "chars": 27795,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "fftools/ffmpeg_dec.c",
    "chars": 56404,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "fftools/ffmpeg_demux.c",
    "chars": 82357,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "fftools/ffmpeg_enc.c",
    "chars": 32077,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "fftools/ffmpeg_filter.c",
    "chars": 114510,
    "preview": "/*\n * ffmpeg filter configuration\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute"
  },
  {
    "path": "fftools/ffmpeg_hw.c",
    "chars": 8465,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "fftools/ffmpeg_mux.c",
    "chars": 25975,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "fftools/ffmpeg_mux.h",
    "chars": 3538,
    "preview": "/*\n * Muxer internal APIs - should not be included outside of ffmpeg_mux*\n *\n * This file is part of FFmpeg.\n *\n * FFmpe"
  },
  {
    "path": "fftools/ffmpeg_mux_init.c",
    "chars": 121119,
    "preview": "/*\n * Muxer/output file setup.\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it"
  },
  {
    "path": "fftools/ffmpeg_opt.c",
    "chars": 89923,
    "preview": "/*\n * ffmpeg option parsing\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it an"
  },
  {
    "path": "fftools/ffmpeg_sched.c",
    "chars": 74014,
    "preview": "/*\n * Inter-thread scheduling/synchronization.\n * Copyright (c) 2023 Anton Khirnov\n *\n * This file is part of FFmpeg.\n *"
  },
  {
    "path": "fftools/ffmpeg_sched.h",
    "chars": 21685,
    "preview": "/*\n * Inter-thread scheduling/synchronization.\n * Copyright (c) 2023 Anton Khirnov\n *\n * This file is part of FFmpeg.\n *"
  },
  {
    "path": "fftools/ffmpeg_utils.h",
    "chars": 1925,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "fftools/ffplay.c",
    "chars": 145318,
    "preview": "/*\n * Copyright (c) 2003 Fabrice Bellard\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redis"
  },
  {
    "path": "fftools/ffplay_renderer.c",
    "chars": 27143,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "fftools/ffplay_renderer.h",
    "chars": 1696,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "fftools/ffprobe.c",
    "chars": 153286,
    "preview": "/*\n * Copyright (c) 2007-2010 Stefano Sabatini\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can"
  },
  {
    "path": "fftools/fftools.manifest",
    "chars": 495,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<assembly xmlns=\"urn:schemas-microsoft-com:asm.v1\" manifestVersi"
  },
  {
    "path": "fftools/fftoolsres.rc",
    "chars": 52,
    "preview": "#include <windows.h>\n1 RT_MANIFEST fftools.manifest\n"
  },
  {
    "path": "fftools/fopen_utf8.h",
    "chars": 2088,
    "preview": "/*\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redistribute it and/or\n * modify it under the "
  },
  {
    "path": "fftools/graph/graphprint.c",
    "chars": 39434,
    "preview": "/*\n * Copyright (c) 2018-2025 - softworkz\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redi"
  },
  {
    "path": "fftools/graph/graphprint.h",
    "chars": 1142,
    "preview": "/*\n * Copyright (c) 2018-2025 - softworkz\n *\n * This file is part of FFmpeg.\n *\n * FFmpeg is free software; you can redi"
  }
]

// ... and 10070 more files (download for full content)

About this extraction

This page contains the full source code of the ossrs/ffmpeg-webrtc GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 10270 files (84.9 MB), approximately 22.8M tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!