Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cutterff for openSUSE:Factory checked in at 2022-07-14 16:34:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cutterff (Old) and /work/SRC/openSUSE:Factory/.cutterff.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cutterff" Thu Jul 14 16:34:31 2022 rev:10 rq:989098 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cutterff/cutterff.changes 2021-09-09 23:08:21.248887361 +0200 +++ /work/SRC/openSUSE:Factory/.cutterff.new.1523/cutterff.changes 2022-07-14 16:35:00.068670561 +0200 @@ -1,0 +2,40 @@ +Wed Jul 13 10:52:30 UTC 2022 - Bj??rn Lie <[email protected]> + +- Update to version 1.0.2: + * gui.c: + + changed in 'cff_gui_dialog_progress_callback' + Gui_PRIORITY_REDRAW to G_PRIORITY_HIGH_IDLE + + changed in 'cff_gui_logwindow_add_timeout' + G_PRIORITY_HIGH to GTK_TEXT_VIEW_PRIORITY_VALIDATE + + if the first character of the log string is '\r', + the last line will be overwritten (Last message + repeated x times). See 'cff_gui_logwindow_mainthread' + and 'cff_gui_logwindow_cb' + * ffmpeg.c: + + works with FFmpeg version 5.0.1 + + in 'cff_ffmpeg_get_image_format_names' looking + for the codec_id (TIFF, GIF ...) if the encoder + has not the mime type 'image' + + test in 'cff_ffmpeg_get_encoder_names' whether + the encoder supports the pixel format of the input + + removed in 'cff_ffmpeg_encoder_new' the options + for 'b-frames', 'gop' and 'sc_threshold' + + in 'cff_ffmpeg_copy_softcut' forgot to free the + frame if packet allocation fails + + 'level &= 0x00FF' in 'cff_ffmpeg_log_callback' + + get the parent class in 'cff_ffmpeg_log_callback' + with 'avr' may crash. Right way is using 'ptr' + + 'skip_prefix' in 'cff_ffmpeg_log_callback' to + append the next string to the current + + compare the string in 'cff_ffmpeg_log_callback' + to the previous one. If equal throw the message + "Last message repeated x times" + + some improvements in'cff_ffmpeg_get_frame' for + proper decoding. Sometimes a frame may report a + wrong picture type, or a key frame which is not + at this position, or the frame is not correct + displayed. + * ffmpeg.h: including 'libavcodec/bsf.h' (FFmpeg 5.0.1) +- Drop lang package Recommends, no longer needed, nor wanted. + +------------------------------------------------------------------- Old: ---- cutterff-1.0.1-src.tar.bz2 New: ---- cutterff-1.0.2-src.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cutterff.spec ++++++ --- /var/tmp/diff_new_pack.1GxVTM/_old 2022-07-14 16:35:00.472670959 +0200 +++ /var/tmp/diff_new_pack.1GxVTM/_new 2022-07-14 16:35:00.476670963 +0200 @@ -1,7 +1,7 @@ # # spec file for package cutterff # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ Name: cutterff Summary: Video cutter that uses FFmpeg and GTK+ -Version: 1.0.1 +Version: 1.0.2 Release: 0 URL: https://cutterff.sourceforge.io/ Source0: %{name}-%{version}-src.tar.bz2 Source1: %{name}.desktop -License: GPL-3.0 +License: GPL-3.0-only Group: Productivity/Multimedia/Video/Editors and Convertors -Recommends: %{name}-lang = %{version}-%{release} + BuildRequires: desktop-file-utils BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libavcodec) ++++++ cutterff-1.0.1-src.tar.bz2 -> cutterff-1.0.2-src.tar.bz2 ++++++ ++++ 4058 lines of diff (skipped)
