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

  • mov : Save number of stsd elements after stream extradata allocation

    29 juin 2016, par Vittorio Giovara
    mov: Save number of stsd elements after stream extradata allocation
    
    Avoid freeing an unallocated array in mov_read_close() in case
    of a malloc failure.
    
    Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
    
    • [DBH] libavformat/mov.c
  • hevc : Add AVX2 DC IDCT

    29 juin 2016, par James Almer
    hevc: Add AVX2 DC IDCT
    
    Originally written by Pierre Edouard Lepere <pierre-edouard.lepere@insa-rennes.fr>.
    Integrated to Libav by Josh de Kock <josh@itanimul.li>.
    
    Signed-off-by: Alexandra Hájková <alexandra@khirnov.net>
    
    • [DBH] libavcodec/hevc.c
    • [DBH] libavcodec/x86/Makefile
    • [DBH] libavcodec/x86/hevc_idct.asm
    • [DBH] libavcodec/x86/hevcdsp_init.c
  • hevc : offer DXVA2 for 10bit 420

    29 juin 2016, par Anton Khirnov
    hevc: offer DXVA2 for 10bit 420
    
    • [DBH] libavcodec/hevc.c
  • checkasm : hevc : Iterate over features first, then over bitdepths

    28 juin 2016, par Martin Storsjö
    checkasm: hevc: Iterate over features first, then over bitdepths
    
    This avoids listing the same feature multiple times in the
    test output. Previously the output contained something like this:
    
    SSE2:
     - hevc_mc.qpel              [OK]
     - hevc_mc.epel              [OK]
     - hevc_mc.unweighted_pred   [OK]
     - hevc_mc.qpel              [OK]
     - hevc_mc.epel              [OK]
     - hevc_mc.unweighted_pred   [OK]
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] tests/checkasm/hevc_mc.c
  • avconv_dxva2 : support HEVC Main10 decoding

    28 juin 2016, par Hendrik Leppkes
    avconv_dxva2: support HEVC Main10 decoding
    
    Signed-off-by: Anton Khirnov <anton@khirnov.net>
    
    • [DBH] avconv_dxva2.c