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/ffv1enc : Fix end handling

    25 mars, par Michael Niedermayer
    avcodec/ffv1enc: Fix end handling
    
    This also produces smaller files
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • avcodec/ffv1dec : Fix end handling

    25 mars, par Michael Niedermayer
    avcodec/ffv1dec: Fix end handling
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1dec.c
  • avcodec/ffv1enc : Eliminate encode_mul()

    25 mars, par Michael Niedermayer
    avcodec/ffv1enc: Eliminate encode_mul()
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • 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>
    
    • [DH] libavcodec/videotoolbox.c
  • avcodec/ffv1enc : Eliminate index_stack and delta_stack

    25 mars, par Michael Niedermayer
    avcodec/ffv1enc: Eliminate index_stack and delta_stack
    
    This reduces stack space requirements my 1.5 mb and should fix fate
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c