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

  • avformat/rtpdec_mpeg4 : add need_parsing for rtsp AAC

    9 avril, par Jack Lau via ffmpeg-devel
    avformat/rtpdec_mpeg4: add need_parsing for rtsp AAC
    
    fix ticket #11531
    
    the rtsp aac did not marked keyframe which cannot easy copy to output.
    because f265f9c9d04863180503707bfad285f48e6bf080 commit change the AAC props to match xHE-AAC.
    in some formats like MOV, need_parsing is set, so AAC can be still parsed be keyframe
    but rtsp did not, so this patch add it
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>
    Reviewed-by: Zhao Zhili <quinkblack@foxmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/rtpdec_mpeg4.c
  • avcodec/ffv1enc : avoid repeating the same warning forever

    8 avril, par Jerome Martinez
    avcodec/ffv1enc: avoid repeating the same warning forever
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1enc.c
  • avcodec/nvdec_vc1 : add marker insertion logic

    8 avril, par averne
    avcodec/nvdec_vc1: add marker insertion logic
    
    This mirrors existing code in d3dxx and dxva hwaccels
    
    Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
    
    • [DH] libavcodec/nvdec_vc1.c
  • avcodec/ffv1enc : permit 1024 slices

    8 avril, par Jerome Martinez
    avcodec/ffv1enc: permit 1024 slices
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • doc/filters : Fix video size of mptestsrc

    8 avril, par Zhao Zhili
    doc/filters: Fix video size of mptestsrc
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] doc/filters.texi