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

  • tests/checkasm/checkasm.c : Assert that aligned_w/h do not overflow

    2 avril, par Michael Niedermayer
    tests/checkasm/checkasm.c: Assert that aligned_w/h do not overflow
    
    Reviewed-by: Martin Storsjö <martin@martin.st>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] tests/checkasm/checkasm.c
  • vulkan_ffv1 : allocate just as much memory for slice state as needed

    2 avril, par Lynne
    vulkan_ffv1: allocate just as much memory for slice state as needed
    
    Rather than always using the maximum allowed slices, just use the number
    of slices present in this frame.
    
    • [DH] libavcodec/vulkan_ffv1.c
  • tools/aviocat : use av_err2str

    1er avril, par Marvin Scholz
    tools/aviocat: use av_err2str
    
    There is no need to explicitly specify the buffer, as it
    is only ever passed to fprintf, so av_err2str can be used.
    
    • [DH] tools/aviocat.c
  • tools/sidxindex : use av_err2str

    1er avril, par Marvin Scholz
    tools/sidxindex: use av_err2str
    
    There is no need to explicitly specify the buffer, as it
    is only ever passed to fprintf, so av_err2str can be used.
    
    • [DH] tools/sidxindex.c
  • tools/ismindex : use av_err2str

    1er avril, par Marvin Scholz
    tools/ismindex: use av_err2str
    
    There is no need to explicitly specify the buffer, as it
    is only ever passed to fprintf, so av_err2str can be used.
    
    • [DH] tools/ismindex.c