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

  • checkasm : aarch64 : Don’t clobber x29 in checkasm_stack_clobber

    18 octobre 2016, par Martin Storsjö
    checkasm: aarch64: Don't clobber x29 in checkasm_stack_clobber
    
    x29 (FP) is a callee saved register and should be restored on
    return. Instead of backing up x29 and restoring it here, back up
    sp in a register that we are allowed to overwrite.
    
    This fixes crashes in checkasm on aarch64 since f1b3e1313851.
    For some reason, gcc builds didn't crash, but clang builds do.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] tests/checkasm/aarch64/checkasm.S
  • vaapi_h265 : Include header for slice types

    17 octobre 2016, par Mark Thompson
    vaapi_h265: Include header for slice types
    
    The include was changed correctly in 4abe3b049d987420eb891f74a35af2cebbf52144
    but then mistakenly changed back by c359d624d3efc3fd1d83210d78c4152bd329b765
    (it's not just the NAL unit types which are used).
    
    • [DBH] libavcodec/vaapi_encode_h265.c
  • build : Hardcode avversion.h dependency

    16 octobre 2016, par Diego Biurrun
    build: Hardcode avversion.h dependency
    
    Since avversion.h is a generated header it must be created before
    dependencies can be determined as a side effect of compilation.
    Otherwise Make stops and restarts the build process to generate
    avversion.h and produces related error messages.
    
    • [DBH] Makefile
  • configure : Print warnings after all other output

    15 octobre 2016, par Diego Biurrun
    configure: Print warnings after all other output
    
    • [DBH] configure
  • swscale : Properly load alpha for planar rgb

    14 octobre 2016, par Michael Niedermayer
    swscale: Properly load alpha for planar rgb
    
    Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libswscale/input.c
    • [DBH] tests/ref/fate/filter-pixfmts-scale