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

  • avcodec/ac3dec : Deduplicate tables

    29 mai, par Andreas Rheinhardt
    avcodec/ac3dec: Deduplicate tables
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/ac3dec.c
    • [DH] libavcodec/ac3dec_data.c
    • [DH] libavcodec/ac3dec_data.h
  • ffv1enc : do not hardcode 1024 slices

    29 mai, par Lynne
    ffv1enc: do not hardcode 1024 slices
    
    Instead use a field where possible and the defined constant when not.
    
    Tested by using 4096 slices.
    
    • [DH] libavcodec/ffv1enc_vulkan.c
  • fftools/ffmpeg_filter : make InputFilterPriv and OutputFilterPriv private again

    28 mai, par James Almer
    fftools/ffmpeg_filter: make InputFilterPriv and OutputFilterPriv private again
    
    As the names imply, they are structs meant to be internal and private to the
    filter handling code. If a field is required in other modules, then it can
    be moved to the public facing structs, which is done in this commit.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_filter.c
    • [DH] fftools/ffmpeg_filter.h
    • [DH] fftools/graph/graphprint.c
    • [DH] fftools/resources/resman.c
  • avutil/hwcontext_amf : fix error logging on amf_init_from_device.

    28 mai, par Dmitrii Ovchinnikov
    avutil/hwcontext_amf: fix error logging on amf_init_from_device.
    
    • [DH] libavutil/hwcontext_amf.c
  • fftools/ffmpeg_filter : make FilterGraphPriv private again

    28 mai, par James Almer
    fftools/ffmpeg_filter: make FilterGraphPriv private again
    
    As the name implies, it's a struct meant to be internal and private to the
    filter handling code. If a field is required in other modules, then it can
    be moved to the public facing struct, which is done in this commit.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_filter.c
    • [DH] fftools/ffmpeg_filter.h
    • [DH] fftools/graph/graphprint.c