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

  • build : fix windows build issue introduced by 45bea45

    15 mai, par Nuo Mi
    build: fix windows build issue introduced by 45bea45
    
    We defined CR to 2 in libavcodec/vvc/dec.h, but the CR used by _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY winnt.h
    reorder the header will avoid the issue.
    
    • [DH] tests/checkasm/vvc_sao.c
  • avcodec/svq3 : Improve returning last picture

    15 mai, par Andreas Rheinhardt
    avcodec/svq3: Improve returning last picture
    
    Use av_frame_move_ref() instead of av_frame_ref().
    This allows to remove the separate variable for whether
    we have already returned the delayed last pic. It also
    makes stream looping work when looping multiple times;
    previously the delayed pic was only output the first time,
    because last_frame_output was never reset.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/svq3.c
  • tests/fate/qt : Use passthrough fps_mode for svq3-watermark

    15 mai, par Andreas Rheinhardt
    tests/fate/qt: Use passthrough fps_mode for svq3-watermark
    
    The file has buggy timestamps (it uses B-frames, yet pts==dts)
    and therefore the last frame is currently discarded by FFmpeg cli.
    Using -fps_mode passthrough avoids this and provides coverage
    of the SVQ3 draining logic.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] tests/fate/qt.mak
    • [DH] tests/ref/fate/svq3-watermark
  • avcodec/svq3 : Allocate picture buffers during init

    15 mai, par Andreas Rheinhardt
    avcodec/svq3: Allocate picture buffers during init
    
    Also allocate them jointly.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/svq3.c
  • avcodec/svq3 : Allocate motion_val jointly

    15 mai, par Andreas Rheinhardt
    avcodec/svq3: Allocate motion_val jointly
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/svq3.c