summarylogtreecommitdiffstats
path: root/040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
AgeCommit message (Collapse)Author
6 daysRefresh patchesDaniel Bermond
2024-03-31Update packageDaniel Bermond
2024-03-17Update svt patches, refresh other patches and update licenseDaniel Bermond
Also: - explicitly disable libshaderc, since it is mutually exclusive with libglslang - prioritize openvino pkgconfig search path
2024-01-06New upstream option: libqrencodeDaniel Bermond
[1] https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/899302bb5f6ac0484fedc2865ee3beca021eba85
2023-11-14Add missing libharfbuzz. Add libopenvino. Refresh patches.Daniel Bermond
2023-10-01Update ffnvcodec-headers dependency and svt patchesDaniel Bermond
ffmpeg git master currently requires ffnvcodec-headers git master. This is not the first time it happens, so maybe it's better to keep it for the long run to avoid breakages in building.
2023-02-25Bring back flite1. Temporarily disable pocketsphinx. Refresh patch.Daniel Bermond
A workaround was added to the flite1 package to fix its build. The newly released pocketsphinx 5.0.0 currently fails to build. Temporarily disable it until there is support by upstream ffmpeg.
2022-11-02Match latest upstream changesDaniel Bermond
2022-05-10Refresh chromium patchDaniel Bermond
Update the chromium patch[1] to match the latest ffmpeg git master changes[2]. AVStream does not have the 'AVStreamInternal* internal' field anymore, and AVStreamInternal struct does not exist anymore either. The equivalent is now FFStream, and it should now be accessed by 'FFStream* ffstream(AVStream*)'. References ---------- [1] https://chromium.googlesource.com/chromium/third_party/ffmpeg/+/95aab0fd83619408995720ce53d7a74790580220%5E%21/ [2] https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/40bdd8cc05d9c98a18cf2b1c2a00c8a5a7b38113
2022-01-29Add fix for building chromiumDaniel Bermond