source: smplayer/trunk/Release_notes.txt@ 148

Last change on this file since 148 was 142, checked in by Silvan Scherrer, 12 years ago

SMPlayer: update trunk to 0.8.5

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