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

  • avformat : Fix AV1 RTP wrong log condition

    1er avril, par Chris Hodges
    avformat: Fix AV1 RTP wrong log condition
    
    Fixed warning about OBU count being wrong, which can only be
    determined when the number of OBUs in the header is non-zero,
    not the other way round.
    
    Signed-off-by: Chris Hodges <chris.hodges@axis.com>
    
    • [DH] libavformat/rtpdec_av1.c
  • ffbuild : fix include path for uninstalled .pc files

    1er avril, par Marvin Scholz
    ffbuild: fix include path for uninstalled .pc files
    
    • [DH] ffbuild/pkgconfig_generate.sh
  • doc : replace http/git by https urls

    1er avril, par Michael Niedermayer
    doc: replace http/git by https urls
    
    These are more secure
    
    Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] doc/fate_config.sh.template
    • [DH] doc/git-howto.texi
  • avcodec/nvenc : unify CBR filler data insertion for all codecs

    31 mars, par Cameron Gutman
    avcodec/nvenc: unify CBR filler data insertion for all codecs
    
    Previously, AV1 used filler data with CBR by default while H.264
    and HEVC may or may not depending on driver version. Make this
    consistent by using not filler data in CBR mode for all codecs.
    
    Since there are valid reasons to use CBR with or without filler,
    also add a cbr_padding option to allow users to override this.
    
    Signed-off-by: Cameron Gutman <aicommander@gmail.com>
    Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
    
    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/nvenc.h
    • [DH] libavcodec/nvenc_av1.c
    • [DH] libavcodec/nvenc_h264.c
    • [DH] libavcodec/nvenc_hevc.c
    • [DH] libavcodec/version.h
  • avutil/Makefile : Only include half2float, float2half when needed

    31 mars, par Andreas Rheinhardt
    avutil/Makefile: Only include half2float, float2half when needed
    
    They are not needed for shared builds (and because --gc-sections
    is not the default for shared builds, they were included by default
    included in libavutil since bf22c4cc3e005c01f50e233b1582fd1d8051aed9).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavutil/Makefile