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

  • swscale/ops : fix build with msvc

    2 septembre, par Zhao Zhili
    swscale/ops: fix build with msvc
    
    x86/ops.c(500): error C2099: initializer is not a constant
    
    • [DH] libswscale/x86/ops.c
  • avcodec/pcm : use stricter conditional expressions for compilation

    2 septembre, par Zhao Zhili
    avcodec/pcm: use stricter conditional expressions for compilation
    
    • [DH] libavcodec/pcm.c
    • [DH] libavcodec/pcm_tablegen.h
  • configure : report if unstable is enabled

    2 septembre, par James Almer
    configure: report if unstable is enabled
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] configure
  • configure : fix logic for the unstable option

    2 septembre, par James Almer
    configure: fix logic for the unstable option
    
    A --enable-* option should not have a condition where it's enabled by some
    other mean, as is the case here if swscale is enabled.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] configure
  • avformat/whip : make time measure more precise

    2 septembre, par Jack Lau
    avformat/whip: make time measure more precise
    
    Use av_gettime_relative() replace av_gettime() to get
    better measure
    
    Changed the display precision from showing only integers
    to showing two decimal places (in milliseconds)
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>
    
    • [DH] libavformat/whip.c