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

  • arm : vp9mc : Insert a literal pool at the middle of the file

    4 novembre 2016, par Martin Storsjö
    arm: vp9mc: Insert a literal pool at the middle of the file
    
    This fixes errors like this when building non-pic binaries with armv6
    as baseline:
    
    Error: invalid literal constant: pool needs to be closer
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/arm/vp9mc_neon.S
  • checkasm : Add —test parameter to check only specific components

    3 novembre 2016, par Diego Biurrun
    checkasm: Add --test parameter to check only specific components
    
    Inspired by a patch from Martin Storsjö <martin@martin.st>.
    
    • [DBH] tests/checkasm/checkasm.c
  • fate : checkasm : Split monolithic test into individual components

    3 novembre 2016, par Diego Biurrun
    fate: checkasm: Split monolithic test into individual components
    
    • [DBH] tests/fate/checkasm.mak
  • vf_hwupload_cuda : Fix build error

    3 novembre 2016, par Mark Thompson
    vf_hwupload_cuda: Fix build error
    
    Broken by e3fb74f7f9a8f1895381355f40c92cac3c1023d9.
    
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] libavfilter/vf_hwupload_cuda.c
  • swscale : Add GRAY12

    3 novembre 2016, par Luca Barbato
    swscale: Add GRAY12
    
    • [DBH] libswscale/input.c
    • [DBH] libswscale/swscale_internal.h
    • [DBH] libswscale/swscale_unscaled.c
    • [DBH] libswscale/utils.c
    • [DBH] tests/ref/fate/filter-pixdesc-gray12be
    • [DBH] tests/ref/fate/filter-pixdesc-gray12le
    • [DBH] tests/ref/fate/filter-pixfmts-copy
    • [DBH] tests/ref/fate/filter-pixfmts-null
    • [DBH] tests/ref/fate/filter-pixfmts-scale
    • [DBH] tests/ref/fate/filter-pixfmts-vflip