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

  • avcodec/extract_extradata_bsf : Fix leak discovered via fuzzing

    6 décembre 2017, par Nikolas Bowe
    avcodec/extract_extradata_bsf: Fix leak discovered via fuzzing
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavcodec/extract_extradata_bsf.c
  • hevc : Add hevc_get_pixel_4/8/12/16/24/32/48/64

    3 décembre 2017, par Alexandra Hájková
    hevc: Add hevc_get_pixel_4/8/12/16/24/32/48/64
    
    Checkasm timings:
    block size bitdepth  C       NEON
    4           8 bit:    146.7   48.7
               10 bit:    146.7   52.7
    8           8 bit:    430.3   84.4
               10 bit:    430.4  119.5
    12          8 bit:    812.8  141.0
               10 bit:    812.8  195.0
    16          8 bit:   1499.1  268.0
               10 bit:   1498.9  368.4
    24          8 bit:   4394.2  574.8
               10 bit:   3696.3  804.8
    32          8 bit:   5108.6  568.9
               10 bit:   4249.6  918.8
    48          8 bit:  16819.6 2304.9
               10 bit:  13882.0 3178.5
    64          8 bit:  13490.8 1799.5
               10 bit:  11018.5 2519.4
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/arm/Makefile
    • [DBH] libavcodec/arm/hevc_mc.S
    • [DBH] libavcodec/arm/hevcdsp_init_arm.c
  • lavc/qsvenc : set HRD buffer size

    1er décembre 2017, par Li, Zhong
    lavc/qsvenc: set HRD buffer size
    
    Hypothetical Reference Decoding (HRD) model assumes that data flows
    into a buffer of the fixed size BufferSizeInKB with a constant bitrate.
    Smaller BufferSizeInKB means smaller frame size variations,
    but more difficult to maintain HRD.
    
    Signed-off-by: Zhong Li <zhong.li@intel.com>
    Signed-off-by: Maxym Dmytrychenko <maxim.d33@gmail.com>
    
    • [DBH] libavcodec/qsvenc.c
  • vaapi_h265 : Add named options for setting profile and level

    29 novembre 2017, par Mark Thompson
    vaapi_h265: Add named options for setting profile and level
    
    Also fixes the default, which previously contained a nonsense value.
    
    • [DBH] libavcodec/vaapi_encode_h265.c
  • vaapi_h264 : Add named options for setting profile and level

    29 novembre 2017, par Mark Thompson
    vaapi_h264: Add named options for setting profile and level
    
    • [DBH] libavcodec/vaapi_encode_h264.c