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/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
  • avcodec/svq1enc : Allocate buffers during init

    30 avril, par Andreas Rheinhardt
    avcodec/svq1enc: Allocate buffers during init
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/svq1enc.c
  • avcodec/svq1enc : Remove always-false check

    30 avril, par Andreas Rheinhardt
    avcodec/svq1enc: Remove always-false check
    
    The pixel format has already been checked generically
    via CODEC_PIXFMTS.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/svq1enc.c
  • avformat/hls : Split allowed_segment_extensions off allowed_extensions

    29 avril, par Michael Niedermayer
    avformat/hls: Split allowed_segment_extensions off allowed_extensions
    
    This allows the user to set only the one that is needed to ALL or a
    specific "wrong" extension like html
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/hls.c
  • avformat/hls : Fix flash1.bogulus.cfd support

    29 avril, par Michael Niedermayer
    avformat/hls: Fix flash1.bogulus.cfd support
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/hls.c