JavaCV v1.4 Release Notes

Release Date: 2018-01-16 // about 6 years ago
    • Decode audio frames on FFmpegFrameGrabber.setTimestamp() to avoid sync issues (pull #871)
    • Give access to options and metadata Map from FrameGrabber and FrameRecorder (issue #858)
    • Make FFmpegFrameGrabber(InputStream) and FFmpegFrameRecorder(OutputStream) thread-safe
    • Add new OpenCVFeatures2dSerialization sample (pull #842)
    • Upgrade dependencies for OpenCV 3.4.0, FFmpeg 3.4.1, librealsense 1.12.1
    • Fix potential audio read issue in WebcamAndMicrophoneCapture sample (issue #826)
    • Update JavaFxPlayVideoAndAudio sample to support FrameGrabber.sampleMode property (issue #820)
    • Set the Frame.timestamp field on FFmpegFrameGrabber.grab() (pull #810)
    • Fix image loading issue with the CaffeGooglenet.java sample (pull #805)
    • Prevent FFmpegFrameGrabber.setTimestamp() from going into an infinite loop (issue #731)
    • Fix FFmpegFrameRecorder.record() when called with AV_PIX_FMT_NV21 (pull #787)
    • Add FFmpegLockCallback to use more efficient thread-safe mechanisms (pull #770)
    • Make FFmpegFrameGrabber support streams with changing resolution (pull #769)
    • Add new DeinterlacedVideoPlayer sample (pull #757)