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/cuviddec : use pre-existing chroma format information

    13 mars, par Timo Rothenpieler
    avcodec/cuviddec: use pre-existing chroma format information
    
    Fixes #11505
    
    • [DH] libavcodec/cuviddec.c
  • fftools/ffmpeg_opt : Remove unused alt_bsf

    12 mars, par Andreas Rheinhardt
    fftools/ffmpeg_opt: Remove unused alt_bsf
    
    Forgotten in 6325aede08d5c7086b3798cb7041299e1d07f93a.
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] fftools/ffmpeg_opt.c
  • avcodec/vlc : Reduce debug logging

    12 mars, par softworkz
    avcodec/vlc: Reduce debug logging
    
    Signed-off-by: softworkz <softworkz@hotmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/vlc.c
  • avcodec/vc2enc : Avoid excessive inlining

    12 mars, par Andreas Rheinhardt
    avcodec/vc2enc: Avoid excessive inlining
    
    There is no reason to inline put_vc2_ue_uint() everywhere;
    only one call site is actually hot: The one in encode_subband()
    (which accounts for 35735040 of 35739495 calls to said function
    in a FATE run). Uninline all the others.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/vc2enc.c
  • avcodec/x86/constants : Move constants only used by cavsdsp to it

    11 mars, par Andreas Rheinhardt
    avcodec/x86/constants: Move constants only used by cavsdsp to it
    
    And make them static.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/x86/cavsdsp.c
    • [DH] libavcodec/x86/constants.c
    • [DH] libavcodec/x86/constants.h