git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/mpegvideo_enc : Set b-frame chain length properly
26 mars, par Andreas Rheinhardt -
checkasm : vp8dsp : Use checkasm_check_padded in check_mc
25 mars, par Martin Storsjö -
checkasm : hevc_pel : Use helpers for checking for writes out of bounds
25 mars, par Martin Storsjöcheckasm: hevc_pel: Use helpers for checking for writes out of bounds This allows catching whether the functions write outside of the designated rectangle, and if run with "checkasm -v", it also prints out on which side of the rectangle the overwrite was. Signed-off-by: Martin Storsjö <martin@martin.st>
-
configure : Check for an actual function in VideoToolbox
25 mars, par Martin Storsjöconfigure: Check for an actual function in VideoToolbox This makes sure to disable VideoToolbox if building with an SDK that does contain VideoToolbox, but targeting an older version of the OS where it is unavailable. Previously, we would enable VideoToolbox as long as the framework itself was found, which only require the framework to exist in the SDK. Signed-off-by: Martin Storsjö <martin@martin.st>
-
configure : Check for AVCaptureSession as dependency to avfoundation
25 mars, par Martin Storsjöconfigure: Check for AVCaptureSession as dependency to avfoundation This class is unavailable on tvOS before 17.0 (and macOS before 10.7 and iOS before 4.0, but those are fairly ancient). This makes sure that we don't try to build the avfoundation indevice for such OSes. Signed-off-by: Martin Storsjö <martin@martin.st>