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

  • rtsp : Fix a crash with the RTSP muxer

    15 septembre 2016, par Martin Storsjö
    rtsp: Fix a crash with the RTSP muxer
    
    This was introduced in bc2a32969e.
    
    The whole block that the statement was added to is only
    relevant when used as a demuxer, but the other statements
    there have had other if statements guarding them. Make
    sure to only run this whole block if being used as a
    demuxer.
    
    CC: libav-stable@libav.org
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavformat/rtsp.c
  • vf_scale_vaapi : Crop input surface to active region

    13 septembre 2016, par Mark Thompson
    vf_scale_vaapi: Crop input surface to active region
    
    If the input has been decoded from a stream which uses edge cropping
    then the whole surface need not be valid.  This defines an input
    region for the scaler so we only use the active area of the frame.
    
    • [DBH] libavfilter/vf_scale_vaapi.c
  • hwcontext_vdpau : Fix missing subscripts

    13 septembre 2016, par Mark Thompson
    hwcontext_vdpau: Fix missing subscripts
    
    Also remove the redundant casts which were hiding the error here.
    
    • [DBH] libavutil/hwcontext_vdpau.c
  • vaapi_h264 : Fix HRD bit_rate/cpb_size scaling

    13 septembre 2016, par Mark Thompson
    vaapi_h264: Fix HRD bit_rate/cpb_size scaling
    
    There should be an extra offset of 6 on bit_rate_scale and of 4 on
    cpb_size_scale which were not accounted for here.
    
    • [DBH] libavcodec/vaapi_encode_h264.c
  • hwcontext_vdpau : Remove duplicate definition of GET_CALLBACK

    12 septembre 2016, par Mark Thompson
    hwcontext_vdpau: Remove duplicate definition of GET_CALLBACK
    
    • [DBH] libavutil/hwcontext_vdpau.c