git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/ffv1enc : Fix end handling
25 mars, par Michael Niedermayer -
avcodec/ffv1dec : Fix end handling
25 mars, par Michael Niedermayer -
avcodec/ffv1enc : Eliminate encode_mul()
25 mars, par Michael Niedermayer -
videotoolbox : Fix building with older SDKs
25 mars, par Martin Storsjövideotoolbox: Fix building with older SDKs The kVTVideoDecoderReferenceMissingErr constant was only added in the macOS 12 and iOS 15 SDKs. Use a hardcoded value instead of the named constant, to fix building with older SDKs after c6214b0d691566c7cb0f2ff5be08a24c3534e5bb. Signed-off-by: Martin Storsjö <martin@martin.st>
-
avcodec/ffv1enc : Eliminate index_stack and delta_stack
25 mars, par Michael Niedermayer