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

  • dashenc : fix bitrate estimation with correct scaling

    26 octobre 2017, par Anton Schubert
    dashenc: fix bitrate estimation with correct scaling
    
    Signed-off-by: Anton Schubert <ischluff@mailbox.org>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavformat/dashenc.c
  • avconv : Use codec hardware config to configure hwaccels

    26 octobre 2017, par Mark Thompson
    avconv: Use codec hardware config to configure hwaccels
    
    Removes specific support for all hwaccels supported by the generic code
    (CUVID, DXVA2, D3D11VA, VAAPI and VDPAU).
    
    • [DBH] avtools/avconv.c
    • [DBH] avtools/avconv.h
    • [DBH] avtools/avconv_hw.c
    • [DBH] avtools/avconv_opt.c
  • lavc : Delete all fake hwaccels

    26 octobre 2017, par Mark Thompson
    lavc: Delete all fake hwaccels
    
    They are now unused.
    
    • [DBH] configure
    • [DBH] libavcodec/mmaldec.c
    • [DBH] libavcodec/qsvdec_h2645.c
    • [DBH] libavcodec/qsvdec_other.c
  • lavc : Remove register mechanism for hwaccels

    26 octobre 2017, par Mark Thompson
    lavc: Remove register mechanism for hwaccels
    
    There is no longer any need for a list of them at runtime, because
    decoders now carry the pointers to their associated hwaccels internally.
    The file containing external declarations is now used to make the list
    of hwaccels for configure.
    
    • [DBH] configure
    • [DBH] libavcodec/allcodecs.c
  • lavc : Deprecate av_hwaccel_next() and av_register_hwaccel()

    26 octobre 2017, par Mark Thompson
    lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()
    
    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/utils.c
    • [DBH] libavcodec/version.h