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

  • aarch64 : vp9mc : Simplify the extmla macro parameters

    16 décembre 2016, par Martin Storsjö
    aarch64: vp9mc: Simplify the extmla macro parameters
    
    Fold the field lengths into the macro.
    
    This makes the macro invocations much more readable, when the
    lines are shorter.
    
    This also makes it easier to use only half the registers within
    the macro.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/aarch64/vp9mc_neon.S
  • configure : Disentangle vfw32 and user32 lib handling

    15 décembre 2016, par Diego Biurrun
    configure: Disentangle vfw32 and user32 lib handling
    
    Check for and link against user32 instead, which also fixes
    the missing dependency of dxva2 on user32 with MSVC.
    
    • [DBH] configure
  • configure : fix linking with MSVC when using —disable-optimizations

    15 décembre 2016, par Steve Lhomme
    configure: fix linking with MSVC when using --disable-optimizations
    
    Without any optimization flags, MSVC does no dead code elimination (DCE) at
    all, even for the most trivial cases. DCE is a prerequisite for building libav
    correctly, otherwise there are undefined references to functions for other
    architectures and disabled components.
    
    -O1 is the minimal optimization flag for MSVC that does include DCE.
    
    • [DBH] configure
  • configure : put d3d11 check in alphabetical order

    15 décembre 2016, par Steve Lhomme
    configure: put d3d11 check in alphabetical order
    
    • [DBH] configure
  • Changelog : add some missing entries

    15 décembre 2016, par Anton Khirnov
    Changelog: add some missing entries
    
    • [DBH] Changelog