February 11, 2022 version 1.5.7
- Fix accuracy and latency issues with
FFmpegFrameGrabber.setVideoFrameNumber()
(pull #1734) - Add new
Frame.pictType
field set toI
,P
,B
, etc byFFmpegFrameGrabber
(pull #1730) - Set metadata for
AVFrame.opaque
inFFmpegFrameGrabber
with call toav_frame_copy_props()
(issue #1729) - Add
charset
property toFrameGrabber
andFrameRecorder
to use for metadata from FFmpeg (pull #1720) - Call
Frame.close()
on temporary clones inJava2DFrameUtils
to prevent premature deallocations (issue #1716) - Ignore errors from
avcodec_send_packet()
andavcodec_receive_frame()
to emulate old API inFFmpegFrameGrabber
(issue #1679) - Upgrade dependencies for OpenBLAS 0.3.19, OpenCV 4.5.5, FFmpeg 5.0, librealsense2 2.50.0, Leptonica 1.82.0, Tesseract 5.0.1