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

  • avpacket : Initialize the allocated padding area in side data

    1er février 2018, par Martin Storsjö
    avpacket: Initialize the allocated padding area in side data
    
    This makes sure that consumers of the side data actually can
    rely on the padding as intended, without having the callers of
    av_packet_new_side_data to explicitly zero initialize it.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/avpacket.c
  • qsvenc : AVBR is not supported on non-windows OS

    30 janvier 2018, par Zhong Li
    qsvenc: AVBR is not supported on non-windows OS
    
    AVBR is supported from API 1.3 but only available for Windows
    
    Signed-off-by: Zhong Li <zhong.li@intel.com>
    Signed-off-by: Maxym Dmytrychenko <maxim.d33@gmail.com>
    
    • [DBH] libavcodec/qsvenc.c
    • [DBH] libavcodec/qsvenc.h
  • lavc : Add per-thread surfaces in get_hw_frame_parameters()

    29 janvier 2018, par Mark Thompson
    lavc: Add per-thread surfaces in get_hw_frame_parameters()
    
    This number is definitely required when frame threading is enabled, so
    add it here rather than forcing all users to handle it themselves.
    
    DXVA2 contained this addition in specific code as well (therefore being
    added twice in the internal case) - just remove it from there.
    
    • [DBH] libavcodec/decode.c
    • [DBH] libavcodec/dxva2.c
  • lavc : Add support for increasing hardware frame pool sizes

    29 janvier 2018, par Mark Thompson
    lavc: Add support for increasing hardware frame pool sizes
    
    AVCodecContext.extra_hw_frames is added to the size of hardware frame
    pools created by libavcodec for APIs which require fixed-size pools.
    This allows the user to keep references to a greater number of frames
    after decode, which may be necessary for some use-cases.
    
    It is also added to the initial_pool_size value returned by
    avcodec_get_hw_frames_parameters() if a fixed-size pool is required.
    
    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/decode.c
    • [DBH] libavcodec/options_table.h
    • [DBH] libavcodec/version.h
  • vc1 : skip motion compensation when data for last picture is invalid

    28 janvier 2018, par Sean McGovern
    vc1: skip motion compensation when data for last picture is invalid
    
    Bug-Id: 1101
    Cc: libav-stable@libav.org
    
    • [DBH] libavcodec/vc1_mc.c