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/hevc : Rewrite scalability_mask_flag parse in decode_vps_ext

    11 février, par Zhao Zhili
    avcodec/hevc: Rewrite scalability_mask_flag parse in decode_vps_ext
    
    Remove a for loop and make it easy to extend to support other types
    of scalability. Move ScalabilityMask to hevc header file so it can
    be used in hevc decoder.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    
    • [DH] libavcodec/hevc/hevc.h
    • [DH] libavcodec/hevc/ps.c
    • [DH] libavcodec/hevc/ps.h
  • avfilter/vf_amf_common : fix build

    10 février, par Timo Rothenpieler
    avfilter/vf_amf_common: fix build
    
    AMF was forgotten in a28dc06869fe1f98c07e42f9b0a411d2744ff7d7
    
    • [DH] libavfilter/vf_amf_common.c
  • avfilter/vpp_amf : add option reset_sar

    10 février, par Gyan Doshi
    avfilter/vpp_amf: add option reset_sar
    
    4b77a0a681 added a new consumer of ff_scale_adjust_dimensions
    which was recently modified to allow for square pixel output.
    
    This commit extends the new option to vpp_amf, and unbreaks the building
    of vf_amf_common.c
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_amf_common.c
    • [DH] libavfilter/vf_amf_common.h
    • [DH] libavfilter/vf_vpp_amf.c
  • avformat/hls : fix typo in Range header comment (chore)

    10 février, par Jack Lau
    avformat/hls: fix typo in Range header comment (chore)
    
    Signed-off-by: Marth64 <marth64@proxyid.net>
    
    • [DH] libavformat/hls.c
  • tools : Add binaries to .gitignore

    9 février, par Frank Plowman
    tools: Add binaries to .gitignore
    
    Signed-off-by: Frank Plowman <post@frankplowman.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] tools/.gitignore