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

  • tests : Use a predefined function for lavf-rm test

    14 août 2018, par Diego Biurrun
    tests: Use a predefined function for lavf-rm test
    
    • [DBH] tests/lavf-regression.sh
  • tests : Enable CRC test for yuv4mpeg

    14 août 2018, par Diego Biurrun
    tests: Enable CRC test for yuv4mpeg
    
    • [DBH] tests/lavf-regression.sh
    • [DBH] tests/ref/lavf/yuv4mpeg
  • tests : Convert lavf pixfmt conversion tests to non-legacy test scripts

    14 août 2018, par Diego Biurrun
    tests: Convert lavf pixfmt conversion tests to non-legacy test scripts
    
    Also split monolithic lavf-pixfmt test into individual tests.
    
    • [DBH] tests/Makefile
    • [DBH] tests/fate-run.sh
    • [DBH] tests/fate/avformat.mak
    • [DBH] tests/fate/pixfmt.mak
    • [DBH] tests/lavf-regression.sh
    • [DBH] tests/ref/lavf/pixfmt
    • [DBH] tests/ref/pixfmt/bgr24
    • [DBH] tests/ref/pixfmt/gray
    • [DBH] tests/ref/pixfmt/monob
    • [DBH] tests/ref/pixfmt/monow
    • [DBH] tests/ref/pixfmt/rgb24
    • [DBH] tests/ref/pixfmt/rgb32
    • [DBH] tests/ref/pixfmt/rgb555
    • [DBH] tests/ref/pixfmt/rgb565
    • [DBH] tests/ref/pixfmt/yuv410p
    • [DBH] tests/ref/pixfmt/yuv411p
    • [DBH] tests/ref/pixfmt/yuv420p
    • [DBH] tests/ref/pixfmt/yuv422p
    • [DBH] tests/ref/pixfmt/yuv440p
    • [DBH] tests/ref/pixfmt/yuv444p
    • [DBH] tests/ref/pixfmt/yuvj420p
    • [DBH] tests/ref/pixfmt/yuvj422p
    • [DBH] tests/ref/pixfmt/yuvj440p
    • [DBH] tests/ref/pixfmt/yuvj444p
    • [DBH] tests/ref/pixfmt/yuyv422
  • h264/aarch64 : add intra loop filter neon asm

    13 août 2018, par Janne Grunau
    h264/aarch64: add intra loop filter neon asm
    
    Add my neon asm from x264 relicensed under the LGPL 2.1 or later. Ported
    (x264 uses nv12 chroma) and optimized.
    
    Cycle count for checkasm --bench on a Snapdragon 820e:
    h264_h_loop_filter_luma_intra_8bpp_c: 60.0
    h264_h_loop_filter_luma_intra_8bpp_neon: 54.2
    h264_v_loop_filter_luma_intra_8bpp_c: 148.3
    h264_v_loop_filter_luma_intra_8bpp_neon: 73.8
    h264_h_loop_filter_chroma_intra_8bpp_c: 27.8
    h264_h_loop_filter_chroma_intra_8bpp_neon: 21.4
    h264_h_loop_filter_chroma_mbaff_intra_8bpp_c: 15.8
    h264_h_loop_filter_chroma_mbaff_intra_8bpp_neon: 15.7
    h264_v_loop_filter_chroma_intra_8bpp_c: 45.8
    h264_v_loop_filter_chroma_intra_8bpp_neon: 17.3
    
    • [DBH] libavcodec/aarch64/h264dsp_init_aarch64.c
    • [DBH] libavcodec/aarch64/h264dsp_neon.S
  • tcp : Use ff_connect_parallel for RFC 8305 style connecting

    10 août 2018, par Martin Storsjö
    tcp: Use ff_connect_parallel for RFC 8305 style connecting
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavformat/tcp.c