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/pcm : fix some unused variables/functions warning

    4 septembre, par Zhao Zhili
    avcodec/pcm: fix some unused variables/functions warning
    
    v is unused when ALAW/MULAW/VIDC are disabled.
    
    • [DH] libavcodec/pcm.c
  • avutil/hwcontext_drm : fix mapping when dst format is unset

    4 septembre, par Cameron Gutman
    avutil/hwcontext_drm: fix mapping when dst format is unset
    
    av_hwframe_map() is documented to work with a blank dst frame, but
    hwcontext_drm currently fails if dst->format == AV_PIX_FMT_NONE.
    
    Signed-off-by: Cameron Gutman <aicommander@gmail.com>
    
    • [DH] libavutil/hwcontext_drm.c
  • avformat/whip : fix SDP ICE candidates parsing

    3 septembre, par Jack Lau
    avformat/whip: fix SDP ICE candidates parsing
    
    fix issue #20407
    
    Refer to RFC 5245 15.1,
    the foundation may be any string up to 32 chars.
    The old code could misread foundations as transport("udp").
    This patch fully parse all these attr to avoid parsing error.
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>
    
    • [DH] libavformat/whip.c
  • avcodec/vaapi_encode : avoid potential overflow

    3 septembre, par Tong Wu
    avcodec/vaapi_encode: avoid potential overflow
    
    The max_frame_size in byte will be filled in
    VAEncMiscParameterBufferMaxFrameSize which receives size in bit.
    This requires max_frame_size * 8.
    
    Signed-off-by: Tong Wu <wutong1208@outlook.com>
    
    • [DH] libavcodec/vaapi_encode.h
  • avformat/demux : Reindent after the previous commit

    3 septembre, par Andreas Rheinhardt
    avformat/demux: Reindent after the previous commit
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavformat/demux.c