source: smplayer/vendor/current/Changelog@ 168

Last change on this file since 168 was 168, checked in by Silvan Scherrer, 11 years ago

SMPlayer: update vendor to 14.9.0

File size: 223.2 KB
Line 
1[b]Version 14.9.0[/b]:
2
3(2014-08-20)
4 * Now the themes and skin icons are loaded from resource files (*.rcc).
5
6(2014-08-12)
7 * Set recents max to 100.
8
9(2014-08-07)
10 * Fix Youtube.
11
12(2014-07-20)
13 * Display the file's title in the recents' menu.
14
15(2014-07-16)
16 * mpcgui: add a label to display the time in the floating control.
17
18(2014-05-21)
19 * Videopreview: calculate better the size of the thumbnails so the
20 width of picture is not greater than the maximum width.
21
22(2014-04-22)
23 * Sort the files dragged to the playlist.
24
25(2014-04-12)
26 * (Windows) Bring back the 'avoid screensaver' option.
27
28(2014-04-10)
29 * Add an option to shut down the computer when playback has finished.
30
31(2014-04-07)
32 * New workaround for opensubtitles that should return the best results.
33
34(2014-04-06)
35 * Add wtv to the list of video extensions.
36
37(2014-04-03)
38 * Fix: correctly check if a skin is in the combobox before adding it.
39
40
41[b]Version 14.3.0[/b]:
42
43(2014-03-29)
44 * (Windows) Try to catch multimedia keys sent by the appcommand
45 message.
46
47(2014-03-17)
48 * If no file is opened, the Play option will play a file from the
49 playlist.
50
51(2014-03-15)
52 * Possibility to automatically add other media files to the
53 the playlist when playing a file.
54
55(2014-03-12)
56 * New translation: British English.
57
58(2014-03-09)
59 * Add audio/aac, audio/flac, audio/ogg to smplayer.desktop and
60 smplayer_enqueue.desktop.
61
62(2014-03-07)
63 * Another workaround for opensubtitles.
64
65(2014-02-20)
66 * Add more media keys as shortcuts.
67
68(2014-02-09)
69 * Add the option 'Global audio equalizer' in preferences -> general
70 -> audio.
71 * (Windows) Now it's possible to open Windows shortcuts (symlinks).
72
73(2014-02-06)
74 * Add more presets to the audio equalizer.
75 * (Windows) Add an option in preferences -> subtitles to enable or
76 disable the use of the windows font directory.
77 Disabling this option prevents the annoying font scanning.
78
79(2014-01-20)
80 * Don't ignore the wheel event in the timeslider.
81 * Don't display the resolution of the video in the statusbar if the
82 width or height is 0.
83
84(2014-01-19)
85 * New option min_step for smplayer.ini (section [General]).
86 Sets the step value for the actions that increase or
87 decrease the volume, contrast, brightness...
88
89(2014-01-07)
90 * Add an option in preferences -> interface to set the time
91 to hide the floating control.
92
93(2013-12-20)
94 * Add the option "Show only when moving the mouse to the bottom of the screen"
95 in preferences -> interface -> floating control.
96
97(2013-12-11)
98 * Use -noflip-hebrew when using -ass. It seems to be necessary to
99 display arabic subtitles correctly.
100
101(2013-12-09)
102 * Add option for aspect ratio 11:8.
103
104(2013-11-19)
105 * (Experimental) Add an option in preferences -> advanced to use the
106 lavf demuxer by default.
107
108(2013-11-12)
109 * Add an option in preferences to enable or disable the delay of
110 the mouse left button.
111
112(2013-11-11)
113 * Avoid that the action for left button of the mouse is activated with a
114 double click.
115 * (Skingui) Update the volume control when mute is changed.
116
117(2013-11-10)
118 * Fix the option "Move the window when the video area is dragged".
119
120(2013-11-06 - 2013-11-08)
121 * Add a basic support to play blurays.
122
123(2013-11-04)
124 * Add support for the mp4/m4a files downloaded by youtube-dl.
125 Now when opening a mp4 file, smplayer will check if there's a
126 file with the same name but extension m4a. In that case the m4a file
127 will be used as the audio.
128
129 This is intented to play the DASH format from Youtube, where the video and
130 audio are in separated files. The application youtube-dl can download
131 those files.
132
133 This feature can be turned off by setting autoload_m4a to false in
134 smplayer.ini (no option in the GUI yet).
135
136 Notice: you need a recent version of mplayer or mplayer2. With older
137 versions seeking don't work with these files.
138
139(2013-10-30 - 2013-11-05)
140 * The control for fullscreen mode has been rewritten and improved.
141 Now it shows over the video (not reducing the video) in all
142 GUIs.
143
144(2013-10-16)
145 * (Skingui) Don't use a fixed size for the font of the menubar.
146 It can cause that the menu bar won't be visible with some fonts.
147
148(2013-10-04)
149 * (Windows) Apply patch for better screensaver disabling, by Vavooon
150 (http://forum.smplayer.info/viewtopic.php?f=4&t=6778)
151
152(2013-10-02)
153 * Remove the "About Qt" option.
154
155(2013-09-22)
156 * Start to implement presets for the audio equalizer.
157
158(2013-09-05 - 2013-10-03)
159 * Improve support for the encrypted signatures of Youtube.
160
161(2013-08-29 - 2013-10-09)
162 * Adapt the code for Qt 5.
163 Note: the MpcGui is not available if compiled with Qt 5.
164
165
166[b]Version 0.8.6[/b]:
167
168(2013-07-30)
169 * Add option Help->Donate.
170
171(2013-07-26)
172 * Add option to show or hide the resolution info in the skingui.
173
174(2013-07-25)
175 * Don't report about new version if installed version is newer.
176
177(2013-07-23)
178 * Set the layout of the control widgets to left to right even when
179 using a right to left language.
180
181(2013-07-22)
182 * Another fix for finding subtitles. Sometimes it doesn't return any
183 result with 2 items in the search but it does with 1.
184 Workaround: use 3 items... Seems to work in all cases.
185
186(2013-07-21)
187 * Read the script from the file ytsig.script in the smplayer config
188 directory.
189 * Ask the user to update the youtube code when an unknown signature is
190 found.
191
192(2013-07-20)
193 * Youtube: now the signature decrypt function is written in script code
194 instead of C++.
195
196(2013-07-16)
197 * Add a workaround for a problem with opensubtitles.org. Sometimes it
198 returns no subtitles when a query with only one search is performed.
199
200(2013-07-11)
201 * Youtube fix.
202 * Don't show the "youtube browser" entry in the menu and toolbar if
203 smplayer has been compiled without support for youtube.
204
205(2013-07-10)
206 * Youtube fix.
207
208(2013-07-05)
209 * Be sure the main window is visible when another instance requests to
210 open a file.
211
212(2013-06-28)
213 * Youtube fix.
214
215(2013-06-26)
216 * Add an "updates" section in preferences, where the user can configure
217 the update checker.
218
219(2013-06-24)
220 * Ignore -fontconfig and -nofontconfig in the additional options if using
221 mplayer2.
222
223(2013-06-21)
224 * Youtube fix.
225 * Youtube improvements.
226
227(2013-06-18)
228 * Check for infinite recursion in favorites.
229
230(2013-06-13)
231 * Bugfix. The list of subtitles found at opensubtitles was not deleted, so
232 the list of subtitles wrongly displayed subtitles for previous searches.
233
234(2013-06-07)
235 * A new icon has been added for the mplayer error dialog.
236
237(2013-06-05)
238 * Bugfix in the skingui. In fullscreen mode, the menubar would appear if the
239 mouse was near of the top of the video area. Now it shows only if the mouse
240 is near of the top of the main window.
241 * Display a wait cursor during the creation of the preferences and properties
242 dialogs.
243
244(2013-06-03)
245 * Save/restore the window state.
246
247(2013-05-22)
248 * Add an option for command line: -delete-config.
249 This option deletes the smplayer configuration files.
250 The files which are deleted are: smplayer.ini, smplayer_files.ini,
251 styles.ass and all files in the subdirectory file_settings.
252
253(2013-05-16)
254 * (Experimental) Download the subtitles from opensubtitles.org in gzip
255 format instead of zip. The quazip library is not needed anymore.
256
257(2013-05-15)
258 * Bugfix: check for the skin in the user dir before falling back to the
259 default gui.
260
261(2013-05-13)
262 * (Windows) Read and write text to mplayer as utf8.
263 Hopefully this will fix loading of external subtitles if the
264 filename contains non latin characters.
265
266(2013-05-12)
267 * (Skingui) Add a label to display the resolution of the video.
268
269
270[b]Version 0.8.5[/b]:
271
272(2013-05-05)
273 * The volume slider in the skingui now updates the volume while the
274 slider is been moved.
275
276(2013-05-03)
277 * Add the Malay translation, by abuyop (transifex).
278
279(2013-05-02)
280 * Compile without USE_FONTCONFIG_OPTIONS in linux to prevent the
281 -fontconfig problem when using mplayer2.
282
283(2013-05-01)
284 * Add an option to enter url(s) in the playlist.
285
286(2013-04-30)
287 * The SkinGUI is now the default gui.
288 * If the SkinGUI is selected, a check is done on startup to see if the
289 skin theme is installed. If not found, the default gui will be used.
290 * New command line option: -skingui
291
292(2013-04-28)
293 * The option "Move the window when the video area is dragged" is
294 now disabled by default because it has some issues that need to
295 be fixed.
296
297(2013-04-24)
298 * Connect to opensubtitles.org using xmlrpc instead of using the
299 simplexml method, which it seems it's not working well and that causes
300 that smplayer couldn't find subtitles. This fixes the problem.
301
302(2013-04-20)
303 * Add two new options for Audio -> Stereo mode: Mono and Reverse.
304
305(2013-04-07)
306 * The size actions work even the autoresize is set to never.
307 * Set the resize method to never as default.
308
309
310[b]Version 0.8.4[/b]:
311
312(2013-03-15)
313 * Change the default value for file and stream cache to 2048.
314
315(2013-03-11)
316 * Add the option "Pressing the stop button once resets the time position"
317 in preferences -> interface -> seeking.
318
319(2013-03-07)
320 * (Testing) Now smplayer checks for updates automatically.
321 On startup it connects to the smplayer web to know if there's a new
322 version available and in that case the user gets a notification.
323 The check is only done once per week, and it can be totally disabled
324 by setting "enabled=false" in the [update_checker] section in smplayer.ini.
325
326(2013-03-04)
327 * Add the checkbox "Move the window when the video area is dragged"
328 in preferences -> interface.
329
330(2013-03-03)
331 * Add an option in the help menu to show a first steps guide.
332
333(2013-03-01)
334 * (Windows) Fix: now all key shortcuts should work when using the
335 floating control.
336
337(2013-02-28)
338 * Hopefully fix bug 3605753 (stay-on-top-while-playing not
339 working after fullscreen).
340
341(2013-02-27)
342 * Add a submenu to the help menu, to share smplayer with your friends.
343 * Add support for encoding ISO-8859-16 for subtitles.
344
345(2013-02-22)
346 * Copy the content of the clipboard, if it looks like a url, to
347 the open url input field.
348
349(2013-02-16)
350 * Now it's possible to set the fps for external subtitles.
351
352(2013-02-11)
353 * Change the default value of the OSD to "subtitles only".
354 * Change the default value of "allow frame drop" to false.
355
356(2013-02-05)
357 * Add the Thai translation, by àž¡àž²à¹‚àž™àžŠàžà¹Œ àžªàž¡àžšàž±àžàž”àžŽà¹Œ <xyteton at hotmail dot com>
358
359(2013-01-31)
360 * Add the Hebrew translaton, by Genghis Khan <genghiskhan at gmx dot ca>
361
362(2013-01-26)
363 * Add an option to enable the video equalizer by software in the
364 video equalizer window.
365
366(2013-01-25)
367 * The video equalizer dialog has been rewritten.
368
369(2013-01-21)
370 * Add a confirmation dialog to delete the list of recent files.
371
372(2013-01-13)
373 * Add bik and smk to the list of video extensions.
374 * Add aac and dts to the list of audio extensions.
375
376(2013-01-12)
377 * Add mts to the list of video extensions.
378
379(2012-12-23)
380 * Ignore other mouse events if the window is been moved by dragging
381 the video area.
382
383
384[b]Version 0.8.3[/b]:
385
386(2012-12-20)
387 * Fix for youtube playback.
388
389(2012-11-28)
390 * Show the mouse cursor immediately when the mouse is moved on the video
391 area.
392 * Help -> FAQ opens http://smplayer.sourceforge.net/faq.php
393
394
395[b]Version 0.8.2[/b]:
396
397(2012-11-15)
398 * New option Help -> Open configuration folder.
399
400(2012-11-12)
401 * Don't use slices as default, as it seems to cause problems when using
402 multiple threads.
403
404(2012-11-08)
405 * (Windows) When a new version is run for the first time it tries to
406 create a font cache before showing the GUI. Avoids that the font cache
407 would be created when the user plays the first video.
408
409(2012-11-05)
410 * (Windows) Don't change the priority of the smplayer process. Fixes a
411 freeze that may happen on windows xp when you click on the video window.
412
413(2012-11-03)
414 * Don't use -fontconfig with mplayer2.
415
416(2012-10-28)
417 * Port the umplayer skins to smplayer.
418
419(2012-10-22)
420 * Bug fix: stop playback when the user selects to play the next
421 item in the playlist and there are no more items to play.
422
423(2012-10-17)
424 * Move the main window by dragging in the video area.
425 Code copied from umplayer.
426
427(2012-10-05)
428 * Add support for 6.1 and 7.1 audio output. Patch by AdrianoML
429 (http://smplayer.sourceforge.net/forum/viewtopic.php?f=4&t=5655)
430
431(2012-09-30)
432 * Add new section "Privacy" in Preferences -> Interface.
433 * Move max. items for recent files to the privacy section.
434 * Add an option to remember or not the last directories.
435 * Add an option to select the maximum number of items in the
436 Open->URL dialog.
437
438(2012-09-28)
439 * (Linux) Install larger icons. smplayer.svg contributed by akovia
440 (http://smplayer.sourceforge.net/forum/viewtopic.php?f=7&t=5557)
441
442(2012-09-21)
443 * Add the option "Report MPlayer crashes" in Preferences -> Advanced.
444 * New option for smplayer.ini: time_to_kill_mplayer. Specifies the
445 time (in milliseconds) that smplayer should wait before killing
446 the mplayer process if the process doesn't teminate on its own
447 when the stop button is pressed. Default value: 5000.
448
449
450[b]Version 0.8.1[/b]:
451
452(2012-09-14)
453 * Fix youtube playback.
454
455(2012-08-26)
456 * Fix: mplayer2 was not recognized if the name was in lowercase in the
457 identification string.
458
459(2012-08-24)
460 * Show the background picture on stop.
461
462(2012-08-14)
463 * Youtube: don't use a user agent by default. It's possible to set
464 the user agent in smplayer.ini though.
465
466(2012-07-30)
467 * Add mka and m4a to the list of extensions (for audio).
468
469(2012-07-04)
470 * New option "save_dirs" in the [directories] section. If set to false
471 the latest used directory won't be saved.
472
473(2012-07-23)
474 * Add wtv to the list of extensions
475
476(2012-06-25)
477 * Add oga and ogx to the list of extensions
478
479(2012-05-29)
480 * Enable Audio CD on Windows (requires a libcdio enabled MPlayer)
481
482[b]Version 0.8.0[/b]:
483
484(2012-04-01)
485 * Find subtitles window: display first the most used languages in the
486 filter combobox. And add "pb" for Portuguese from Brasil.
487
488(2012-03-31)
489 * Fix the line breaks on downloaded *.sub files from opensubtitles.
490
491(2012-03-29)
492 * (Youtube) Recognize short urls.
493
494(2012-03-28)
495 * Display chapter names in the chapter menu.
496
497(2012-03-19)
498 * It's possible to change GUI without restarting.
499 * Bug fix: remote m3u didn't open from the favorites menu or command line.
500
501(2012-03-17)
502 * Move the blur and sharpen filters to a group, so only one can be activated.
503 It doesn't make much sense to be able to enable the blur and sharpen
504 at the same time.
505 * Move the denoise and blur/sharpen options to submenus.
506 * Youtube quality by default is now mp4/720p.
507 * The default width of the floating control is now 70%.
508 * Toolbar editor: give a name to the widget actions (time slider and so on).
509
510(2012-03-15)
511 * Add gradfun to video -> filters.
512 * Add blur and sharpen filters.
513
514(2012-03-14)
515 * Support for drag and drop in the toolbar editor.
516
517(2012-03-13)
518 * Toolbar editor. If you right click on any toolbar you'll get a menu
519 with options to edit the toolbars (including the control bars).
520 That will show a new dialog, with two list. On the left you'll see
521 all available actions (mainly buttons, but also volume or seek sliders)
522 and on the right the current actions.
523 The left and right buttons allow to move actions from one list to the
524 other. The up and down buttons move the selected action in the current
525 actions' list.
526 The "add separator" button allows to add more separators.
527 The "defaults" button removes all your changes in the current actions'
528 list and sets the default actions for the toolbar.
529
530(2012-03-08)
531 * Use QtSingleApplication instead of the old client/server code to use a
532 single instance and communication with other instances.
533 * Possibility (smplayer.pro) to disable the build of some parts of the
534 code (QtSingleApplication, Youtube support, Find subtitles and
535 video preview).
536 * Fix: the buttons to select the color of the subtiles in preferences ->
537 subtitles may not change the background color with some styles. Now the
538 color is changed using a stylesheet, so it should work with all styles.
539
540(2012-03-03)
541 * Improve detection of youtube urls.
542
543
544[b]Version 0.7.1[/b]:
545
546(2012-03-01)
547 * Apply handle_local_urls.diff
548 (https://sourceforge.net/tracker/?func=detail&aid=3294481&group_id=185512&atid=913575)
549
550(2012-02-27)
551 * Youtube: flv videos now have the lowest priority.
552
553(2012-02-25)
554 * New option in the menu Options to run the smplayer youtube browser
555 (if installed).
556 * The single instance is enabled by default on windows.
557
558(2012-02-22)
559 * Now it's possible to change the opensubtitles server.
560 * Opensubtitles: fix download link.
561 * Fix a crash in the favorite editor if the KDE open dialog is used
562 (now it uses the Qt dialog).
563
564(2012-02-19)
565 * Store by default the screenshots in a folder inside the user's pictures
566 folder. (Requires Qt 4.4)
567 * Bugfix: don't try to create the lock file if the config dir doesn't exist.
568 This caused a 10sec delay when smplayer is run for the first time.
569
570
571[b]Version 0.7.0[/b]:
572
573(2012-01-28)
574 * Add Help -> Check for updates (replaces Help -> Tips)
575
576(2012-01-27)
577 * Simplify the about dialog.
578
579(2012-01-25)
580 * Detect mplayer2.
581 * Use precise seeking is using mplayer2.
582 * Add an option in preferences -> interface to enable or not precise seeking.
583
584(2012-01-24)
585 * Move the open dvd, vcd and audio cd to a submenu.
586
587(2012-01-23)
588 * New option for command-line: -disable-server. This option disables the
589 server used to communicate with other instances. This, of course, disables
590 too the possibility to use a single instance.
591
592(2012-01-23)
593 * Move the favorite menu to the open menu, and add an icon to the toolbar.
594
595(2012-01-13 - 2012-01-21)
596 * New favorite menu, where you can add your favorite videos, music, streams,
597 youtube videos... It's also possible to add submenus.
598
599(2012-01-20)
600 * Use QtLockedFile instead of QxtFileLock, so we can get rid of the libqxt
601 dependency on windows.
602 The QtLockedFile is under the BSD license.
603
604(2012-01-19)
605 * The title of youtube videos is displayed correctly. And the stream url is
606 replaced by the url of the youtube page.
607
608(2012-01-14)
609 * Added the Croatian translation, by jk <marshsmello@gmail.com>
610
611(2012-01-12)
612 * Detect asx, m3u, pls, and ram streams and pass -playlist to mplayer, so
613 the user doesn't have to indicate if a url is a playlist.
614
615(2012-01-11)
616 * Added an option in preferences -> performance to select the desired
617 quality for youtube videos.
618
619(2012-01-11)
620 * Added a very basic support for youtube. Now you can open urls like
621 http://www.youtube.com/watch?v=dq4Oj5quskI in smplayer (Open -> URL).
622 You can also drag and drop a link from a browser to the smplayer window.
623
624(2012-01-04)
625 * New option "Hide video window when playing audio files" in
626 preferences -> interface.
627
628
629[b]Version 0.6.10[/b]:
630
631(2011-12-06)
632 * Added a vdpau configuration dialog, now it's possible to select which
633 vdpau codecs to use.
634
635(2011-12-05)
636 * Patch by Silvan Scherrer <silvan.scherrer@aroa.ch> to add support for
637 eCS, OS/2.
638
639(2011-12-03)
640 * Removed the option "Visualize motion vectors". It caused problems to many
641 people when activated by mistake.
642
643(2010-12-07)
644 * Added a submenu to select the closed caption channel.
645 Requires mplayer >= r32607.
646
647(2010-09-03)
648 * Added webm and vp8 to the list of extensions (for video).
649
650(2010-07-30)
651 * Added thd to the list of extensions (for audio).
652
653(2010-04-28)
654 * Added hdmov to the list of extensions (for video).
655
656(2010-04-22)
657 * Added f4v to the list of extensions (for video).
658
659(2010-04-14)
660 * (Experimental) If using mplayer svn r31030, the audio filters (karaoke,
661 extrastereo and volnorm) are changed without restarting mplayer, using the
662 new slave commands af_add and af_del.
663
664(2010-03-22)
665 * For consistency, the playlist preferences have been moved to the
666 playlist section in the main preferences dialog (and the playlist own
667 preferences dialog has been deleted).
668 * Added the Danish translation, by Martin Schlander <mschlander@opensuse.org>
669
670(2010-03-01)
671 * Added the possibility to select the seeking method (absolute or relative) in
672 Preferences -> Interface.
673
674(2010-02-25)
675 * Possibility to sort the items of the playlist. Implemented by
676 Neo254 <manuel.ohrndorf@gmx.net>
677 http://smplayer.berlios.de/forum/viewtopic.php?p=423#p423
678
679
680[b]Version 0.6.9[/b]:
681
682(2010-02-18)
683 * New option for smplayer.ini: relative_seeking (section [gui]). If true
684 seeking (with the time slider) will be done by using a percentage. If false
685 seeking will be done using an absolute time. The default value for this
686 option is true.
687
688(2010-02-09)
689 * Fix: using now -af channels to select the left or right audio channel, as
690 it seems the -stereo option in mplayer doesn't work as expected.
691 Should fix bug #1962349.
692
693(2010-02-02)
694 * Added a new action to toggle deinterlacing (assigned to key D). It just
695 runs the mplayer slave command "step_property deinterlace". It toggles
696 deinterlacing on/off. Requires the yadif or kerndeint filters.
697 Note: when using this action, the deinterlace menu is not updated.
698
699(2010-02-01)
700 * Added an option (Options -> Statusbar) to display the video resolution and
701 fps in the statusbar.
702 * For consistency, moved the option to show the frame counter to the submenu
703 Options -> Statusbar. (Which by the way required to remove the old and ugly
704 implementation and create a new one)
705
706(2010-01-28)
707 * (Experimental) Now the slider seeks again by percentage instead of time, but
708 this time the percentage uses fractions so it should be as accurate as
709 before, and makes seeking work better when the length reported by mplayer is
710 wrong.
711
712(2010-01-20)
713 * Now the command line options -close-at-end and -no-close-at-end don't
714 modify the preference's option "close when finished playback".
715 * Now the command line options -fullscreen and -no-fullscreen don't
716 modify the preference's option "start videos in fullscreen".
717
718(2010-01-15)
719 * (Linux) Use pulse as default audio output instead of alsa, as alsa is
720 causing problems (at least) in Ubuntu 9.10 when seeking on a video (image
721 freezes).
722
723(2010-01-10)
724 * Fix: the "unicode" encoding for subtitles works now on Windows.
725
726(2009-12-13)
727 * Added the possibility to mark an A-B section. When the A-B section has been
728 selected only that section will be played. If the option Play->Repeat is
729 enabled, the A-B section will be repeated.
730 A new submenu "A-B section" has been added to the "Play" menu, with the
731 following options:
732 - set A marker
733 - set B marker
734 - clear A-B markers
735 - repeat
736 This is exactly how it works:
737 - the "set A marker" option allows to mark the beginning of the section.
738 If the B marker has previously been set, the file will be restarted so
739 the change can take effect.
740 - the "set B marker" option allows to mark the end of the section.
741 If the A marker has previously been set, the file will be restarted so
742 the change can take effect.
743 - the "clear A-B markers" option deletes the A and B markers and restarts
744 the playback so the change can take effect. If the A and B markers
745 weren't set, this option does nothing.
746 - if the "repeat" option is enabled, the A-B section will played back once
747 and again (If no A-B section is set, the whole file will be repeated).
748 If the "repeat" option is not enabled, when the playback gets to the B
749 marker, the file will be stopped.
750
751 Notice: as a side effect, when an A-B section has been set, any action which
752 requires to restart mplayer, will start the playback at the A marker and not
753 at the point it was previously!
754
755(2009-11-26)
756 * Added icons for the buttons in the find subtitles window.
757
758(2009-11-19)
759 * Added the new option "Save SMPlayer log to file" in Preferences -> Advanced
760 -> Logs. If the option is checked, the smplayer logs will be saved to
761 to a file named smplayer_log.txt in the smplayer config file (in linux
762 $HOME/.config/smplayer/).
763
764(2009-11-06)
765 * Pass the text for the slave command osd_show_text in utf8. Should fix
766 bug #2854097 (incorrect charset in OSD texts).
767 Fix based on a patch by c0rnholio
768 (https://sourceforge.net/tracker/?func=detail&atid=913575&aid=2893306&group_id=185512)
769
770(2009-10-26)
771 * Added a new option for smplayer.ini: fast_load_sub
772 If true (the default) loading an external subtitle will be fast
773 because it will be done by using a slave command (which is nice but it
774 has the problem that smplayer may restore the wrong subtitle after a
775 restart of the video). If false, the subtitle will be loaded by
776 restarting mplayer (which is a little bit slower but doesn't have the
777 mentioned problem).
778
779(2009-10-20)
780 * Bugfix: pad the hash for opensubtitles with zeroes. This bug caused that
781 sometimes smplayer couldn't find any subtitles for a given file.
782
783(2009-10-03)
784 * Applied patch smplayer-3270-mandriva-mplayer-version.patch by Anssi Hannula
785 (http://sourceforge.net/users/anssih/). Makes SMPlayer detect the mplayer
786 version strings in Mandriva.
787
788(2009-09-14)
789 * New action "show_filename" (assigned to Shift+I). It displays the filename
790 in the OSD.
791
792(2009-09-13)
793 * Don't pass to mplayer any audio filter (-af ...) when using -afm hwac3.
794
795(2009-09-09)
796 * (Streams) Added support to 'StreamTitle' without 'StreamUrl'
797
798(2009-09-04)
799 * Applied patch mousewheel_seekalt_checkbox_r3257.patch by Steven Eastland
800 (grassmonk at users.sourceforge.net). It adds the possibility to reverse
801 the direction of seeking with the mouse wheel.
802
803(2009-08-31)
804 * Added the checkbox "Disable video filters when using vdpau" in Preferences ->
805 General -> Video.
806
807(2009-08-30)
808 * (Linux) New option for smplayer.ini: disable_video_filters_with_vdpau. If
809 set to true /the default) all video filters will be disabled when using
810 the vdpau vo.
811
812(2009-08-16)
813 * All video filters in the Video menu will be shown disabled if using vdpau.
814
815(2009-08-12)
816 * Bugfix: some of the items in the the recents menu may be lost.
817
818(2009-07-31)
819 * The default cache for local files is 0.
820 * New option for smplayer.ini: osd_delay. It specifies the delay in
821 milliseconds to show the OSD (default 2200).
822
823(2009-07-30)
824 * If using vdpau, don't pass any video filter to mplayer (instead of passing
825 them and then clear them with -vf-clr)
826
827
828[b]Version 0.6.8[/b]:
829
830(2009-07-14)
831 * Check for new channels first in ~/.mplayer/channels.conf.ter. Use
832 channels.conf if channels.conf.ter is not found.
833 * Removed the "Jump..." item from the tv and radio menus. The actions
834 are still available.
835 * (Playlist) Fix: don't try to a load pls file if the file doesn't exist.
836 Prevents QSettings to create subdirectories pointing to that file.
837 * Updated the texts of the OSD options.
838
839(2009-07-13)
840 * Moved the option "Visualize motion vectors" from menu Options to menu
841 Video.
842
843(2009-07-12)
844 * Fixed error "302 - Moved temporarily" when connecting to opensubtitles.org.
845
846(2009-07-09)
847 * Added the new option "Jump" to the TV and radio menus. It displays a dialog
848 which allows the user to enter the number of the channel to open.
849
850(2009-07-07)
851 * Applied patch numbered_recent_files.diff by greenest
852 (greenest at users.sourceforge.net). It adds numbers in front of the recent
853 files, and a key accelerator.
854
855(2009-07-06)
856 * Save the last TV channel, which will be used when "dvb://" or "tv://" is
857 opened.
858
859(2009-07-05)
860 * (Linux) vdpau doesn't allow to use any video filter (mplayer would crash)
861 so now smplayer will clear the filter list if vdpau is used.
862 * New option for smplayer.ini (section [playlist]): automatically_play_next.
863 If set to false the playlist won't play the next item when the current one
864 finishes.
865
866(2009-07-04)
867 * The settings of TV channels are saved on ~/.config/smplayer/smplayer_tv.ini.
868
869(2009-07-02)
870 * Added a new section in the preferences dialog: TV and radio.
871
872(2009-06-30)
873 * Apply patch play_action_disabled_while_playing.diff by Francesco Cosoleto.
874 (cosoleto at users.sourceforge.net). It disables the play action while
875 playing.
876 * (Fix) Now the command line option -sub passes the subtitle file to another
877 running instance.
878
879(2009-06-29)
880 * Added actions to select the previous and next tv channels, and also for
881 previous and next radio. Assigned by default to the keys L and H (for TV)
882 and Shift+L and Shift+H for radio.
883
884(2009-06-28)
885 * Changing chapters works again with mplayer > svn r29407 (0-based).
886 For DVDs, it only works if cache = 0.
887 * Added two options for smplayer.ini (section [tv]):
888 check_channels_conf_on_startup and initial_tv_deinterlace.
889
890(2009-06-27)
891 * The tv and radio submenus can be added to the toolbars (tv_menu and
892 radio_menu).
893
894(2009-06-25)
895 * New menus Open->TV and Open->Radio. The items for those menus are taken from
896 ~/.mplayer/channels.conf. The services with video and audio pid are added
897 to the TV menu, those with audio pid are added to the radio menu. The
898 rest are discarded. The file channels.conf is rescanned on every startup
899 and will add new channels to the menus.
900 Note: the file channels.conf is not read at all on Windows (mplayer lacks
901 dvb support on Windows).
902 * The list of channels can be edited.
903
904(2009-06-23)
905 * Initial support for TV (dvb:// and tv://):
906 - You can open dvb channels through commandline (smplayer
907 dvb://CHANNEL_NAME). It may also work with tv:// but it's untested.
908 - There's an option under Preferences->Performance to set the cache for TV.
909 - The view info and properties dialog recognizes dvb:// and tv:// and
910 display a TV icon for them.
911
912(2009-06-21)
913 * Added the new menu Program under the Browse menu. It allows to change
914 the program track for ts files. Known issue: when a program changes, the
915 video and audio track will probably change too but the video and audio menus
916 doesn't show that change.
917 * The OSD is not shown until 3 seconds after the video started to play. This
918 avoid a lot of messages being printed on the OSD at startup.
919
920(2009-06-12)
921 * Applied (with a few changes) the patch wheelfunctionpatch4.txt by
922 Stivo (helifan at users.sourceforge.net).
923 It adds the possibility to change the function of the mouse wheel with
924 a mouse click.
925
926(2009-06-02)
927 * (Windows) smplayer should recognize now Windows 7, if using Qt 4.5.1
928 (untested).
929 * (Windows, portable version) The default screenshot directory is
930 ./screenshots, and the default additional option for mplayer is
931 -nofontconfig. This way it's not necessary to supply a customized
932 smplayer.ini in the portable package.
933 * Recognize the multithreaded mplayer build from kovensky (checks for
934 'MPlayer GIT*'). It assumes it's version 1.0rc3.
935
936(2009-05-24)
937 * Bugfix: now the color tags from the mplayer output are really removed
938 (linux only).
939
940(2009-05-21)
941 * Two new options for the command line have been added: -pos and -size. Both
942 options expect two arguments. -pos specifies the coordinates (x, y) where
943 the main window will be displayed, -size specifies the size (width, height).
944 If any of the values is invalid, the option will be silently ignored.
945
946(2009-05-18)
947 * New option in the subtitle menu: "subtitle visibility". If the option
948 is checked (default) subtitles are visible, otherwise the subtitles won't
949 appear in the screen. This is a global option.
950 * In the subtitle initialization function, try to find the external subtitle
951 using its filename, and not assuming that it's always the last one.
952 It should make the -sub command line option to work as expected.
953
954(2009-05-11)
955 * Added the Estonian translation, by olav mägi <olav.magi@hotmail.com>
956 * The option "Audio/video auto synchronization" has been moved from
957 Preferences -> Performance to Preferences -> General -> Audio.
958 * Added the new option "A-V sync correction" in Preferences -> General ->
959 Audio (for the mplayer option -mc).
960
961(2009-05-05)
962 * New option for smplayer.ini: row_spacing (in the [playlist] section). It
963 specifies the spacing between rows in the playlist. If the value is -1
964 the row height is not changed.
965
966(2009-05-04)
967 * Added an option in Preferences -> Advanced -> Logs to make the mplayer logs
968 more verbose (passes -v to mplayer).
969
970(2009-05-01)
971 * Applied patch coreavc.patch by Shurygin Egor <qdiesel@users.sourceforge.net>
972 It adds a checkbox in performance settings to switch coreavc usage.
973 When checked passes to mplayer "-vc coreavc," unless vdpau video driver is
974 used and any other video codec has been set explicitly.
975
976(2009-04-30)
977 * Bugfix: hide the mouse cursor when it's over the black borders.
978
979(2009-04-29)
980 * (Windows) New options for smplayer.ini: turn_screensaver_off (false by
981 default) and avoid_screensaver (true by default). The option
982 disable_screensaver won't be used on windows anymore.
983 turn_screensaver_off disables the screensaver from the control panel,
984 while avoid_screensaver prevents the screensaver to appear when windows
985 requests for it in an event.
986 * Added checkboxes in preferences->general->video to allow to configure
987 the avoid_screensaver and turn_screensaver_off options.
988
989(2009-04-24)
990 * Deleted the option "Change volume just before playing" (Preferences ->
991 General -> Audio). That option had sense when a patch was required for the
992 -volume option, but not now.
993 Now it will just use -volume if using mplayer >= SVN r27872.
994 * Deleted the option "Change volume on every file" (Preferences ->
995 General -> Audio). It did more or less the same now it does the "Global
996 volume" option.
997 * Deleted the "Default volume" slider in (Preferences -> General -> Audio).
998 With time it lost its original meaning. It's still possible to configure
999 the default volume in smplayer.ini.
1000
1001(2009-04-23)
1002 * Started to implement the possibility to customize the options for the
1003 audio/video filters passed to mplayer (in the section [filter_options]
1004 in smplayer.ini).
1005 Currently 3 filters can be customized: noise, volnorm and deblock.
1006 BTW, the volnorm filter has changed its default value from 2 to 1.
1007
1008(2009-04-20)
1009 * (Experimental) Added the new option "Global volume" (Preferences -> General
1010 -> Audio). If the option is checked, the volume and mute are global
1011 options. If not checked, the volume and mute options are independent for
1012 each file.
1013 Known issues: the default value is 50, it doesn't honor the "default volume"
1014 setting. On the other hand, the option "change volume before playing" is
1015 honored even if that option is shown disabled when the "global volume" is
1016 checked.
1017
1018(2009-04-18)
1019 * Added the Vietnamese translation, by Lê Xuân Thảo <thaolx@gmail.com>.
1020 * Display the current playback speed in the status bar when it changes.
1021 * Added support for the mplayer tags DVDNAV_TITLE_IS_MENU and
1022 DVDNAV_TITLE_IS_MOVIE added in mplayer svn r29156.
1023 It just simply stops sending the set_mouse_pos slave command if not in a
1024 dvd menu.
1025
1026(2009-04-16)
1027 * (Bugfix) Don't stop the file if already stopped when closing smplayer
1028 to prevent that the current position would reset to 0.
1029
1030(2009-04-15)
1031 * Added two aspect ratios: 3:2 and 14:10.
1032 * The next_aspect action changes the aspect ratio in the right order.
1033
1034(2009-04-07)
1035 * Added an option in preferences to turn on/off the screenshot feature.
1036 So no need now to clear the screenshot path to disable it.
1037
1038(2009-04-06)
1039 * Pass to mplayer "-vc ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau," if
1040 using vdpau as video driver and not other video codec has been set.
1041 (Untested)
1042
1043(2009-04-02)
1044 * Now the mouse cursor is hidden only when playing.
1045
1046(2009-04-01)
1047 * (Fix) The preferences dialog sets the default video driver to "direct3d,"
1048 if using Windows Vista.
1049
1050(2009-03-26)
1051 * Added ogv to the list of extensions (for video).
1052
1053(2009-03-25)
1054 * (Linux) Using -input nodefault-bindings:conf=/dev/null to disable the
1055 mplayer keys if using mplayer >= SVN r29058.
1056
1057(2009-03-23)
1058 * (Experimental) Now some of the submenus can be added to the toolbars
1059 (actions names: speed_menu, videotrack_menu, screen_menu, videosize_menu,
1060 panscan_menu, aspect_menu, deinterlace_menu, videofilter_menu, rotate_menu,
1061 ontop_menu, audiotrack_menu, audiofilter_menu, audiochannels_menu,
1062 stereomode_menu, subtitlestrack_menu, titles_menu, chapters_menu,
1063 angles_menu, osd_menu).
1064
1065(2009-03-22)
1066 * Added an icon for the next_aspect action. Contributed by TT
1067 (http://smplayer.berlios.de/forums/viewtopic.php?id=1104).
1068
1069(2009-03-20)
1070 * The subtitle and audio delay actions keep now the file paused. They also
1071 display the current value in the status bar.
1072
1073(2009-03-19)
1074 * Added some icons for: Help -> Tips, Video -> Preview, Video -> Start/stop
1075 taking screenshots, Subtitles -> Find subtitles on opensubtitles.org and
1076 updated the Qt logo (taken from the Qt sources).
1077
1078(2009-03-18)
1079 * (Videopreview) Ctrl+H toggles displaying the info about the video.
1080 * Don't use "set_property switch_video" when using the nsv demuxer. It makes
1081 mplayer stop displaying the video after a few seconds.
1082 * Added a new option: Video -> Start/stop taking screenshots (of each frame)
1083 assigned by default to "Shift+D" (the icon for this action: screenshots.png)
1084 When this option is selected, a screenshot will be taken (and saved in
1085 png format to the screenshot folder) for each frame. Select the option
1086 again to stop taking screenshots.
1087
1088(2009-03-16)
1089 * (Windows) Now by default the combos in Preferences -> Drives will show all
1090 drives, not only CD/DVD devices, as it has been reported that checking
1091 for those devices can be slow if there are network drives. Now there's
1092 a button "Scan for CD/DVD devices" to force the detection of CD/DVD devices.
1093
1094(2009-03-12)
1095 * Deleted the obsolete translations from smplayer_gl.ts (caused lrelease
1096 to fail with Qt 4.5.0).
1097
1098(2009-03-11)
1099 * Fixed some build problems that could make the installation fail, trying to
1100 recompile everything again with qt3 because QMAKE can be undefined during
1101 make install.
1102
1103
1104[b]Version 0.6.7[/b]:
1105
1106(2009-03-06)
1107 * The media type icons (type_audio.png, type_dvd.png, type_url.png,
1108 type_video.png, type_cdda.png, type_unknown.png and type_vcd.png) which
1109 appear in the info window can now be overridden by the icon themes.
1110
1111(2009-03-05)
1112 * (Playlist) Try to figure out if a file is local (when the file is added
1113 to the playlist) not using QFile::exists, as it seems it can be slow
1114 with remote files. It might fix bug #2586395, although I can't test.
1115
1116(2009-02-19)
1117 * Using software volume by default.
1118
1119(2009-02-17)
1120 * Using multiple ini files to store the file settings by default now.
1121
1122(2009-02-15)
1123 * Added preliminary support for the upcoming mplayer 1.0rc3.
1124
1125(2009-02-09)
1126 * (ASS subtitles) The outline and shadow options now accept values with
1127 decimals.
1128
1129(2009-02-04)
1130 * Now the default value for the "correct pts" option is auto.
1131
1132(2009-01-31)
1133 * (Videopreview) Added a new option to remember the last folder used for
1134 saving the preview image. If not checked, it will suggest the same
1135 folder of the video to save the image.
1136 * New action toggle_stay_on_top, which toggles between "stay on top always"
1137 and "stay on top never". If "stay on top while playing" is enabled, this
1138 action does nothing.
1139
1140(2009-01-29)
1141 * Added two options (in the audio and subtitle menus) to allow the user to
1142 enter the audio and subtitle delay (in milliseconds).
1143
1144(2009-01-28)
1145 * Added names for the rest of dvdnav actions.
1146 * The dvdnav_mouse action is assigned to the left mouse button by default.
1147 * Added all dvdnav actions to the list of actions that can be selected with
1148 the mouse buttons.
1149
1150(2009-01-27)
1151 * Fix: now spaces in arguments for mplayer (in Preferences->Advanced and
1152 Options->View info and properties) are respected if they are between
1153 quotes. Now for instance this will work as expected:
1154 -heartbeat-cmd "gnome-screensaver-command -p &"
1155 * Fix: the playlist is not allowed to be docked in fullscreen mode.
1156
1157(2009-01-26)
1158 * (Playlist) When a file is added to the playlist, if it was already in
1159 the list, it's moved to the end of the list.
1160
1161(2009-01-24)
1162 * (Videopreview) Add jpg to the "extract frame as" combobox only if the
1163 jpg format is available for reading.
1164 * The direct3d video output is now the default for Windows Vista (untested).
1165
1166(2009-01-18)
1167 * The dvdnav actions are now only enabled when playing a dvd (using dvdnav).
1168
1169(2009-01-17)
1170 * Now the mplayer process is not restarted when loading an external subtitle
1171 file (using the sub_load slave command), except for idx/sub subtitles.
1172
1173(2009-01-15)
1174 * (Windows) Now the screensaver is allowed to turn on if the file is
1175 paused or it's an audio file.
1176 * The "it's a playlist" option in the Open URL dialog is automatically
1177 checked if the url ends with ".ram", ".asx" or ".m3u" (and unchecked if
1178 it ends with another extension).
1179
1180(2009-01-14)
1181 * New option for the config file: user_forced_ass_style under the
1182 [subtitles] section. If the value is not an empty string, it will be
1183 passed to mplayer for the -ass-force-style option, overriding the string
1184 generated automatically by smplayer.
1185 * Added a "Customize" button in the SSA/ASS section in preferences to
1186 allow the user to customize the SSA/ASS style which will be passed to
1187 mplayer with the -ass-force-style option.
1188
1189(2009-01-12)
1190 * (Fix) When opening an iso file, start to play from the dvd menu instead
1191 of title 1.
1192 * Added a new option to select the shadow color for ass subtitles.
1193
1194(2009-01-11)
1195 * Now it's possible to play a dvd with menus from command line
1196 (smplayer dvdnav://) or by selecting "dvdnav://" from the recents menu.
1197 It'll even work if the option "Enable DVD menus" is not checked.
1198 * Now the highlighted option in the DVD menu changes when the mouse is
1199 moved.
1200
1201(2009-01-10)
1202 * Fixed the initialization of the Angles menu when using dvdnav.
1203 * Added to the Browse menu the options 'DVD menu' and 'DVD previous menu'.
1204
1205(2009-01-09)
1206 * Now the length of the title is updated when playing a dvd using dvdnav.
1207
1208(2009-01-08)
1209 * (Linux) Added the option "Enable DVD menus" in Preferences->Drives. If
1210 this option is checked, when you select "DVD from drive" or "DVD from
1211 folder" under the Open menu, the DVD will be played using dvdnav (including
1212 menus).
1213 Note: this is experimental, there are still a lot of things to be fixed.
1214 Use at own your own risk.
1215
1216(2009-01-05)
1217 * Added an option in Preferences->Subtitles to apply the ass style defined by
1218 the user to ass subtitles (overriding the style defined in the ass file).
1219
1220(2009-01-04)
1221 * Now the dvd names follow the same scheme as mplayer:
1222 dvd://title/device (where device can also be a folder or iso file).
1223 Internally it tries to avoid the use of the string "dvd:" so it could
1224 be easy to add support for dvdnav:
1225
1226(2008-12-31)
1227 * Now the correct pts option can have a value of "auto". In this case
1228 neither -correct-pts nor -nocorrect-pts are passed to mplayer, the demuxer
1229 will decide. Should fix bug #2479566.
1230 * The proxy settings have been moved to a config dialog inside the find
1231 subtitles window.
1232
1233
1234[b]Version 0.6.6[/b]:
1235
1236(2008-12-28)
1237 * (Linux) Now the options in the dvd menus can be selected with the mouse.
1238 To do so, select "Activate option in DVD menus" for the left mouse button
1239 in Preferences -> Keyboard and mouse.
1240 * Implemented a different way to select the initial audio track (or restore
1241 the old one after a restart).
1242 * (Experimental) New code to show/hide the mouse cursor in the video window.
1243
1244(2008-12-27)
1245 * (Linux) Added some actions to control the dvdnav buttons.
1246
1247(2008-12-26)
1248 * The language filter in the find subtitles dialog is now saved to the ini
1249 file.
1250 * New option for smplayer.ini: include_lang_on_filename (section
1251 [findsubtitles]). If set to true (the default) the language code is
1252 appended to the subtitle filename (e.g. video.avi => video_es.srt).
1253 Otherwise the language code is not appended (video.avi => video.srt).
1254
1255(2008-12-24)
1256 * Implemented a different way to select the initial subtitle track (or restore
1257 the old one after a restart). Still needs some testing.
1258
1259(2008-12-23)
1260 * Now smplayer tries to update the subtitle tracks if they change during
1261 playback. This makes subtitles work if using dvdnav, and seems to fix
1262 a problem when selecting the initial track
1263 (see http://sourceforge.net/tracker/index.php?func=detail&aid=2422574&group_id=185512&atid=913573)
1264 This is the kind of changes that can break something or produce an
1265 unexpected behaviour...
1266
1267(2008-12-20)
1268 * Applied with a few changes the patch customStyleAction.patch by
1269 matt <matt@endboss.org>. It adds a few more functions for the widgetactions,
1270 like to set a custom style.
1271 * Added a new gui (mpcgui, a media player classic clone) developed by
1272 Matthias Petri <matt@endboss.org>
1273
1274(2008-12-19)
1275 * Applied (with a few changes) a patch by matt <matt@endboss.org>.
1276 This patch adds 3 modes for the stay on top option: always, never and
1277 while playing.
1278
1279(2008-12-12)
1280 * Added a new option Video->Preview. This option creates a preview
1281 (thumbnails) of the selected video. There are options to choose the
1282 number of columns, rows, maximum width of the generated image...
1283 Finally the preview can be saved (as jpg or png).
1284 Note: the video preview is not finished yet.
1285
1286(2008-12-07)
1287 * (Experimental) Increased the resolution of the seekbar. Previously
1288 a step of the seekbar (in a 90 minute movie) was equal to 54 seconds.
1289 Now it's equal to 5.4 seconds. As there's usually an I-frame about 10
1290 seconds (and mplayer always jumps to an I-frame) I think that's enough.
1291
1292(2008-12-06)
1293 * Bug #2399200: the downloaded subtitle filename was wrong if the video
1294 filename contained a dot in the name (example: video.hdtv.avi created a
1295 video_es.srt file instead of video.hdtv_es.avi). This is now fixed.
1296
1297(2008-12-03)
1298 * Now the logs in the mplayer/smplayer log windows update in realtime.
1299 * The "MPlayer language" tab in the Advanced section in preferences has
1300 been removed. It's not necessary anymore, although if you've got a
1301 mplayer which prints the output texts in a non-english language you'll need
1302 at least MPlayer SVN r28066.
1303 * Added two new options: "Auto zoom for 16:9" and "Auto zoom for 2.35:1".
1304 Those options zoom the image assuming the aspect ratio of the video image
1305 is the one specified in the option, even if that's not the actual aspect
1306 ratio. Useful for videos which include black borders (letterbox) in the
1307 image, where the normal "Auto zoom" option will fail.
1308
1309(2008-11-30)
1310 * New option for smplayer.ini: actions_to_run ([advanced] section).
1311 Specifies a list of actions (separated by spaces) which will be run every
1312 time a file is loaded. For instance "actions_to_run=auto_zoom compact true"
1313 will run the auto_zoom action and set the gui to compact mode. If the
1314 commandline option -actions is used too, the actions from commandline
1315 will be added to the end of the list.
1316 There's a limitation: the actions will be run only when a file is opened
1317 and not when the mplayer process is restarted (e.g. you select an option in
1318 the menus which requires to restart mplayer, like a video or audio filter).
1319 Note that allowing to run the actions after a restart of mplayer could
1320 lead to infinite recursion if any of the actions in the list needs to
1321 restart mplayer.
1322 * Added a field in Preferences->Advanced to enter the list of actions to
1323 be run every time a file is opened.
1324
1325(2008-11-27)
1326 * Added an option in Preferences->General to change the method to store
1327 the file settings.
1328 * (Experimental) Added the new option Video->Pan&scan->Auto zoom. It
1329 calculates the zoom factor so you can't see any black borders.
1330
1331(2008-11-26)
1332 * Implemented a new (and optional) method to save the file settings.
1333 This method uses an ini file per each played file (instead of using only
1334 one big ini file for all of them).
1335
1336 The files are saved under the subdirectory "file_settings" in the config
1337 directory (usually $HOME/.config/smplayer/). As filename it uses a hash,
1338 and it's stored on a subdirectory starting with the first letter of the
1339 filename.
1340
1341 For example:
1342 $HOME/.config/smplayer/file_settings/d/dd017f9d6706a75f.ini
1343 $HOME/.config/smplayer/file_settings/9/95e963e59826699d.ini
1344
1345 * Added a new option for smplayer.ini: file_settings_method.
1346 This option allows to select the method to be used for the file settings.
1347 Possible values: normal and hash.
1348
1349 normal = uses one file (smplayer_files.ini) to store the file settings of
1350 all played files. This is cleaner as you only have one file for all files'
1351 settings but it could be slow if there are info for many many files in it.
1352
1353 hash = uses one ini file per each played file. This could be much faster if
1354 you have info for many files, but you'll end up with many ini files and
1355 subdirectories.
1356
1357(2008-11-24)
1358 * Added a new option in Preferences->Video: add black borders on fullscreen.
1359 If this option is enabled, black borders will be added to the image in
1360 fullscreen mode. This allows subtitles to be displayed on the black borders.
1361
1362(2008-11-23)
1363 * Added a history to the open URL dialog. Based on a patch by Francesco
1364 Cosoleto.
1365 Not finished yet. Missing options to clear the history or set the maximum
1366 number of items.
1367 * Added a new option for smplayer.ini: urls\max_items (section [history]).
1368 It specifies the maximum number of items for the open URL history.
1369 By default, 10. Set it to 0 to disable the history.
1370
1371(2008-11-20)
1372 * The "Recents" code has been reorganized. Also the list of recent files
1373 is now saved in a different place in smplayer.ini, in section [history].
1374
1375(2008-11-19)
1376 * When using SSA/ASS, use the same font for OSD. Otherwise the OSD
1377 might not be visible.
1378
1379(2008-11-18)
1380 * Added the possibility to select the type of proxy to be used: Http or
1381 Socks5. (More info: http://doc.trolltech.com/4.3/qnetworkproxy.html)
1382
1383(2008-11-17)
1384 * Added a new option in Preferences->Subtitle: Freetype support. Disabling
1385 that option could make smplayer work with a mplayer compiled without
1386 freetype support. But subtitles may not work at all!
1387
1388(2008-11-16)
1389 * The mini gui can now also remember the position and size of the window.
1390 * (Linux) Now all devices which match with dvd*, cdrom*, cdrw*, sr*
1391 and cdrecorder* are added to the comboboxes in Preferences->Drives.
1392
1393(2008-11-15)
1394 * Added a new action to select the next aspect ratio. Assigned by default to
1395 key "A". Unfortunately this change breaks compatibility and the aspect
1396 ratio setting for all your played videos will be lost.
1397 * Display the text for the statusbar in the OSD if in fullscreen mode (and
1398 not paused).
1399 * Added a new option for smplayer.ini: initial_stereo_mode. It sets the
1400 stereo mode which will be used as default.
1401 Possible values: 0 (stereo), 1 (left) and 2 (right).
1402
1403(2008-11-14)
1404 * Added the new section Advanced->Proxy in preferences to configure the
1405 proxy.
1406
1407(2008-11-13)
1408 * Added some options in smplayer.ini (section [proxy]) to configure a proxy
1409 for internet connections. Untested.
1410
1411
1412[b]Version 0.6.5.1[/b]:
1413
1414(2008-11-12)
1415 * Don't pass to mplayer the option -no-correct-pts or -nocorrect-pts if
1416 the mplayer version is still unknown. Prevents mplayer to fail on the first
1417 run, complaining about an unknown -no-correct-pts if using a recent version
1418 of mplayer (r26842 or above).
1419
1420
1421[b]Version 0.6.5[/b]:
1422
1423(2008-11-11)
1424 * (Linux) Now smplayer tries to follow the XDG Base Directory Specification
1425 (http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html)
1426 for the config files. So now smplayer will save its config files under
1427 the directory $XDG_CONFIG_HOME/smplayer or $HOME/.config/smplayer if
1428 $XDG_CONFIG_HOME is not defined.
1429 If you want to keep your preferences, copy the files in $HOME/.smplayer to
1430 $HOME/.config/smplayer
1431
1432(2008-11-07)
1433 * Added a new option "Floating control" in Preferences->Interface. It allows
1434 to configure the floating control (width, margin...).
1435
1436(2008-11-06)
1437 * (Experimental) Added the possibility to select the adaptor for xv. Requires
1438 at least MPlayer SVN r26762 (from 2008-05-13).
1439
1440(2008-11-05)
1441 * Added support for another patch:
1442 http://smplayer.svn.sourceforge.net/viewvc/smplayer/mplayer-builds/patches/id_exit.diff
1443 This patch allows the playlist to work properly even if the output messages
1444 of mplayer are not in English.
1445 * New option for smplayer.ini: bypass_window_manager (section
1446 [floating_control]). If set to true (the default), the floating control
1447 widget will bypass the window manager (seems necessary for some window
1448 managers). You can try to set it to false if you have problems with the
1449 floating control.
1450
1451(2008-11-04)
1452 * On startup the previous position of the main (default) window is checked
1453 if it's valid for the current screen. If it's not, then the window is
1454 moved to 0x0.
1455 * The same for the playlist (if it's not docked).
1456
1457(2008-11-01)
1458 * Cleanup and reorganization of the config path code.
1459 The commandline option -ini-path has been removed and replaced with
1460 -config-path, which specifies the directory where smplayer will store
1461 its data (not only smplayer.ini).
1462 * Now to know if a file has no video, instead of looking for the line
1463 "Video: no video" (it's not reliable as it's a string that can be translated),
1464 it will check the video codec, if it's empty, there's no video.
1465
1466(2008-10-30)
1467 * The reorganization of the subtitles section in preferences is finished.
1468 * The mplayer devs have added the -volume option in svn r27872, so now the
1469 hack to try to detect a patched mplayer have been removed. Now smplayer
1470 will simply use the -volume option if mplayer is r27872 or newer.
1471
1472(2008-10-28)
1473 * The subtitles for srt, sub... formats when using the SSA/ASS library,
1474 can now be more customized. It's possible to select the font, size,
1475 colors, bold, italic, outline, shadow...
1476 Not finished yet.
1477
1478(2008-10-27)
1479 * Added the new option "Correct pts" in Preferences->Advanced. Disabled by
1480 default because it causes some problems with mkv files.
1481 * The dialog to jump to a specified time allows now to enter the seconds
1482 too.
1483
1484
1485[b]Version 0.6.4[/b]:
1486
1487(2008-10-22)
1488 * (Linux) Now smplayer will pop up a warning if the mplayer version is old.
1489 This popup will appear only once, although there'll be a reminder in the
1490 status line.
1491 A mplayer is considered old if it's older than svn r25158 (that includes
1492 1.0rc2)
1493
1494(2008-10-21)
1495 * Now if the SSA/ASS lib is enabled and a file named styles.ass exists in the
1496 smplayer config directory ($HOME/.smplayer/ or the application directory if
1497 compiled with PORTABLE_APP) smplayer will load it (mplayer option
1498 -ass-styles). In this case the color for subtitles and styles configured
1499 in Preferences->Subtitles WON'T be used.
1500 In the future smplayer will create that file automatically and the
1501 preferences dialog will allow to configure all (or at least the most
1502 important) styles.
1503
1504(2008-10-20)
1505 * Bugfix: the show equalizer option didn't work when assigned to any of
1506 the mouse buttons. (Reason: the action name was changed some time ago
1507 from "equalizer" to "video_equalizer)
1508 * Added "Show audio equalizer" to the mouse buttons' combos too.
1509
1510(2008-10-19)
1511 * (Experimental) Added the possibility to change the video track.
1512 Only tested with this sample video: http://www.megaupload.com/?d=3GAGZCTP
1513
1514(2008-10-16)
1515 * Moved the comboboxes for the video & audio drivers to the Video and Audio
1516 tabs.
1517 * Added a new section in the preferences dialog: Playlist.
1518
1519(2008-10-15)
1520 * Added the possibility to add consecutive files (video_01.avi,
1521 video_02.avi..) to the playlist. This feature is controlled by the option
1522 add_to_playlist_consecutive_files (under the [gui] section).
1523 * Now the available tracks in DVDs, CDs and VCDs won't be automatically added
1524 to the playlist if the option gui/auto_add_to_playlist is false. Should fix
1525 bug #2049998.
1526
1527(2008-10-14)
1528 * Logout is not cancelled by smplayer. Fixes bug #2155555.
1529 * Now the options in preferences display a tooltip with a help message.
1530 * Revised and corrected some of the help messages in preferences.
1531 * Added 1:1 to the aspect ratio menu.
1532
1533(2008-10-10)
1534 * Added a work-around for Traditional Chinese. The names of the arrow keys
1535 were deleted from the shortcuts if using Qt 4.3.
1536
1537(2008-10-09)
1538 * Now the video keeps paused when changing brightness, contrast, hue,
1539 saturation and gamma.
1540 * Now the dialog to find subtitles can also download the subtitles (the
1541 zip file) and extract the subtitle file. This is exactly how it works:
1542 when you click on the download button, the zip file is downloaded to a
1543 temporary file. If the zip file contains only one subtitle, it's extracted,
1544 trying to use the same name of the video. So if the video is named movie.avi
1545 and you downloaded a French subtitle, the subtitle is saved as movie_fr.srt.
1546 If there are more than one subtitle in the zip file, a dialog will appear
1547 so the user can choose the subtitle(s) to extract. In that case, and in
1548 order not to make things more complicated, the subtitles are just saved
1549 with their original names.
1550
1551(2008-10-06)
1552 * (Windows) Added a tool (dxlist) which can list the dsound audio devices
1553 and the ddraw display devices. Read the README.txt inside the dxlist
1554 subdirectory for more info and how to compile it.
1555 * (Windows) Now it's possible to choose the audio device to be used with
1556 dsound. It requires dxlist.exe to be installed in the same folder as
1557 smplayer.exe. This is experimental.
1558
1559(2008-10-05)
1560 * Added a new option for smplayer.ini: display_in_compact_mode (under section
1561 [floating_control]). If true the floating control will appear too in
1562 compact mode. Note: it may not look very well in this mode...
1563
1564(2008-10-04)
1565 * (Linux) Now it's possible to choose the audio device to be used with alsa.
1566 It requires the application "aplay" to be installed.
1567
1568(2008-10-03)
1569 * Added an option in Preferences->General->Video to set the default zoom.
1570
1571(2008-10-02)
1572 * Applied (with some changes) the patch to add support for enca, by
1573 Stanislav Maslovski <s_i_m@users.sourceforge.net>.
1574 This adds a new option in Preferences->Subtitles, which can make mplayer
1575 to try to autodetect the encoding for subtitles. This requires a mplayer
1576 compiled with enca support.
1577
1578(2008-09-29)
1579 * Now the chapters on DVD should work again.
1580 * Reorganization in some data structures.
1581 * Added another experimental new code to resize the main window.
1582
1583(2008-09-28)
1584 * Added an (experimental) generic code to manage chapters, instead of two
1585 separate codes for mkv and DVDs. Seems to work well with mkv but it's
1586 still untested on DVDs.
1587
1588(2008-09-27)
1589 * Added basic support for the tag ID_CHAPTERS, added in mplayer svn r27667.
1590 This makes things easier to know the number of chapters in a video.
1591 Don't know if it could cause a conflict with DVD chapters. Some code
1592 has still to be revised and modified.
1593 * Bugfix: if using "directx," the -colorkey option wasn't passed to mplayer
1594 (thus the video was black). Now this should be fixed.
1595
1596(2008-09-26)
1597 * Added support for the new "pausing_keep_force" slave mode command prefix
1598 (added in mplayer r27665).
1599 This prefix really keeps the file paused after processing a slave command.
1600 So now if you, for example, mute the audio when the video is paused it
1601 won't advance one frame after it. It also keeps the video paused when you
1602 take a screenshot (although you won't see the confirmation message until
1603 playback resumes).
1604 There's also an option for smplayer.ini, use_pausing_keep_force. You can
1605 set to false if you find any trouble or prefer the old behaviour.
1606
1607(2008-09-25)
1608 * Added the Galician translation, by Miguel Branco <mgl.branco@gmail.com>.
1609
1610
1611[b]Version 0.6.3[/b]:
1612
1613(2008-09-24)
1614 * Added a new shortcut set (sda.keys) taken from
1615 http://speeddemosarchive.com/forum/index.php/topic,7774.0.html, which you
1616 can load in the shortcut editor in preferences.
1617
1618(2008-09-23)
1619 * Added two icons for the mirror and flip actions (mirror.png and flip.png)
1620 taken from the Gimp.
1621 * Added a new option for smplayer.ini: default_size (section [gui]). It
1622 specifies the default size of the main window. Previously it was hardcoded
1623 (580x440).
1624
1625(2008-09-22)
1626 * Now the subtitles can be mirrored, flipped or rotated along with the image.
1627 The way to enable it is not obvious though. You need to enable the option
1628 "Include subtitles on screenshots" (Preferences->Subtitles).
1629 * (Linux) Tries to set "/dev/dvd" and "/dev/cdrom" (if they exist) as default
1630 values for the dvd and cdrom devices.
1631
1632(2008-09-21)
1633 * Added the new option Video->Mirror image. This option mirrors the image
1634 on the Y axis.
1635
1636(2008-09-20)
1637 * The comboboxes to select the video and audio driver in Preferences->
1638 General have changed. Now they are not editable, and only show some
1639 of the available drivers (png, jpeg... and so on are not shown). There's
1640 also an "User defined" option. If selected, a line edit will appear where
1641 the user can type the driver to use (possibly with additional options).
1642 * The code in preferences.h/preferences.cpp has been reorganized, and
1643 now the preferences are saved in several sections in smplayer.ini.
1644 That means most of your settings will be lost and you'll have to reconfigure
1645 smplayer again (I even recommend to delete smplayer.ini, otherwise there'll
1646 be a mix of the old settings with the new ones).
1647
1648(2008-09-19)
1649 * It seems crashes still happen in the code to select subtitle tracks.
1650 The bug hasn't been located yet (the crash is difficult to reproduce)
1651 but I have added a new check in a lower level, in the function
1652 SubTracks::itemAt(). Now it checks if the requested item is in range. If
1653 it's not valid it will print a warning and return an empty subtitle.
1654
1655(2008-09-17)
1656 * Added an icon for the Play/Pause action. (This breaks all icon themes...)
1657 * Added a new option for smplayer.ini: gui_minimum_width. The width of the
1658 main window won't be smaller than the value of that option.
1659 If gui_minimum_width is set to 0 (the default) then the minimum width
1660 will be the size hint of the window.
1661
1662(2008-09-16)
1663 * (Windows) Added a new option in Preferences->General that allows the user
1664 to select which screen will display the video when using directx as video
1665 driver. This option is visible only when directx is selected.
1666 * (Windows) Added also a submenu Screen under the Video menu for an easier
1667 selection of the screen.
1668
1669(2008-09-14)
1670 * Check in Core::changeSubtitle() that the selected subtitle is in a valid
1671 range. This should avoid crashes.
1672
1673(2008-09-13)
1674 * Added the Kurdish translation, by Si_murg56 <simurg56@gmail.com>
1675
1676(2008-09-12)
1677 * Added a new option in Preferences->General->Video: "Draw video using slices"
1678 (-slices / -noslices in mplayer). Enabled by default.
1679 * Bugfix: the items in the combobox for the mouse right click action weren't
1680 retranslated properly.
1681
1682(2008-09-09)
1683 * For some unknown reason sometimes the playlist is not shown. I think this
1684 is because it's outside of the screen. Now smplayer checks if the playlist
1685 is actually outside of the screen, and in that case it's moved to pos 0x0.
1686
1687(2008-09-08)
1688 * Moved the option "Create index if needed" from the section Performance to
1689 Advanced.
1690 * Added an icon for the audio equalizer action.
1691
1692(2008-09-06)
1693 * Added a new option in Preferences->Performance: Threads for decoding.
1694 Sets the number of threads to use for decoding (for MPEG-1/2 and H.264 only).
1695 It could be useful for multicore processors.
1696 * Bugfix: the volume may be changed on startup even if the option "Change
1697 volume on every file" was off.
1698
1699(2008-09-04)
1700 * Don't change the window size if the panel is already the requested size.
1701 Seems to fix a problem when using Compiz.
1702
1703(2008-09-01)
1704 * The option "Repaint background of the video window" (in Preferences->
1705 Advanced) is now enabled by default in linux. It seems with newer versions
1706 of Qt it works well with it. If you have problems with the video window
1707 going blank, just disable the option.
1708 * The single instance option is now disabled by default on Windows, as some
1709 people reported smplayer didn't start with it.
1710 * 2nd try to make "gl:yuv=2:force-pbo:ati-hack" the default vo on Windows
1711 Vista.
1712
1713(2008-08-28)
1714 * Set the frame counter to 0 when starting to play a file. Fixes bug
1715 #2080802.
1716 * Added in Preferences->Advanced an option to select the preferred network
1717 connection, IPv4 or IPv6. (IPv4 is the default)
1718
1719(2008-08-26)
1720 * Added a new option for smplayer.ini: report_mplayer_crashes. If set to
1721 false, smplayer won't display the error dialog when mplayer crashes or
1722 fails to start.
1723
1724(2008-08-25)
1725 * Added the Arabic translation, by Muhammad Nour Hajj Omar
1726 <arabianheart@live.com>
1727 * Added some options in menu Play->Speed to increase/decrease the
1728 speed by 1% and 4%.
1729 * Bugfix: the gamma was not remembered. Fixes bug #2073257.
1730 * Moved the log's section in Preferences->Advanced to a new tab.
1731
1732(2008-08-24)
1733 * Fix: some of the actions passed to -actions may not work as expected
1734 because they might be executed when the video is not playing yet.
1735 This should now be fixed, as if a file is passed on command line, the
1736 actions are not run until the video has started to play. (If there's no
1737 file on command line the actions are run immediately)
1738
1739(2008-08-21)
1740 * Added a new option in Preferences->General->Audio: "Enable the audio
1741 equalizer". If this option is checked, the mplayer equalizer filter will
1742 be used and the menu option Audio->Equalizer will be enabled.
1743
1744(2008-08-20)
1745 * Moved the eq2 filter before the screenshot filter, otherwise the
1746 screenshots are not affected by the settings in the video equalizer.
1747 Obviously this requires the software equalizer (eq2) to be enabled.
1748 This should fix bug #2062425.
1749 * Added a new section in the config file: [floating_control] with 3
1750 options: animated, width and margin. The options "animated" and "width"
1751 were previously available as floating_control_animated and
1752 floating_control_width in the [default_gui] and [mini_gui] sections.
1753 The option "margin" is new, and sets the number of pixels that the
1754 floating control will be away from the border of the screen (by default, 0).
1755
1756(2008-08-19)
1757 * Added two new functions for the mouse buttons: increase volume and
1758 decrease volume. Closes feature request #2055061.
1759
1760(2008-08-18)
1761 * Renamed Video->Aspect ratio->None to Video->Aspect ratio->Disabled and
1762 Video->Aspect ratio->Autodetect to Video->Aspect ratio->Auto.
1763
1764(2008-08-17)
1765 * Added a new (experimental) option: Video->Aspect ratio->None. When this
1766 option is selected the video will be stretched to fill all the available
1767 space, not keeping the aspect ratio.
1768 Note: this option does NOT work properly if using x11 as video driver.
1769
1770(2008-08-16)
1771 * Added m2ts to the list of extensions for video.
1772
1773
1774[b]Version 0.6.2[/b]:
1775
1776(2008-08-13)
1777 * (Linux) The SSA/ASS library is enabled by default.
1778
1779(2008-08-12)
1780 * Added the document Configuring_the_toolbars.txt.
1781 * Added the new option Tips in the Help menu. It just opens a web browser
1782 to http://smplayer.wiki.sourceforge.net/Tips.
1783
1784(2008-08-11)
1785 * Bugfix: the volume slider appeared in the mini gui even if it had been
1786 removed from the config file.
1787
1788(2008-08-09)
1789 * As it seems many people don't understand (and even send bug reports without
1790 reading the online help) the new meaning of the font scale options in
1791 Preferences->Subtitles, those two options have been hidden.
1792 (They can be made visible again changing the value of the new config
1793 option show_font_scale_options_in_preferences).
1794
1795(2008-08-07)
1796 * Added a time display to the floating control in the minigui.
1797 * The playlist and the volume slider don't send mouse events to their
1798 parents. Should fix bugs #1993291 and #2020003.
1799 * Avoid to resize the main window to the default size (400x300) when
1800 playing an audio file.
1801
1802(2008-08-06)
1803 * The find subtitles dialog is now a top level window, instead of a dialog.
1804 * Play the last item in the playlist if the "play previous" button is
1805 pressed and the current item is the first one. Fixes bug #2040473.
1806 * Added "play next" and "play previous" to the Play menu.
1807
1808(2008-08-03)
1809 * A little reorganization in the General section in preferences and other
1810 minor changes in other sections.
1811
1812(2008-07-28)
1813 * Now the default cache for local files is 2000 KB, and for audio CDs and VCDs
1814 is 1000 KB.
1815
1816(2008-07-26)
1817 * Added an option in Preferences->Performance to set the cache for VCDs.
1818
1819(2008-07-25)
1820 * Added an option in Preferences->Performance to set the cache for
1821 audio CDs.
1822
1823(2008-07-22)
1824 * (Windows) Added to the file associations section the playlist
1825 extensions.
1826
1827(2008-07-17)
1828 * Try to use alsa as default audio driver in linux.
1829
1830(2008-07-16)
1831 * Fix: remember the last directory used when adding files to the
1832 playlist. Fixes bug #2019139.
1833
1834(2008-07-13)
1835 * Another fix for Qt 4.4. Dragging files to the playlist didn't work.
1836 * Added the Slovenian translation, by Janez Troha <janez.troha@gmail.com>.
1837 * Fix: mplayer crashed when trying to play audio files if the option to
1838 run mplayer in its own window was enabled. Now I hope this is fixed.
1839
1840(2008-07-12)
1841 * Added a new option for command line: -sub. It specifies a subtitle file
1842 to be loaded for the first video. It requires at least a file to play
1843 in the command line, otherwise the option will be ignored.
1844 * Added a new option "Play files from start" in the playlist preferences.
1845 If enabled (the default) files in the playlist will begin to play from
1846 the beginning, otherwise they'll play from the position they were last
1847 time you played them.
1848
1849(2008-07-09)
1850 * Now the initialization of the audio track should work ok again, even if
1851 the option "Fast audio track switching" is set to "No".
1852
1853(2008-07-08)
1854 * Added a context menu in the find subtitles dialog, with two options:
1855 "download" and "copy link to clipboard".
1856
1857(2008-07-05)
1858 * Some changes in the single instance options. Now the single instance is
1859 enabled by default. There's also the possibility to let the application
1860 to choose automatically the port to be used, which is also the default
1861 option.
1862
1863(2008-07-03)
1864 * Temporary fix for the problem created yesterday: now when a file starts to
1865 play, the audio track will be changed using the mplayer slave command even
1866 if the option "Fast audio track switching" is set to "No". This makes that
1867 the selection of the initial audio track works ok with avi and mkv files
1868 for example, but it won't work yet with ogm for instance.
1869 * The floating control in the default gui saves/restores its actions to
1870 the config file, so now it can be customized by the user.
1871 * The seeking mini buttons come back. Now by default, the default gui
1872 will show only two seeking buttons. Keeping them pressed for a moment
1873 will pop up the rest of the buttons. You may need to delete the
1874 [default_gui] section in the config file (or at least the options which
1875 start with "actions\...") to see them. If you don't like these buttons
1876 you can delete them from the config file and add the old ones.
1877
1878(2008-07-02)
1879 * The SSA/ASS library is NOT enabled by default. It seems there are memory
1880 leaks in libass...
1881 * Fixed a crash which may happen if the option "Fast audio track switching"
1882 was set to "No". As a side effect, now if that option is set to "No" the
1883 preferred audio language (set in the preferences), won't be selected on
1884 startup, the file will just start to play with the default audio track.
1885
1886(2008-07-01)
1887 * The minimum size of the video window is now 1x1 instead of 0x0. Fixes a
1888 crash that may happen under certain circumstances.
1889
1890(2008-06-26)
1891 * Now everything in the audio equalizer should work. The "apply" button
1892 restarts the file and passes the equalizer settings using the "equalizer"
1893 filter in mplayer, so it allows to use the dialog with non-patched mplayer.
1894 The "set as default values" just saves the current settings in the config
1895 file and they will be used when playing new files.
1896
1897(2008-06-25)
1898 * Added an audio equalizer. Not finished yet!
1899 In order to work you need to patch mplayer with this patch:
1900 http://smplayer.svn.sourceforge.net/viewvc/*checkout*/smplayer/mplayer-builds/patches/patcheq.diff
1901 Otherwise it won't do anything (lie, if you restart the file the values in
1902 the equalizer will take effect)
1903 Missing or not working things: the "set as default values" button doesn't
1904 work, an "apply" button is missing (this button will set the values
1905 restarting mplayer, so it will work with a normal non-patched mplayer).
1906
1907(2008-06-24)
1908 * Removed the action dock_playlist. It was causing a lot of troubles, even
1909 crashes.
1910 * New option for the config file: hide_video_window_on_audio_files. If
1911 true (the default) the video window will be hidden when playing audio
1912 files. Otherwise the video window won't be hidden and it will show the
1913 smplayer logo instead.
1914 It's not recommended to set this option to false in linux.
1915
1916(2008-06-21)
1917 * Created a huge list of languages (with the ISO 639-1 codes) and make
1918 the "find subtitles" dialog to use it.
1919 * The Qt version is saved along with the toolbars state. This should avoid
1920 problems when upgrading Qt, as the toolbars info won't be used if the
1921 Qt version doesn't match.
1922 * Added new action: dock_playlist.
1923
1924(2008-06-19)
1925 * Some fixes in the find subtitles dialog:
1926 - the dialog is retranslated
1927 - the table is sorted (sometimes, still doesn't work well, at least with
1928 Qt 4.2)
1929 - it won't download the subtitle info again if the filenane didn't changed
1930 * The floating control will be hidden if the mouse is not over the widget
1931 within 5 seconds.
1932
1933(2008-06-18)
1934 * The option "Subtitles->Find subtitles on the web" now displays a dialog
1935 which retrieves the info about the available subtitles from
1936 opensubtitles.org. To download a subtitle just double click on it or
1937 click the "Download" button.
1938 Known issues: the table is not sorted after adding new data.
1939 To filter a language you have to type the ISO 639-1 code in the language
1940 box. So to display only the Spanish subtitles you have to type "es", for
1941 German "de" and so on. In the future there'll be a combobox to select
1942 the language.
1943
1944(2008-06-13)
1945 * Now the SSA/ASS library is enabled by default.
1946 * gl:yuv=2:force-pbo:ati-hack will be the default under Windows Vista
1947 (untested).
1948
1949(2008-06-12)
1950 * Updated the Hungarian translation, by CyberDragon <cyberdragon777@gmail.com>
1951
1952(2008-06-11)
1953 * Now the default value for option change_equalizer_on_startup is true
1954 (users which run the previous svn revision will have to make the change
1955 manually) but the brightness, contrast... won't be changed on startup
1956 if the value is 0.
1957 * Also be sure that the equalizer dialog is updated just after a file begins
1958 to play.
1959 * Check that the values for brightness, contrast, saturation. hue and gamma
1960 have actually changed before updating them.
1961 * Renamed change_equalizer_on_startup to change_video_equalizer_on_startup.
1962
1963(2008-06-10)
1964 * Renamed the config option "dont_use_eq_options" to
1965 "change_equalizer_on_startup" and set it to false as default because
1966 it seems some people are having problems with high brightness and contrast.
1967
1968(2008-06-09)
1969 * Added the opensubtitles patch by Kamil Dziobek <turbos11@gmail.com> (with
1970 some modifications). This adds an option in the subtitles menu which
1971 allows you to download subtitles for the file you're playing, and another
1972 one to upload subtitles.
1973
1974(2008-06-07)
1975 * Manually removed "<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>"
1976 from several *.ui files because otherwise the files generated by uic
1977 would depend on Q3Support.
1978
1979(2008-06-05)
1980 * Now if we've got info about the size and aspect ratio (the file has been
1981 played before) the main window will be resized before starting to play
1982 the file.
1983
1984(2008-06-04)
1985 * When entering in fullscreen, the playlist is hidden only if it's in the
1986 same screen as the main window. (Untested!)
1987
1988(2008-06-03)
1989 * Added the possibility to compile smplayer in Windows without the
1990 file associations code, so it doesn't write anything in the
1991 registry (important for a portable app). Just comment the line
1992 DEFINES += USE_ASSOCIATIONS in smplayer.pro.
1993 * Another fix for Qt 4.4. The language toolbar wasn't restored
1994 properly.
1995 * More work to make smplayer a better portable application (although most of
1996 the following work on linux, it's intended for windows). If PORTABLE_APP
1997 is defined (it can be done with 'qmake DEFINES+=PORTABLE_APP') then:
1998 - it will use by default the application directory for the ini files
1999 - it won't try to create the smplayer home directory or the screenshot
2000 directory ($HOME/.smplayer and $HOME/.smplayer/screenshots)
2001 - by default the path for the screenshots is empty
2002 - under windows the associations code won't be compiled, so smplayer won't
2003 write anything in the windows registry.
2004
2005(2008-06-02)
2006 * Now the controlbar and floating control in the minigui can be
2007 configured too.
2008 * Some minor (and internal) changes:
2009 - the playlist doesn't save its size as that is already done by
2010 QMainWindow::saveState()
2011 - sizes and positions are saved to the config file as QSize's and
2012 QPoint's
2013
2014(2008-06-01)
2015 * (Bugfix) The "modify shortcut" dialog was under the other windows if
2016 the option Video -> Stay on top was enabled.
2017 * Started to write the code to make the toolbars configurable:
2018 - the list of actions in a widget can be saved to the config file
2019 - a widget can be populated with the actions read from the config file
2020 - as a test the toolbar1, controlwidget and controlwidget_mini in
2021 defaultgui are saved to the config and loaded on startup
2022
2023(2008-05-30)
2024 * The maximum port for the single instance is 65535, instead of 99999.
2025 * Added a new option in guiconfig.h, USE_MINIMUMSIZE. If set to 1
2026 the main window will not be smaller than the control widget size hint.
2027
2028
2029[b]Version 0.6.1[/b]:
2030
2031(2008-05-26)
2032 * The command line option -mini has been renamed to -minigui (-mini still
2033 works)
2034 * Added a new command line option -defaultgui, which selects the default
2035 gui.
2036 * Added an option in Preferences->Interface to select the preferred GUI.
2037 This option is not applied immediately, you need to close smplayer and
2038 open it again.
2039 Note: the command line options -minigui and -defaultgui have preference
2040 over this option.
2041
2042(2008-05-25)
2043 * Some internal changes: baseguiplus saves some variables to the config
2044 file so it can exit from compact mode properly even if made between
2045 different sessions. Also the code to resize the main window when
2046 entering/exiting compact mode has been moved from defaultgui to
2047 baseguiplus. BTW, compact mode is broken if the playlist is embedded
2048 in the main window.
2049 * Maybe the compact mode with the playlist embedded in the main window
2050 is fixed now.
2051
2052(2008-05-24)
2053 * Added "gl:yuv=2:force-pbo:ati-hack" to the list of video drivers. This
2054 seems to be very fast. Requires mplayer svn r26853 (from 2008-05-22).
2055 * Now the video driver by default on Windows Vista is gl, instead of
2056 directx. (Untested)
2057
2058(2008-05-22)
2059 * Fix: changing the demuxer should not lose the audio or subtitles (but
2060 the selected tracks after restart may be different).
2061
2062(2008-05-19)
2063 * Fix: zoom didn't work well with directx.
2064 * Added the Catalan translation, by Roger Calvó <rcalvoi@yahoo.com>.
2065
2066(2008-05-17)
2067 * Now the maximum port for the single instance is 99999 instead of 10000.
2068
2069(2008-05-15)
2070 * Now the "latest_dir" is updated too when opening a file from command line.
2071 Also the "latest_dir" now defaults to the home directory instead of the
2072 smplayer working directory.
2073 * Now when switching to compact mode, the main window is resized instead of
2074 leaving black borders where the widgets were placed. This resize will only
2075 be done if the autoresize option is set to "whenever it's needed".
2076
2077
2078[b]Version 0.6.0[/b]:
2079
2080(2008-05-12)
2081 * Improved the file smplayer.spec and added the script create_rpm.sh, both
2082 contributed by iSage.
2083
2084(2008-05-08)
2085 * Added m2t to the list of extensions for video.
2086
2087(2008-05-05)
2088 * The option Play->Repeat is now always enabled, so it can be activated
2089 before playing anything.
2090
2091(2008-05-03)
2092 * Now, when browsing the recents menu, the statusbar shows the full path of
2093 the selected item.
2094
2095(2008-04-30)
2096 * Now the video equalizer displays the values of each control.
2097
2098(2008-04-28)
2099 * Hopefully fixed the problem of the ghost playlist, visible for a moment
2100 on startup.
2101 * Updated the Portuguese (pt_PT) translation, made by Sérgio Marques
2102 <contatica@netcabo.pt>
2103 * (Linux) Added the file smplayer_enqueue.desktop which allows to add
2104 the selected files in the file browser to the playlist.
2105
2106(2008-04-27)
2107 * Now the time (and volume) sliders should work better.
2108
2109(2008-04-26)
2110 * Now the default filter for Open->File is "multimedia", it shows video,
2111 audio and playlist files.
2112 * Added an option in the playlist's preferences to save a copy of the
2113 contents of the playlist to the config file.
2114 * (Bugfix) Don't allow to enter in compact mode when in fullscreen.
2115 Fixes bug #1951297.
2116
2117(2008-04-25)
2118 * Added a new widget (a line edit + a button) which allows the user to
2119 select a file or directory. The preferences dialog now uses this widget.
2120
2121(2008-04-23)
2122 * Fix loading idx/sub subtitles. The filename was incorrectly passed to
2123 mplayer if it contained several dots.
2124
2125(2008-04-22)
2126 * Now smplayer can detect if mplayer has been patched with the
2127 startupvol patch. Autodetection will only succeed if mplayer has been
2128 patched with this 2nd version of the patch:
2129 http://smplayer.svn.sourceforge.net/viewvc/*checkout*/smplayer/mplayer-builds/patches/startupvol-2.diff
2130 * Now the option "Change volume just before playing" in
2131 Preferences->General->Audio can be set to "Auto".
2132
2133(2008-04-20)
2134 * Added a preferences dialog for the playlist.
2135
2136(2008-04-19)
2137 * Don't get info about the files added automatically by the GUI to the
2138 playlist (usually it's the file to play, so it's a waste of time).
2139 * Added possibility to add directories recursively to the playlist. Right
2140 now it's necessary to edit smplayer.ini and set recursive_add_directory to
2141 true (inside [playlist] section). Soon there'll be an option for this
2142 in the GUI.
2143
2144(2008-04-18)
2145 * (Windows) Applied a patch by "hackykid" to fix a link error when compiling with
2146 Visual Studio.
2147 http://sourceforge.net/tracker/index.php?func=detail&aid=1924296&group_id=185512&atid=913575
2148
2149(2008-04-17)
2150 * Updated the Italian and Polish translations.
2151 * (Bugfix) If the option to start videos in fullscreen is activated, now
2152 fullscreen mode will be entered only when the video is opened, and not for
2153 instance when you unpause the video.
2154 * (Windows) Added the exit fullscreen and close actions to the floating
2155 control widget, so their key shortcuts can work in the floating control.
2156
2157(2008-04-16)
2158 * Now the mouse right button can be configured. By default it will
2159 show the context menu. The context menu can also be assigned to another
2160 button (or key).
2161 * Added the open directory action to the systray menu. Fixes bug #1943895.
2162
2163
2164[b]Version 0.6.0rc4[/b]:
2165
2166(2008-04-13)
2167 * Added the action next_osd to the list of actions available for mouse
2168 buttons.
2169
2170(2008-04-12)
2171 * Now the possibility to get info (length, name) about the files added to
2172 the playlist can be disabled. It's not in the preferences dialog as usual
2173 but in the playlist itself, as an option in the "add" menu.
2174 * Added the rewind and forward actions to the list of actions available for
2175 mouse buttons.
2176
2177(2008-04-11)
2178 * Added support for the mouse XButton1 and XButton2. This is untested as
2179 my mouse doesn't have those buttons.
2180
2181(2008-04-10)
2182 * Added in Preferences->General->Video an option to select the default
2183 deinterlacer. It will be used for new videos opened.
2184
2185(2008-04-07)
2186 * Now when a file is added to the playlist, it will get some info about it.
2187 This allows to display the length and name (if available) in the list.
2188 Very useful for mp3 and similar.
2189
2190(2008-04-06)
2191 * If a file with the same name of the file to play but with extension
2192 .edl (or .EDL) exists then smplayer will load it automatically (this can
2193 be disabled by setting use_edl_files in smplayer.ini to false).
2194 An edl file allows to skip or mute parts of the video.
2195 Info about edl files: http://www.mplayerhq.hu/DOCS/HTML/en/edl.html
2196
2197(2008-04-02)
2198 * (Bugfix) When using the command line options -send-action or -actions, some
2199 actions like aspect_4:3 didn't work.
2200
2201(2008-04-01)
2202 * Don't check if the items in the recent's menu are local files, as it can
2203 take a long time if they are not.
2204 * Compiled with MINI_ARROW_BUTTONS = 0 by default (so reverting changes in
2205 r1038-r1039).
2206
2207(2008-03-29)
2208 * Fix: DVDs started to play at chapter #2 if using mplayer 1.0rc2 or older.
2209 * Now the default gui will only show two arrow buttons for seeking
2210 (rewind 10 secs and forward 10 secs) but if you keep those buttons
2211 pressed for a moment a popup menu will show with the rest of the buttons.
2212
2213
2214[b]Version 0.6.0rc3[/b]:
2215
2216(2008-03-21)
2217 * Try to use xv (or directx in windows) if the video driver is not set.
2218 * Added Play->Jump to, which will show a dialog where you can enter the
2219 position (time) to jump.
2220
2221(2008-03-20)
2222 * Fix: selection of chapters should work again with newer versions of mplayer.
2223 * Removed the option "Fast seek to chapters in dvds" in
2224 Preferences->Performance. Now it will use the fast method if not using
2225 a cache, and the slow one otherwise (the latter won't even work in newer
2226 versions of mplayer, so it's recommended not to use a cache for dvds).
2227 * Added rm and swf to the list of extensions.
2228
2229(2008-03-17)
2230 * Added new menu Video->Rotate, with options to rotate the image.
2231 * Show the language -if available- along with the name in the audio menu
2232 (it may work too in the title menu).
2233
2234(2008-03-14)
2235 * Now a dialog appears too if mplayer fails to start or crashes.
2236 * Add the scale filter if using the soft equalizer and gl/gl2, to avoid
2237 mplayer to complain.
2238 * The subtitle actions are enabled now if the close caption option is checked.
2239
2240(2008-03-13)
2241 * Added a new dialog to report the mplayer errors.
2242
2243(2008-03-11)
2244 * Displays a warning dialog if mplayer exits with an exit code
2245 different to 0.
2246
2247(2008-03-10)
2248 * (Internal change) Use -monitorpixelaspect instead of -monitoraspect.
2249
2250(2008-03-08)
2251 * Use -colorkey for directx only.
2252
2253(2008-03-06)
2254 * Added more help for the subtitle, interface and advanced sections in
2255 preferences.
2256
2257(2008-03-05)
2258 * Ignore action restore/hide if system tray icon is not visible. Fixes
2259 bug #1908229.
2260 * Added option in config.h to disable the use of the colorkey.
2261
2262(2008-03-03)
2263 * Now the shortcut editor should recognize some of the multimedia keys.
2264 * (By user request) Added an action to reset the video equalizer.
2265 * Remove starting and ending whitespaces in mp3 tags. Patch by
2266 Tanguy Krotoff <tkrotoff@gmail.com>
2267
2268(2008-03-02)
2269 * Bugfix: the keys PgDown and PgUp were incorrectly identified as PageDown
2270 and PageUp by shortcutgetter.
2271
2272(2008-03-01)
2273 * Try to keep fullscreen mode if running mplayer in its own window when
2274 opening a new file.
2275 * Added flac to the list of audio extensions. Patch by
2276 Tanguy Krotoff <tkrotoff@gmail.com>
2277 * Now changing the application stylesheet can be disabled setting
2278 ALLOW_CHANGE_STYLESHEET to 0 in config.h
2279
2280(2008-02-29)
2281 * Added the Macedonian translation by Marko Doda <mark0d0da@gmail.com>
2282 * Added the Basque translation by Piarres Beobide <pi@beobide.net>
2283
2284(2008-02-26)
2285 * Add the hue filter if the software equalizer is enabled. This allows to
2286 change the hue in the video equalizer.
2287 * Allow the software equalizer to be used with gl/gl2. Note: it won't work
2288 with gl or gl2 but it will work with gl:yuv=3 and gl2:yuv=3.
2289
2290(2008-02-25)
2291 * Bugfix: mark the right current item in the playlist if deleted an item
2292 above it. Patch by corentin1234.
2293
2294(2008-02-23)
2295 * Added two new options in the Subtitles menu: "Enable closed caption" and
2296 "Forced subtitles only". These two options are global because they are
2297 intended for DVDs. None of these two options have been tested!
2298
2299(2008-02-17)
2300 * On startup smplayer will create a lock file (smplayer_init.lock in the
2301 config directory) which will be removed once smplayer has been initialized.
2302 If another instance finds that file it will wait until the file is deleted
2303 (or 10 seconds have passed).
2304 The reason for this is to give the first instance some time to proper
2305 initialize in case several instances were launched at the same time (Windows
2306 does it if you select to "Enqueue in smplayer" multiple files).
2307
2308(2008-02-16)
2309 * New experimental code. New class "SMPlayer" which initializes the global
2310 objects and can parse the arguments. There's also a new main (main2.cpp).
2311 It's possible this could have broken something!
2312
2313
2314[b]Version 0.6.0rc2[/b]:
2315
2316(2008-02-11)
2317 * Added gl:yuv=3 and gl2:yuv=3 to the list of video drivers.
2318
2319(2008-02-09)
2320 * (Windows) Screensaver: set the timeout for lowpower, poweroff and
2321 screensaver before playing, and restore on stop.
2322
2323(2008-02-08)
2324 * (Windows) Bugfix: don't try to convert to 8.3 short names files that
2325 don't exist.
2326
2327(2008-02-07)
2328 * The script create_deb should compile and create the package much faster.
2329 * Bugfix: if the mplayer binary configured in preferences is just "mplayer"
2330 and there's a directory or file named mplayer in the smplayer working
2331 directory, smplayer would try to call that file. Now it won't call it
2332 if it's a regular file or directory, but WARNING if it's a binary it
2333 still will call it (this is because it tries to convert the path in an
2334 absolute path).
2335 * Some fixes so smplayer can work ok with a relative mplayer path.
2336
2337(2008-02-06)
2338 * Now selection of chapters in mkv files should work properly again if
2339 using mplayer >= r25391.
2340
2341(2008-02-05)
2342 * (Windows) Bugfix: the buttons to select the font color in
2343 Preferences->Subtitles->SSA/ASS didn't show the color.
2344 * Removed Yurkovsky Andrey from the list of translators, as requested
2345 by himself.
2346
2347(2008-02-04)
2348 * The option Play->Repeat should work better now. Also if using mplayer
2349 >= r23747 toggling the option won't require to restart mplayer (uses
2350 the loop slave command instead).
2351
2352(2008-02-03)
2353 * Try to remember if the window was maximized after exiting from fullscreen.
2354 * Added workaround for the problem of subtitles which don't disappear when
2355 using the "Add black borders" filter.
2356
2357
2358[b]Version 0.6.0rc1[/b]:
2359
2360(2008-01-30)
2361 * Added the Korean translation, by Heesu Yoon <imsu30@gmail.com>
2362
2363(2008-01-29)
2364 * If a version is not recognized, assume it's an old version instead of new.
2365 This way at least the file will play.
2366 * Now smplayer should recognize the mplayer version from ubuntu packages
2367 (MPlayer 2:1.0~rc1-0ubuntu13.1 (C) 2000-2006 MPlayer Team).
2368 * Changed some defaults in preferences: framedrop will be enabled, and
2369 subtitles on screenshots disabled.
2370
2371(2008-01-28)
2372 * Now the user can tell smplayer what version of mplayer is using, with the
2373 config option mplayer_forced_version. Anyway in the future there'll be
2374 a dialog to configure this.
2375 * Renamed mplayer_forced_version to mplayer_user_supplied_version. That
2376 version will be used only if smplayer can't parse the mplayer version from
2377 the mplayer output.
2378 * Now if the mplayer version can't be parsed a dialog will pop up asking the
2379 user for the mplayer version.
2380
2381(2008-01-26)
2382 * Now it's possible to zoom out on the video image.
2383 * Cosmetic change: now the mouse icon in Preferences->Interface->Seeking
2384 has the same size as the icons above.
2385 * Moved to old-txt some outdated txt files.
2386 * Updated Release_notes.txt, with the changes since version 0.5.62.
2387 * Now under Windows, the main window will never start hidden even if the
2388 system tray icon is shown. This should fix bug #1851817.
2389 On linux the behavior didn't change, as this is the way other applications
2390 work.
2391
2392(2008-01-25)
2393 * Updated the FAQ.
2394 * If changing the size of the normal (no -ass) subtitles requires to
2395 restart mplayer (because using an old version or configured this way)
2396 the size will increase or decrease in steps of 1, instead of 0.2, to
2397 make the resize faster.
2398 * Added an option in Preferences->Subtitles to set the default font scale
2399 for SSA/ASS subtitles. This has required to redesigned the section.
2400
2401(2008-01-24)
2402 * Using now the sub_scale slave command for -ass subtitles. This allows to
2403 change the font size on runtime. Requires MPlayer r25843.
2404 * Now the font scale is stored in two independent variables, one if not
2405 using libass and another if using it. This is because the same value
2406 produces very different font sizes. A value of 7 can display subtitles
2407 with a normal size if not using libass, but if libass is enabled the
2408 font will be huge.
2409 Important: the Scale option in Preferences->Subtitles, which sets the
2410 initial font scale for new videos, will now be only used if libass is
2411 disabled.
2412 It has been added a similar option for libass, but currently it can only
2413 be changed by editing smplayer.ini (initial_sub_scale_ass, default value 1).
2414
2415(2008-01-22)
2416 * Now the delay to update the video while dragging the time slider can
2417 be configured in smplayer.ini, option time_slider_drag_delay. The
2418 value by default is 100 (milliseconds).
2419 * The scale field in Preferences->Subtitles now accepts doubles.
2420 Fixes bug #1876114.
2421
2422(2008-01-21)
2423 * Added some new icons to the default theme taken from nuvoX
2424 (http://www.kde-look.org/content/show.php/nuvoX?content=38467)
2425
2426(2008-01-18)
2427 * "Help->Command line options" now shows an html text, so it looks better.
2428
2429(2008-01-17)
2430 * Added "Help->Command line options", which shows a text with help about
2431 the available command line options. It displays the same as smplayer -h
2432 but it will useful for Windows users, as smplayer -h doesn't work for
2433 them.
2434
2435(2008-01-16)
2436 * Now "Stay on top" is made properly, not cleaning the other flags.
2437 * The Makefile installs the files in docs/ru
2438 * Fixed a bug: Help->FAQ displayed the FAQ in the locale language and not
2439 in the language set in smplayer.
2440 * Now all the gpl.html in docs/ should be in UTF-8.
2441 * Converted docs/es/gpl.html and docs/de/gpl.html to UTF-8.
2442 * Added docs/ru/gpl.html.
2443
2444(2008-01-15)
2445 * Now the colorkey is passed properly to mplayer.
2446 * Added a new option: Options->Visualize motion vectors (-lavdopts vismv=7).
2447
2448(2008-01-14)
2449 * Added gl:yuv=3:lscale=1 in the video output combo in preferences.
2450
2451(2008-01-10)
2452 * Added an icon in the Instances tab so it doesn't look so empty
2453 (instance1.png and instance2.png).
2454 * Moved the seeking options in the Interface section to another tab.
2455
2456(2008-01-09)
2457 * Added the possibility to update the position of video while
2458 dragging the time slider (instead of updating it only when the
2459 slider has been released). Currently it's only possible to
2460 enable this option by changing the option update_while_seeking in
2461 smplayer.ini. There'll be an option in preferences soon.
2462 * Added an option in Preferences->Interface to configure that option.
2463
2464(2008-01-08)
2465 * Added an icon for Help->FAQ (faq.png).
2466 * Added an icon for Help->About Qt. The icon has been taken from the Qt
2467 sources (qmessagebox.cpp). This icon can't be changed by any icon theme
2468 (I don't think Trolltech would like it).
2469
2470(2008-01-06)
2471 * The subtitles size will increase or decrease in steps of 1 instead of
2472 0.2 if using SSA/ASS lib (it requires restart mplayer, which is slower).
2473
2474(2008-01-04)
2475 * Fixed a crash which may happen if trying to select a subtitle but
2476 the subtitle list was empty.
2477
2478(2008-01-03)
2479 * Now the GPL in English is in html too. From now on, all documents
2480 that smplayer have to load should be in html. This is because the
2481 debian packager compress all txt files, and so smplayer won't able
2482 to find them.
2483 * The file FAQ.txt has been moved to docs/en and converted to html.
2484 * New option Help->FAQ, which will display the FAQ in your web browser.
2485
2486(2008-01-02)
2487 * Added a function to get the path of a translatable document. The
2488 translatable documents should be (in the sources) in the docs subdir.
2489 * Now the GPL file is loaded from that path.
2490 * Added the Spanish and German translation of the GPL v2.
2491
2492(2007-12-31)
2493 * Now the QTextBrowsers really should have the same background color as the
2494 near widgets.
2495 * Now the about dialog can show the version number of mplayer.
2496 * The about dialog displays the GPL in the license tab. Temporary the file
2497 with the GPL text is embedded in the smplayer executable. In the future it
2498 will be read from documentation directory.
2499
2500(2007-12-30)
2501 * Replaced the QLabels and QTextEdits in the about dialog with QTextBrowsers,
2502 and changed the background colors.
2503
2504(2007-12-29)
2505 * Split the section "Video and audio" in Preferences->General into 2 sections.
2506 * Added 3 icons in the about dialog (contributors.png, translators.png and
2507 license.png), taken from Crystal Clear.
2508 * (By user request) Added "normal speed" to the list of actions available for
2509 mouse buttons.
2510
2511(2007-12-27)
2512 * Added a new option in Preferences->General->Video and audio: change volume
2513 just before playing. This should fix the problem of the loud volume on
2514 startup. It sets the volume using the commandline option -volume, but
2515 WARNING: mplayer doesn't have such option, you need a patched mplayer!
2516
2517(2007-12-26)
2518 * New about dialog, with some tabs.
2519
2520(2007-12-24)
2521 * (Windows) Preferences->Drives shows only cdrom devices.
2522
2523(2007-12-22)
2524 * (Windows) Now idx/sub subtitles should work also when using short names.
2525 So I think this stuff is finished.
2526 * Added the Finnish translation, sent by peeaivo <peeaivo@gmail.com>
2527 * For the option to skip the loop filter on HD videos: now a video is
2528 considered HD if its height (not width!) is equal or greater than
2529 the value specified in the HD_height option in smplayer.ini (720 by default).
2530 * Updated the help for the loop filter option in Preferences->Performance.
2531
2532(2007-12-21)
2533 * (Windows) Now the short names are used too for subtitle files (except
2534 idx/sub) and external audio files.
2535 * Added a manpage for smplayer, created by Matvey Kozhev <sikon@lucidfox.org>
2536 * (By user request) The skip loop filter in Preferences->Performance has
2537 changed. Now it's called "loop filter" and the possible values are:
2538 "Enabled", "Skip (always)" and "Skip only on HD videos". If the last option
2539 is selected, the loop filter will be skipped if the codec for the video is
2540 "ffh264" and the width of the video is 1024 or greater (this value is
2541 subject to change, possibly in the future it could be configured by the
2542 user).
2543 * Support for colored console output is disabled under Windows. I don't
2544 know any build compiled with that option.
2545
2546(2007-12-20)
2547 * (Windows) Added a new option for the config file: use_short_pathnames.
2548 If set to true, smplayer will pass to mplayer the short filename(8+3)
2549 to mplayer. This allows to play files which contains characters outside
2550 the local codepage (mplayer bug). Currently this only works with the file
2551 to play, not with subtitles filenames or other filenames that smplayer
2552 might pass to mplayer.
2553 To test: I don't know if this would break compatibility with Win98.
2554 * (Windows) Added an option in Preferences->Advanced to enable easily the
2555 option mentioned above.
2556 * Added patch by profoX to add support for the mplayer output when compiled
2557 with -enable-color-console.
2558
2559(2007-12-18)
2560 * Moved the letterbox option to the filters submenu and renamed to
2561 "Add black borders".
2562 * Added the new option Video->Filters->Software scaling. Makes mplayer to
2563 scale the video up to the width of your screen. This is slow, you'll need
2564 a really fast computer.
2565
2566(2007-12-17)
2567 * Updated the Russian translation, and added regular expressions
2568 (Advanced->MPlayer language) for Russian, sent by wiselord1983@gmail.com
2569 * Added patch by Florin Braghis <florin@libertv.ro> to support Win 98.
2570 Modified a little bit by me to allow it to compile under linux (for testing).
2571 * Added a new option: Video->Letterbox. It adds a black border around the
2572 video, according to the aspect ratio of the monitor.
2573 * Simplified the aspect ratio menu. The options "4:3 Letterbox",
2574 "16:9 Letterbox", "4:3 Panscan", "4:3 to 16:9" have been deleted. The first
2575 two are not necessary anymore because of the new Video->Letterbox option,
2576 and the last two I think they are not necessary because smplayer can
2577 simulate pan&scan since some time ago. Anyway they could be added again
2578 if someone really needs them.
2579
2580(2007-12-14)
2581 * Now smplayer stores the version number of mplayer in the config file and
2582 can use it to know if that version provides some feature (like the
2583 scaletempo filter) before running it. This makes possible to add
2584 "autodetection" too for options that should be passed on command line.
2585 * Now the option "High speed playback without altering pitch" (scaletempo) on
2586 Preferences->General has 3 possible values: auto, yes and no. Auto
2587 (the default) will use the scaletempo filter only if the mplayer you're
2588 using has that filter. "Yes" or "no" will force to use it or not, no matter
2589 of the mplayer version number.
2590
2591(2007-12-13)
2592 * (Windows) Added patch by Florin Braghis <florin@libertv.ro> to improve the
2593 file associations code.
2594 See http://smplayer.sourceforge.net/forums/viewtopic.php?pid=470#p470
2595 * (By user request) Added the possibility to configure any of the mouse
2596 buttons to show the equalizer.
2597 * (Windows) Some clean up in the file associations code. Also made some
2598 changes to allow to compile in linux (for testing, file associations
2599 of course won't work, but I can see the dialog, translations and so on).
2600
2601(2007-12-10)
2602 * (Internal change) Added mplayerversion.h and mplayerversion.cpp which
2603 parses the mplayer version from the output of mplayer. Inforeader can also
2604 get the mplayer version.
2605 * Now the size of OSD/subtitle text increases/decreases in steps of 0.20.
2606
2607(2007-12-08)
2608 * Added a new option for the config file: use_volume_option. If set to
2609 true, smplayer will set the initial volume using the command line option
2610 -volume in mplayer, so that should avoid that the volume is too loud on
2611 startup. But... mplayer doesn't have a -volume option yet, you have to
2612 patch it:
2613 http://lists.mplayerhq.hu/pipermail/mplayer-users/2007-December/070500.html
2614
2615(2007-12-05)
2616 * (By user request) Added a new option for the config file:
2617 auto_add_to_playlist. If true, new opened files are added automatically to
2618 the playlist (this is the default). Otherwise the playlist won't be
2619 modified unless it's strictly necessary (play a dvd, vcd, audiocd, or
2620 several files are opened at the same time).
2621
2622(2007-12-04)
2623 * When a file has stopped, the screensaver won't be allowed to run until
2624 an additional minute has passed, so it there are more files in the
2625 playlist they have time to start. A minute should be enough even for
2626 internet streams.
2627
2628(2007-11-29)
2629 * Now the cache setting is independent for each type of media. That means
2630 that you can disable cache for local files (faster startup) while keeping
2631 a cache for internet streams.
2632 The following options for the config file have been added: cache_for_files,
2633 cache_for_streams, cache_for_dvds, cache_for_audiocds and cache_for_vcds
2634 (the last two untested).
2635 The section Performance in the preferences dialog has been changed too,
2636 adding options for cache for files, cache for streams and cache for dvds.
2637 Note: it's not recommended to set a cache for DVDs, seeking might not work
2638 properly.
2639
2640(2007-11-28)
2641 * Added a new experimental code to disable the screensaver (and monitor
2642 turning off) on Windows.
2643 * Deleted the old (ancient) code for subtitle management.
2644
2645(2007-11-27)
2646 * If mplayer is compiled with gui support, it seems pause may not work
2647 properly. I think this is fixed now, by changing the PAUSE command in
2648 input.conf. Should fix bug #1839110.
2649 * Now the option Open->VCD is enabled under Windows.
2650
2651(2007-11-25)
2652 * A very important changed has been added in this revision. SMPlayer is
2653 the first mplayer frontend in the world (I guess) which uses the new
2654 slave commands sub_vob, sub_demux and sub_file (added a few hours ago in the
2655 mplayer svn). These commands, at last, allow to accurately select the
2656 subtitle track. Now you can mix without problems subtitles from different
2657 sources: embedded subtitles (like in mkv or mp4 or dvds) and external
2658 subtitles (srt, sub, idx/sub...), and now subtitle selection in mp4 files
2659 should work again (fixes bug #1806153).
2660 This possibility requires mplayer svn r25158 or above.
2661 The following option for the config file has been added:
2662 use_new_sub_commands. The possible values are: 0 (false), 1 (true),
2663 -1 (autodetect). The default value is -1. Autodetection will use the new
2664 commands or the old command according to the mplayer version.
2665
2666(2007-11-24)
2667 * Added Polish texts for the comboboxes in Preferences->Advanced->MPlayer
2668 language, sent by jarek.
2669
2670(2007-11-21)
2671 * Added support for playlists in format pls. Now smplayer can open and
2672 save pls files (only local files).
2673 Not much sure if QSettings produce a file readable by other applications
2674 (tested with xmms and it seems it works ok).
2675
2676(2007-11-20)
2677 * (Internal change) Added a new list in extensions: multimedia, which
2678 includes both video and audio extensions.
2679 * Now "Add directory" in playlist only adds video and audio files (not
2680 subtitles files, images or any other stuff you may have there).
2681
2682(2007-11-19)
2683 * Added patch by redxii, which provide a new icon for file associations
2684 under Windows.
2685
2686
2687[b]Version 0.5.62[/b]:
2688
2689(2007-11-16)
2690 * Added a new option in Preferences->General->Audio that allows to change
2691 the playback speed without altering the pitch (requires at least
2692 MPlayer dev-SVN-r24924).
2693 * Released version 0.5.62. Why not?
2694
2695(2007-11-15)
2696 * Fixed a bug in the new code in defaultgui: if you close the program in
2697 compact mode, then later when quiting compact mode the toolbars don't
2698 appear.
2699 * (Internal change) Now lists for video, audio, subtitles and playlists
2700 extensions are defined in extensions.h/extensions.cpp.
2701 * Added the audio types to the associations section in preferences.
2702
2703(2007-11-13)
2704 * Simplified the code of defaultgui, using the actions provided by
2705 the toolbars instead of creating new ones, and removing some old
2706 code.
2707
2708(2007-11-12)
2709 * (Fix) Now changing the volume when the file is paused really keeps
2710 pause. This is done by not changing the volume immediately but
2711 scheduling the volume change just after the file plays again.
2712 * The position and size calculations of the floating widget is now made
2713 in the floatingwidget code instead of the gui code.
2714 * Now the floating control shows with an animation! (It can be disabled in
2715 the config file).
2716 * (By user request) Added a new function for the mouse wheel: change playback
2717 speed.
2718
2719(2007-11-10)
2720 * (Experimental) New floating control (it looks like the old one) by using the
2721 new floatingwidget. This time it has an embedded toolbar, so actions are
2722 added to it (can't actions be added directly to widgets?). Previously every
2723 button and widget had to be created individually (making connections and
2724 so on), duplicating code. Now it's a lot easier.
2725 * Started to write the "mini gui". This is an optional gui, with very few
2726 buttons: it doesn't have a toolbar, and the control bar only have a
2727 play/pause, stop and mute buttons, and the time slider. It also provides
2728 a floating control with less buttons.
2729 To enable it: smplayer -mini
2730 This gui is in fact intended to be an example on how to create alternative
2731 gui's for smplayer.
2732
2733(2007-11-09)
2734 * Added options in Preferences->Advanced to save automatically the mplayer
2735 log every time a new file is played. Intended for external applications.
2736 Most of the code developed by iSage.
2737
2738(2007-11-07)
2739 * More work on the new code for time and volume sliders.
2740
2741(2007-11-06)
2742 * (Experimental internal change) Created a wrapper for the time and volume
2743 slider using QWidgetAction. Until now whenever a time or volume slider were
2744 needed (there are 3 time sliders and 3 volume sliders) each widget had to
2745 be created, set its properties, make connections... individually = a lot
2746 of duplicated code. Now only one object has to be created (one for the time
2747 slider, another one for the volume slider) and then it can be inserted in
2748 any widget that accepts QAction's, as many times as necessary.
2749 Less code and easier.
2750
2751(2007-11-05)
2752 * Removed option H.264->Skip frames, as it affects non H.264 videos too.
2753 The option in the config file is still available.
2754 * Added again the "Fast audio track switching" in Preferences->Performance,
2755 with a combo to select the 3 possible values: Auto, Yes and No.
2756 There's included help for this option, so I won't explain here.
2757 * (By user request) Added a new option for the mouse wheel combo in
2758 Preferences->Keyboard & mouse: "No function". If selected the mouse
2759 wheel will do nothing.
2760
2761(2007-11-03)
2762 * Adapted the code for patch select_sub_by_source_property2.diff.
2763
2764(2007-11-02)
2765 * Added the Greek translation sent by my80s <wamy80s@gmail.com>.
2766
2767(2007-11-01)
2768 * Fixed a bug which prevented to select the first (or preferred) subtitle
2769 when playing a new video.
2770 * Now mplayerprocess can identify the mplayer version (or svn revision).
2771 * Added autodetection possibility for changing the font size of subtitles.
2772 Now the values for the config option "change_sub_scale_requires_restart"
2773 are different: -1 means autodetect, 0 = false, 1 = true (by default -1).
2774 Autodetect will check the mplayer version to know if it's recent enough
2775 to have the slave command "sub_scale". But autodetect can fail with very
2776 old versions of mplayer (< 1.0rc1).
2777 * Renamed "change_sub_scale_requires_restart" to
2778 "change_sub_scale_should_restart" to force everyone to use the new default
2779 value.
2780 * Added autodetection possibility for changing audio track.
2781 * The config option "audio_change_requires_restart" has been renamed to
2782 "audio_change_should_restart". It also accepts three values (-1, 0 and 1)
2783 being -1 autodetection. The default option is -1, which means that
2784 the mplayer version will be checked to know if changing audio track
2785 needs to restart the mplayer process or not.
2786 * The option "Fast audio track switching" in Preferences->Advanced has been
2787 disabled until a new one (a combobox) which supports the 3 values is added.
2788
2789(2007-10-31)
2790 * Added code to test the slave command "select_sub" (see
2791 http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2007-October/054651.html)
2792 The code is disabled by default. To activate it set USE_SELECT_SUB to 1 in
2793 config.h.
2794
2795(2007-10-30)
2796 * Changed the layout of some sections in preferences to make them smaller.
2797
2798(2007-10-29)
2799 * (Experimental) Enable or disable some actions according to the current state.
2800 For example, the audio actions should be disabled if the file has no audio
2801 track.
2802 * (Fix) The time slider goes to 0 if the user press stop twice.
2803
2804(2007-10-26)
2805 * (Internal change) Renamed font_textscale in preferences to initial_sub_scale.
2806 * Assigned the new actions to change font size to the keys Shift+R (Size-) and
2807 Shift+T (Size+).
2808 * (Experimental) Now it's possible to dock the playlist on the left and right
2809 sides of the main window.
2810
2811(2007-10-25)
2812 * Now the -nostop-xscreensaver option is passed to mplayer if the screensaver
2813 is not to be disabled.
2814 * Added two new options for the subtitle menu: Size+ and Size-. They change
2815 the subtitle size. This also changes the meaning of the Scale setting in
2816 Preferences->Subtitles, it specifies now the default subtitle size for
2817 new videos.
2818 These new options use the new mplayer slave command sub_scale, so changing
2819 the size won't require to restart mplayer. Unfortunately this doesn't work
2820 with the SSA/ASS lib, in this case mplayer will be restarted.
2821 If you use an old version of mplayer which doesn't have the sub_scale
2822 slave command, you need to set to "true" the following option in the
2823 config file: change_sub_scale_requires_restart
2824
2825(2007-10-22)
2826 * Reorganized the layout of Preferences->Subtitles.
2827 * Preferences->Keyboard and mouse: the list of available actions for mouse
2828 buttons has been reduced. Only the most useful for mouse buttons are there.
2829 * Now the middle click button is also configurable. The default action is
2830 mute.
2831 * Now the default icon theme is Nuvola.
2832 * Added two new options in Preferences->Performance for H.264 videos:
2833 Skip loop filter (the famous "-lavdopts skiploopfilter=all") and
2834 Skip frames.
2835 This may allow "slow" computers (like mine) to play H.264 HD videos,
2836 although these options may produce a high quality loss. I prefer to scale
2837 down a little bit the image (1024x576 or 768x432).
2838
2839(2007-10-21)
2840 * Now the aspect ratio settings should work when using the mplayer own window.
2841 Note: the option "Autodetect" may not work correctly in this case.
2842
2843(2007-10-19)
2844 * Updated the Polish translation.
2845 * Improved layout of section "Preferred audio & subtitles" in
2846 Preferences->General.
2847
2848(2007-10-18)
2849 * (Internal change) Don't use the pref object in mplayerwindow.
2850 * Now the first track number for initial_subtitle_track and
2851 initial_audio_track (in config) is 1, instead of 0, to make it more natural.
2852 * Added in Preferences->General options to choose the initial audio &
2853 subtitle tracks.
2854
2855(2007-10-17)
2856 * Added a 2nd patch by LoRd_MuldeR for winfileassoc.cpp.
2857 * Added a work-around for a problem which prevents to use the arrow keys
2858 for shortcuts when using Simplified-Chinese.
2859
2860(2007-10-15)
2861 * Added clean_windows.bat, which deletes the compilation files.
2862 * Now the settings for played files will be saved in an independent file:
2863 ~/.smplayer/smplayer_files.ini (or under the directory set in -ini-path).
2864
2865(2007-10-14)
2866 * Added patch by LoRd_MuldeR for prefassociations.cpp and winfileassoc.cpp to
2867 make the file associations code compatible with SetFileAssoc.exe. It also
2868 adds an "Enqueue in SMPlayer" for the context menu. Not tested yet.
2869 * Disable compact mode when the video window is hidden (playing an audio
2870 file or using the mplayer window). I think this fixes bug #1812952.
2871 * New option for the config file: allow_video_movement. If true the video
2872 can be moved (Alt+cursors) even if not using zoom.
2873
2874(2007-10-13)
2875 * Updated the Ukrainian translation.
2876
2877(2007-10-10)
2878 * Updated the Slovak translation.
2879
2880
2881[b]Version 0.5.61[/b]:
2882
2883(2007-10-08)
2884 * Updated the Polish translation.
2885 * Added new icon (pref_associations.png).
2886 * Not compiling prefassociations and winfileassoc in linux, as they won't be
2887 used, to save some bytes and some secs of compilation.
2888 * Added *.ape to the list of audio files.
2889
2890(2007-10-07)
2891 * (Windows) Added a new section in Preferences to associate file types with
2892 SMPlayer. Patch by Florin Braghis (florin@libertv.ro).
2893
2894(2007-10-06)
2895 * Updated the Polish translation.
2896 * Added two new options for the configuration file, in section [defaults]:
2897 initial_audio_track and initial_subtitle_track. When a new file is played
2898 the values of these options will be used to select the audio and subtitle
2899 tracks. The first track is 0 (not 1). If the value is wrong, the first
2900 track will be used. The default value for both options is 0.
2901 Note: the "Preferred audio and subtitles" in Preferences->General will have
2902 preference over these options.
2903 * Added "Arabic (CP1256)" to the list of encodings for subtitles.
2904
2905(2007-10-05)
2906 * Now the icon for Windows (smplayer.ico) is bigger (48x48).
2907 * Updated the Chinese (zh_CN) translation.
2908 * Commented code to use an intermediate program for mplayer, 'cos it doesn't
2909 work at all.
2910 * Added new option for command line: -no-close-at-end, which is the opposite
2911 of -close-at-end.
2912 * Added two new options for command line: -fullscreen and -no-fullscreen.
2913 -fullscreen will play the video in fullscreen mode, while -no-fullscreen
2914 will play it in window mode. For simplification these options just modify
2915 the option "Start videos in fullscreen" in Preferences->General->Video and
2916 audio.
2917
2918(2007-10-04)
2919 * Added some code to use an intermediate program for mplayer, when using
2920 Windows 98 and ME. Not tested yet. (Written in linux)
2921
2922(2007-10-02)
2923 * Ported to Qt 4 the old code to handle subtitles. It seems we may need it.
2924
2925(2007-10-01)
2926 * Added a work-around to try to fix a problem in windows. When using gl/gl2,
2927 minimize the window, when restored the video is black. The only fix I
2928 found until now is to restart mplayer.
2929 * Try to keep the video paused when changing volume. It doesn't work well
2930 because of limitations of mplayer.
2931 * Small fix: don't use the screenshot filter if the screenshot directory
2932 entered by the user is not a real directory.
2933
2934(2007-09-30)
2935 * Updated the German translation.
2936 * Added USE_MULTIPLE_SHORTCUTS in config.h to enable or disable the new
2937 code for multiple shortcuts (enabled by default).
2938 * Deleted the actions inc_volume2 and dec_volume2 as now they are not
2939 necessary. Their shortcuts are now in increase_volume and decrease_volume.
2940 * Activated again the new resize code.
2941
2942(2007-09-28)
2943 * Now actions can have multiple shortcuts. That means that you can assign
2944 several keys for the same action. To do this, in the "modify shortcut"
2945 dialog in the actions editor, disable the "Capture" button and then
2946 enter the keys names separated by commas. For example: "Space, A" (will
2947 activate the action when pressed Space or A), "F, Ctrl+F, W" (will
2948 activate the action when pressed F or Ctrl+F or W).
2949 Note 1: the menus (and tooltips) will only show the first shortcut.
2950 Note 2: the actions editor won't be able to detect conflicts when entered
2951 shortcuts this way. In case of a conflict (the same key assigned to
2952 several actions) the key won't work.
2953
2954(2007-09-27)
2955 * Updated the Polish translation.
2956
2957(2007-09-26)
2958 * Updated the Polish translation.
2959 * Now if a smplayer.ini is found on the application directory, it will be
2960 used to read and save the configuration (unless -ini-path is used).
2961 * Now -ini-path requires a directory. -ini-path alone will fail and report
2962 an error.
2963
2964(2007-09-25)
2965 * Updated the Hungarian translation.
2966 * Bugfix: Drag&drop didn't work with *.part files, as the extension
2967 matched with a subtitle extension (*.rt), so it was tried to be loaded
2968 as a subtitle.
2969 * Added help messages for all options in Preferences->General.
2970 * Updated the Dutch and Polish translations.
2971 * Added help messages for all options in Preferences->Performance.
2972 * Added help messages for all options in Preferences->Keyboard and mouse.
2973 * Updated the Spanish translation.
2974
2975(2007-09-23)
2976 * Updated the Romanian translation.
2977 * Added *.ra to the list of audio files. This fixes bug #1799930.
2978 * Translated into Spanish the help texts I took from the mplayer manpage
2979 (in fact I've just took the translations from the Spanish translation of
2980 the manpage)
2981
2982(2007-09-20)
2983 * Updated the Ukrainian translation.
2984 * Added new option for command line: -add-to-playlist. If another instance
2985 of smplayer is found, the specified files will be added to that instance's
2986 playlist (nothing more will be done). If no other instance is found,
2987 this option won't do anything, the specified files will be opened as usual
2988 in a new instance.
2989 * Removed the option Audio->Channels->Default, as the mplayer default
2990 is stereo.
2991
2992(2007-09-19)
2993 * Fix: Don't try to connect in main.cpp to another running instance if
2994 the single instance is disabled! That also means that the command line
2995 option -send-action won't work in that case.
2996
2997
2998[b]Version 0.5.60[/b]:
2999 * Updated the Japanese and French translations.
3000
3001(2007-09-19)
3002 * Updated the German translation.
3003 * (Windows) Maybe a fix to avoid the video to pause when entering in
3004 fullscreen and the option "Pause when minimized" is enabled. Not tested
3005 yet.
3006
3007(2007-09-18)
3008 * The playlist will be floating as default.
3009 * (By user request) Added the option "Pause when minimized" in Preferences->
3010 General. If checked, the current file will be paused when the main window
3011 is hidden. When the main window is visible again play will resume.
3012 Currently it has two problems: if the file was already paused before
3013 hiding, smplayer won't remember it so when the main window is made visible
3014 the file will be played. And this setting also affects audio files, which
3015 maybe is not appropriate.
3016 * Updated the Polish translation.
3017
3018(2007-09-16)
3019 * Replaced the QAction's activated() signal with triggered(). Now smplayer
3020 runs without warnings in kubuntu with Qt 4.3. And I think now the port to
3021 Qt 4 has really finished.
3022 Anyway this is a delicated change, a small mistake and something could stop
3023 working.
3024 * Updated the Hungarian translation.
3025
3026(2007-09-15)
3027 * The script create_deb.sh changes the debian changelog so the SVN revision
3028 number is added to the generated *.deb file.
3029 * Added new option "Channels by default" in Preferences->General->Audio.
3030 * BTW, now the initial_* options in preferences are stored in its own
3031 section "[default]" in the config file.
3032
3033(2007-09-14)
3034 * Added a small program (getrev) to extract the SVN revision number. Intended
3035 for Windows, where the script get_svn_revision.sh doesn't work.
3036 * Compiling as default the old code to resize the main window, as it has been
3037 reported that the new one doesn't work on some systems.
3038
3039(2007-09-13)
3040 * Updated the Ukrainian, German and Japanese translations.
3041 * Now version.cpp returns the svn revision number.
3042
3043[b]Version 0.5.59[/b]
3044 * Updated the Ukrainian translation.
3045 * Bugfix: when passing only one file through command line, the file wasn't
3046 added to the playlist.
3047 * Added support for right to left languages. The arrow icons are reversed.
3048 Has the play icon to be reversed too? I've done, but I'm not sure.
3049 Unfortunately the jump-where-clicked feature in time (and volume) slider
3050 doesn't work well with RTL layout, so it's disabled in that case.
3051 If you want to take a look, run "smplayer -reverse".
3052 * By user request, added the total time in the floating control.
3053
3054[b]Version 0.5.58[/b]
3055 * Updated the Polish, Ukrainian and German translations.
3056 * I hope the problems in Windows with the new code to resize the main
3057 window are fixed now.
3058 * If the user selects the option to never resize the main window, the
3059 main window won't be resized when the playlist is docked/undocked.
3060 * The playlist is enabled again in fullscreen mode, although it will only
3061 appear floating.
3062 * Added dvr-ms to the list of extensions that the open dialog will show
3063 for videos.
3064 * Added an option in Preferences->Interface to change the default font of
3065 the application.
3066
3067[b]Version 0.5.57[/b]
3068 * Fixes in the window resize code. Now resizes should be much smoother.
3069 Only if you do something that alter the size of the window, like moving
3070 a toolbar or docking the playlist, could produce some flickering if
3071 you later change the video size using any of the options in the menu
3072 Video->Size. It also has to fix the problem that the window gets a very
3073 small that happens in Windows (although I couldn't test it).
3074 Of course this is in linux using Qt 4.2.3. Will it work on Windows with
3075 Qt 4.3.1?
3076 * Added the action "Toggle double size" in Video->Size.
3077
3078[b]Version 0.5.56[/b]
3079 * Updated the French translation.
3080 * Fixed regular expression in core.cpp to identify the DVD drive letter.
3081 * Rewrite the code to automatically resize the main window.
3082 * More fixes in the code to embed the playlist in the main window.
3083 Now exiting fullscreen works ok, the playlist is restored where it was
3084 before. There are still some minor issues.
3085 In my computer (linux, Qt 4.2.3) it works quite well, so I enable again
3086 the code by default. But... will it work on Windows and Qt 4.3.1?
3087
3088[b]Version 0.5.55[/b]
3089 * Updated the Japanese, Polish, Ukrainian, German, Romanian and Dutch
3090 translations.
3091 * The trailing "/" in dvd device paths will be removed again, but not
3092 if used with drive letters (E:/ for instance). It seems that sometimes
3093 it's necessary to enter the drive that way in order to play a DVD.
3094 * Fixed all deprecated warnings. Now smplayer can be compiled without
3095 QT3_SUPPORT defined. Still using deprecated signals (for instance
3096 for QActions) but I've got no warnings about them so it'll be
3097 difficult to fix unless I compile Qt with no Qt3 support at all
3098 (I guess).
3099
3100[b]Version 0.5.54[/b]
3101 * Updated the German, Ukrainian and Romanian translations.
3102 * Disabled again the playlist in main window as it has serious problems with
3103 Qt 4.3.1 (at least in Windows).
3104 * The trailing "/" in dvd device paths won't be removed. It seems that
3105 sometimes it's necessary. But be carefully, Windows users, when playing a
3106 dvd from a folder in the hard disc the path shouldn't end in "/", that
3107 would make mplayer to fail.
3108 * (By user request) Added "Video->Flip image" which flips the image
3109 upside-down. This option will affect the current video only, it's not
3110 a global option.
3111 * Now you can move the toolbars wherever you want.
3112 * Added the option "Create index if needed" in Preferences->Performance.
3113 The option will pass -idx to mplayer. From mplayer manpage:
3114 "Rebuilds index of files if no index was found, allowing seeking.
3115 Useful with broken/incomplete downloads, or badly created files."
3116
3117[b]Version 0.5.53[/b]
3118 * Some fixes in the code to add the file to play in the playlist.
3119 * Some more improvements on the playlist embedded in the main window:
3120 now the main window resizes when the playlist is docked/undocked.
3121 It also remembers its state on startup.
3122 For first time this code will be compiled as default so other people could
3123 test it. Anyway there's two known issues: the main window doesn't resize
3124 properly when playing an audio file (no video window) and the playlist
3125 is undocked (maybe another Qt 4.2.3 bug?). And to avoid some problems when
3126 exiting from fullscreen, the playlist is made floatable when entering in
3127 fullscreen mode.
3128 How to use it? The playlist will appear by default docked in the bottom area.
3129 You can move it to the top area if you want, or make it floatable
3130 by dragging it outside the window. You can dock it again by dragging the
3131 playlist to the bottom or top areas of the main window (there's also
3132 a button in the title bar for this).
3133 * Added a help message about the option "It's a playlist" in Open->URL.
3134
3135[b]Version 0.5.52[/b]
3136 * Updated the Russian translation.
3137 * Fix in the open URL dialog: the text should be selected now.
3138 * Fix for Qt 4.3.1 under Windows: after playing an audio file the video window
3139 didn't show when playing a video.
3140 * Experimental: add file to be opened in the playlist (deleting the whole
3141 playlist first). This prevents that when a file finishes, an item from an
3142 old playlist starts to play.
3143 * Added a context menu for when clicking on a toolbar.
3144
3145[b]Version 0.5.51[/b]
3146 * Updated the Chinese (zh_CN), French, Romanian, German, Ukrainian and
3147 Polish translations.
3148 * By mistake, the new option "close when finish" was enabled by default.
3149 Now that option will be disabled by default.
3150 * (Windows) When using Qt 4.3, inforeader fails, it can't read the output
3151 of mplayer. That means there won't be info about the codecs, demuxers,
3152 output drivers... I don't know why that happens, but disabling redirection
3153 of the mplayer output to a temporary file makes it to work again.
3154 I also realized that QProcess in Qt 4.3 works much better, so it's not
3155 necessary to send the mplayer output to a temporary file. So now if
3156 compiled with Qt 4.3 it won't use temporary files, fixing the problem with
3157 inforeader. Still there's a problem, if compiled with Qt 4.2.3 but using
3158 the Qt 4.3 dll's, the problem will still be present. Unless...
3159 * Now inforeader uses QProcess (not myprocess), so now it shouldn't be
3160 affected by the problem metioned before.
3161 * It doesn't try to create the app home directory ($HOME/.smplayer) if
3162 -ini-path is used.
3163
3164[b]Version 0.5.50[/b]
3165 * Updated the German, Ukrainian and Japanese translations.
3166 * I hope, fixed a problem with the playlist actions not showing (or
3167 appearing duplicated) in the actions editor. Now it works ok with Qt 4.2.3
3168 but I won't be sure the problem is really fixed until I test it with Qt 4.3.
3169 * Added the option Subtitles->Use SSA/ASS library, to make easy to enable
3170 or disable the use of the ass lib without having to open the
3171 preferences dialog.
3172 * Added new option in Preferences->General: Close when finished. If checked,
3173 the main window will be closed when the current file/playlist finishes.
3174 Now the command line option -close-at-end just will enable that option.
3175 * Added shortcuts in the Preferences->Subtitles dialog.
3176
3177[b]Version 0.5.49[/b]
3178 * Updated the Polish and Ukrainian translations.
3179 * Fixed warnings about using deprecated setBackgroundColor.
3180 * Renamed command line option -action to -send-action. This option will
3181 try to send the specified action to another running instance of smplayer,
3182 after that it will quit.
3183 * Added a new option for command line: -actions. As opposite to -send-action,
3184 this option will run the actions in the same instance. There could be
3185 several actions, separated by spaces (and enclosed in quotes). Examples:
3186 [i]smplayer video.avi -actions fullscreen[/i] (the file video.avi will be
3187 loaded, and just after that fullscreen mode will be toggled).
3188 [i]smplayer video.avi -actions "extrastereo_filter on_top"[/i] (will load
3189 the video, and then the extrastereo filter and the stay on top options
3190 will be toggled.
3191 "Toggled" means: if the option was previosly enabled now it will disabled
3192 and vice versa. If you want to be sure that an option will be on or off
3193 you can pass "true" or "false" as parameter:
3194 [i]smplayer video.avi -actions "on_top true"[/i] (the option Video->Stay on
3195 top will be checked, no matter the previous state).
3196 [i]smplayer -actions "show_language_toolbar false"[/i] (will hide the
3197 language toolbar)
3198 Some actions are not checkable, like open_vcd, double_speed... In that case
3199 you shouldn't use "true" or "false". But if you do it will be ignored.
3200 If you make a mistake and enter an action that doesn't exists, you'll get
3201 a warning (in the logs or in console) and it'll be ignored.
3202
3203[b]Version 0.5.48[/b]
3204 * Updated the Russian and Japanese translations.
3205 * Now smplayer will also look for icon themes in $HOME/.smplayer/themes.
3206 In the case a theme is both in the user directory and the system directory
3207 (usually /usr/share/smplayer/themes) it will look first in the user
3208 directory. If the icon is not there then it will look in the system
3209 directory.
3210 * Under linux the buttons for color selection (Preferences->Subtitles) now
3211 look better.
3212
3213[b]Version 0.5.47[/b]
3214 * Updated the Russian, German, French and Romanian translations.
3215 * Now the helping messages (for -help) are formated automatically by a
3216 function, making easy to translate these messages. I apologize for
3217 yesterday's madness. As compensation I have adapted myself the translations
3218 I received today.
3219 There's nothing more new in this version, but I release it so other
3220 translators don't go crazy.
3221
3222[b]Version 0.5.46[/b]
3223 * Added the option -playlist for command line. This option should be
3224 prepended in front of a filename (URL or whatever). This option will make
3225 mplayer to treat the file as a playlist. This option has nothing to do
3226 with smplayer's playlist! In fact smplayer won't have any control over
3227 the playlist at all. For smplayer it will just be like a single file.
3228 * Added the option -help for command line. It will show a helping message.
3229 BTW, the translators will have a challenge, as keeping the formating
3230 is not easy. (Take a look at the Spanish translation).
3231 * Added the option -close-at-end command line. The main window will be
3232 closed when the file/playlist finishes.
3233
3234[b]Version 0.5.45[/b]
3235 * Updated the Ukrainian and German translations.
3236 * The playlist check in the open URL dialog works. If checked the option
3237 -playlist will be added to the mplayer command line. (Internally some text
3238 will be appended to the URL, so smplayer can recognize it. This may seem
3239 ugly (and it is) but allows to add the URL to a playlist or to the recent
3240 files menu, and it will still work).
3241 * Added an icon to the open URL dialog (url_big.png).
3242 * Added two options for the config file: [i]enable_audiocd_on_windows[/i] and
3243 [i]enable_vcd_on_windows[/i]. It seems that mplayer on Windows doesn't have
3244 support for VCDs and Audio CDs (at least not the build supplied with
3245 smplayer). Setting these options to "true" will enable the entries in the
3246 open menu.
3247
3248[b]Version 0.5.44[/b]
3249 * Updated the Polish, German and French translations.
3250 * When trying to stop a video, the mplayer process will be killed if it
3251 doesn't finish within 3 seconds.
3252 * New dialog to enter a URL (the playlist check doesn't work yet).
3253 * Don't load actions from playlist to the actions' editor as it seems
3254 they are already there from the main window (in Qt 4.3 they appear twice).
3255
3256[b]Version 0.5.43[/b]
3257 * Updated the Italian translation.
3258 * Small fix for Windows in the fullscreen code.
3259 * Removed the "&" characters in the description of the actions in the
3260 actions' editor.
3261 * Using less deprecated functions.
3262
3263[b]Version 0.5.42[/b]
3264 * Serious bug: a lot of actions were missing in the actions' editor. Fixed.
3265 * More improvements with the playlist embedded in the main window: now it
3266 should be properly hidden/shown when toggling compact and fullscreen mode,
3267 and when clicking on the systray icon. Also the playlist button in toolbar
3268 (and menu) should be updated when the playlist is closed by clicking
3269 on its close button. But you'll see that now the main window is not
3270 resized when the playlist is shown or hidden. I left this problem for the
3271 end (it's not trivial). Anyway you can press CTRL-1 to force a resize.
3272 This code is not compiled by default yet. If you want to see it,
3273 change the value of DOCK_PLAYLIST to 1 in config.h before compiling.
3274
3275[b]Version 0.5.41[/b]
3276 * Updated the Ukrainian and Russian translations.
3277 * Fixed the problem with the Video->Size menu. All options will work now
3278 no matter of the previous selection.
3279 * Some changes in Install.txt, just to mark some obsolete sections and
3280 make clear that it can only be compiled with Qt >= 4.2.
3281
3282[b]Version 0.5.40[/b]
3283 * Ported to Qt 4. Easy to say but it took almost 2 months, and it's not
3284 completely finished yet (still using some deprecated functions).
3285
3286 Some other changes since version 0.5.21 (for details read the Porting_log):
3287
3288 * Now the option "Don't repaint the video background" is checked by default
3289 in linux.
3290 * Created the file create_deb.sh, specially for Ubunty users. If you run it,
3291 it would create a deb package.
3292 * Added a bat file (compile_windows.bat) to make easier the compilation in
3293 windows.
3294 * New button in the preferences dialog: Help. It will display some help
3295 about the options in the current section.
3296 * Now the configuration file will be in $HOME/.smplayer/smplayer.ini and
3297 $HOME/.smplayer/screenshots will be used as the default directory to
3298 save the screenshots.
3299 * Bug fix: now the info about the demuxer, audio and video codec are updated
3300 after a restart of the mplayer process.
3301 * Fix: now reading the info about video, audio drivers, codecs and demuxers
3302 is done in a language independent way (it looks for tags like
3303 "ID_VIDEO_OUTPUTS" instead of English text).
3304 * Now changing a key shortcut in the actions' editor is much easier. Now you
3305 double click or press enter on a shortcut (you can do it in any column)
3306 and a dialog will appear to ask you for the new shortcut. In this dialog
3307 you press the key or combination of keys that you want to assign to the
3308 shortcut. If you want to delete, just click on the Clear button.
3309 Note: this has been done by using some code from Edyuk
3310 (http://www.edyuk.org)
3311 * By user request: added a new option in Preferences->Interface:
3312 Change volume on every file. If checked SMPlayer will remember the
3313 volume of every file, and will be restored when played again. For new
3314 files the default volume will be used. That was the normal behavior until
3315 now. The new thing is if you uncheck it. In this case SMPlayer will never
3316 change the volume when a file is loaded. Problem: on startup SMPlayer
3317 won't know the current volume value, the volume slider will be wrong.
3318 * New option for command line that I think it could be very useful: -action
3319 This option passes the specified action to an already running instance.
3320 For instance, you're watching a video in smplayer, then you type:
3321 [i]smplayer -action pause[/i] and the video will be paused.
3322 [i]smplayer -action fullscreen[/i] will toggle the video to fullscreen.
3323 This will allow to control smplayer with a remote control.
3324 You can see a list of all available actions in "Preferences->Keyboard and
3325 mouse". Under the "Name" column in the shortcut editor you've got all
3326 action's names.
3327 When using -action all other parameters (except ini-path) are ignored.
3328 So it you want to open a movie and enter in fullscreen, this is NOT valid:
3329 [i]smplayer movie.avi -action fullscreen[/i]
3330 But you can do it in two steps:
3331 [i]smplayer movie.avi[/i]
3332 [i]smplayer -action fullscreen[/i]
3333 The exit code will be 0 if the -action option is successful and -1
3334 if there's an error.
3335 * In Windows, along with the screensaver, the monitor power off will be
3336 disabled too.
3337 * (By user request) Added a new option in Preferences->Interface:
3338 "Remember position and size" (of the main window). Checked by default.
3339 * (By user request) Added two new optins in Preferences->General->Video & audio:
3340 "Direct rendering" and "Double buffering".
3341 * Changed the behavior of "Use postprocessing" and "Volume normalization"
3342 in Preferences->General. Previously if you check "Use postprocessing" for
3343 instance, then all videos will use postprocessing, no matter of the
3344 setting in Video->Filter->Postprocessing. Now this specifies the
3345 default setting for new videos. If checked, all new videos you open
3346 will have the option Video->Filter->Postprocessing enabled but you
3347 [b]can[/b] disable it if you want. Previously this wasn't possible.
3348 I think this behavior is more consistent.
3349 * Almost all options in menus can have a shortcut.
3350 * Now the maximum value for volume is 100 instead of 99.
3351 * Recent files menu: now if the list is empty the submenu won't appear.
3352 You can also set the max. number of items in the list to 0 in
3353 Preferences->Interface.
3354 * Compilation time has been reduced.
3355
3356[b]Version 0.5.21[/b]
3357 * Updated the Brazilian Portuguese translation.
3358 * Moved the video and audio sections in Preferences->General to a new
3359 tab, and moved also the font section in Subtitles to another tab, to
3360 try to make the preferences dialog smaller.
3361
3362[b]Version 0.5.20[/b]
3363 * Updated the German, Ukrainian, Portuguese and Romanian translations.
3364 * Now it will exit from compact mode before playing an audio file. Otherwise
3365 the GUI would not have any menus or buttons at all.
3366 * Temporary fix: in playlist, the latest_dir won't be changed when adding
3367 multiple files, to avoid that wrong paths with dvd:, vcd:... could be
3368 used.
3369
3370[b]Version 0.5.19[/b]
3371 * Updated the German and Polish translations.
3372 * (Windows) The priority of the SMPlayer process is changed accordingly
3373 to the priority of MPlayer (SMPlayer will try to run with higher priority).
3374 Note: not much tested.
3375 * As a lot of people have complained, I changed "Brazilian Portuguese" and
3376 "Portuguese from Portugal" to "Portuguese - Brazil" and
3377 "Portuguese - Portugal".
3378
3379[b]Version 0.5.18[/b]
3380 * Updated the Russian translation.
3381 * Added support for audio CDs (only tested with one disc) so please
3382 test yourself and report problems. Test also if VCD and DVD still work
3383 properly.
3384 Note: I don't know if this option will work on Windows, I never
3385 could play an audio CD with the Windows version of MPlayer.
3386
3387[b]Version 0.5.17[/b]
3388 * Updated the Brazilian Portuguese, Slovak, Ukrainian, German and
3389 Portuguese from Portugal translations.
3390 * Now QCoreApplication::arguments () will be used to read the arguments from
3391 command line if Qt > 4.1. On NT-based Windows this should allow the program
3392 to get the right characters if the filename contains characters from other
3393 alphabets.
3394
3395[b]Version 0.5.16[/b]
3396 * Updated the Ukrainian and Polish translations.
3397 * Added two new translations: Romanian and Portuguese from Portugal.
3398
3399[b]Version 0.5.15[/b]
3400 * Updated the Russian, Italian, Swedish, German, Ukrainian, Polish and
3401 Simplified-Chinese translations.
3402 * (By user request) Added an option in Preferences->General to enable the
3403 postprocessing filter for all videos.
3404
3405[b]Version 0.5.14[/b]
3406 * Updated the Swedish, Ukrainian and Polish translations.
3407 * I think for volume normalization it's best to have a global option, so
3408 I added a volume normalization option in Preferences->General. If checked
3409 the volnorm filter will be used for all files.
3410 * Added an option in Preferences->General to set the maximum amplification
3411 level for softvol. By default 110. Valid range 10-10000.
3412
3413[b]Version 0.5.13[/b]
3414 * Updated the Ukrainian, German and Polish translations.
3415 * (By user request) Now the mouse wheel can be configured to zoom the video
3416 (Preferences->Keyboard and mouse->Mouse).
3417 Note: compatibility couldn't be kept, if you have previosly changed the
3418 behavior of the mouse wheel you'll need to change it again.
3419 * Now the options in the menu Video->Size will always be executed even if the
3420 option is already selected. Useful if you resized the window. Also added
3421 shortcuts for Size->100% and Size->200% (Ctrl+1 and Ctrl+2) and I'm very
3422 sorry but these shortcuts can't be changed (and these shortcuts will only
3423 work if the menu is visible).
3424 * (By user request) Added the option Audio->Filters->Volume normalization.
3425 Note: this option only affects the current file, if you want the filter
3426 to be used for all files add "volnorm" to the audio filters field in
3427 Preferences->Advanced.
3428 * (By user request) Clicking in the system tray icon with the mouse middle
3429 button pauses/unpauses the file.
3430 * Now tooltips for QActions are explicitly created, to try to work around
3431 a bug in Qt 4.3.
3432
3433[b]Version 0.5.12[/b]
3434 * Updated the Swedish, German and Ukrainian translations (although changes
3435 I've just made could have broken them...)
3436 * Reorganized a little bit the preferences dialog, by using several tab
3437 widgets. This prevents that sections grow to much.
3438 * Better explained the "MPlayer language" section (I hope) and added
3439 regular expressions for Spanish, Italian, German and French in the
3440 comboboxes, taken from the MPlayer translation files (completely
3441 untested!).
3442
3443[b]Version 0.5.11[/b]
3444 * Updated the Ukrainian and German translations.
3445 * Shortcuts for previous and next items in playlist didn't work in main
3446 window. Fixed.
3447 * Added an option in Preferences->Subtitles to use the new -subfont option
3448 in MPlayer. In the future SMPlayer will try to autodetect when this option
3449 is needed.
3450 * Added in Preferences a new section: MPlayer language, where the user can
3451 change some of the texts that SMPlayer looks for. Intended in case that
3452 MPlayer displays its messages in another language. (Unfortunately MPlayer
3453 can't change language at runtime).
3454
3455[b]Version 0.5.10[/b]
3456 * Moved the denoise submenu inside the video filter menu.
3457 * (By user request) Added the option "AC3/DTS pass-through S/PDIF" in
3458 Preferences->General. It will simply add "-afm hwac3" to the command line.
3459 * Renamed "Yadif (mode 0)" to "Yadif (normal)", and "Yadif (mode 1)" to
3460 "Yadif (double framerate)".
3461
3462[b]Version 0.5.9[/b]
3463 * Updated the Swedish, German, Ukrainian and Polish translations.
3464 * The application was probably getting the wrong screen resolution if
3465 a virtual desktop was enabled. I hope this is fixed now.
3466
3467[b]Version 0.5.8[/b]
3468 * Updated the Italian, Simplified-Chinese and Swedish translations.
3469 * Added two new options in the Video->Deinterlace menu: kerndeint and
3470 yadif (mode 1). The latter option should give a much more fluid motion than
3471 the normal yadif option, but you need a really fast computer, as this
3472 option uses a lot of CPU.
3473 Some videos require to change the field dominance to work properly, so an
3474 option for this will be added in the future. Meanwhile you can pass the
3475 option -field-dominance to mplayer if you need it.
3476
3477[b]Version 0.5.7[/b]
3478 * Added *.ac3 to the list of audio filters in the open dialogs.
3479 * On startup, if the previous height of the window is less than 200, then
3480 the window is resized to the default size.
3481 * Updated the Polish and German translations.
3482 * Updated the instructions to make a deb package in Install.txt.
3483
3484[b]Version 0.5.6[/b]
3485 * Updated the German and Ukrainian translations.
3486 * Changed the buttons in the floating control from QPushButtons to
3487 QToolButtons.
3488 * Added an option in Preferences to enable or disable the cache.
3489 (Cache could be disabled by setting it to 0, but this is clearer).
3490 The cache is [b]disabled[/b] by default, as it seems this option
3491 causes some trouble with some video formats. As a side effect now
3492 videos start to play faster.
3493
3494[b]Version 0.5.5[/b]
3495 * Added in the audio menu an option to load an external audio file (and
3496 another one to unload it). This allows to watch movies on which the
3497 audio track is in an external file (mp3, wav...).
3498 Note: if you play the movie again later, you'll see two audio tracks
3499 in the menus (the original one, and the external one), but changing
3500 tracks doesn't work. Strange things may happen if you do it.
3501 * Added the option "dont_use_eq_options" in the config file, ([preferences]
3502 section). If set to true, smplayer won't pass the options -brightness,
3503 -contrast, -hue, and -saturation to mplayer. It seems that some graphic
3504 cards don't support them or have some kind of problem with them.
3505 * Updated the German translation.
3506 * Added an empty icon for gamma (to prevent this slider to be higher than the
3507 rest).
3508
3509[b]Version 0.5.4[/b]
3510 * The size of the floating control can be changed, editing the config file.
3511 Option floating_control_width under the [default_gui] section. The value
3512 is a percentage (100 = all screen width, 50 = half of the screen width).
3513 By default, 100.
3514 * The size and position of the main window will be remembered.
3515 * (Qt 4) The balloon that remembers you that the program is already running
3516 in the system tray will be shown only 5 times.
3517
3518[b]Version 0.5.3[/b]
3519 * Updated the Polish and Russian translations.
3520 * New fullscreen control widget, smaller than the previous one. If using Qt 4
3521 it's better not to use the CleanLooks style, its buttons are huge and look
3522 awful in this widget.
3523 * Fixed bug #1729705 (I hope). This has required a lot of changes, so other
3524 bugs may appear.
3525
3526[b]Version 0.5.2[/b]
3527 * Updated the German and Ukrainian translations.
3528 * (Qt 4) Option Open->Close, now it exits from fullscreen mode before closing
3529 the window.
3530 * Now most options in the subtitle menu are disabled if there's none subtitle
3531 selected.
3532 * If the option Play->Repeat is enabled, files will start to play from
3533 the beginning.
3534 * (By user request) Now it's possible to choose the path of the ini file.
3535 This is done by the -ini-path command line option. Example:
3536 smplayer -ini-path /tmp
3537 will try to read the configuration from /tmp/smplayer.ini.
3538 The path is optional, if none is passed then it will use the application
3539 path, so "smplayer -ini-path" will read the configuration from smplayer.ini
3540 in the application path.
3541 This feature requires Qt 4. The option -ini-path (and the optional argument)
3542 will be ignored if compiled with Qt 3. This option won't work either with
3543 KDE support (and in this case you'll get an error if you try to use the
3544 -ini-path option).
3545 * Assigned the keys F5 and F6 for show_main_toolbar and show_language_toolbar,
3546 and updated shortcuts/default.keys with the new keys.
3547
3548[b]Version 0.5.1[/b]
3549 * Updated the Traditional Chinese and Bulgarian translations.
3550 * Now the title bar shows "file name - SMPlayer", instead of
3551 "SMPlayer - file name".
3552 * MPlayer can be compiled to display its texts in another language, but
3553 SMPlayer requires the texts to be in English. Unfortunately it's not
3554 possible to change the MPlayer language without recompiling. This is a
3555 problem. As a work-around I've made some of the internal regular expressions
3556 configurable (by editing the config file).
3557 rx_endoffile should specify the text that MPlayer outputs when a file has
3558 arrived to the end (by default "^Exiting... \\(End of file\\)"). If SMPlayer
3559 fails to catch this text, the playlist won't work properly.
3560 rx_novideo should specify the text that MPlayer outputs when a file has
3561 no video, by default "^Video: no video". If SMPlayer fails to catch this
3562 text, the video window won't be hidden when playing sound files.
3563 There are other English texts which SMPlayer looks for, but they are far
3564 less important (most of them are just simply displayed on the status bar).
3565 * (By user request) Created an action to change the window from normal size
3566 to double size and vice versa (this new action doesn't appear in any of the
3567 menus, it's handled by a key shortcut, by default CTRL+D).
3568 The best way would be to add key shortcuts to all Video->Size suboptions,
3569 but it's not possible for the moment (I actually can add shortcuts but
3570 they won't be configurable).
3571 * It seems that it's not a good idea to have the debian subdirectory in the
3572 sources, as it can conflict with the one made by package maintainers.
3573 As a quick solution, for now I've just renamed it to debian-rvm. If you want
3574 to create a deb package with dpkg-buildpackage, just rename it back to
3575 debian.
3576
3577[b]Version 0.5.0[/b]
3578 * Updated the Italian, German and Ukrainian translations.
3579
3580[b]Version 0.4.30[/b]
3581 * Updated the Japanese and Serbian translations.
3582 * Added the Traditional Chinese translation.
3583 * debian/control: now depends on mplayer | mplayer-nogui
3584 * Install.txt: explained how to create a deb package.
3585
3586[b]Version 0.4.29[/b]
3587 * Fixed bug #1725272 (the LCD in the floating control didn't show the hours).
3588 * Added the debian subdirectory (created in a kubuntu 7.04). This way it's
3589 possible to create a deb package.
3590 * Updated the German and Ukrainian translations.
3591
3592[b]Version 0.4.28[/b]
3593 * Written the documents Install.txt and Release_notes.txt, and updated
3594 Readme.txt.
3595 * Updated the Polish translation.
3596 * Added the Serbian translation.
3597
3598[b]Version 0.4.27[/b]
3599 * Applied patch to fix bug #1703280.
3600 * Now the tooltip in the system tray icon should display the same as the window
3601 title.
3602
3603[b]Version 0.4.26[/b]
3604 * Updated the Ukrainian, German, Polish, Dutch, Chinese and Turkish
3605 translations.
3606
3607[b]Version 0.4.25[/b]
3608 * Not providing a default for SSA/ASS style override, as this setting may
3609 affect real SSA/ASS subtitles. Added a "whatsthis" help for this field.
3610 * Now DESTDIR is used in the Makefile to select the installation directory,
3611 and changed the smplayer.spec to use it.
3612 * Updated the Ukrainian and German translations.
3613
3614[b]Version 0.4.24[/b]
3615 * Updated the Italian and Polish translations.
3616 * Added support for SSA/ASS style override (-ass-force-style option in
3617 mplayer). As there are a lot of options for styles, I just simply added a
3618 line edit so you can enter the styles you want. This option may be very
3619 useful with srt/sub files when using the SSA/ASS library, as subtitles may
3620 look much nicer.
3621 By default, it will use "Bold=1,Outline=2,Shadow=2" which provides a
3622 nice black shadow.
3623 Info about these styles can be found at:
3624 http://www.perlfu.co.uk/projects/asa/ass-specs.doc (look at chapter 5)
3625
3626[b]Version 0.4.23[/b]
3627 * Updated the Turkish, German, Ukrainian, Swedish and Polish translations.
3628 * Moved all translations to a subdir: src/translations.
3629 And if TRANSLATION_PATH is not defined on compilation, smplayer will look
3630 for translations in application_path/translations/ (this is intended for
3631 Windows).
3632 * Changed the default colorkey to 0x020202 (this really was the old colorkey).
3633 * Made the colorkey field in preferences editable, so there's two ways to
3634 set the colorkey: typing it yourself or selecting a color in the color
3635 dialog. Warning: currently no check is performed on the typed value. If
3636 the value is invalid it would return 0 (black).
3637 The value must be in hexadecimal, this way: #RRGGBB, where RR, GG
3638 and BB are the red, green and blue components of the color.
3639
3640[b]Version 0.4.22[/b]
3641 * Updated the German translation.
3642 * (Playlist) After removing the selected items, it tries to keep the cursor
3643 on the same row it was before (previosly the cursor was always moved to
3644 the 1st row).
3645 * Made the rest of actions translatable.
3646 * Added an option in the preferences dialog (subtitles tab) to select the
3647 default position of the subtitles. 100 means the bottom of the video window
3648 while 0 mean the top.
3649 * The colorkey is configurable now. Preferences->Advanced.
3650
3651[b]Version 0.4.21[/b]
3652 * Updated the Turkish translation.
3653 * Parses the StreamTitle line from Shoutcast streams, and displays it in the
3654 info window and title bar.
3655
3656[b]Version 0.4.20[/b]
3657 * Updated the Japanese, Czech, Polish, Italian and Chinese translations.
3658 * Floating control: don't assume that in fullscreen mode the screen starts
3659 at 0x0 (it might be on a 2nd monitor). This may fix the problem on which the
3660 floating control may show on the wrong monitor.
3661 * Playlist: the playlist is now only marked as "modified" only when changed
3662 by the user (and not when smplayer adds items to it, for instance, the
3663 files loaded from command line).
3664 * (By user request) New option in preferences (config file only):
3665 initial_panscan_factor. It specifies the default zoom value all new videos
3666 will have (by default 1.0).
3667
3668[b]Version 0.4.19[/b]
3669 * Updated the German and Russian translations.
3670 * Changed the colorkey. The one in 0.4.18 didn't work on Windows with
3671 directx.
3672 * Added a system tray icon if compiled with Qt 3 and KDE support.
3673
3674[b]Version 0.4.18[/b]
3675 * Updated the Swedish, German and Ukrainian translations.
3676 * Qt 4: now the time and volume sliders should work better. Previously
3677 it wasn't easy to drag the slider's handle if it was bigger than usual.
3678 Now the actual size of the handle is taken into account so dragging should
3679 work as expected.
3680
3681[b]Version 0.4.17[/b]
3682 * Updated the Ukrainian, German, Russian, Polish and Bulgarian translations.
3683 * Added the Swedish translation.
3684 * Now you can open several files through command line:
3685 smplayer video1.avi video2.avi music.mp3
3686 or
3687 smplayer *.mp3
3688 The first file will be opened by a function which is able to handle *.m3u
3689 files and directories. The rest will simply be added to the playlist.
3690 As this feature has required important changes, it might have introduced bugs.
3691 Report if you notice something strange.
3692 * Fixed a bug in the playlist. The first item played wasn't marked sometimes
3693 as played.
3694
3695[b]Version 0.4.16[/b]
3696 * Updated the Chinese and Russian translations.
3697 * Added support for the sub_step command (in the Subtitles menu). This allow
3698 you to move to the previous or next subtitle line in the subtitle files.
3699 It can help you to synchronize the subtitles.
3700 Note: this setting is not saved, reasons: 1) if you need to use these
3701 options maybe it's because the subtitle file has a serious sinchronization
3702 problem and you'll probably have to adjust the subtitles several times,
3703 2) it's not easy to do it.
3704 * At last the "+10 seconds", "+1 minute"... options in the menus show the
3705 actual time to jump (if you modified the default values in preferences).
3706
3707[b]Version 0.4.15[/b]
3708 * Updated the Italian translation.
3709 * Server commands: the playlist functions now work with Qt 4.
3710 * The function of the mouse buttons are configurable again. With this smplayer
3711 retrieves all functionality from 0.4.7.
3712
3713[b]Version 0.4.14[/b]
3714 * Updated the Polish, Ukrainian and German translations.
3715 * The function command in server should work again. If you don't know
3716 what I'm talking about, do "telnet localhost 8000" (or the port configured
3717 in preferences) and type "list functions". This feature allows to control
3718 smplayer remotely. Note: I've just realized that the playlist functions
3719 currently don't work if using Qt 4.
3720
3721[b]Version 0.4.13[/b]
3722 * Updated the German, Russian and Chinese translations.
3723 * Added the Turkish translation.
3724 * Actions editor: checking for conflicts, now it will only beep due to
3725 conflicts after editing a shortcut. This prevents beeps when entering
3726 in the preferences dialog, which can be confuse for the user.
3727 * Actions editor: now it will display error message if the key shortcut
3728 file can't be saved or loaded.
3729 * Actions editor: Shortcuts are shown left aligned.
3730 * I spent some time writing a widget which would allow to enter a shortcut
3731 just pressing the key (or combination of keys), instead of typing it.
3732 I took some code from qt-3 designer, and yes, it works pretty well.
3733 But at the end I'm not using it... it doesn't work well with qt 4 (some
3734 keys can't be entered, like Tab or the cursors). And moreover with qt 3
3735 it isn't really possible to enter all keys. For instance with a Spanish
3736 keyboard it seems impossible to enter the key ">".
3737 But in case you want to try it yourself, edit the file actionseditor.cpp and
3738 change the line
3739 #define USE_KEYCHOOSER 0
3740 to
3741 #define USE_KEYCHOOSER 1
3742
3743[b]Version 0.4.12[/b]
3744 * The actions editor is now in the preferences dialog.
3745 * Now smplayer will look for icons in a directory named "themes" instead
3746 of "icons" (defined with THEMES_PATH in Makefile). This is because in the
3747 future there might be more things besides icons.
3748 * smplayer will look for key shortcuts files in a directory named "shortcuts"
3749 (SHORTCUTS_PATH in Makefile).
3750 * Updated the German, Russian and Ukrainian translations.
3751
3752[b]Version 0.4.11[/b]
3753 * Fixed a bug in actions editor: default shortcuts were lost on first run.
3754 If you used 0.4.10 edit the config file and delete the [actions] section.
3755 * More improvements in actions editor. Now it's possible to save the actions
3756 to a external file, and load it. It also checks for conflicts (the same
3757 shortcut assigned to other actions).
3758 * Removed the src/icons directory. Icons will be in another package
3759 (and current Makefile is broken, don't try "make install").
3760
3761[b]Version 0.4.10[/b]
3762 * Actions editor: now the actions are saved and loaded to the config file.
3763
3764[b]Version 0.4.9[/b]
3765 * Fixed a segfault when selected Open->Quit (Qt 4).
3766 * Using UTF-8 for all QTextStreams in server.cpp and client.cpp.
3767 * Updated the Russian, Ukrainian, Chinese, Polish, Dutch and Italian
3768 translations.
3769 * More improvements on the actions editor. Better code for Qt 4, and
3770 now it shows the icon and name of the action, along with the description.
3771 The actions editor is far to be finished so it's hidden. If you want to see
3772 it, press G. You can change the shortcuts by double clicking in the
3773 shortcuts cell. The new shortcuts you define will work for the current
3774 session, but they won't be saved.
3775
3776[b]Version 0.4.8[/b]
3777 * Updated the German translation.
3778 * Using now QActions for all key shortcuts.
3779 * Started to write the actions editor.
3780
3781[b]Version 0.4.7[/b]
3782 * Updated the Polish, German, Ukrainian and Italian translations.
3783 * As the panscan feature seems to work well, even in Windows, I added
3784 a new submenu "Panscan" in the Video menu. The videos should also remember
3785 the zoom value.
3786
3787[b]Version 0.4.6[/b]
3788 * Experimental pan&scan feature. It's possible to move the video window
3789 (left, right, up and down) and also zoom it. You increase zoom with key
3790 "E" and decrease with "W". You can move the window with ALT + cursor keys.
3791 This is experimental, just to test if this can be done. The settings
3792 are not saved anywhere, in fact resizing the window resets all values
3793 to the defaults.
3794 Note: the zoom affects the OSD too, including subtitles.
3795
3796[b]Version 0.4.5[/b]
3797 * The fix in 0.4.4 actually brokes smplayer on Windows. The video disappears
3798 when the video is resized. So now this is an option that can be enabled
3799 or disabled (Preferences->Advanced, Don't repaint the background of the
3800 video window). This option is Off by default, as it works well in linux
3801 with Qt 3 and on Windows with Qt 4. If you use Qt 4 on linux and have the
3802 problem mentioned in the 0.4.4 changelog, you may check this option and see
3803 if it helps.
3804
3805[b]Version 0.4.4[/b]
3806 * Updated the Slovak, German, Ukrainian and Polish translations.
3807 * A very important fix (at least for me). Now when the main window is
3808 resized the video should not flicker at all (I made this specially for
3809 Qt 4, where the flicker was very annoying, but at the end the result is
3810 much better with Qt 3). The most important is that this fixes a repaint
3811 problem with Qt 4. Sometimes the video window got black (totally or
3812 partially) when closing another window (or menu) that was over it (I could
3813 reproduce it by entering in the preferences dialog, and changing the
3814 language).
3815 I don't know if someone else had this problem (I didn't get any report
3816 about it), but it happened to me and it was really annoying. Now this
3817 is FIXED!!!
3818
3819[b]Version 0.4.3[/b]
3820 * On startup the toolbars always appeared even if they were hidden in the
3821 previous session. Fixed (I hope).
3822 * Changes in playlist: now if the playlist has been changed, it will ask you
3823 to save it before loading a another playlist. It will also ask you if
3824 you try to open a dvd or vcd, because that clears the playlist.
3825 It won't ask you when you close the application, because the current
3826 playlist is saved to the config file and so it will retrieved on startup.
3827 * Merged the info window and advanced file settings in one thing:
3828 "View info & properties".
3829 * Updated the German translation.
3830
3831[b]Version 0.4.2[/b]
3832 * If in compact mode, on startup the toolbars were visible. Fixed.
3833 * Some improvements on the playlist docked in the main window, but there
3834 are still some issues. I'm afraid this can't be completely fixed until the
3835 application is ported to Qt 4.
3836
3837[b]Version 0.4.1[/b]
3838 * Updated the Chinese, Russian, Italian, German, Ukrainian and Polish
3839 translations.
3840 * Some options in menus didn't update the name after a language change. Fixed.
3841 * Some improvements in the tray icon:
3842 - If the main window is hidden, it will became visible just before playing
3843 a video. Now this works too with the (playlist) next and previous options.
3844 - The tray icon shows a tooltip with the name of the current file.
3845 - Added two options to the context menu: playlist and preferences.
3846 * The playlist saves to the config file the current playlist just before
3847 quiting and loads again on startup.
3848 * Renamed the Exit option to Close. If the system tray icon is not activated
3849 then the Close option finishes the application. But if the system tray icon
3850 is activated then it just hides it. The Quit option always finishes the
3851 application, no matter if the tray icon is activated or not (the Quit
3852 option doesn't show if Qt < 4.2).
3853
3854[b]Version 0.4.0[/b]
3855 Initially version 0.4.0 was to be released once the key shortcuts were
3856 configurable. But as it seems it still takes some time for that, and
3857 considering that I've implemented some things actually planned for future
3858 versions (VCD, system tray icon) I change to 0.4.0 now (even though I've just
3859 implemented the system tray icon and it may have bugs).
3860 Main objective for 0.5.0 is still configurable shortcuts, and I expect it to
3861 be soon, very soon.
3862
3863 * More improvements in tray icon. Just test it. Remember that you need to
3864 compile at least with Qt 4.2. I think this feature is now quite usable.
3865 There's a known problem, though, the next and previous options in the
3866 context menu don't force a show() in the main window. This is ok for music.
3867 But if it's a video then the main window won't appear until you make
3868 visible yourself.
3869 * The main window only shows once on startup, that prevents that the main
3870 window can be seen for a little moment without toolbars.
3871 * The width of the floating control can be configured (for now just by
3872 editing the configuration file, look for floating_control_width, the value is
3873 the desired width in %, by default 75%).
3874 * Now if you select Open->VCD and the cdrom device is not configured, a
3875 warning will show and then the preferences dialog will open so you can
3876 configure it.
3877 * Disabled style switching again, because it crashes with Qt 4 (I find
3878 Qt 4 more unstable than Qt 3...)
3879 * Updated the Ukrainian and Bulgarian translations.
3880
3881[b]Version 0.3.45[/b]
3882 * Updated the Ukrainian, German and Russian translations.
3883 * Some improvements in the tray icon. Now it has a new context menu,
3884 and it saves its state (mainly if the main window is visible or not)
3885 to recover it on startup. Unfortunately it doesn't work well if the
3886 single instance option is activated.
3887 And if you click on the close button the application will hide but it
3888 will still running in the tray.
3889
3890[b]Version 0.3.44[/b]
3891 * Added the Bulgarian translation.
3892 * Updated the Polish translation.
3893 * Qt 4: Made the repaint of the mplayer window more or less like Qt 3.
3894 At least this seems to fix some small cuts in the audio when resizing.
3895 But still the window is getting black after changing the language in
3896 preferences. I don't know why.
3897 Report if you find problems with this (more flickering than before or
3898 something).
3899 * Started to implement the system tray icon. You need Qt 4.2 to see it.
3900
3901[b]Version 0.3.43[/b]
3902 * Updated the Dutch translation.
3903 * When DOCK_PLAYLIST is set 1, the playlist was always shown when exiting from
3904 fullscreen, even if it was hidden previously. Fixed.
3905 * Qt 4: now the time (and volume) slider go to the point you click on the bar.
3906 * Windows: the playlist was always above the main window. This should be
3907 fixed now. The VCD option in the Open menu is disabled, as mplayer in
3908 Windows doesn't support VCDs yet. Anyway you can watch VCDs by opening the
3909 *.dat files you'll see in the drive.
3910 * STYLE_SWITCHING option in config.h activated by default now. This will
3911 allow you to switch the Qt style at runtime (Preferences->Interface).
3912 This option wasn't enabled by default because it seems it had some issues
3913 (some colors might not be correct). Anyway I let you to test it.
3914
3915[b]Version 0.3.42[/b]
3916 * VCD support has triggered a problem. If title #1 of a VCD (or DVD) can't
3917 be played, the GUI doesn't get the info of the rest of titles (which
3918 probably could be played). Now the application detects that case and
3919 passes that info.
3920 * Now when a VCD or DVD start to play, all titles are added to the playlist
3921 (clearing all previous contents), so when a title finishes the next one
3922 will be played.
3923 * I think those 2 previous things can improve DVD support. Because it seems
3924 that a lot of people got confused when the first title of a DVD didn't
3925 play, even thinking that smplayer can't play DVDs at all. Now if the
3926 first title fails the 2nd will be played. Anyway I couldn't test this,
3927 because I don't have any DVD which first title doesn't play.
3928 * Added the option vcd_initial_title for preferences (this is a config
3929 option, it's not in the preferences dialog yet). It specifies the
3930 title number which should be played when you select Open->VCD. By
3931 default 2.
3932 * And added support for VCDs in other parts of the code. For instance
3933 the info window recognizes VCDs and displays a different icon for them.
3934 Or you can play a VCD through command line: [i]smplayer vcd://3[/i] (will
3935 play title #3), or just simply [i]smplayer vcd:[/i] (which is the same
3936 as selecting Open->VCD).
3937 * Now the option Video->Aspect ratio->Autodetect will use the aspect
3938 ratio of the mplayer window, instead of the file aspect rato. That makes
3939 that some filters could work better. (Anyway I don't know if this could have
3940 any secondary effect...)
3941 * Renamed the icon them Test as Oxygen.
3942
3943[b]Version 0.3.41[/b]
3944 * Updated the Hungarian translation.
3945 * Started the VCD stuff. Now you can play VCD's. But... to implement this
3946 feature I used a VCD created by k3b with 2 videoclips. mplayer reports
3947 that there are 3 titles in the disc. The first one can't be played
3948 (maybe it has control info or something), but that makes that smplayer
3949 doesn't get the info about available titles. To "fix" it smplayer will
3950 start to play all VCDs from title 2 (instead of 1) but of course I'm not
3951 sure if it is safe to assume that all discs (in mplayer) start at title 2.
3952 So if you have a lot of VCDs, please test.
3953 BTW, I think mplayer on Windows doesn't support VCDs...
3954
3955[b]Version 0.3.40[/b]
3956 * Added a new icon theme "Silk" created by ilGaspa
3957 (http://www.phpbbplanet.com/smplayer/viewtopic.php?t=116)
3958 * Added another icon theme "MacLike", by Charles Barcza.
3959 * Updated the Ukrainian and German translations.
3960 * Qt 4: The video equalizer lost its icons everytime an icon theme change was
3961 made. Fixed.
3962 * It seems that drag&drop didn't work with filenames with non-latin1
3963 characters if the drag was made from Konqueror. It seems the problem that
3964 kde encodes the filenames using the current locale but Qt expects
3965 to be in UTF-8. Now drag&drop from Konqueror should work but it's required
3966 to compile smplayer with kde support.
3967 Of course, if your system's encoding is UTF-8 then there's not problem at all.
3968 * Tried to avoid the use of double slashes (/usr//share...) in paths.
3969
3970[b]Version 0.3.39[/b]
3971 * Updated the Czech, Polish, French, German and Spanish translations.
3972 * KDE support fixes: now the embedded icons should show again. Now you
3973 can pass a filename to open from command line.
3974 * Changes in Makefile. if "make KDE_SUPPORT=1" doesn't work for you,
3975 edit the Makefile and change the kde paths.
3976 You also can pass the paths through command line, example:
3977 make KDE_SUPPORT=1 KDE_INCLUDE_PATH=/usr/include/kde
3978
3979[b]Version 0.3.38[/b]
3980 * Moved most of the single instance stuff to another class (CSManager). That
3981 simplifies the BaseGui code.
3982 * Fixed an old bug. If the server which smplayer tries to connect to
3983 on startup doesn't respond anything, smplayer will wait and wait...
3984 forever. Now it waits 4 seconds, after that smplayer starts and reports
3985 to the user about the problem, and disables the single instance option.
3986 * KDE dialogs: now the Qt filters are converted to the KDE format. Now
3987 the KDE dialogs should work.
3988 * Now you can compile smplayer with KDE support just by typing:
3989 make KDE_SUPPORT=1
3990 * Updated the Japanese, Russian and Czech translations.
3991
3992[b]Version 0.3.37[/b]
3993 * Set the focus to video window after the user has selected an audio or
3994 subtitle from the toolbar.
3995 * Now the video should keep paused the when switching to fullscreen mode.
3996 * Finally I could compile smplayer with kde support. Now smplayer can
3997 show the kde open dialogs. But it seems that the filter parameter is not
3998 fully compatible with the Qt dialogs, so some of the dialogs could be
3999 useless. I'll try to fix it anyway. There are also other problems:
4000 the embedded icons don't show, you'll have to use any other icon set.
4001 And for some reason the application path is changed to /usr/bin so
4002 smplayer could have problems finding its files.
4003 If you want to test it, edit the smplayer.pro and look for "KDE_SUPPORT"
4004 and uncomment the 3 lines (and change the kde paths...). I'll try to
4005 make it easier in future releases. Ah, don't forget to compile with Qt 3.
4006 * Updated the Polish translation.
4007
4008[b]Version 0.3.36[/b]
4009 * Improved a little bit the new subtitles' code. If you're watching a
4010 video with subtitles and you load a new subtitle file, smplayer will
4011 try to keep using the same subtitle if it is still present (you may
4012 think that it would better to select the subtitle from the file that
4013 user has loaded, but it's impossible to know which one it is).
4014 The same would happen if you unload the subtitle file, smplayer will
4015 try to keep the previous selected subtitle, if it's one of the available
4016 subtitles. If it's not, the none subtitle will be selected.
4017 On the other hand, if you load a subtitle file to a video which didn't
4018 have any subtitle, then smplayer may select one subtitle, according to
4019 the preferences settings (if subtitle autoload is activated, it will
4020 select the first one or the user's preferred language if found).
4021 * Now you can drag directories to the playlist. It will add all files
4022 in it (it's not recursive, it won't add files in subdirectories).
4023 * Now you can open DVD iso files. Just simply select the *.iso file
4024 in the Open->File dialog. You can also drag it to the main window or
4025 playlist. The file must have the extension iso to be identified. If the
4026 image has another extension there's another way to open it, select
4027 Open->DVD from folder. This dialog will only allow you to choose a
4028 directory but you can type after it the filename.
4029 * Updated the German and Georgian translations.
4030
4031[b]Version 0.3.35[/b]
4032 * Almost all subtitle code has been rewritten. I think that now it's much
4033 better. For instance, now you can load a idx/sub file and you'll be able
4034 to select among all languages that the file provides. You can have a
4035 mkv file with embedded subtitles, load an idx/sub file (or srt, sub...)
4036 and all subtitles will be available.
4037 There's also a new option in the subtitles menu to unload the previous
4038 subtitle file you might have loaded.
4039 This new code is still under testing, and it could have bugs. If you
4040 see something strange, please report.
4041 * Updated the Ukrainian, Czech, Georgian, Polish, Russian and Chinese
4042 translations.
4043
4044[b]Version 0.3.34[/b]
4045 * Updated the Dutch, Ukrainian, German, Polish and Italian translations.
4046 * Added the Czech translation by Martin Dvořák.
4047 * Some cosmetic changes: new about dialog, and now the language combo
4048 in preferences displays the language name, along with the ISO code.
4049
4050[b]Version 0.3.33[/b]
4051 * Changes in playlist: converted the buttons and menus to QAction's. This
4052 has required to make the playlist a QMainWindow (it was a QWidget before).
4053 * And added again the previous and next buttons to main window.
4054 * Updated the German translation.
4055
4056[b]Version 0.3.32[/b]
4057 * Updated the Russian and Polish translations.
4058 * Added options to hide the toolbars (in the Options menu).
4059
4060[b]Version 0.3.31[/b]
4061 * Created a new floating control widget. This time it's not a toolbar so
4062 I hope that this finally fixes the problems with the floating control.
4063
4064[b]Version 0.3.30[/b]
4065 * Updated the Polish, Hungarian and Chinese translations.
4066 * Some people report that the control widget doesn't appear where it
4067 should but a little bit above the bottom. I tried to fix it by reparenting
4068 the widget and changing the flags. It seems to work well with Qt 3, but
4069 with Qt 4 it does really strange things: the widget is huge. Resize doesn't
4070 work or crashed the program. So finally the code is disabled (even for
4071 Qt 3). If you wanna to test it: edit the config.h and set
4072 REPARENT_CONTROLWIDGET to 1 (and recompile).
4073
4074[b]Version 0.3.29[/b]
4075 * Updated the German translation.
4076 * Fixed a crash when using Qt 4 with the new control widget.
4077 * Now the control widget displays over the video, not moving it.
4078 * You can now drag a subtitle file to the main window.
4079 * Tried to use the kde open dialog, unsuccessfully.
4080
4081[b]Version 0.3.28[/b]
4082 * Updated the German, Polish and Ukrainian translations.
4083 * Updated the French translation by David <goondy@free.fr>
4084 * Now the control widget is only one toolbar, but if it gets too small
4085 it will replaced by another widget with less buttons.
4086
4087[b]Version 0.3.21 - 0.3.27[/b]
4088 * A lot of internal changes: now QAction's are used for most of the menus,
4089 constants have been changed to enums. Due to the amount of changes it's
4090 possible that something could have broken. Please test it, specially
4091 audio and subtitle selection, aspect ratio options, and well... everything
4092 in the menus...
4093 * The Gui class has been divided into BaseGui and DefaultGui. The intention
4094 of this it to allow to create alternative GUI's easily (when I say GUI in
4095 fact I mean the main window). The DefaultGui is less than 300 lines of code.
4096 * The new GUI has been written from scratch and it has some toolbars. This
4097 GUI has been written today in a few hours and it's not finished yet.
4098 Unfortunately the "controlwidget over the video" from previous releases
4099 has not been implemented yet in this GUI.
4100 * Updated the Italian, German, Hungarian and Russian translations.
4101 * Added the Georgian translation.
4102
4103[b]Version 0.3.20[/b]
4104 * Added new icon themes by Charles Barcza.
4105 * Updated the German and Polish translations.
4106 * The controlwidget over the video now it seems that works too with Qt 3,
4107 so now it's activated by default. Please test it.
4108 * The priority options in preferences are hidden too in Qt 4 (priority is
4109 for Windows only).
4110 * Removed the old fullscreen code.
4111
4112[b]Version 0.3.19[/b]
4113 * Updated the Chinese, Ukrainian, Russian, German and Polish translations.
4114 * It seems that some videos don't start at sec. 0 so now smplayer will
4115 try to get the starting time and subtract that time from the current time.
4116 That's need for the -ss option to work properly with those videos.
4117 * Set some "buddies" in filepreferencesdialog so it can be used with the
4118 keyboard.
4119 * Some internal changes and small fixes.
4120 * New compilation option in config.h: CONTROLWIDGET_OVER_VIDEO
4121 If set to 1, the controlwidget will be shown in fullscreen
4122 *over* the video (not moving the video) when the user move the mouse
4123 to the bottom area of the screen.
4124 Now if someone knows how to get rid of the KDE taskbar that appears at
4125 the same time...
4126
4127[b]Version 0.3.18[/b]
4128 * Icon sets: The logo didn't change in the title bar of some windows. Fixed.
4129 * (Qt 3 only) Time slider: now the slider goes to the point the user has
4130 clicked on. The volume slider has the same behavior.
4131 * Now it's possible to choose a preferred language for subtitles.
4132 (Only tested with two mkv files).
4133 * Added more "whatsthis" help in Preferences (Performance tab). Texts copied
4134 from mplayer manpage.
4135 * Now the info window shows some icons, according to the media type
4136 (video, audio, dvd, url). I'm afraid these icons are not customizable.
4137
4138[b]Version 0.3.17[/b]
4139 * Updated the Polish, German and Ukrainian translations.
4140 * Added support for Qt 4 stylesheets. Now the icons sets, along with the
4141 *.png files, can contain a file named "style.qss". If that file exists
4142 smplayer will load it (the Test/ subdirectory includes one, based on a Qt
4143 example). This allows to change color, size, style... of all Qt widgets
4144 (see screenshots). This feature requires Qt 4.2.
4145 The qss file is quite similar to a HTML css file. Detailed info:
4146 http://doc.trolltech.com/4.2/stylesheet.html
4147
4148[b]Version 0.3.16[/b]
4149 * Updated the Hungarian, German and Italian translations.
4150 * Added the Brazilian portuguese translation.
4151 * Added new icon theme blackPanther-Light by Charles Barcza.
4152 * Added a new option: Video->Size. This is a global option. If you set it
4153 for instance to 150%, all videos will be played at 150% of their original
4154 size.
4155 (This option won't work if checked "Advanced->Run mplayer in its
4156 own window").
4157
4158[b]Version 0.3.15b[/b]
4159 * Updated the Hungarian translation.
4160 * Added icon theme blackPanther-VistaLike by Charles Barcza.
4161
4162[b]Version 0.3.15[/b]
4163 * Updated the German, Ukrainian and Polish translations.
4164 * Fixed a bug. Now you can pass a folder through command line. If it doesn't
4165 contain the video_ts folder, the contents of the directory will be added
4166 to the playlist.
4167 * Options->View info now shows more info about audio tracks and subtitles.
4168 * Created a new icon set: "Play" which changes some icons and adds some
4169 more. Just an example that shows that's possible to add new icons not
4170 present in the default set.
4171
4172[b]Version 0.3.14[/b]
4173 * Updated the Ukrainian, Russian, Polish, Chinese, Italian and Japanese
4174 translations.
4175 * Fixed a problem with the new icon set feature in Windows (the icon path
4176 wasn't right).
4177 * Fixed some bugs with the "initial volume" widgets in preferences.
4178 * Process communication: the 2nd instance will send to the 1st instance
4179 the filename to be open encoded in UTF-8.
4180 * New option in preferences (General) to select a preferred audio language
4181 for videos with multiple audio tracks. See the "whatsthis" help to know
4182 more about this new option.
4183
4184[b]Version 0.3.13[/b]
4185 * Updated the Ukrainian, German and Russian translations.
4186 * Made the apply preferences a little bit smarter. Now the mplayer process
4187 will be restarted only if needed. For example, changing the video output
4188 or the cache settings require mplayer to be restarted, but changing the
4189 language or the mouse button function does not.
4190 There are a lot of options in the preferences dialog and I'm not tested
4191 all of them. Report if some setting is ignored or something.
4192 * Now you can change the language of the application at runtime. This has
4193 required a lot of changes. Report if some string has been left untranslated.
4194 * Configurable icons. Now smplayer can load icon sets. In
4195 Preferences->Interface you'll find an option to select an iconset.
4196 Currently there are two: Default (the default embeded iconset) and Test
4197 (for testing, I've used the oxygen icons gathered by adrian5632)
4198
4199[b]Version 0.3.12[/b]
4200 * Added the Ukrainian translation.
4201 * Updated the German and Polish translations.
4202 * Added the option Video->Stay on top. This is a global option.
4203 * Added Preferences->Interface->Language.
4204 * Moved the logs stuff from Advanced to a new tab.
4205
4206[b]Version 0.3.11[/b]
4207 * Updated the Hungarian and Russian translations.
4208 * Sometimes when a video is played, smplayer doesn't get any info about it
4209 (you can notice because the aspect ratio may be wrong, length is 0,
4210 resolution is 0x0, no info about subtitles...). I think this happens
4211 when a video is restarting but you open a new one before restarting
4212 is finished (usually happens with internet streams, where a video can
4213 take some time to start to play). I think that now this problem is
4214 fixed, although I'm not completely sure as this bug is quite difficult to
4215 reproduce.
4216 * Now you can force the usage of a different language (translation).
4217 smplayer currently tries to use the translation file according to your
4218 locale. Now you can change the language by editing the configuration file
4219 and change the value of the option "language" (under the [Preferences]
4220 section). Example: [i]language=es[/i] will display the messages in Spanish,
4221 [i]language=fr[/i] will display them in French, [i]language=zh_CN[/i] will
4222 display them in Chinese and so on.
4223
4224[b]Version 0.3.10[/b]
4225 * Updated the German, Polish, Dutch, Italian, Russian and Chinese translations.
4226 * Bug fixed: if "fast seek to chapters in dvds" was checked, the -cache
4227 option wasn't used for internet streams.
4228 * Some options for logs added (Preferences->Advanced). Now you can disable
4229 the mplayer or smplayer logs. There's also an option to filter the
4230 smplayer output. Added too "what's this" help for these new options.
4231
4232[b]Version 0.3.9[/b]
4233 * Updated the German, Hungarian, Russian and Spanish translations.
4234 * Internal change: made pref (Preferences) a global object (I hope not,
4235 but this change could have broken something...) This is needed
4236 for the following:
4237 * A long awaited feature: you can save defaults for the video equalizer.
4238 Two buttons have been added to the video equalizer: "reset", will reset
4239 all controls to 0. "Set as default value" will store the current values
4240 and they will be used for new videos.
4241 * Fixed bug #1694644.
4242
4243[b]Version 0.3.8[/b]
4244 * Added the Japanese and Dutch translations.
4245 * Updated the German, Italian, Polish and Slovak translations.
4246 * Added the option EXTERNAL_SLEEP in config.h (this is a compilation option,
4247 if you change it, you'll have to recompile). If set to 1, smplayer
4248 will use the function usleep from unistd.h instead of QThread::msleep()
4249 It can be useful if your Qt doesn't have QThread support.
4250 * I started to add some (what's this) help in the preferences dialog.
4251 Drag the question mark in the title bar to a field and a text
4252 will appear explaining what's that option for. Currently only works
4253 in the General tab.
4254
4255[b]Version 0.3.7[/b]
4256 * Updated the German translation.
4257 * Made changes to try to fix a compilation error in Windows (qmake bug)
4258 * Added a "Clear" option in the recent files menu, to clear the list.
4259 * Added an option in Play menu, to repeat (loop) the current file. This
4260 is a global option. If activated, when the video ends, it will start to
4261 play again.
4262 As an unintended feature, if the video didn't start from the beginning, when
4263 repetition starts it won't start from the beginning but from the point
4264 it previously started. An example will explain it better: you have a 2
4265 minute video, you play it with the repeat option off. When it gets to
4266 1 minute you stop it and set the repeat option on. The video will resume
4267 play from minute 1. When the video gets to minute 2 (end of video) it
4268 will start to play again from minute 1.
4269 As I said, this is unintended, but I leave this way because maybe someone
4270 could find it useful.
4271
4272[b]Version 0.3.6[/b]
4273 * Updated Polish, Italian, Chinese and Russian translations.
4274 * All icons are now png files.
4275 * Using the option -nofs for the mplayer command line.
4276
4277[b]Version 0.3.5[/b]
4278 * Fixed a serious bug if using Qt 3. The key shortcuts were saved to a
4279 different file and not loaded.
4280 * Started to move from xpm icons to png. Right now a mix of both types
4281 is used. All icons in the preferences dialog are now png. Some of
4282 the icons in playlist are png too. But most of the icons in the main
4283 window are still xpm. As a test I changed the smplayer logo (which in
4284 fact is a Vista-Inspirate icon) with a new one designed by
4285 Charles Barcza.
4286
4287[b]Version 0.3.4[/b]
4288 * Updated the German translation.
4289 * Now you can choose the function of the mouse wheel: media seeking or
4290 volume control.
4291
4292[b]Version 0.3.3[/b]
4293 * Updated the Italian, German, Polish and Chinese translations.
4294 * 10s, 1m and 10m seek can be configured: Preferences->GUI.
4295 Note: the previous fixed values (10s, 1m, 10m) still appear in the menus
4296 and tooltips. I'll fix it soon.
4297 * Mouse left click and double click functions can be configured
4298 in Preferences->GUI.
4299 Note: the left click function is executed too when double clicking. I'll
4300 try to fix it, for now I recommend to use one of the two mouse functions,
4301 not both.
4302 * The initial volume can be configured in Preferences->GUI.
4303
4304[b]Version 0.3.2[/b]
4305 * Added the Polish translation.
4306 * Removed obsolete texts from all translations.
4307 * Added in preferences an option to select the maximum number of
4308 items that the "recent files" menu should have. And added too a
4309 button to clear the list.
4310 * Renamed the Misc section in preferences to GUI. And moved non GUI items that
4311 were in this section to others.
4312 * Added some icons in the preferences dialog.
4313 * Changed some icons.
4314
4315[b]Version 0.3.1[/b]
4316 * Updated the German, Italian, Russian and Hungarian translations.
4317 * Added some contributed files to the contrib subdirectory.
4318 * Added the uninstall section in the Makefile.
4319 * Added a smplayer_en_US.ts. Currently it's empty. Can be used to
4320 correct the english text, and also can be used to start a translation
4321 to other language.
4322
4323[b]Version 0.3.0[/b]
4324 This release has only one small fix, but I change the version number to
4325 0.3.0. I think it's time.
4326 * The code in mplayerprocess for Windows wasn't used. Now it should be fixed.
4327 * Updated the German translation.
4328 * Updated the instructions to compile smplayer in README.txt.
4329
4330[b]Version 0.2.44[/b]
4331 * Added the Hungarian translation.
4332 * Some changes in mplayerprocess.cpp, to make it a little faster.
4333 * A new interesting feature has been added: remember, smplayer install
4334 a server to listen a port (8000 by default) initially to communicate to
4335 other instances. But now that server will understand some more commands.
4336 You can connect with it with "telnet localhost 8000" and type "help".
4337 For now you can pass any of the key functions. For instance the
4338 command "function pause", will pause the movie that smplayer is playing.
4339 "function fullscreen" will toggle fullscreen mode. You can get a list
4340 of all available functions with "list functions".
4341 This feature will allow other people to write small programs or scripts
4342 to control smplayer remotely (from another computer) or from a remote control.
4343
4344[b]Version 0.2.43[/b]
4345 * Not converting to local 8 bit encoding. It seems that Qt already does, so
4346 doing twice only cause trouble.
4347 * Using QString::fromLocal8Bit() instead of
4348 QTextCodec::codecForLocale()->toUnicode(). I think it's the same...
4349 * Updated the Russian translation.
4350 * If unchecked the option for remembering media settings, now the settings
4351 are not really saved to config file (previously they were saved but not
4352 loaded).
4353 * Activated by default for Windows, an alternative code in mplayerprocess
4354 which seems to be faster, and can fix some slow down problems.
4355
4356[b]Version 0.2.42[/b]
4357 * Updated the Chinese and Russian translations.
4358 * Convert filename, subtitle filename, and dvd device name to local 8 bit
4359 encoding before pass them to mplayer. I don't know if this will fix
4360 something or break something.
4361 * Some changes in mplayerprocess, trying to fix a problem in Windows, but
4362 unfortunately it's not fixed yet.
4363
4364[b]Version 0.2.41[/b]
4365 * Mouse left click and double click will work now only in the video window.
4366 * Modified the Makefile to make possible to compile with Qt 4 from the
4367 source root. ("make prep" will adapt the code for Qt 4 and "make"
4368 will compile it). You may need to change the QMAKE variable.
4369 * Write some experimental code intented to fix a problem in Windows.
4370 Not compiled by default.
4371
4372[b]Version 0.2.40[/b]
4373 * Updated the Slovak and German translations.
4374 * On Windows smplayer saves position and size of the main window to
4375 be restored after exiting from fullscreen mode.
4376 * Mouse left click and double click, configurable. For now only by editing
4377 the configuration file (look for left_click_function and
4378 double_click_function). Valid values are any of the key functions (the
4379 list of key functions appears at the beginning of the smplayer log).
4380 Example: left_click_function=PAUSE
4381 Currently there's a problem: double click executes also the left click
4382 function.
4383 * Changed the DVD and CD icons in preferences.
4384
4385[b]Version 0.2.39[/b]
4386 * Added the Russian translation.
4387 * Now the dvd and cdrom devices have no default. If the user tries to
4388 play a dvd before configure it, a message box will show requesting
4389 him to configure it. After that the preferences dialog will be
4390 shown, with the drive's tab selected.
4391 * By the way, I've added some icons to the drive's configuration.
4392
4393[b]Version 0.2.38[/b]
4394 * Added the Simplified-Chinese translation.
4395 * Removed some extra trailing spaces in some phrases.
4396 * Added copyright text to the new files.
4397
4398[b]Version 0.2.37[/b]
4399 * Updated Italian & German translations.
4400 * Added setActiveWindow() too besides raise();
4401 * Raised the time that smplayer waits to mplayer process to finished.
4402 Sometimes it's needed to call mplayer to get some info (available
4403 output drivers, codecs and so on). There's a problem about terminating
4404 that process: if we just wait until the process is finished there's
4405 the possibility that smplayer freezes if the mplayer process does.
4406 For that reason smplayer waits, but only some time. After that smplayer
4407 kills the mplayer process. That time was about 1 second, but sometimes
4408 (specially for the first run) mplayer takes more time. Now smplayer
4409 will wait as much 10 seconds.
4410
4411[b]Version 0.2.36[/b]
4412 * Improved the single instance stuff. Now it seems it works with Qt 4, too.
4413 Added a few commands to the server. So now you can talk to it using
4414 telnet.
4415 * Added some options in the preferences dialog. You can activate or disable
4416 the single instance feature, and set the port that the server will use.
4417 IMPORTANT: the single instance is disabled by default!
4418 Changes in any of these options require smplayer to be restarted.
4419 * Added the French translation. It's not complete yet.
4420
4421[b]Version 0.2.35[/b]
4422 * Started to write the single instance stuff. Now when smplayer starts
4423 it sets a server to listen to a port (by default 8000). When a new
4424 instance is run it tries to connect to that port. If it has success it
4425 tries to verify that it's really smplayer behind that port. After that it
4426 sends to the first instance the file that the user wants to open (if any)
4427 and closes. The first instance opens the video.
4428 You can change the default port in the configuration file (look for
4429 connection_port). Sorry I didn't have time to add an option in the
4430 preferences dialog.
4431 This works in Qt 3 but fails in Qt 4. I don't know why, by an unknown
4432 reason the server in the first instance doesn't receive the open
4433 command that the client in the 2nd instance sends.
4434 It's too late, I'lltry to fix it tomorrow. By the way, this is the first
4435 time I write code relative to sockets, ports, servers, clients... so someone
4436 more experienced is welcome to take a look to the code and to try to fix it.
4437
4438[b]Version 0.2.34[/b]
4439 * Internal changes: moved Images and Keys to global.
4440 * Key shortcuts are loaded from config file. That means the now it's possible
4441 to change key shortcuts.
4442 * Preferences are saved when user press Ok or Apply in the preferences dialog.
4443 * Moved the "Include subtitles on screenshots" from General to Subtitles tab.
4444 * Fixed a bug with -cache and fast dvd chapter switch. The cache was disabled
4445 even if not playing a dvd.
4446
4447[b]Version 0.2.33[/b]
4448 * Made settings a global object. A lot of internal changes, something
4449 could have broken.
4450
4451[b]Version 0.2.32[/b]
4452 * Fixed a little bug in playlist.
4453 * No flickering at all in the video when opening menus in Windows.
4454 * Rewritten keys.h, keys.cpp. Key shortcuts are saved.
4455
4456[b]Version 0.2.31[/b]
4457 * Added the Italian translation made by Giancarlo Scola.
4458 * Now drag&drop urls works with Firefox, if compiled with Qt 3.
4459 It already worked with Qt 4!
4460 As a secondary effect now plain text can be dropped into smplayer (Qt 3 only).
4461 * New option: Options->Show frame counter. If checked the current frame
4462 will be displayed in the status bar. Don't work properly with some formats.
4463
4464[b]Version 0.2.30[/b]
4465 * Ok, I've just found out how to disable double buffering in a widget.
4466 So the blinking problem with Qt is definitely fixed now (I hope).
4467
4468[b]Version 0.2.29[/b]
4469 * In linux, using Qt 4, the video window has an annoying blink every time a
4470 menu is open. As a quick fix I'm disabling double buffering. That fixes
4471 that problem, but now some widgets may be displayed not completely drawn.
4472 * Updated the German translation.
4473
4474[b]Version 0.2.28[/b]
4475 * Now you can drag&drop urls from a web browser. You can test it dragging
4476 the urls on this page: http://smplayer.sourceforge.net/streams.html
4477 * Added the option "include subtitles on screenshots" in Preferences. If
4478 checked subtitles will appear on screenshots taken with the option
4479 Video->Screenshot. Otherwise subtitles won't appear on screenshots.
4480
4481[b]Version 0.2.27[/b]
4482 * Fixed a problem with the "frame step" option. Sometimes instead of one
4483 frame it could advance 2 (or more?) frames.
4484 * Added the option Open->Playlist (it was already possible to open a playlist
4485 from the Open->File, but well, this way will be easier). A dialog will
4486 allow you to open a m3u or m3u8 playlist. The playlist will be loaded and
4487 will start to play, but the playlist window won't be opened (not because
4488 I wanted that way, just because it was easier...)
4489 * In fullscreen mode, when you drag the time slider, the "jump to..." message
4490 will be displayed in the OSD.
4491
4492[b]Version 0.2.26[/b]
4493 * Fixed some problems with the new fullscreen mode, so now it's the default.
4494 Please test it!
4495 * Added an option who people with wide screens can find useful:
4496 16:9 letterbox. If you play for instance a 2.35:1 movie, this option
4497 will add black borders to fit 16:9. The interesting thing is that subtitles
4498 will appear in the bottom border.
4499
4500[b]Version 0.2.25[/b]
4501 * Made the "experimental fullscreen mode" the default one and delete the
4502 the old code.
4503 * Written a new experimental fullscreen mode ;)
4504 To test it you have to edit the file config.h and change the
4505 FULLSCREEN_WITH_MAINWINDOW 0
4506 to
4507 FULLSCREEN_WITH_MAINWINDOW 1
4508 and recompile.
4509 With this option, the fullscreen mode will be made through the main window
4510 (hiding the menu bar, control widget and status bar)
4511 In this mode if you move the mouse near the bottom of the screen
4512 the control widget will be shown, and if you move it near the top
4513 the menu bar will appear.
4514 Problem: I couldn't hide everything, two grey lines appear, one on
4515 the top, the other on the bottom... that's why this option is set
4516 to 0 by default.
4517 I hope I can fix it in the future...
4518
4519[b]Version 0.2.24[/b]
4520 * Added the Slovak translation by Peter Mendel.
4521 * Hopefully fixed a compilation error in Qt 4 under linux.
4522 * The playlist broke in one of the recent changes: items didn't
4523 start to play from the beginning. Fixed.
4524 * Now if the shuffle button is ON in the playlist, playing will always
4525 start from a random item (not the first).
4526 * Parse the ID_SUBTITLE_ID tag.
4527 * Try to call initializeMenus() and updateWidgets() only when needed.
4528 initializeMenus() seems to be causing problems (crashes) in Qt 4 if
4529 it modifies the same menu we've just used. Now initializeMenus() is called
4530 only once the video has started to play, not before.
4531 I hope not, but this change may have broken something. Testing needed.
4532 initializeMenus() is responsible of creating the audio, subtitle, dvd title
4533 and chapter switching menus. updateWidgets() is responsible of updating
4534 the widgets (like setting the mute button on/off), but also of keeping
4535 the menus updated (setting the check mark on activated options).
4536
4537[b]Version 0.2.23[/b]
4538 * I've realized that the latest mplayer builds for Windows don't play a dvd
4539 if the dvd-device ends with "/" (-dvd-device E:/ will fail). The same
4540 happens with folders (C:/Videos/My DVD/ will fail, C:/Videos/My DVD
4541 will work). So now smplayer removes those trailing "/".
4542
4543[b]Version 0.2.22[/b]
4544 * Improved support for playing dvds from folders. In order to properly
4545 identify these dvd folders, I invented a protocol. In mplayer you
4546 should use something like this: mplayer dvd://1. That would play
4547 the first title of the dvd. You can use that too with smplayer:
4548 smplayer dvd://1. But now you can add after it a folder, this way:
4549 smplayer dvd://1:/tmp/movies/dvd5 (where dvd5 is a directory
4550 which contains at least video_ts).
4551 smplayer dvd://2:/tmp/movies/dvd5 will play title 2.
4552 You can pass the directory only (forgeting the dvd://number)
4553 smplayer /tmp/movies/dvd5
4554 * Open->Directory will autodetect if the selected directory contains
4555 a ripped dvd (currently it only checks if it contains a video_ts) and
4556 in that case will play the dvd instead of adding the individual files
4557 to the playlist.
4558 * Drag&drop also works. You can drag a folder to the main window.
4559 If it contains a dvd it will play it, otherwise the files
4560 of the directory will be added to the playlist.
4561 * Accidentally you can also drag a folder containing a dvd to the
4562 playlist and it will work.
4563
4564[b]Version 0.2.21[/b]
4565 * Playing a DVD from a folder: make things even clearer. Removed
4566 the stuff in preferences and added "Open->DVD from folder". It'll ask
4567 you for a directory where video_ts and audio_ts should be (it seems that
4568 it also work if you select the directory with the *.vob and *.ifo files).
4569 So now "Open->DVD" will only play real DVDs in your dvd drive.
4570 * Added a Open->Directory option. It will add the files in the chosen
4571 directory (not recursively) to the playlist (after clearing it) and start
4572 playing the first item. To fix: it will start playing always the first item
4573 even if the shuffle button in the playlist is on.
4574
4575[b]Version 0.2.20[/b]
4576 * Fixes a silly bug with -brightness 0. I changed -contrast 0 instead of
4577 brightness...
4578 * Now subtitles appear on screenshots.
4579 * It has always been possible to play ripped dvds from hard disc,
4580 but for making things clearer, I've added in the preferences dialog
4581 some options to select a directory from hard disc which should
4582 contain the video_ts (and audio_ts).
4583
4584[b]Version 0.2.19[/b]
4585 * The brightness issue in mplayer (windows) is giving me a headache.
4586 Remember: the image is brighter than it should in windows (directx)
4587 with -brightness 0. As a work-around I set the soft video equalizer
4588 as default, but that conflicts with others video output drivers as
4589 gl or directx:noaccel.
4590 So going back. The soft video equalizer is not the default, and to
4591 prevent the bright image -brightness 0 will not be used in Windows.
4592 * Added a new option in preferences: fast audio track switching. This is
4593 the default. If unchecked, audio track switching will restart mplayer,
4594 which is a little bit slow, but that should make possible to switch audio
4595 tracks in containers apart from avi, mpeg and mkv.
4596
4597[b]Version 0.2.18[/b]
4598 * Reordered the recent files stuff. I hope this fixed the crash problem
4599 with Qt 4.
4600 * Now the default encoding for subtitles is ISO-8859-1 instead of latin1
4601 (it's the same encoding, just a name change, so it can be found in
4602 the new encoding list).
4603 * Renamed the videoequalizer2 to videoequalizer.
4604 * The inforeader won't wait the mplayer process to finish for ever. It'll
4605 wait for some seconds and if the mplayer process is not finished then
4606 it will kill it. This way if the mplayer process for some reason hangs,
4607 smplayer won't do the same.
4608 * Disable software video equalizer (-vf eq2) when using gl or gl2 as
4609 video output driver, as they seem to be incompatible.
4610 * The file passed through the command line is now send to the new open
4611 function with autodetection of media type. That means that you can
4612 pass a local file, a dvd (in the form of dvd://1, dvd://2...), a
4613 playlist (*.m3u or *.m3u8), or stream.
4614
4615[b]Version 0.2.17[/b]
4616 * Added a stereo mode menu, where you can select: stereo, left channel or
4617 right channel. According to mplayer manpage this seems to be only for
4618 MP2/MP3.
4619 * At last added a "recent files" menu. Currently it shows the 10 recent
4620 files opened.
4621
4622[b]Version 0.2.16[/b]
4623 * It seems that the new way of changing dvd chapters doesn't work well
4624 in Windows, so now it's disabled by default but you can activate it
4625 in the preferences dialog.
4626 * The shift key is now ignored, and can't be used as modifier for key
4627 shortcuts.
4628 * Added in the preferences dialog a combobox to select the encoding
4629 of the subtitles.
4630
4631[b]Version 0.2.15[/b]
4632 * Added in the preferences dialog an option to autosync audio/video.
4633 This is what the manpage of mplayer says about it:
4634 -autosync <factor>
4635 Gradually adjusts the A/V sync based on audio delay measure-
4636 ments. Specifying -autosync 0, the default, will cause frame
4637 timing to be based entirely on audio delay measurements. Speci-
4638 fying -autosync 1 will do the same, but will subtly change the
4639 A/V correction algorithm. An uneven video framerate in a movie
4640 which plays fine with -nosound can often be helped by setting
4641 this to an integer value greater than 1. The higher the value,
4642 the closer the timing will be to -nosound. Try -autosync 30 to
4643 smooth out problems with sound drivers which do not implement a
4644 perfect audio delay measurement. With this value, if large A/V
4645 sync offsets occur, they will only take about 1 or 2 seconds to
4646 settle out. This delay in reaction time to sudden A/V offsets
4647 should be the only side-effect of turning this option on, for
4648 all sound drivers.
4649 * Now the info window updates in realtime. And the filename will be
4650 displayed in smplayer window title.
4651 * New functions: prev and next chapter (keys ! and @) It should work with
4652 dvd chapters and matroshka chapters.
4653 * Now selecting a dvd chapter is much much faster (now mplayer is not
4654 restarted).
4655 Note: this new method doesn't work at least with the version of mplayer
4656 I'm using (dev-SVN-r21937) if -cache is used in the command line.
4657 If it happens to you too, the work-around is to set the cache to 0
4658 in the preferences dialog.
4659
4660[b]Version 0.2.14[/b]
4661 * On Windows the option to use the software video equalizer will be
4662 check by default (when running for first time), as a work-around
4663 for the bright image problem.
4664 * As suggested by Amnon82 in the forum, added a menu for selecting
4665 the number of audio channels (mplayer will try to used the specified
4666 number of channels, but it will depend on the media). Options are:
4667 default (the -channels options will not be passed to mplayer)
4668 stereo (2 channels)
4669 4.0 Surround (4 channels)
4670 5.1 Surround (6 channels)
4671 * Added a debugging message identifying the OS on which it's running
4672 (currently only linux and windows), the version of smplayer and
4673 the version of Qt.
4674
4675[b]Version 0.2.13[/b]
4676 * Fixed a crash when trying to open a file being created by mencoder.
4677 * Catch the "Generating Index" message from mplayer and display it in
4678 status bar.
4679 * The key shortcuts work in compact mode.
4680 * Disabled fullscreen mode when another window (playlist, preferences...) is
4681 open.
4682 * Added the Options submenu to the popup menu (right click menu).
4683 * Added key shortcuts for cycling through audio and subtitle tracks:
4684 audio assigned to key j. subtitle assigned temporary to h.
4685
4686[b]Version 0.2.12[/b]
4687 * Using showFullScreen() instead of a normal show() for fullscreen.
4688 * Compact mode hides the menu bar too. And moved the option from
4689 the Options menu to the Video menu. Added a key shortcut: Ctrl-C.
4690 TODO: now it seems that other key shortcuts (like Ctrl-F to open a file)
4691 don't work in this mode, at least with Qt 3.
4692
4693[b]Version 0.2.11[/b]
4694 * Some fixes in the new code for fullscreen. Now (at least in Windows)
4695 changing to fullscreen mode should be very smooth (no blinks).
4696 * New info window (Options->View info).
4697
4698[b]Version 0.2.10[/b]
4699 * New fullscreen mode. Using now a widget which has a parent instead of
4700 of a widget with no parent.
4701 * Added a "compact mode". In this mode, the status bar and the control
4702 widget are hidden.
4703 * Added a config.h where you can change some defines which modifies the
4704 behavior of some things. For instance, "DOCK_PLAYLIST 1" makes the
4705 playlist to be embedded in the main window.
4706
4707[b]Version 0.2.9[/b]
4708 * Just a very small change: when going to fullscreen mode, the function
4709 Gui::toggleFullscreen was called twice (I think it's because button->setOn
4710 emits a signal). Now it's still called twice but now the function checks
4711 if there's really something to do.
4712
4713[b]Version 0.2.8[/b]
4714 * Hopefully fixed two ancient bugs in Windows: the mplayer log with
4715 blank lines and in some menus the accel letter didn't show underlined.
4716 * Added accels for all options in the menus. Unfortunately this change
4717 breaks the translations of the menus.
4718
4719[b]Version 0.2.7[/b]
4720 * Fixed a bug in Windows. In the playlist, the symbol "/" was
4721 replaced with "\" in internet streams (mms:\\.... instead of
4722 (mms://...), avoiding them to play.
4723
4724[b]Version 0.2.6[/b]
4725 * Added the postprocessing filter (-vf pp) with autoq. The autoq value
4726 can be changed in Preferences->Performance. By default: 6 (the highest).
4727 The postprocessing filter can be selected in Video->Filters->Postprocessing.
4728 This filter may "improve" the video quality.
4729
4730[b]Version 0.2.5[/b]
4731 * The new equalizer was broken in Qt 4. I hope I fixed it.
4732 * Now when saving a playlist, if you typed a name without extension
4733 smplayer will add it for you (.m3u).
4734 * Updated the German translation.
4735
4736[b]Version 0.2.4[/b]
4737 * Replaced the video equalizer with a better looking one.
4738
4739[b]Version 0.2.3[/b]
4740 * Load m3u8 files from Open->File (and from command line).
4741 * Convert strings from mplayer output to unicode from system locale.
4742 That should allow smplayer to read properly non latin1 text in
4743 mplayer output.
4744 * Replaced in code all qDebug(...latin1()) with qDebug(...utf8().data()).
4745 This way non latin1 characters shouldn't be lost in logs.
4746 * Now playlist tries to use relative paths when saving the playlist.
4747
4748[b]Version 0.2.2[/b]
4749 * When loading a playlist, comments (lines starting with #) are ignored.
4750 * Now smplayer can load and save m3u8 files (same as m3u but in UTF-8).
4751 * Rewritten the "remove selected items" code in playlist.
4752 * Replaced all float's with double's. I hope this hasn't broken anything...
4753
4754[b]Version 0.2.1[/b]
4755 * Convert strings from system locale to unicode, in arguments passed
4756 from command line and when reading (and saving) m3u files.
4757
4758[b]Version 0.2.0[/b]
4759 * Now when you add a file or files to the playlist, only the
4760 filename appears, not the whole path.
4761 * Added a shortcut for playlist: Ctrl-L
4762 * Added shortcuts for previous and next in playlist: < and >
4763 * Updated the German translation.
4764
4765[b]Version 0.1.20[/b]
4766 * Now if the directory for screenshots is empty, the option
4767 -vf-add screenshot will not be passed to mplayer. This lets smplayer
4768 to work with old versions of mplayer which don't have that filter.
4769 * More improvements in the playlist: added a play button (will play
4770 the selected item). Added a popup menu (right click), with 3 options:
4771 play, remove selected and edit. The last option lets you edit the
4772 name that will be shown in the playlist for the selected file.
4773 With this, I think the playlist is almost finished.
4774
4775[b]Version 0.1.19[/b]
4776 * In playlist, the Add->Files and Add->Directory update the last directory
4777 used for playlist.
4778 * Added some icons in Preferences dialog.
4779 * Added icons for playlist's repeat & shuffle buttons (they are ugly:
4780 I did them myself...)
4781 * Added two new buttons in playlist: up and down. You can use them
4782 to move items up and down in the list.
4783
4784[b]Version 0.1.18[/b]
4785 * Now the shuffle option in playlist should work.
4786 * The playlist saves the state of the repeat & shuffle buttons and
4787 also the size of the window.
4788
4789[b]Version 0.1.17[/b]
4790 * Some fixes in the video equalizer.
4791 * Now Open->URL remembers the last url.
4792 * Playlist remembers the last directory used.
4793 * Some fixes in the spec file.
4794
4795[b]Version 0.1.16[/b]
4796 * Added a video equalizer.
4797
4798[b]Version 0.1.15[/b]
4799 * If "main window resize method" was "never" and you played an audio file
4800 and the a video file, the video window didn't show. Fixed.
4801 * Some other small fixes.
4802
4803[b]Version 0.1.14[/b]
4804 * Now the minimum step in sub delay and audio delay is 100 ms (not 200).
4805 * Now streams can be passed through the command line.
4806 * Fixed a crash when duration of a file was less than 0.
4807
4808[b]Version 0.1.13[/b]
4809 * Playlist accepts drops. Dropped files will be added to the playlist.
4810 * Added two button to the playlist: repeat and shuffle. Repeat works,
4811 shuffle not yet.
4812 * Now the subtitle menu (for *.srt, *.sub...) shows the name of the files
4813 (was in 0.1.12 but I forgot to mention).
4814 * Small changes and fixes.
4815 * Updated the German translation.
4816
4817[b]Version 0.1.12[/b]
4818 * Added a reset button in demuxer / video & audio codec selection. Clicking
4819 that button will select the original option. Useful if you don't
4820 remember which one was it.
4821 * Changes in fullscreen mode. Now fullscreen is a global setting.
4822 This allows to view all videos in the playlist in fullscreen mode,
4823 without switching to window mode everytime a video finished.
4824 * Also added in the preferences a new option: "Start videos in fullscreen".
4825 If checked all videos you open will be played in fullscreen.
4826
4827[b]Version 0.1.11[/b]
4828 * Added a new dialog for configuring advanced settings for the current
4829 file. You may type additional options to be passed to mplayer (and
4830 also video and audio filters). This options are only for the current
4831 file, and they will be saved among the rest of the file settings.
4832 That way you could for example, add a crop filter and that filter
4833 will be used everytime you load that file.
4834 There's also the possibility of choosing the demuxer, video codec and
4835 audio codec. Most of the time you won't need them, but in the case
4836 one file gives you some trouble with the video or audio maybe you can
4837 fix it by selecting another codec.
4838
4839[b]Version 0.1.9[/b]
4840 * Now you can load idx/sub subtitles. Select the *.idx in the open
4841 subtitle dialog.
4842 * Updated the German translation.
4843
4844[b]Version 0.1.8[/b]
4845 * Now the main window accepts drags. So you can drag a video and it will
4846 be played. If dragged more than a file, all of them will be added to
4847 the playlist (the playlist is cleared first).
4848
4849[b]Version 0.1.7[/b]
4850 * Well, it was hard to know why the mplayer process had finished
4851 (end of file, stopped by user, stopped by the program). Fool of me,
4852 mplayer says in its output. So now I catch the "Exiting... (end of file)"
4853 message, so I really hope that the problems that this was giving me
4854 have fixed for ever.
4855 * Added support for matroska chapters. In order to work the file MUST
4856 have the extension *.mkv.
4857 * Not allow to add repeated files in playlist.
4858 * Changes in Makefile: now "make install" works.
4859 * Created a spec file.
4860
4861[b]Version 0.1.6[/b]
4862 * Fixed a bug that produced a segmentation fault on startup.
4863 * Windows/Qt 4: when I file finished playing, playlist wasn't noticed,so
4864 next file didn't start to play. Fixed (I hope...)
4865 * Added support for monitor aspect correction.
4866
4867[b]Version 0.1.5[/b]
4868 * More improvements in the playlist. Added some icons among other things.
4869 * Added 3 new buttons in the main window: playlist, previous and next.
4870 * Updated the German translation.
4871 * Updated the Spanish translation.
4872
4873[b]Version 0.1.4[/b]
4874 * Now you can pass a m3u file from the command line.
4875 * Playlist: Added options to add files or a whole directory (it will add
4876 everything that's there, even non playable files!
4877 Added options to remove the selected items or to clear the whole list.
4878
4879[b]Version 0.1.3[/b]
4880 * Added the German translation (by Henrikx)
4881 * Some fixes in the playlist
4882
4883[b]Version 0.1.2[/b]
4884 * Open->File, if you open a m3u it will passed to the playlist.
4885 * Now smplayer gets more info about the files (title, artist, album...).
4886 This is displayed in Options->View info but it's also used for the
4887 playlist.
4888 * Now it's possible to add and remove items in the playlist. The add
4889 button adds the current file loaded by smplayer. The remove button
4890 removes the selected items.
4891 * Added an indicator for the file which is playing (currently the
4892 indicator is very simple "->", in the future will be an icon).
4893
4894[b]Version 0.1.1[/b]
4895 * Changed the version scheme.
4896 * At last I have learnt how to pass defines to the Makefile created by qmake.
4897 * Changed the way of getting icons (images.h / images.cpp)
4898
4899[b]Version 0.1-070208.13[/b]
4900 * Added to the config file the option initial_volume, which will be
4901the initial volume when smplayer starts.
4902
4903[b]Version 0.1-070208.12[/b]
4904 * Now when a new file is loaded the volume is not changed.
4905 * Save in playlist works (although it's a little bit useless, there
4906 are not options to add files to the playlist)
4907
4908[b]Version 0.1-20070208-2[/b]
4909 * Rewrite the playlist using a QTable instead of a QListView.
4910 * For proper installation in linux, the following defines will be
4911 taken into account:
4912 DATA_PATH must be set to the directory where the data files (currently
4913 only input.conf) are installed.
4914 TRANSLATION_PATH must be set to the directory where translations (*.qm) are
4915 installed.
4916 DOC_PATH must be set to the directory where the documentation is installed
4917 (currently there are no documentation)
4918 What I don't know yet is how to pass those defines to the Makefile.
4919
4920[b]Version 070207-12[/b]
4921 * Started the playlist. Currently is very limited. You can load
4922a m3u file and it will be played (it must cointain absolute paths).
4923Double click on a item plays that file. Streams are also supported.
4924
4925[b]Version 070206-2[/b]
4926 * Reduced a little bit the size of button's icons.
4927 * New action "PLAY_PAUSE" set to MediaPlay key.
4928
4929[b]Version 070204-12[/b]
4930 * Fixed a funny bug. Sometimes when a video is about to finish, it started
4931 to play again from the beginning.
4932 * Put the basis for configurable key shortcuts.
4933 * Added some key shortcuts: Alt+1 & Alt+2 change gamma.
4934 Ctrl+F = Open->File, Ctrl+U = Open->URL, Ctrl+X = Open->Exit.
4935 Ctrl+I = Options->View Info, Ctrl+P = Options->Preferences.
4936 * Added support for multimedia keys:
4937 MediaPlay = Pause (and resume Play)
4938 MediaStop = Stop
4939 MediaNext = +10 secs
4940 MediaPrev = -10 secs
4941 But I don't have a multimedia keyboard, so this is untested...
4942
4943[b]Version 070202-2[/b]
4944 * Some changes in the preferences dialog.
4945 * Added an option to select the Qt style to use.
4946
4947[b]Version 070201-2[/b]
4948 * Added an option to select your CDROM drive. This setting is currently
4949not used for anything, but in the future it will used for playing VCDs.
4950 * One of the main feature of smplayer is the ability to remember the
4951settings (audio track, subtitles, filters selected...) of every file
4952smplayer has opened. Now I have added two options to disable it. One of them
4953will disable it completely, smplayer will remember nothing. The other
4954just will make smplayer to not remember the time pos, so every file
4955will start playing always from the beginning.
4956
4957[b]Version 070131-11[/b]
4958 * Added a new page in the preferences dialog: Performance, with the
4959following options:
4960 - Priority (only for windows)
4961 - Allow frame drop (-framedrop)
4962 - Allow hard frame drop (-hardframedrop)
4963
4964[b]Version 070131-2[/b]
4965As expected the ASS color buttons didn't change color in Windows (or Qt 4).
4966I think now this is fixed.
4967
4968[b]Version 070130-2[/b]
4969 * Now you can change the color of the SSA/ASS subtitles.
4970
4971[b]Version 070129-3[/b]
4972Arrggg, I've just realized that the volume wasn't remembered. Fixed, I hope.
4973
4974[b]Version 070129-2[/b]
4975 * Volume and mute: changing the volume unmutes.
4976 * Now the time slider should work much better. It should work either
4977 dragging it or clicking in any part of the bar. Furthermore now
4978 while dragging it, it displays the time you would go.
4979
4980[b]Version 070128-11[/b]
4981 * Added two new options to the preferences dialog:
4982 - Use software video equalizer (-vf-add eq2)
4983 - Use software volume control (-softvol)
4984 * Now the status bar shows the total time too.
4985 * More or less fixed a conflict with mute and setting the volume.
4986
4987[b]Version 070128-2[/b]
4988 * Fixed a bug with the screenshot feature.
4989 * Now the video window hides if there's no video (audio only file or
4990 using the mplayer window).
4991
4992[b]Version 070127-11[/b]
4993 * Double click on the video window toggles fullscreen.
4994 * Added an option to take screenshots. You must set first a directory
4995 for saving these screenshots, in the preferences dialog.
4996
4997[b]Version 070127-2[/b]
4998 * Added two new options to the "Aspect ratio" sub-menu:
4999 - 5:4
5000 - 16:10
5001 * New log window, with buttons to save the log to a file or copy the
5002 text to the clipboard.
5003 * Some fixes in the time slider.
5004
5005[b]Version 070125-11[/b]
5006
5007 * Added two new video filters:
5008 - Dering
5009 - Add noise (which adds a little bit of noise to the image)
5010
5011[b]Version 070125-2[/b]
5012* Added some video filters:
5013 - denoise (normal) = hqdn3d
5014 - denoise (soft) = hqdn3d=2:1:2 (I find the default hqdn3d too strong)
5015- deblock = pp=vb/hb
5016
5017[b]Version 070124-11[/b]
5018* Now you can scroll through the video by using the mouse wheel. By
5019default every wheel event will advance +30 or -30 seconds. This value
5020can be change in the preferences dialog. Setting to 0 disables this
5021feature.
5022
5023[b]Version 070124-2[/b]
5024* Added 3 new options to the preferences dialog:
5025
5026- disable screensaver
5027- resize method
5028- mplayer cache
5029
5030Now I think all options in the config file can be set through the
5031preferences dialog.
5032
5033[b]Version 070123[/b]
5034* Some changes in the preferences dialog:
5035
5036- Now a combobox allows you to select your CD/DVD device. In linux some
5037usual names are used (/dev/dvd, /dvd/cdrom, etc.). In windows it should
5038display the drive's letters (C: D: etc) but I haven't tested yet.
5039
5040- Now the user can choose the video and audio drivers from a list (shows
5041all available drivers in your mplayer).
5042
5043[img]http://www.uploadfile.info/uploads/64e14ba167.jpg[/img]
5044
5045[b]Version 070122-11[/b]
5046* Found an easier way to change the background color in Qt 4. The
5047visible change is that now the background in statusbar will be black as
5048in Qt 3.
5049* When clicked with the mouse right button to pop up the context menu,
5050the main window stopped receiving keyboard events. I hope this is fix
5051now.
5052* Changed some icons.
5053
5054[b]Version 070122-2[/b]
5055* Now the screensaver in windows is disabled during playback (the
5056screensaver is disabled in x11 too since some versions ago).
5057* Now the mouse cursor disappears over the video window if it's not
5058moved for some seconds, and appears again when it's moved.
5059
5060[b]Version 070121-11[/b]
5061* The option autoload_sub=false didn't work. Fixed (I hope).
5062* Added more options to the preferences dialog. It's a little bit ugly
5063but all options should work.
5064
5065[b]Version 070121-2[/b]
5066* Started to write the preferences dialog. There's a lot of work to do,
5067but the options that appears in it should work.
5068
5069The subtitles' page is almost complete!
5070
5071[img]http://www.uploadfile.info/uploads/f57fc459d3.jpg[/img]
5072
5073[b]Version 070119-2[/b]
5074* Well, I removed that horrible logo I made the other day and now I used
5075some icons from
5076[url=http://www.kde-look.org/content/show.php?content=31585]Vista-Inspirate[/url].
5077* Some new options for the [preferences] section in config file:
5078
5079[b]resize_method=(int)[/b]
5080
5081This options controls the way the main window should resize. The possible values are:
5082
50830 : the main window never resizes. The user is the only one allowed to
5084resize the window.
50851 : the main window resizes every time it's needed (this is the
5086default).
50872 : the main window resizes only after loading a new video, but not
5088after restarting mplayer. That means that if the user resizes the
5089window, the new size will be respected (until a new video is loaded).
5090
5091
5092[b]mplayer_additional_options=(string)[/b]
5093
5094Here you can pass other options to mplayer. The options should be
5095separated by spaces. If a option requires a filename, this should NOT
5096contain spaces.
5097
5098Example:
5099mplayer_additional_options=-flip -softvol
5100
5101Be carefully, some options could interfere with the ones smplayer uses.
5102
5103[b]mplayer_additional_video_filters=(string][/b]
5104
5105Here you can add additional video filters. They should be separated by
5106",". Don't use spaces!
5107
5108Example:
5109mplayer_additional_video_filters=hqdn3d,pp=vb/hb
5110
5111
5112[b]mplayer_additional_audio_filters=(string][/b]
5113
5114The same but for audio.
5115Example:
5116
5117mplayer_additional_audio_filters=volnorm,equalizer=11:11:10:5:0:-12:0:5:12:12
5118
5119* I also made a (incompatible) change in the way the file preferences
5120are stored in the config file. That means that this version won't
5121remember your previous file settings.
5122
5123[b]Version 070117-12[/b]
5124
5125* Well, I think the only visible change is the option Options->View
5126info, which shows some info about the current video.
5127* There are some changes in the configuration file (~/.qt/smplayerrc):
5128
5129vo=(string)
5130
5131vo is the video output driver. It already existed before. But now I
5132change the default value. Previously the default value was "directx" for
5133windows, "xv" for the rest.
5134
5135Now there is no default. If vo is empty, smplayer would get the info
5136from mplayer, and will save it in the config file.
5137That (theorically) would allow smplayer to run in other OS where maybe
5138"xv" doesn't even exist.
5139
5140Added the option
5141ao=(string)
5142
5143audio output driver, with the same behavior of vo.
5144
5145And finally, added the option subcp, which allows to select the font
5146encoding for subtitles.
5147
5148[b]Version 070117-2[/b]
5149* Fixed a bug when parsing the A: V: line. Big big numbers weren't read
5150correctly.
5151* Added some options for the configuration file:
5152
5153font_autoscale= (int)
5154font_textscale= (int)
5155
5156use_fontconfig= (bool)
5157font_name= (string)
5158font_file= (string)
5159
5160font_autoscale and font_textscale are the equivalents to
5161-subfont-autoscale and -subfont-text-scale in mplayer.
5162
5163If use_fontconfig is true then the font used for subtitles will be
5164font_name. Example:
5165
5166use_fontconfig=true
5167font_name=Utopia
5168
5169In the case use_fontconfig is false, then it will try to use font_file
5170(which has to be a full path to a ttf font). Example:
5171
5172use_fontconfig=false
5173font_file=/home/ricardo/.fonts/comicbd.ttf
5174
5175So now you can get something like this:
5176[img]http://www.uploadfile.info/uploads/c2e06dd51a.jpg[/img]
5177
5178Of course, all of this will be easier when I write the preferences
5179dialog.
5180
5181[b]Version 070116-2[/b]
5182* Added options for changing playback speed.
5183
5184[b]Version 070115-1[/b]
5185* Just a very small fix with the mute option. It wasn't been remebered
5186between mplayer resets and audio track switches.
5187
5188[b]Version 070114-2[/b]
5189* Fixed (I hope) a bug relative to subtitles. smplayer didn't remember
5190that you had selected the "none" subtitle and always loaded the first
5191available subtitle. Now, when you load a video for first time it will
5192load the first available subtitle but if you change to "none" it should
5193remember the next time you open the same video.
5194
5195* Added and option to select angle in DVDs. Unfortunately I don't have a
5196multiangle dvd, so this option is untested. Can anyone tell me if it
5197really works?
5198
5199* For audio, chapter, title and angle menus: added an <empty> item if
5200the menu is empty.
5201
5202* Added a button to mute. And two nice icons borrowed from kplayer...
5203
5204[img]http://www.uploadfile.info/uploads/ac23679650.jpg[/img]
Note: See TracBrowser for help on using the repository browser.