File: CHANGELOG.txt

package info (click to toggle)
qwinff 0.2.1%2Bgit20201215-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,384 kB
  • sloc: cpp: 8,927; xml: 838; makefile: 78; sh: 34
file content (114 lines) | stat: -rw-r--r-- 3,350 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Version 0.2.1
-------------
(2015-08-22)

  - Support building with Qt5 (still compatible with Qt4).
  - Added Portuguese translation.
  - MediaPlayerWidget: scoll to seek and click to toggle play/pause.

Version 0.2.0
-------------
(2014-02-09)

  - Use avconv if ffmpeg is not available (experimental)
  - Added a video-cutting dialog with embedded mplayer.
  - Use embedded mplayer to preview video-cutting.
  - Recursively add files when a folder is dragged in.
  - Fixed default presets for AVI
  - Added application icon for OS/2 Warp.
  - Switched to Tango icon theme.

Version 0.1.9
-------------
(2013-09-10)

  - Added output formats: asf, swf, aiff, flac, au, mp2
  - Added more output path options.
  - Added update checker.
  - Automatically start conversion after adding files (off by default)
  - Several program parameters can be set in constants.xml.
  - Minor UI improvements
  - Can now set version-specific ffmpeg parameters in presets.xml.
  - Compatible with newer ffmpeg versions ("-sameq" doesn't work since ffmpeg 1.2).
  - (Windows) Dialog buttons are now also translated.
  - (Linux) User can now change ffmpeg and sox executable paths in the Options dialog.
  - (Packaging) Support older Qt versions down to 4.4.3.
  - (Packaging) Added file "constants.xml".
  - (Packaging) (Windows) Place Qt translation files in "translations" folder
  - (Packaging) (Windows) QWinFF now depends on QtNetwork4.dll (for update checker).
  - (Packaging) (Windows) merge "ffmpeg" and "sox" folder into "tools" folder

Version 0.1.8
-------------
(2013-02-13)

  - Improved video/audio cutting interface.
  - Fixed some bugs when working with newer ffmpeg versions.

Version 0.1.7
-------------
(2012-09-17)

  - Drag&Drop reordering tasks
  - Fixed progress-displaying of wav input files.

Version 0.1.6
-------------
(2012-08-26)

  - New Feature: Adjust video speed (requires sox to be installed).
  - Added Czech translation.
  - Rearranged toolbar actions.
  - Fixed: Auto presets got messed up when being edited.
  - Removed "Auto bitrate" option
  - Many UI improvements.

Version 0.1.5
-------------
(2012-08-17)

  - New Feature: Shutdown computer when all tasks are done.
  - Added Italian translation.
  - Added several ffmpeg presets that don't give extra arguments.

Version 0.1.4
-------------
(2012-06-21) 

  - Some minor gui improvements
  - Include desktop file and application icon in installation.

Version 0.1.3
-------------

  - Enable users to select the range of the media file to encode.
  - Fixed video encoding error on some systems due to ffmpeg multithread options.
  - Removed "-aq 60" option in OGG Vorbis to prevent inflating the output file.

Version 0.1.2
-------------
(2012-02-11)

  - Use notify-send by default.
  - Made libnotify optional and disabled by default.
  - Explicit link with gtk+-2.0. (libnotify can be used with either gtk2 or gtk3)
  - Fixed compilation error with older libnotify versions.

Version 0.1.1
-------------
(2012-02-07)

  - Use libnotify for desktop notification.
  - Separate preset file for each user.
  - Save program settings and the user preset file in ~/.qwinff/
  - Added Japanese translation.

Version 0.1.0
-------------
(2011-11-05)

  - Disable the auto adjust bitrate option by default as it causes problems sometimes.

(2011-11-03)

  - First stable release.