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

  • fate : Error out more gracefully on configure failure

    15 février 2018, par Diego Biurrun
    fate: Error out more gracefully on configure failure
    
    If configure fails before config.fate is generated, the report file misses
    some values and gets discarded by the FATE server. In these cases, print
    those values as "failed" along with the failing configure command line.
    
    • [DBH] tests/fate.sh
  • configure : Rename check_header() —> check_headers()

    13 février 2018, par Diego Biurrun
    configure: Rename check_header() --> check_headers()
    
    The plural in the name clarifies the fact that the function
    can check for multiple headers at once.
    
    • [DBH] configure
  • qsv : Default PicStruct to progressive

    12 février 2018, par Ruiling Song
    qsv: Default PicStruct to progressive
    
    The PicStruct is required by MediaSDK, so give a default value.
    hwupload does not work without this.
    
    Signed-off-by: Ruiling Song <ruiling.song@intel.com>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavutil/hwcontext_qsv.c
  • Support AV1 encoding using libaom

    11 février 2018, par Luca Barbato
    Support AV1 encoding using libaom
    
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/libaomenc.c
  • ivf : Support VP9 and AV1 as well

    11 février 2018, par Luca Barbato
    ivf: Support VP9 and AV1 as well
    
    • [DBH] libavformat/ivfenc.c