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

  • tests/ref/fate/png-icc-parse : Add lossless flag to ref file

    9 janvier, par Andreas Rheinhardt
    tests/ref/fate/png-icc-parse: Add lossless flag to ref file
    
    Forgotten in 8a29b4e38d515d4b4b8f30f782497809a54dd0fb
    (this test depends on lcms2 and is therefore disabled by default).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] tests/ref/fate/png-icc-parse
  • avcodec/nvenc : use encoder level options for qmin/qmax

    8 janvier, par Timo Rothenpieler
    avcodec/nvenc: use encoder level options for qmin/qmax
    
    AV1 uses a vastly different range than what the global options permit,
    and also for the other codecs the range of the global options is at
    least misaligned.
    
    Fixes #11365
    
    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/nvenc.h
    • [DH] libavcodec/nvenc_av1.c
    • [DH] libavcodec/nvenc_h264.c
    • [DH] libavcodec/nvenc_hevc.c
  • avformat/mov : Factorize sanity check out

    8 janvier, par Michael Niedermayer
    avformat/mov: Factorize sanity check out
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/mov.c
  • avfilter/vf_overlay : Remove spec-incompliant ' ;'

    8 janvier, par Andreas Rheinhardt
    avfilter/vf_overlay: Remove spec-incompliant ';'
    
    Fixes warnings with -pedantic with GCC and Clang.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavfilter/vf_overlay.c
  • swscale/cms,graph,lut3d : Use ff_-prefix, don't export internal functions

    8 janvier, par Andreas Rheinhardt
    swscale/cms,graph,lut3d: Use ff_-prefix, don't export internal functions
    
    Symbols with the sws_* prefix are exported.
    
    Reviewed-by: Alexander Strasser <eclipse7@gmx.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libswscale/cms.c
    • [DH] libswscale/cms.h
    • [DH] libswscale/graph.c
    • [DH] libswscale/graph.h
    • [DH] libswscale/lut3d.c
    • [DH] libswscale/lut3d.h
    • [DH] libswscale/swscale.c
    • [DH] libswscale/utils.c