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

  • h264 : fix decoding multiple fields per packet with slice threads

    12 juin 2016, par Anton Khirnov
    h264: fix decoding multiple fields per packet with slice threads
    
    Since we only know whether a NAL unit corresponds to a new field after
    parsing the slice header, this requires reorganizing the calls to slice
    parsing, per-slice/field/frame init and actual decoding.
    
    In the previous code, the function for slice header decoding also
    immediately started a new field/frame as necessary, so any slices
    already queued for decoding would no longer be decodable.
    
    After this patch, we first parse the slice header, and if we determine
    that a new field needs to be started we decode all the queued slices.
    
    • [DBH] libavcodec/h264_slice.c
    • [DBH] libavcodec/h264dec.c
    • [DBH] libavcodec/h264dec.h
  • x86 : Add missing movsxd for the int stride parameter

    11 juin 2016, par Martin Storsjö
    x86: Add missing movsxd for the int stride parameter
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/x86/h264_idct.asm
    • [DBH] libavcodec/x86/h264_idct_10bit.asm
  • checkasm : Add tests for h264 idct

    11 juin 2016, par Martin Storsjö
    checkasm: Add tests for h264 idct
    
    The tests are inspired by similar tests for vp9 by
    Ronald Bultje.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] tests/checkasm/Makefile
    • [DBH] tests/checkasm/checkasm.c
    • [DBH] tests/checkasm/checkasm.h
    • [DBH] tests/checkasm/h264dsp.c
  • swscale : Add input support for gbrap10 pixel format

    10 juin 2016, par Paul B Mahol
    swscale: Add input support for gbrap10 pixel format
    
    Signed-off-by: Paul B Mahol <onemda@gmail.com>
    
    • [DBH] libswscale/input.c
    • [DBH] libswscale/utils.c
  • pixfmt : Add gbrap10 pixel format

    10 juin 2016, par Paul B Mahol
    pixfmt: Add gbrap10 pixel format
    
    Signed-off-by: Paul B Mahol <onemda@gmail.com>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavutil/pixdesc.c
    • [DBH] libavutil/pixfmt.h