added explicit VideoWriter::release(). Fixed video stream finalization (write remaini...
authorVadim Pisarevsky <no@email>
Mon, 9 Apr 2012 23:12:52 +0000 (23:12 +0000)
committerVadim Pisarevsky <no@email>
Mon, 9 Apr 2012 23:12:52 +0000 (23:12 +0000)
commitb253665f8c794d522cbf8393f7829782aaa994d2
tree3323431dae13cf4279a644f37ac9d752707e0b2b
parent1a1d7baf9ac3b612290c0b2cb5f978c2fabde470
added explicit VideoWriter::release(). Fixed video stream finalization (write remaining frames); Fixed occasional crash in the case of odd-width or odd-height videos; Fixed a few problems in ffmpeg tests. Positioning still does not work well.
modules/highgui/include/opencv2/highgui/highgui.hpp
modules/highgui/src/cap.cpp
modules/highgui/src/cap_ffmpeg_impl_v2.hpp
modules/highgui/test/test_ffmpeg.cpp
modules/highgui/test/test_framecount.cpp
modules/highgui/test/test_positioning.cpp
modules/highgui/test/test_video_io.cpp
modules/highgui/test/test_video_pos.cpp