Skip to content

Various ffmpeg fixes

Erick555 requested to merge Erick555/ffmpeg-fixes into master
  • This removes of aac decoder which may be not patent free. aac encoder is considered ok because it doesn't support HE-AAC profile. the list was generated with utils script.

  • ffmpeg-full has aac codec which takes precedence over libfdk-aac so it doesn't make much sense to have them both.

  • Our libfdk-aac is stripped from features and permanetly frozen to code state avalaible in early 2019 so aac seems a better choice in ffmpeg-full where patents aren't an issue.

  • Fedora lists libopenh264 since early 2022 so duplicating them is superflous.

    https://src.fedoraproject.org/rpms/ffmpeg/c/d0a64b9dfc5f49ceaaa9d282c83931c0c2e18d34

  • ffmpeg-full extension contains only libraries so all the utils were discarded after build. Better to disable them in first place.

Merge request reports

Loading