source: smplayer/trunk/Release_notes.txt@ 175

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

SMPlayer: updated trunk to 14.9.0

File size: 20.2 KB
Line 
1Version 14.9.
2
3 * Fix for Youtube.
4 * New option to shut down the computer when playback has finished.
5 * The themes and skin icons are loaded from resource files (*.rcc).
6 * New fix for searching subtitles from opensubtitles.org that should
7 return more results.
8
9
10Version 14.3.
11
12 * Possibility to play (non-protected) blu-ray discs.
13 * The control for fullscreen mode has been rewritten and improved.
14 Now it is displayed over the video.
15 * (Windows) New option in Preferences -> Subtitles to enable or
16 disable the use of the Windows font directory. Disabling this option
17 prevents the annoying font scanning.
18 * Some presets have been added to the audio equalizer.
19 * Better support for multimedia keys. This can help control SMPlayer with
20 a remote control.
21 * The option "Move the window when the video area is dragged" has been fixed.
22 * (Windows) Now it's possible to open Windows shortcuts (symlinks).
23 * Better support for Youtube.
24 * (Windows) Better screensaver disabling.
25 * Many bugfixes.
26 * Possibility to compile with Qt 5.
27
28
29Version 0.8.6.
30
31 * SMPlayer can now update its internal Youtube code so it's not necessary
32 to update smplayer everytime Youtube makes a change.
33 * A section "Updates" has been added to the preferences dialog, where
34 it's possible to configure or disable the update checker.
35 * SMPlayer could still fail to find some subtitles from
36 opensubtitles.org. Hopefully this is fixed.
37 * (Windows) The autoload of subtitles with non latin1 filenames has been
38 fixed.
39 * The Windows installer gives the possibility to delete most of the
40 configuration files of smplayer. This can be useful if the configuration
41 files have been corrupted or smplayer has been misconfigured.
42 Linux users can use the command "smplayer -delete-config".
43 * Several other bugfixes. See the Changelog for details.
44
45
46Version 0.8.5.
47
48 * Due to changes in opensubtitles.org, smplayer couldn't find
49 subtitles anymore. This has been fixed.
50 * The interface with support for skins is now the default.
51 * An option to enter url(s) in the playlist has been added.
52 * The options to change the size of the main window work now
53 even if the autoresize is set to never.
54 * Two new options for Audio -> Stereo mode: Mono and Reverse.
55 * The option "Move the window when the video area is dragged" is
56 now disabled by default because it has some issues that need to
57 be addressed.
58 * (Linux) The problem with mplayer2 and the -fontconfig option has been
59 fixed (sort of).
60 * New translation: Malay.
61 * Some configuration options are changed to new defaults after installation
62 to ease upgrade from old versions.
63
64
65Version 0.8.4.
66
67 * New option to select the fps for external subtitles.
68 * The video equalizer dialog has been rewritten.
69 * Now smplayer checks for updates automatically and notifies the user if
70 a new version is found.
71 * Support for encoding ISO-8859-16 for subtitles.
72 * New translations: Thai and Hebrew.
73 * Some bugfixes.
74
75
76Version 0.8.3.
77
78 * Fix for youtube playback.
79
80
81Version 0.8.2.
82
83 * A skinnable interface has been added. Several skins are included.
84 * Support for 6.1 and 7.1 audio output.
85 * A "Privacy" section in the preferences dialog has been added. You can
86 disable saving the recent files or URLs.
87 * The main window can be moved by dragging the video area.
88 * Fix for a freeze that may happen on Windows XP.
89 * (Windows) The font cache is created before showing the GUI.
90
91
92Version 0.8.1.
93
94 * Fix youtube.
95
96
97Version 0.8.0.
98
99 * A toolbar editor has been added. Now it's possible to select the buttons
100 and controls that want to appear in the toolbars.
101 * New video filters: gradfun, blur and sharpen.
102 * Now it's possible to change the GUI (default, mini, mpc) at runtime,
103 no restart required.
104 * sub files from opensubtitles should work again.
105 * (Youtube) Recognize short urls (like this one: http://y2u.be/F5OcZBVPwOA)
106 * Better support for chapters in video files.
107 * Bug fix: remote m3u files work from the favorites menu or command line.
108 * Internal changes in the single instance option (switch to
109 QtSingleApplication).
110
111
112Version 0.7.1.
113
114This version include some bug fixes, some of them important. It's highly
115recommended to update.
116
117Fixes:
118 * SMPlayer took more than 10 seconds to show when running for the very
119 first time.
120 * The links to download subtitles from Opensubtitles were wrong.
121 * SMPlayer crashed in the favorite editor when trying to select a file if
122 the KDE open dialog was used.
123 * Some translations were missing in the Windows package.
124
125New:
126 * By default the screenshots are saved in the user's pictures folder instead
127 of the SMPlayer's config folder.
128 * Now it's possible to change the opensubtitles server.
129 * Youtube: seeking is slow with flv videos, so now flv videos have the
130 lowest priority.
131 * Youtube: now it's possible to search and download videos from youtube.
132 This is provided by an external application (in linux you have to install
133 an independent package: smtube).
134
135
136Version 0.7.0.
137
138Most important changes since 0.6.10:
139
140* New favorite menu, where you can add your favorite videos, music, streams,
141 youtube videos... It's also possible to add submenus.
142* Support for youtube. Now you can open urls like
143 http://www.youtube.com/watch?v=..... using the Open -> URL dialog or
144 dragging a link from a browser to the smplayer window.
145* Support for mplayer2 (http://www.mplayer2.org). It's a fork of mplayer with
146 interesting features like precise seeking, ordered chapters in mkv videos and
147 better pause handling (e.g. seek works while the video is paused).
148* New translation: croatian.
149
150
151Version 0.6.10.
152
153Most important changes since 0.6.9:
154
155* New vdpau configuration dialog, which allow to select the vdpau codecs to use.
156* Port for eCS, OS/2 (by Silvan Scherrer).
157* New menu to select the closed caption channel (requires mplayer >= r32607).
158* Possibility to select the seeking method (absolute or relative).
159* Possibility to sort the items of the playlist.
160
161
162Version 0.6.9.
163
164Most important changes since 0.6.8:
165
166* A serious bug has been fixed: sometimes smplayer failed to find subtitles
167 in opensubtitles.org.
168* Implemented the possibility to mark an A-B section, to play a part of the
169 file only.
170* (Linux) smplayer doesn't use alsa as default audio driver anymore. It should
171 fix freezing problems on Ubuntu.
172* Possibility to display the video resolution and frames per second in the
173 status bar.
174* Audio: selection of left or right channel does work now.
175* (Linux) Improved support for vdpau.
176
177
178Version 0.6.8.
179
180Most important changes since 0.6.7:
181
182* Added support for TV (more info in Watching_TV.txt).
183* New option to enable a global volume.
184* (Linux) Support for vdpau.
185* New option to take consecutive screenshots.
186* Possibility to add some of the submenus to the toolbars.
187* Better support for *.ts files (requires mplayer >= r29381).
188* Added the Vietnamese translation.
189* Added the Estonian translation.
190* (Windows) New options to try to disable the screensaver.
191
192
193Version 0.6.7.
194
195Most important changes since 0.6.6:
196
197* Added experimental (and uncomplete) support for dvd menus. Requires a mplayer
198 build compiled with dvdnav support. Please read dvdmenus.txt to know how
199 to enable it.
200* Now loading an external subtitle file doesn't require to restart the mplayer
201 process (except for idx/sub subtitles).
202* (Playlist) When a file is added to the playlist, if it was already in the
203 list, it's moved to the end of the list.
204* Options for mplayer: finally spaces in arguments between quotes are handled
205 properly.
206* Added two options (in the audio and subtitle menus) to allow the user to
207 enter the audio and subtitle delay (in milliseconds).
208* (ASS subtitles) The outline and shadow options now accept values with
209 decimals.
210* (ASS subtitles) Possibility to change the color of the border and shadow.
211* Now the default value for the "correct pts" option is auto.
212* (Windows) Now the screensaver is allowed to turn on if the file is paused
213 or it's an audio file.
214* (Windows) The direct3d video output is now the default for Windows Vista.
215
216
217Version 0.6.6.
218
219Most important changes since 0.6.5:
220
221* Added an option to generate a preview (thumbnails) of the video.
222* Added a new gui (mpcgui, a media player classic clone) developed by
223 Matthias Petri.
224* Added some auto zoom options, to display the video without black borders.
225* Implemented a new (and optional) method to save the file settings.
226 This method uses an ini file per each played file. It's faster than the old
227 one.
228* Added a new option in Preferences->Video: add black borders on
229 fullscreen. If this option is enabled, black borders will be added to
230 the image in fullscreen mode. This allows subtitles to be displayed on
231 the black borders.
232* Increased the resolution of the seekbar. Allows a more accurate seeking.
233* Added 3 modes for the stay on top option: always, never and while playing.
234* Added a history to the open URL dialog.
235* Added new action to cycle through all aspect ratios. Assigned by default to
236 key "A".
237* It's possible to run some specified actions every time a file is loaded.
238* Possibility to set up a proxy for internet connections (used for subtitle
239 downloading).
240
241
242Version 0.6.5.
243
244Most important changes since 0.6.4:
245
246* The subtitles when using the SSA/ASS library can now be further
247 customized. It's possible to select the font, size, colors, bold,
248 italic, outline, shadow...
249* (Linux) Now smplayer tries to follow the XDG Base Directory
250 Specification for the config files. That means the now the configuration
251 files will be saved under the directory $XDG_CONFIG_HOME/smplayer (or
252 $HOME/.config/smplayer if $XDG_CONFIG_HOME is not defined).
253 If you want to keep your preferences, copy or move the files from
254 $HOME/.smplayer to the new location.
255* Added some options in Preferences->Interface to configure the floating
256 control.
257* The commandline option -ini-path has been removed and replaced with
258 -config-path, which specifies the directory where smplayer will store
259 its data (not only smplayer.ini).
260
261
262Version 0.6.4.
263
264Most important changes since 0.6.3:
265
266 * Now the dialog to find subtitles can also download the subtitle file and
267 load it in smplayer automatically.
268 * (Linux) The black screen problem when using Compiz should really be fixed
269 now.
270 * Added support for encoding autodetection for subtitle files. Requires a
271 mplayer compiled with enca support.
272 * (Linux) Now it's possible to choose the audio device to be used with alsa
273 (needs the application "aplay").
274 * (Windows) Now it's possible to choose the audio device to be used with
275 dsound.
276 * (Windows) The menu Video->Screen displays now the actual available screens
277 with their names.
278 * Added the possibility to add consecutive files (video_01.avi, video_02.avi..)
279 automatically to the playlist.
280 * Bugfix: logout is not cancelled by smplayer.
281 * Now the options in preferences display a tooltip with a help message.
282 * Now it's possible to change the video track.
283 * Added the Galician translation.
284
285
286Version 0.6.3.1 (release for Windows only)
287
288This release includes a fix for an important bug in 0.6.3 which affected
289the version for Windows: the video window would be black on the first
290video played, or always if the user opened the preferences dialog before
291playing a video. In those cases "directx," was used as video driver but
292the -colorkey option was not passed to mplayer producing the problem.
293Windows Vista probably wasn't affected by this bug, as it uses a
294different video driver as default.
295
296
297Version 0.6.3.
298
299Most important changes since 0.6.2 (see the Changelog for the whole list):
300
301 * Two fixes for Windows Vista. Now IPv4 is used by default (connection to
302 networks are faster). And now it really uses "gl:yuv=2:force-pbo:ati-hack"
303 as the default video output driver. Note: this mode could give problems
304 with some graphic cards (specially ATI), if you experience any, try the
305 other gl variants, or just directx.
306 * (Linux) Added a fix for a black screen problem when using Compiz.
307 * Added an option to select the number of threads that mplayer will use for
308 decoding (only works for MPEG-1/2 and some H.264 videos).
309 * Added the possibility to disable the audio equalizer. Seems to be necessary
310 to use the S/PDIF output.
311 * Added some options to increase/decrease the speed by 1% and 4%. This allows
312 to play 24 fps movies at 25 fps speed and vice versa.
313 * Fix: sometimes the playlist is not shown. Added a workaround for the problem.
314 * Added some checks to avoid crashes when selecting subtitle tracks.
315 * (Windows) Added a new submenu Video->Screen to select the screen which will
316 display the video when using directx.
317 * The settings in smplayer.ini have been reorganized in several sections.
318 (This also means most of your preferences will be lost and you will have to
319 reconfigure smplayer again).
320 * Added an option to mirror the video. And now it's also possible to flip and
321 rotate the subtitles along with the image.
322 * Added a new shortcut set (sda.keys) which can be loaded in the shortcut
323 editor in preferences.
324 * Added two new translations: Arabic and Kurdish.
325
326
327Version 0.6.2.
328
329Most important changes since 0.6.1:
330
331 * Added an audio equalizer (please read Audio_equalizer.txt).
332 * Added a dialog to search and download subtitles from opensubtitles.org
333 (See Finding_subtitles.txt).
334 * The toolbars can be configured. The user can remove, add or change the
335 order of the buttons. Right now it can only be done by editing manually
336 the configuration file. A graphical editor will be added in the next
337 version. See Configuring_the_toolbars.txt.
338 * The single instance port can now be chosen automatically by the application.
339 * Possibility to compile a portable version which (by default) won't write
340 anything outside the smplayer's folder. It won't write either anything
341 in the Windows registry. See Portable_Edition.txt for details.
342 * Added the Slovenian translation.
343
344
345Version 0.6.1.
346
347Most important changes since 0.6.0 final:
348
349 * Now compact mode resizes the window, instead of leaving black borders.
350 * Added an option in Preferences->Interface which allows the user to select
351 his/her preferred GUI. This way it's easier to use the mini GUI, for those
352 who prefer a simpler interface with few buttons.
353 * One more fix for Qt 4.4. The option FAQ in the Help menu didn't work.
354 * (Windows) Fix: zoom didn't work well (black blocks appeared) if using
355 directx.
356 * Added the Catalan translation.
357
358
359Version 0.6.0 final.
360
361Most important changes since 0.6.0rc4:
362
363 * (Bugfix) Two mplayer processes were run when opening a file. This could
364 even make Aero in Windows Vista to be disabled.
365 * Seeking with the time slider works much better.
366 * Now it's possible to add directories recursively to the playlist.
367 * Added a preferences dialog for the playlist.
368 * The right mouse button can be configured.
369 * (Linux) File managers should now display an option to enqueue files in
370 the smplayer playlist.
371 * (Fix) The playlist was shown for a small moment on startup. This caused
372 problems if using compiz, as the window might not hide.
373 * Fix for Qt 4.4, the logo didn't show.
374 * Some translations have been updated (Simplified-Chinese, Italian,
375 Ukrainian, Dutch, French, Romanian, Portuguese, Polish, Russian, Japanese,
376 Spanish and German)
377 * Now the file Install.txt contains updated info about how to compile and
378 install smplayer.
379
380
381Version 0.6.0rc4.
382
383Most important changes since 0.6.0rc3:
384
385 * (Bugfix) Now DVDs start to play at chapter #1, instead of chapter #2,
386 if using mplayer 1.0rc2 or older.
387 * (Fix) A delay could happen on startup if there were non local files in
388 the recent's menu.
389 * (Bugfix) When using the command line options -send-action or -actions,
390 some actions like aspect_4:3 didn't work.
391 * Initial support for edl files. If a file with the same name of the file
392 to play but with extension .edl (or .EDL) exists, then smplayer will load
393 it automatically. An edl file allows to skip or mute parts of the video.
394 * Possibility to automatically get info (length and name) about the files
395 added to the playlist. This option is enabled by defaul on linux and
396 disabled on windows (it's slow in this OS).
397 * Added in Preferences->General->Video an option to select the default
398 deinterlacer.
399 * Added support for the mouse's buttons XButton1 and XButton2.
400 * Some new options have been added to the list of available actions for
401 mouse buttons.
402 * Possibility to merge the 6 seeking buttons in the GUI into only two.
403 It would only show the "rewind 10 secs" and "forward 10 secs" buttons.
404 Keeping them pressed for a moment would popup menu with the rest of the
405 buttons. This option is DISABLED by default and currently it can only be
406 enabled at compile time changing the MINI_ARROW_BUTTONS define in
407 src/guiconfig.h before compiling.
408
409
410Version 0.6.0rc3.
411
412Most important changes since 0.6.0rc2:
413
414 * (Windows) Enqueuing multiple files in smplayer should work ok now even
415 if smplayer is not running.
416 * Added new menu Video->Rotate, with options to rotate the image.
417 * Added new option Play->Jump to, which will show a dialog where you can
418 enter the position (time) to jump.
419 * Added two new options in the Subtitles menu: "Enable closed caption" and
420 "Forced subtitles only".
421 * The software equalizer should work now with gl, gl2 and directx:noaccel.
422 * Some multimedia keys should be recognized now in the shortcut editor.
423 * Added help for all options in the preferences dialog.
424 * New error dialog which will be shown if mplayer crashes, fails to start
425 or finishes unexpectedly.
426 * SMPlayer will try to use xv (or directx in windows) as default.
427 * Added two new translations: Macedonian and Basque.
428
429
430Version 0.6.0rc2.
431
432This version includes some bugfixes.
433
434Most important changes since 0.6.0rc1:
435
436 * Fix for relative paths to the mplayer binary. The problem could cause that
437 smplayer couldn't play anything if a directory or file named "mplayer"
438 existed in the home directory.
439 * The option Play -> Repeat has been improved.
440 * The selection of chapters in mkv files didn't work well if using a recent
441 mplayer from svn. This has been fixed now.
442 * (Windows) Bugfix: the buttons to select the font color in
443 Preferences->Subtitles->SSA/ASS didn't show the color.
444 * (Windows) Now the screensaver should be disabled even if protected by
445 password (tested on Windows XP).
446 * (Windows) Bugfix: don't try to convert to 8.3 short names files that
447 don't exist. That could cause that URLs were corrupted.
448
449
450Version 0.6.0rc1.
451
452Most important changes since 0.5.62:
453
454 * Added support for pls playlist files.
455 * Better accuracy on subtitle selection. Fixes problems with mp4 embedded
456 subtitles. Requires mplayer svn r25158 or above.
457 * Now the screensaver and powersave on Windows are really turned off, even on
458 Windows Vista.
459 * The cache setting is independent for each type of media.
460 * Added an option which allows to fix the problem of loud volume on startup
461 (requires a patched mplayer).
462 * (Windows) The file associations code has been improved. Now it should work
463 better in Windows Vista as well as other versions of Windows.
464 * New option Video->Add black borders, which replaces the letterbox options
465 in Video->Aspect ratio.
466 * (Windows) Work-around for a mplayer bug: now filenames with characters
467 outside the local codepage can be opened, by passing to mplayer the short
468 version of the filename. This can be enabled in Preferences->Advanced.
469 * Now the H.264 loop filter can be disabled for High Definition videos only
470 (720p and above).
471 * Possibility to update the video while dragging the time slider.
472 * New icons for the default theme.
473 * SSA/ASS subtitles can also be resized during playback. Requires at least
474 mplayer r25843.
475 * Now it's possible to zoom out the video image.
476 * New Help->About dialog.
477 * New option Help->FAQ which will show the FAQ.
478 * Bugfix: the colorkey is passed properly to mplayer.
479 * Added the Finnish and the Korean translations.
Note: See TracBrowser for help on using the repository browser.