intel / media-delivery

This collection of samples demonstrates best practices to achieve optimal video quality and performance on Intel GPUs for content delivery networks. Check out our demo, recommended command lines and quality and performance measuring tools.
MIT License
92 stars 29 forks source link

ffmpeg: switch to b2538ce #54

Closed dvrogozh closed 2 years ago

dvrogozh commented 2 years ago

This PR updates ffmpeg to b2538ce version and applies a number of patches pending upstream. Patches are needed to support ffmpeg build against oneVPL and taken from [1].

Pay attention that ffmpeg command line tool changed some HLS option names which was reflected in this commit. See [2].

Refer[1]: https://github.com/intel-media-ci/cartwheel-ffmpeg Refer[2]: https://trac.ffmpeg.org/ticket/7393

Signed-off-by: Dmitry Rogozhkin dmitry.v.rogozhkin@intel.com