Go to file
Kalev Lember 9f0ba814c4 Backport upstream patch to drop openh264 runtime version checks
... in order to make it possible for us to update openh264 without
having to recompile ffmpeg against the new version every time. As
openh264 is distributed by Cisco and ffmpeg is in Fedora, it's difficult
to coordinate lock step updates. Drop the version check to make this
easier.

https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=10211

This also rebases downstream ffmpeg-dlopen-openh264.patch on top of
the new patch.
2023-12-08 16:48:07 +01:00
.gitignore Move ffmpeg.keyring file to lookaside 2022-02-12 12:45:03 -05:00
0001-avfilter-vf_libplacebo-remove-deprecated-field.patch Apply patches for libplacebo 2023-03-22 09:59:39 +01:00
0001-avfilter-vf_libplacebo-wrap-deprecated-opts-in-FF_AP.patch Apply patches for libplacebo 2023-03-22 09:59:39 +01:00
0001-fftools-ffmpeg_filter-initialize-the-o-to-silence-th.patch Backport upstream patch to fix segfault when passing non-existent filter 2023-10-09 10:09:54 +02:00
0001-lavc-libopenh264-Drop-openh264-runtime-version-check.patch Backport upstream patch to drop openh264 runtime version checks 2023-12-08 16:48:07 +01:00
FFmpeg-devel-v10-Support-enhanced-flv-in-FFmpeg.patch Add patches to support enhanced RTMP and AV1 encoding through VA-API 2023-11-10 07:13:31 -05:00
README.md Fix package name spelling in README 2022-02-13 06:57:19 -05:00
enable_decoders Add patches to support enhanced RTMP and AV1 encoding through VA-API 2023-11-10 07:13:31 -05:00
enable_encoders Add patches to support enhanced RTMP and AV1 encoding through VA-API 2023-11-10 07:13:31 -05:00
ffmpeg-allow-fdk-aac-free.patch Fix ffmpeg-allow-fdk-aac-free.patch to apply with git-am 2023-09-30 08:09:48 -04:00
ffmpeg-chromium.patch Update to 6.0.1 2023-11-11 09:10:58 -05:00
ffmpeg-codec-choice.patch Rebase to version 6.0 2023-03-12 00:44:10 -05:00
ffmpeg-dlopen-openh264.patch Backport upstream patch to drop openh264 runtime version checks 2023-12-08 16:48:07 +01:00
ffmpeg-ge-av1-vaapi-encode-support.patch Add patches to support enhanced RTMP and AV1 encoding through VA-API 2023-11-10 07:13:31 -05:00
ffmpeg-new-coder-errors.patch ffmpeg-new-coder-errors.patch: Revert message adjustment 2023-03-12 03:06:14 -04:00
ffmpeg.spec Backport upstream patch to drop openh264 runtime version checks 2023-12-08 16:48:07 +01:00
ffmpeg_find_free_source_headers.sh Enable more approved codecs 2023-01-30 19:03:51 -05:00
ffmpeg_free_sources Drop tests for stripped codecs 2023-04-03 08:17:17 -04:00
ffmpeg_gen_free_tarball.sh Set LC_COLLATE for all scripts 2022-02-12 19:13:05 +01:00
ffmpeg_get_dlopen_headers.sh Rebase to version 5.1 2022-08-24 07:05:00 -04:00
ffmpeg_update_free_sources.sh Set LC_COLLATE for all scripts 2022-02-12 19:13:05 +01:00
sources Update to 6.0.1 2023-11-11 09:10:58 -05:00

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.