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

  • libfdk-aac : Consistently use a proper version check macro for detecting features

    4 septembre 2018, par Martin Storsjö
    libfdk-aac: Consistently use a proper version check macro for detecting features
    
    The previous version checks checked explicitly for the version
    where the version define was added to the installed headers,
    making an "#ifdef AACDECODER_LIB_VL0" enough. Now that we have
    a need for more diverse version checks than this, convert all checks
    to such checks.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/libfdk-aacdec.c
    • [DBH] libavcodec/libfdk-aacenc.c
  • qsvvpp : Perform full init only when needed

    2 septembre 2018, par Joe Olivas
    qsvvpp: Perform full init only when needed
    
    Removing unused VPP sessions by initializing only when used in order to help
    reduce CPU utilization.
    
    Thanks to Maxym for the guidance.
    
    Signed-off-by: Joe Olivas <joseph.k.olivas@intel.com>
    Signed-off-by: Maxym Dmytrychenko <maxim.d33@gmail.com>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavutil/hwcontext_qsv.c
  • libfdk-aacenc : Fix building with libfdk-aac v2

    31 août 2018, par Martin Storsjö
    libfdk-aacenc: Fix building with libfdk-aac v2
    
    When flushing the encoder, we now need to provide non-null buffer
    parameters for everything, even if they are unused.
    
    The encoderDelay parameter has been replaced by two, nDelay and
    nDelayCore.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/libfdk-aacenc.c
  • libopenh264dec : Export the decoded profile and level in AVCodecContext

    31 août 2018, par Martin Storsjö
    libopenh264dec: Export the decoded profile and level in AVCodecContext
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/libopenh264dec.c
  • lavc/qsvenc : dump BufferSizeInKB message

    27 août 2018, par Zhong Li
    lavc/qsvenc: dump BufferSizeInKB message
    
    Signed-off-by: Zhong Li <zhong.li@intel.com>
    Signed-off-by: Maxym Dmytrychenko <maxim.d33@gmail.com>
    
    • [DBH] libavcodec/qsvenc.c