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

  • avfilter/vf_interlace_vulkan : fix FPS and PTS calculation

    21 mai, par Niklas Haas
    avfilter/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)
    
    • [DH] libavfilter/vf_interlace_vulkan.c
  • avcodec/mpeg4videodec : Use union to save space

    21 mai, par Andreas Rheinhardt
    avcodec/mpeg4videodec: Use union to save space
    
    At most one of block32 and dpcm_macroblock is used at any given time.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpeg4videodec.h
  • avcodec/x86/vp9 : Add AVX-512ICL for 16x16 and 32x32 10bpc inverse transforms

    21 mai, par Henrik Gramner
    avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 10bpc inverse transforms
    
    • [DH] libavcodec/vp9dec.h
    • [DH] libavcodec/x86/Makefile
    • [DH] libavcodec/x86/vp9dsp_init_16bpp_template.c
    • [DH] libavcodec/x86/vp9itxfm_16bpp_avx512.asm
  • avcodec/pcm : Use av_unreachable() for unreachable code

    21 mai, par Andreas Rheinhardt
    avcodec/pcm: Use av_unreachable() for unreachable code
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/pcm.c
  • avcodec/mpegvideo : Remove h263_plus

    21 mai, par Andreas Rheinhardt
    avcodec/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>
    
    • [DH] libavcodec/flvdec.c
    • [DH] libavcodec/h263dec.h
    • [DH] libavcodec/intelh263dec.c
    • [DH] libavcodec/ituh263dec.c
    • [DH] libavcodec/mpegvideo.h