source: smplayer/trunk/Changelog

Last change on this file was 188, checked in by Silvan Scherrer, 8 years ago

SMPlayer: update trunk to version 17.1.0

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