git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
vp9_superframe_split_bsf : implement a AVBSFContext.flush() callback
27 juillet 2018, par James Almer -
h264_mp4toannexb_bsf : implement a AVBSFContext.flush() callback
27 juillet 2018, par James Almer -
bsf : add a flushing mechanism to AVBSFContext
27 juillet 2018, par James Almer -
frame : Simplify the video allocation
27 juillet 2018, par Luca Barbato -
avcodec/qsv : fix async support
24 juillet 2018, par Dmitry Rogozhkinavcodec/qsv: fix async support Current implementations of qsv components incorrectly work with async level, they actually try to work in async+1 level stepping into MFX_WRN_DEVICE_BUSY and polling loop. This change address this misbehaviour. Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com> Cc: Maxym Dmytrychenko <maxim.d33@gmail.com> Cc: Zhong Li <zhong.li@intel.com> Signed-off-by: Maxym Dmytrychenko <maxim.d33@gmail.com>