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

  • vaapi_h264 : Fix VUI max_dec_frame_buffering

    24 octobre 2017, par Jun Zhao
    vaapi_h264: Fix VUI max_dec_frame_buffering
    
    This should refer to the existing SPS structure, not the VAAPI sequence
    parameter buffer (which is not yet initialised).
    
    From ffmpeg commit f31478ba1472afe5c1eed60f219ae331816425a2.
    
    Signed-off-by: Mark Thompson <sw@jkqxz.net>
    
    • [DBH] libavcodec/vaapi_encode_h264.c
  • lavc : fix hw_device_ctx operation

    24 octobre 2017, par wm4
    lavc: fix hw_device_ctx operation
    
    Commit b46a77f19d accidentally broke this (requested change that was
    added to the patch later and which was not fully tested).
    
    Signed-off-by: Mark Thompson <sw@jkqxz.net>
    
    • [DBH] libavcodec/decode.c
  • arm : Remove a redundant check in fmtconvert_init_arm.c

    23 octobre 2017, par Martin Storsjö
    arm: Remove a redundant check in fmtconvert_init_arm.c
    
    This was missed in e2710e790c0, where have_vfp && !have_vfpv3 were
    converted into have_vfp_vm.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/arm/fmtconvert_init_arm.c
  • arm : Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp

    23 octobre 2017, par Martin Storsjö
    arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp
    
    This was missed in e2710e790c0 since those functions weren't exercised
    by checkasm.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavutil/arm/float_dsp_init_vfp.c
  • configure : Drop unnecessary variables, shifts, and quotes in helper functions

    21 octobre 2017, par Diego Biurrun
    configure: Drop unnecessary variables, shifts, and quotes in helper functions
    
    • [DBH] configure