git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
build : fix windows build issue introduced by 45bea45
15 mai, par Nuo Mi -
avcodec/svq3 : Improve returning last picture
15 mai, par Andreas Rheinhardtavcodec/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>
-
tests/fate/qt : Use passthrough fps_mode for svq3-watermark
15 mai, par Andreas Rheinhardttests/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>
-
avcodec/svq3 : Allocate picture buffers during init
15 mai, par Andreas Rheinhardt -
avcodec/svq3 : Allocate motion_val jointly
15 mai, par Andreas Rheinhardt