You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Neal Gompa 8e1416f0c7
Backport upstream patch to drop openh264 runtime version checks
10 months ago
.gitignore Move ffmpeg.keyring file to lookaside 3 years ago
0001-lavc-libopenh264-Drop-openh264-runtime-version-check.patch Backport upstream patch to drop openh264 runtime version checks 10 months ago
README.md Fix package name spelling in README 3 years ago
enable_decoders Enable more approved codecs 2 years ago
enable_encoders Enable more approved codecs 2 years ago
ffmpeg-allow-fdk-aac-free.patch Fix ffmpeg-allow-fdk-aac-free.patch to apply with git-am 10 months ago
ffmpeg-chromium.patch Update to 5.1.4 10 months ago
ffmpeg-codec-choice.patch Initial import (fedora#2051008) 3 years ago
ffmpeg-dlopen-openh264.patch Backport upstream patch to drop openh264 runtime version checks 10 months ago
ffmpeg-new-coder-errors.patch Initial import (fedora#2051008) 3 years ago
ffmpeg.spec Backport upstream patch to drop openh264 runtime version checks 10 months ago
ffmpeg_find_free_source_headers.sh Enable more approved codecs 2 years ago
ffmpeg_free_sources Enable support for the RIST protocol through librist 2 years ago
ffmpeg_gen_free_tarball.sh Set LC_COLLATE for all scripts 3 years ago
ffmpeg_get_dlopen_headers.sh Rebase to version 5.1 2 years ago
ffmpeg_update_free_sources.sh Set LC_COLLATE for all scripts 3 years ago
sources Update to 5.1.4 10 months ago

README.md

FFMPEG

FFmpeg is a multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation.

Creating the 'free' tarball

  1. Update the Version in the spec file.
  2. Set the Release to 0 in the spec file.
  3. Set pkg_suffix to %nil
  4. Do a full build locally: fedpkg mockbuild --with full_build
  5. Run ./ffmpeg_update_free_sources.sh results_ffmpeg/5.0/0.fc35/build.log This will update the ffmpeg_free_sources file list. Note that header files will need to be manually added to the ffmpeg_free_sources file list.
  6. Run ./ffmpeg_gen_free_tarball.sh to create the tarball.
  7. Set pkg_suffix to -free again
  8. Set the Release to 1 in the spec file.
  9. Do a scratch build.

OR

  1. Edit ffmpeg_free_sources and add missing files
  2. Run ./ffmpeg_gen_free_tarball.sh to create the tarball.
  3. Do a scratch build.