Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cutterff-0.6-src.tar.bz2 | 2018-12-22 | 186.2 kB | |
cutterff-0.6-linux-x86_64-static.tar.bz2 | 2018-12-22 | 2.6 MB | |
cutterff-0.6-linux-x86_64.tar.bz2 | 2018-12-22 | 85.1 kB | |
cutterff-0.6-linux-i386-static.tar.bz2 | 2018-12-22 | 2.5 MB | |
cutterff-0.6-linux-i386.tar.bz2 | 2018-12-22 | 93.5 kB | |
cutterff-0.6-win32-i386.zip | 2018-12-22 | 6.1 MB | |
README.txt | 2018-12-22 | 1.6 kB | |
Totals: 7 Items | 11.5 MB | 0 |
README.txt ------- Note: ------- The i386 are 32-bit, and x86_64 are 64-bit versions The 'cutterff-0.4.2-linux-*-static.tar.bz2' versions have the FFmpeg libraries statically linked The win32 version has the FFmpeg libaries as 'dll' included, tested with Windows-7 only ----------- ChangeLog ----------- version 0.6 (Dec 22 2018) ----------- * gui.c + save dialog with option for shortest stream duration + memory leak in 'cff_gui_save_start', 'bsf_info' may not be freed. Fixed! + removed double question for overwriting an existing file + if copying the log-window to the clipboard it will be converted from UNIX to DOS (LF to CRLF) (MINGW and GTK-2 only) * ffmpeg.c + searching to previous frame may fail, if the current position is near the last frame and K/I/P-frame is requested. Fixed! + if at label '_got_picture' the condition 'last_frame != NULL' is true, the assignment 'video->vframe.packet[0].pos = -1' may overwrite the packet position which was found. Fixed! + searching one frame forward or backward may skip a frame with a duration less than the picture duration. Fixed! + the written file may too short if the duration of either audio or video is shorter than the other stream. The option 'shortest' was always active, now the user may choose if this should happen. + may hang if clicking twice on the slider at the same position. Fixed! + tiny memory leak in 'cff_ffmpeg_get_frame_dts'. Fixed! + flushing the codec at end of stream /* EOF */