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/aac/aacdec : Fix -Wdeclaration-after-statement

    8 janvier, par Andreas Rheinhardt
    avcodec/aac/aacdec: Fix -Wdeclaration-after-statement
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/aac/aacdec.c
  • avcodec/sga : Silence -Wunused-but-set-variable warnings

    8 janvier, par Andreas Rheinhardt
    avcodec/sga: Silence -Wunused-but-set-variable warnings
    
    The variables are used, but only inside an av_assert1().
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/sga.c
  • avcodec/aac_ac3_parser : Remove unused variable

    8 janvier, par Andreas Rheinhardt
    avcodec/aac_ac3_parser: Remove unused variable
    
    Added in 64bb91fd3b5a00a8849531c7e8dd207f2a626096, never used.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/aac_ac3_parser.c
  • avcodec/vvc/dec : print thread debug logs only if DEBUG is defined

    8 janvier, par James Almer
    avcodec/vvc/dec: print thread debug logs only if DEBUG is defined
    
    Makes the output of a normal decoding process with loglevel debug a lot less
    verbose.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/vvc/thread.c
  • avcodec/nvenc : add Temporal Filtering for AV1 and H.264 in NVENC

    8 janvier, par Diego de Souza
    avcodec/nvenc: add Temporal Filtering for AV1 and H.264 in NVENC
    
    This commit extends the support for Temporal Filtering in NVENC for
    AV1 and H.264 codecs. For natural videos with noise, NVENC temporal
    filtering improves video coding efficiency by 4-5%.
    
    Signed-off-by: Diego de Souza <ddesouza@nvidia.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