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/vc1 : Remove unused topleft,bottomright fields

    30 avril, par Andreas Rheinhardt
    avcodec/vc1: Remove unused topleft,bottomright fields
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/vc1.h
  • avcodec/vc1 : Remove write-only qs_last

    30 avril, par Andreas Rheinhardt
    avcodec/vc1: Remove write-only qs_last
    
    Write-only since 9cc74c9f6e8b645e67d45b2070db004caca09af7.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/vc1.c
    • [DH] libavcodec/vc1.h
  • avfilter/vf_setparams : Fix chroma_location being cleared

    30 avril, par Tobias Rapp
    avfilter/vf_setparams: Fix chroma_location being cleared
    
    Fix chroma_location being cleared by setrange and setfield filters.
    This was forgotten in 201f1cba150d44de6fedfeee4e8647170ed5fbca.
    
    Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
    
    • [DH] libavfilter/vf_setparams.c
  • avformat/hls : Return error code when read key file failed

    30 avril, par Zhao Zhili
    avformat/hls: Return error code when read key file failed
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    
    • [DH] libavformat/hls.c
  • avcodec/mpegvideo : Move parent to MPVEncContext

    30 avril, par Andreas Rheinhardt
    avcodec/mpegvideo: Move parent to MPVEncContext
    
    This is more type-safe and avoids having parent contexts
    when unnecessary.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpegvideo.c
    • [DH] libavcodec/mpegvideo.h
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/mpegvideoenc.h