git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avfilter/vf_interlace_vulkan : fix FPS and PTS calculation
21 mai, par Niklas Haasavfilter/vf_interlace_vulkan: fix FPS and PTS calculation ol->frame_rate is 0/0, so we need to calcalute the correct value based on the il->frame_rate instead. Also adjust the time base, PTS and frame_duration values accordingly. (Logic taken from vf_tinterlace.c)
-
avcodec/mpeg4videodec : Use union to save space
21 mai, par Andreas Rheinhardt -
avcodec/x86/vp9 : Add AVX-512ICL for 16x16 and 32x32 10bpc inverse transforms
21 mai, par Henrik Gramner -
avcodec/pcm : Use av_unreachable() for unreachable code
21 mai, par Andreas Rheinhardt -
avcodec/mpegvideo : Remove h263_plus
21 mai, par Andreas Rheinhardtavcodec/mpegvideo: Remove h263_plus It is only used to indicate to ff_h263_show_pict_info() that we are decoding H.263+; pass this information via a function parameter instead. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>