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

  • doc : Document hwupload, hwdownload and hwmap filters

    30 avril 2017, par Mark Thompson
    doc: Document hwupload, hwdownload and hwmap filters
    
    • [DBH] doc/filters.texi
  • vaapi_encode : Move quality option to common code

    30 avril 2017, par Mark Thompson
    vaapi_encode: Move quality option to common code
    
    Use AVCodecContext.compression_level rather than a private option,
    replacing the H.264-specific quality option (which stays only for
    compatibility).
    
    This now works with the H.265 encoder in the i965 driver, as well as
    the existing cases with the H.264 encoder.
    
    • [DBH] doc/encoders.texi
    • [DBH] libavcodec/vaapi_encode.c
    • [DBH] libavcodec/vaapi_encode.h
    • [DBH] libavcodec/vaapi_encode_h264.c
  • avconv_hw : Add implicit device creation with default parameters

    30 avril 2017, par Mark Thompson
    avconv_hw: Add implicit device creation with default parameters
    
    If -hwaccel foo is supplied without any other device options, and the
    foo hwaccel is meant to have a device, try to make such a device with
    default parameters for the hwaccel to use.
    
    • [DBH] avtools/avconv_hw.c
  • flac : Use a local cache for decode_residual()

    29 avril 2017, par Luca Barbato
    flac: Use a local cache for decode_residual()
    
    About an additional 4% speedup.
    
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] libavcodec/flacdec.c
  • flac : Postpone unlikely condition checks

    29 avril 2017, par Luca Barbato
    flac: Postpone unlikely condition checks
    
    About 2% speedup on gcc-6.3.
    
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] libavcodec/flacdec.c