git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • avcodec/mpegvideo_enc : Set b-frame chain length properly

    26 mars, par Andreas Rheinhardt
    avcodec/mpegvideo_enc: Set b-frame chain length properly
    
    Fixes a regression caused by my desire to use loop-scope
    for iterators in 72bf3d3c12ae562fd408603483bc59058757b1a1.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpegvideo_enc.c
  • checkasm : vp8dsp : Use checkasm_check_padded in check_mc

    25 mars, par Martin Storsjö
    checkasm: vp8dsp: Use checkasm_check_padded in check_mc
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DH] tests/checkasm/vp8dsp.c
  • 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>
    
    • [DH] tests/checkasm/hevc_pel.c
  • 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>
    
    • [DH] configure
  • 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>
    
    • [DH] configure