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

  • fate/vvc : Add vvc-wpp-single-slice-pic

    24 mars, par Frank Plowman
    fate/vvc: Add vvc-wpp-single-slice-pic
    
    A sample with a particular partitioning structure that could not be read
    correctly before 26c5d8cf5d6dcd520e781754d986e9907d74270e
    
    Signed-off-by: Frank Plowman <post@frankplowman.com>
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] tests/fate/vvc.mak
    • [DH] tests/ref/fate/vvc-wpp-single-slice-pic
  • avcodec/h264_slice : insert LCEVC side data before get_buffer() call

    24 mars, par James Almer
    avcodec/h264_slice: insert LCEVC side data before get_buffer() call
    
    Otherwise it will not be taken into account or applied at all.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/h264_slice.c
  • avcodec/ffv1enc : Heuristic to select fixed in float multipliers

    24 mars, par Michael Niedermayer
    avcodec/ffv1enc: Heuristic to select fixed in float multipliers
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • avcodec/ffv1enc : reduce stack usage

    24 mars, par James Almer
    avcodec/ffv1enc: reduce stack usage
    
    Fixes failures in some systems since 171060d5dc54d1526abde736a711ce234df632f2.
    This can be further improved by only allocating the arrays when needed.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1enc.c
  • avcodec/ffv1enc : Factorize s.last_val update out

    24 mars, par Michael Niedermayer
    avcodec/ffv1enc: Factorize s.last_val update out
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c