git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • vaapi_h265 : Convert to use coded bitstream infrastructure

    14 mai 2017, par Mark Thompson
    vaapi_h265: Convert to use coded bitstream infrastructure
    
    Also improves the metadata and generally makes the configuration
    a bit cleaner.
    
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/vaapi_encode_h265.c
    • [DBH] libavcodec/vaapi_encode_h26x.c
    • [DBH] libavcodec/vaapi_encode_h26x.h
  • lavc : Add coded bitstream read/write support for H.265

    14 mai 2017, par Mark Thompson
    lavc: Add coded bitstream read/write support for H.265
    
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/cbs.c
    • [DBH] libavcodec/cbs_h2645.c
    • [DBH] libavcodec/cbs_h265.h
    • [DBH] libavcodec/cbs_h265_syntax_template.c
    • [DBH] libavcodec/cbs_internal.h
  • lavc : Add coded bitstream read/write support for H.264

    14 mai 2017, par Mark Thompson
    lavc: Add coded bitstream read/write support for H.264
    
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/cbs.c
    • [DBH] libavcodec/cbs_h264.h
    • [DBH] libavcodec/cbs_h2645.c
    • [DBH] libavcodec/cbs_h2645.h
    • [DBH] libavcodec/cbs_h264_syntax_template.c
    • [DBH] libavcodec/cbs_internal.h
  • hevc : Add names for reserved NAL unit types

    14 mai 2017, par Mark Thompson
    hevc: Add names for reserved NAL unit types
    
    While not yet used, these NAL units do already have some defined
    semantics and are referred to elsewhere.
    
    • [DBH] libavcodec/hevc.h
  • hevcdec : move the MD5 context out of HEVCSEIPictureHash back into HEVCContext

    12 mai 2017, par Anton Khirnov
    hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContext
    
    HEVCSEIPictureHash should store only the information extracted from the
    bitstream and exported to the higher layer (the decoder or the parser).
    The MD5 context is allocated, used and freed by this higher layer, so it
    makes more sense for it to also be stored there.
    
    • [DBH] libavcodec/hevc_sei.h
    • [DBH] libavcodec/hevcdec.c
    • [DBH] libavcodec/hevcdec.h