git.libav.org Git - libav.git/rss log
Libav master git repository
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>
-
qsvenc : AVBR is not supported on non-windows OS
30 janvier 2018, par Zhong Li -
lavc : Add per-thread surfaces in get_hw_frame_parameters()
29 janvier 2018, par Mark Thompsonlavc: 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.
-
lavc : Add support for increasing hardware frame pool sizes
29 janvier 2018, par Mark Thompsonlavc: 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.
-
vc1 : skip motion compensation when data for last picture is invalid
28 janvier 2018, par Sean McGovern