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/ffv1dec : set the FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability

    15 mars, par James Almer
    avcodec/ffv1dec: set the FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability
    
    Will prevent decoding frame data during probing.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/ffv1dec.c
  • ffmpeg : add per-stream input option drop_changed

    15 mars, par Gyan Doshi
    ffmpeg: add per-stream input option drop_changed
    
    This is a replacement in ffmpeg for the deprecated avcodec flag AV_CODEC_FLAG_DROPCHANGED.
    
    This option is meant to be used when the filtergraph should not be
    reinited upon input parameter changes as that leads to loss of state
    in the filtergraph potentially leading to broken or aborted output,
    e.g. inserting of silence with first_pts specified in aresample.
    
    Generally useful to avoid corrupted yet decodable packets in live
    streaming inputs.
    
    This option when enabled takes precedence over reinit_filters
    
    • [DH] doc/ffmpeg.texi
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_demux.c
    • [DH] fftools/ffmpeg_filter.c
    • [DH] fftools/ffmpeg_opt.c
  • MAINTAINERS : add Manuel Lauss as sanm.c/smush.c Maintainer

    15 mars, par Manuel Lauss
    MAINTAINERS: add Manuel Lauss as sanm.c/smush.c Maintainer
    
    As requested by Michael Niedermayer.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] MAINTAINERS
  • swscale/swscale_unscaled : make the fast planar copy path work with more formats

    15 mars, par James Almer
    swscale/swscale_unscaled: make the fast planar copy path work with more formats
    
    dst_depth - src_depth where the result is 6 or 7 in a high bd path means this
    is only executed for 16 -> 10 and 16 -> 9.
    This patch makes this path general, supporting arbitrary formats as long as
    dst_depth > src_depth > 8.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libswscale/swscale_unscaled.c
  • avcodec/ffv1dec : Fix a YUVA issue with remaping

    14 mars, par Michael Niedermayer
    avcodec/ffv1dec: Fix a YUVA issue with remaping
    
    Untested
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1dec.c