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

  • libaom : remove references to yuv440p pixfmt

    2 avril 2018, par James Almer
    libaom: remove references to yuv440p pixfmt
    
    Support for it was apparently never in the codebase, and the enum
    values were recently removed from the public headers [1]
    
    Fixes build with latest libaom build.
    
    [1] https://aomedia.googlesource.com/aom/+/2e3cd5c5c30fa02134681cda900c32486807af3f
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DBH] libavcodec/libaom.c
  • Drop Windows XP support remnants

    2 avril 2018, par Diego Biurrun
    Drop Windows XP support remnants
    
    • [DBH] libavcodec/dxva2_h264.c
    • [DBH] libavcodec/dxva2_hevc.c
    • [DBH] libavcodec/dxva2_mpeg2.c
    • [DBH] libavcodec/dxva2_vc1.c
    • [DBH] libavutil/hwcontext_d3d11va.c
    • [DBH] libavutil/hwcontext_dxva2.c
  • configure : Rename require_header() —> require_headers()

    1er avril 2018, par Diego Biurrun
    configure: Rename require_header() --> require_headers()
    
    This renaming was overlooked in the previous check_header() rename.
    
    • [DBH] configure
  • arm : Produce .const_data instead of .section .rodata for Mach-O

    30 mars 2018, par Martin Storsjö
    arm: Produce .const_data instead of .section .rodata for Mach-O
    
    This is the same combination of .section directives as used in
    aarch64/asm.S.
    
    Since Xcode 9.3, the bundled clang supports altmacro and doesn't
    require using gas-preprocessor any longer.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavutil/arm/asm.S
  • arm : vc1dsp : Add commas between macro arguments

    30 mars 2018, par Martin Storsjö
    arm: vc1dsp: Add commas between macro arguments
    
    When targeting darwin, clang requires commas between arguments,
    while the no-comma form is allowed for other targets.
    
    Since Xcode 9.3, the bundled clang supports altmacro and doesn't
    require using gas-preprocessor any longer.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/arm/vc1dsp_neon.S