From: Steinar H. Gunderson Date: Wed, 13 Jul 2016 17:09:58 +0000 (+0200) Subject: The avformat marker API entered ffmpeg in 3.1. X-Git-Tag: 1.3.2~17 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c1e38dc5a17ced2b74ade21fcfe2e2c016e05719;p=nageru The avformat marker API entered ffmpeg in 3.1. --- diff --git a/README b/README index 5cdf273..39c349b 100644 --- a/README +++ b/README @@ -47,7 +47,8 @@ Nageru is in beta stage. It currently needs: - x264 for encoding high-quality video suitable for streaming to end users. - - ffmpeg for muxing, and for encoding audio. + - ffmpeg for muxing, and for encoding audio. You will need at least + version 3.1. - Working OpenGL; Movit works with almost any modern OpenGL implementation. Nageru has been tested with Intel on Mesa (you want 11.2 or newer, due @@ -77,8 +78,7 @@ Exceptions as of June 2016: performance, but also for stability. - Nageru depends on an avformat API for marking block boundaries in the - muxed byte stream that didn't enter ffmpeg before - 4e7a9212820a56bc731c09b2f11ae1422d070837, pushed to git late June 2016. + muxed byte stream that didn't enter ffmpeg before version 3.1. The patches/ directory contains a patch that helps zita-resampler performance.