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

  • avutil/cpu : Disable ff_getauxval() on x86

    12 janvier, par Andreas Rheinhardt
    avutil/cpu: Disable ff_getauxval() on x86
    
    Not used there.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavutil/cpu.c
  • swscale/x86/swscale : Make M24 variables static

    12 janvier, par Andreas Rheinhardt
    swscale/x86/swscale: Make M24 variables static
    
    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libswscale/x86/swscale.c
    • [DH] libswscale/x86/swscale_template.c
  • swscale/x86/swscale : Move some constants to rgb2rgb.c

    12 janvier, par Andreas Rheinhardt
    swscale/x86/swscale: Move some constants to rgb2rgb.c
    
    ff_w1111 and ff_bgr2(Y|UV)Offset are only used there
    (and only on x86-32 since caaec2ea957290941eecfe5d87baf5c0a500b450).
    Also make them static.
    
    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libswscale/x86/rgb2rgb.c
    • [DH] libswscale/x86/swscale.c
  • lavc/vvc/refs : export keyframe and picture type in output frames

    12 janvier, par Nuo Mi
    lavc/vvc/refs: export keyframe and picture type in output frames
    
    fixes https://trac.ffmpeg.org/ticket/11406
    
    Co-authored-by: Ruben Gonzalez <rgonzalez@fluendo.com>
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/vvc/refs.c
  • tests/fate/lavf-container : fix dependencies for lavf_container_fate tests

    12 janvier, par James Almer
    tests/fate/lavf-container: fix dependencies for lavf_container_fate tests
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] tests/fate/lavf-container.mak