summaryrefslogtreecommitdiff
path: root/changelog.txt
blob: fbad290a14547b401825b3e6615ea7b26b314755 (plain)
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
WinFF Copyright 2006 - 2014 Matthew Weatherford
http://www.winff.org

V1.54
-----
Issue 209:

2 Bugs:
1 on drag drop, numfiles was not initialised.  Could countain random 
number, not actual files dragged and dropped
max number of jobs was not being incremented on dragdrop.
now, if you dragdrop and the file list goes > max number of jobs, we add 
50 more rows to filelist.
note: file list is initially limited to 100 jobs because of the memory 
overhead of maintaining arrays of the filenames, command lines, options 
settings, etc
enhancement: added hint for file list showing number of files in queue 
when cursor not over a filename

Issue 211
Use of double quotes replaced by single quote.  Cosmetic, done

v1.5.3
---
fixed isuue 10 & 120 with European and Cyrillic Chacters
Fixed Apply changes Panel showing when not in multipreset mode
added 720p and 1080p mpeg4 presets (about time;)


v1.5.2
---
updated ffmpeg-readme. issue 201
Ability to execute command before and after script
Save Displaycmdline state issue 163
fixed preview button not inserting '-t' and '-s'
moved '-t' from input to output as per ffmpeg warning
added ability to revert to 1.4 behavior

v1.5.1
----
Add Restore Defaults to the edit menu. It deletes the .winff folder in linux or the appdata/winff folder in windows
Update and addition of several languages
Open destfolder button
Changed preset name to preset label on save to preset dialog
Fixed bug in replaceVfParam that didn't replace a vf param on the very start of the preset's params
Added menu item, "Save options to preset" in the preset. It save the codec related options, -r:v, -aspect, -b:v, -b:a, -r:a, -ac, 
Updated about box to include Kyle Schwarz
swapped order of apply buttons
Added apply to all button. It should cut down on the learning curve for previous version users.
Update presets; fixes issue 195: fix ambiguous warnings on -b and -profile and limit wmav2 presets to two audio channels
Rename License.txt to COPYING
Preset file for ffmpeg version using the 54 version of libavcodec.
Fixed an access violation with apply and cancel buttons when the file list is empty

v1.5.0
----
Usability:  A lot of work has gone into making the application more friendly to users with visual impairments.  Ability to accommodate larger fonts, resizing the application, screen layouts have had much tweaking.  It’s clearly not perfect, but we are hoping that it results in a better experience for some of our users.  Special mention to Paul Gevers for striving to make this feature work and work well in Linux and Windows.

Rotation: Video can be rotated using the ffmpeg Rotate Feature.  90 degree left and right rotation as well as vertical flip is included.
MultiFormat output: A massive change is that every file in the queue can have a different output codecs.  You can add the same file multiple times to encode to different formats.  More info to follow on the website.

Advanced Options per file: Every file can have different output options.  Now, when you make changes to advanced options, it gets saved per file in the queue.

Advanced Options: Extra Tab showing command lines to be used per file.  You can tweak them before executing.

Previews:  Only previews the highlighted file in the queue.
Added ctrl-A to the filelist and "select all" popup menu.

Much code clean-ups.  Removed dead code.
Windows version built with Lazarus 1.0

Fixes:
Fix issue 158: two bitrate settings in MP4 *screen
Fix issue 136 (preferences stores content) by calling createForm function on entry
also check for avconv when checking executables
Fixed: use source folders

Usability Changes
Add scrollBox to Presets form to allow all items to always stay reachable
Add scrollBoxes to Preferences form to allow all items to always stay reachable
Update language files for rework of Preferences
Rework preferences form - Renamed most items to give it names you can find back - Make sure that it behaves better when you start using different fonts - Fix for issue 136 needs prioritybox.Clear
Make all buttons honor the font size of the system

Updated Translations

v1.4.2
------
Update presets to avoid using ffmpeg presets (problem with Windows ffmpeg)
Update several translations
Fix issue 150 where o_ was appended to all output files with the same extension i.s.o. only when source directory and target directory are the same
By default, create debugging symbols (might be unwanted for Windows build)
Remove win32 as default TargetOS
Prevent unnecessary linking

v1.4.1
------
Fixed several preset issues
Fix issue 146 where cropping was performed on the output stream size instead of the input stream size
Updated several translations
Drag and drop multiple files only showed the first file. Thanks Francois Collard
Improve file selection by possibly filtering specific extensions

v1.4.0
------
Fix for time selection in preview and "time" tab for newer ffmpeg
Fixes for Ubuntu screen layout - still bug with screen widths, hardcoded constraint 1600x1200 for now
Removed tnotebook and replaced with tpagecontrol
Fixed several preset issues
Prepare for new functionality
Lots of additional translations
When reviewing the destination filename is randomly generated so that in the case of accidentaly choosing the destination directory equal to the source directory, the source file is not deleted.

v1.3.2
------
Fix changing last option in preset via additional options (issue 63)
Fixed issue47: Large fonts or long translations can extend
Code cleanup and renames
Much better translations, uses Lazarus' new translatiion system 
Improved window behavior

v1.3.1
------
volume working
async tip updated
removed obselete code
general code cleanup

v1.3.0
-----
cropping is applied to the input file instead of output
added ability to edit/copy/save script before executing
added 'seek to' and 'time to record' to cropping options
added 'volume' and 'async' to audio options
added Galician translation
added Arabic translation
high quality google android presets

v1.2.0
-----
Added preview
Added cropping
Checks for and escape quotes in filenames (issue 38)
Add /usr/local/bin for FFplay executable search (issue 56)
added tool tips (issue 60)
More room for translated strings



v1.1.1
-----
Moved icons to folder structure describing their size.
Updated most translation files with copyright notices (actualy done for 1.1)
Added linux-script to create tar-bal

v1.1
-----
New Icons and Logo
Remember each preset's last destination directory
fixed importing presets from command line 
updated chinese
New preset for Google Andriod, Nokia, Sony Walkman, more
windows installer updated with ffmpeg r18709


v1.04
-----
Russian

v1.03
-----
Slovenian
Check to use gnome-terminal in linux

v1.02
-----
added hashbang #!/bin/sh to linux scripts
Hebrew, Greek, Updated Spanish



v1.01
-----
cleaned up source


V1.0
-----
Added Priority for the conversion script to the general preferences
The Document menu now looks for translated docs (WinFF.xx.pdf, where xx is the language code)
Majorily Revised and New Presets
Uses the sensible-browser command on Debian/Ubuntu based systems
New Documentation
The doc and website menus don't tie up the main window after launching the brwoser/pdfreader
Added file association for preset files in windows installer

v0.45
-----
Import/Export multiple presets in one file
Presets updated for FFmpeg SVN R15824

v0.44
-----
Resizable window (issue 24)
Added menu links to the homepage, docs, forums (issue 25)
Remembers window state on next instace
tabs for additional options
category selection for presets editor
Doesn't encode audio on first of two passes
restructed menus
fixed window not showing on dual monitors (issue 20)
Serbian translation

v0.43
-----
Add files dialog return value fixed.
Uses tprocess instead of shell and winexec to launch command line.
3 character file extension limit removed.
CHCP in windows script made optional
Delete and Backspace keys delete files from the file list
Updated license readmes
Preset for ffmpeg revision 13712


v0.42
-----
Brazilian Portuguese 
Portuguese
Dutch
fixed options not being inserted into commandline when they don't exist already
fixed space needed between title command in win32 script
Spanish
updated Italian
Traditional Chinese

v0.41
-----
fixed access violation in newer gtk2 releases
fixed category name appearing in parameters in the preset editor
fixed Add button not translating
French, Polish translations
translated windows installer
Fixed Duplicate Messages in winff.po
Updated dvd presets

v0.4
----
better command line processing
catergorized presets
multilingual - German, Bulgarian, Italian, and more to come.
fixed: chcp command crashing vista/xp
shutdown on exit
pause on finished more accesible
added audio channels option: AC's

v0.33
-----
Drag and Drop Files

v0.32
-----
Window 95/98/ME now supported
Windows codepage support for international filenames
fixed: Linux preferences labels not showing
fixed: bugs in finding the presets.xml file
Added the current number of the video converting to terminal window "Convert Test.avi (1/7)"
Elimanated some IFDEF's

v0.31
------
pretty icons
terminal title changes to current movie being converted
2-pass encoding only creates 1 file
Fixed: About box doesn't crash in Linux
X264 Widescreen Preset

v0.3
------
Improved user interface
Majorily revised presets
Remember last preset used
2 pass encoding
Config/presets stored in user's app data directory on winxp/vista
Fixed: Play button not working on Ubuntu 7.04
Fixed: Pause at end of encoding not working on linux
Pause at end of script otional.
Win32/Linux specific preferences don't show on each other
Better window behaviors
Additional options hide/show with button/menu
Import preset from command line and file menu
Major code cleanup
Win32 batch files/presets stored in the user's application data folder
Multithreading for dual core processors
Deinterlace option
Due to increases in quality some presets are slower than before
This is a major revision. So there will be new bugs too

Issues:
Not all presets work with multithreading on windows. Namely mpeg formats such as DVD and VCD.

v0.291
------
Debian package built on Debian 4.0 Etch for GTK2
New and revised Presets
Newer FFmpeg for WinXP
No Code Changes

v0.29
-----
For compatibility reasons Linux binaries are now compiled for GTK1.0
Fixed: starting multiple instances of ffmpeg
Fixed: Tab order
Fixed: a couple linux prefernces bugs
Added: checkbox to display the ffmpeg command to be used
Added: Presets for Ipod, AMR Audio, h264, 3g2

v0.28
-----
Added ability to import/export presets to files
Remove button now removes multiple files at one time
If only one file is present in the file list, the play button plays it without being selected
More compact window for lower screen resolutions
Updated windows installer with ffmpeg svn 7760

v0.26
-----
Source is completely crossplatform for WinXP/Linix/Unix
Added some preferences for specifying the path to ffmpeg and ffplay
Better detection of ffmpeg under linux/unix
Debian Package for GTK2/I386 Available
I wrote a good amount of code, so there's going to be some bugs.
Contact me when you find one.

v0.23
-----
Fixed a lot of bugs in presets editing
can now start multiple instances of ffmpeg
added 3gp preset for most phones

v0.22
-----
 seperated video size to x and y edit boxes.
 updated to FFmpeg SVN Revison 7215
 Corrected video bitrate. Now always specified KB/s.

v0.21
-----
 few more presets
 Update ffmpeg to SVN Revision 6900
 fixed filenames with spaces not playing
 fixed additional command line params not adding a space before insertion.
 fixed some problems locating dll's

v0.2
----
 Complete Rewrite

v0.1
----
 Initial release