| [165] | 1 | [b]Version 0.8.7[/b]:
|
|---|
| 2 |
|
|---|
| 3 | (2014-03-12)
|
|---|
| 4 | * New translation: British English.
|
|---|
| 5 |
|
|---|
| 6 | (2014-03-09)
|
|---|
| 7 | * Add audio/aac, audio/flac, audio/ogg to smplayer.desktop and
|
|---|
| 8 | smplayer_enqueue.desktop.
|
|---|
| 9 |
|
|---|
| 10 | (2014-03-07)
|
|---|
| 11 | * Another workaround for opensubtitles.
|
|---|
| 12 |
|
|---|
| 13 | (2014-02-20)
|
|---|
| 14 | * Add more media keys as shortcuts.
|
|---|
| 15 |
|
|---|
| 16 | (2014-02-09)
|
|---|
| 17 | * Add the option 'Global audio equalizer' in preferences -> general
|
|---|
| 18 | -> audio.
|
|---|
| 19 | * (Windows) Now it's possible to open Windows shortcuts (symlinks).
|
|---|
| 20 |
|
|---|
| 21 | (2014-02-06)
|
|---|
| 22 | * Add more presets to the audio equalizer.
|
|---|
| 23 | * (Windows) Add an option in preferences -> subtitles to enable or
|
|---|
| 24 | disable the use of the windows font directory.
|
|---|
| 25 | Disabling this option prevents the annoying font scanning.
|
|---|
| 26 |
|
|---|
| 27 | (2014-01-20)
|
|---|
| 28 | * Don't ignore the wheel event in the timeslider.
|
|---|
| 29 | * Don't display the resolution of the video in the statusbar if the
|
|---|
| 30 | width or height is 0.
|
|---|
| 31 |
|
|---|
| 32 | (2014-01-19)
|
|---|
| 33 | * New option min_step for smplayer.ini (section [General]).
|
|---|
| 34 | Sets the step value for the actions that increase or
|
|---|
| 35 | decrease the volume, contrast, brightness...
|
|---|
| 36 |
|
|---|
| 37 | (2014-01-07)
|
|---|
| 38 | * Add an option in preferences -> interface to set the time
|
|---|
| 39 | to hide the floating control.
|
|---|
| 40 |
|
|---|
| 41 | (2013-12-20)
|
|---|
| 42 | * Add the option "Show only when moving the mouse to the bottom of the screen"
|
|---|
| 43 | in preferences -> interface -> floating control.
|
|---|
| 44 |
|
|---|
| 45 | (2013-12-11)
|
|---|
| 46 | * Use -noflip-hebrew when using -ass. It seems to be necessary to
|
|---|
| 47 | display arabic subtitles correctly.
|
|---|
| 48 |
|
|---|
| 49 | (2013-12-09)
|
|---|
| 50 | * Add option for aspect ratio 11:8.
|
|---|
| 51 |
|
|---|
| 52 | (2013-11-19)
|
|---|
| 53 | * (Experimental) Add an option in preferences -> advanced to use the
|
|---|
| 54 | lavf demuxer by default.
|
|---|
| 55 |
|
|---|
| 56 | (2013-11-12)
|
|---|
| 57 | * Add an option in preferences to enable or disable the delay of
|
|---|
| 58 | the mouse left button.
|
|---|
| 59 |
|
|---|
| 60 | (2013-11-11)
|
|---|
| 61 | * Avoid that the action for left button of the mouse is activated with a
|
|---|
| 62 | double click.
|
|---|
| 63 | * (Skingui) Update the volume control when mute is changed.
|
|---|
| 64 |
|
|---|
| 65 | (2013-11-10)
|
|---|
| 66 | * Fix the option "Move the window when the video area is dragged".
|
|---|
| 67 |
|
|---|
| 68 | (2013-11-06 - 2013-11-08)
|
|---|
| 69 | * Add a basic support to play blurays.
|
|---|
| 70 |
|
|---|
| 71 | (2013-11-04)
|
|---|
| 72 | * Add support for the mp4/m4a files downloaded by youtube-dl.
|
|---|
| 73 | Now when opening a mp4 file, smplayer will check if there's a
|
|---|
| 74 | file with the same name but extension m4a. In that case the m4a file
|
|---|
| 75 | will be used as the audio.
|
|---|
| 76 |
|
|---|
| 77 | This is intented to play the DASH format from Youtube, where the video and
|
|---|
| 78 | audio are in separated files. The application youtube-dl can download
|
|---|
| 79 | those files.
|
|---|
| 80 |
|
|---|
| 81 | This feature can be turned off by setting autoload_m4a to false in
|
|---|
| 82 | smplayer.ini (no option in the GUI yet).
|
|---|
| 83 |
|
|---|
| 84 | Notice: you need a recent version of mplayer or mplayer2. With older
|
|---|
| 85 | versions seeking don't work with these files.
|
|---|
| 86 |
|
|---|
| 87 | (2013-10-30 - 2013-11-05)
|
|---|
| 88 | * The control for fullscreen mode has been rewritten and improved.
|
|---|
| 89 | Now it shows over the video (not reducing the video) in all
|
|---|
| 90 | GUIs.
|
|---|
| 91 |
|
|---|
| 92 | (2013-10-16)
|
|---|
| 93 | * (Skingui) Don't use a fixed size for the font of the menubar.
|
|---|
| 94 | It can cause that the menu bar won't be visible with some fonts.
|
|---|
| 95 |
|
|---|
| 96 | (2013-10-04)
|
|---|
| 97 | * (Windows) Apply patch for better screensaver disabling, by Vavooon
|
|---|
| 98 | (http://forum.smplayer.info/viewtopic.php?f=4&t=6778)
|
|---|
| 99 |
|
|---|
| 100 | (2013-10-02)
|
|---|
| 101 | * Remove the "About Qt" option.
|
|---|
| 102 |
|
|---|
| 103 | (2013-09-22)
|
|---|
| 104 | * Start to implement presets for the audio equalizer.
|
|---|
| 105 |
|
|---|
| 106 | (2013-09-05 - 2013-10-03)
|
|---|
| 107 | * Improve support for the encrypted signatures of Youtube.
|
|---|
| 108 |
|
|---|
| 109 | (2013-08-29 - 2013-10-09)
|
|---|
| 110 | * Adapt the code for Qt 5.
|
|---|
| 111 | Note: the MpcGui is not available if compiled with Qt 5.
|
|---|
| 112 |
|
|---|
| 113 |
|
|---|
| [156] | 114 | [b]Version 0.8.6[/b]:
|
|---|
| 115 |
|
|---|
| 116 | (2013-07-30)
|
|---|
| 117 | * Add option Help->Donate.
|
|---|
| 118 |
|
|---|
| 119 | (2013-07-26)
|
|---|
| 120 | * Add option to show or hide the resolution info in the skingui.
|
|---|
| 121 |
|
|---|
| 122 | (2013-07-25)
|
|---|
| 123 | * Don't report about new version if installed version is newer.
|
|---|
| 124 |
|
|---|
| 125 | (2013-07-23)
|
|---|
| 126 | * Set the layout of the control widgets to left to right even when
|
|---|
| 127 | using a right to left language.
|
|---|
| 128 |
|
|---|
| 129 | (2013-07-22)
|
|---|
| 130 | * Another fix for finding subtitles. Sometimes it doesn't return any
|
|---|
| 131 | result with 2 items in the search but it does with 1.
|
|---|
| 132 | Workaround: use 3 items... Seems to work in all cases.
|
|---|
| 133 |
|
|---|
| 134 | (2013-07-21)
|
|---|
| 135 | * Read the script from the file ytsig.script in the smplayer config
|
|---|
| 136 | directory.
|
|---|
| 137 | * Ask the user to update the youtube code when an unknown signature is
|
|---|
| 138 | found.
|
|---|
| 139 |
|
|---|
| 140 | (2013-07-20)
|
|---|
| 141 | * Youtube: now the signature decrypt function is written in script code
|
|---|
| 142 | instead of C++.
|
|---|
| 143 |
|
|---|
| 144 | (2013-07-16)
|
|---|
| 145 | * Add a workaround for a problem with opensubtitles.org. Sometimes it
|
|---|
| 146 | returns no subtitles when a query with only one search is performed.
|
|---|
| 147 |
|
|---|
| 148 | (2013-07-11)
|
|---|
| 149 | * Youtube fix.
|
|---|
| 150 | * Don't show the "youtube browser" entry in the menu and toolbar if
|
|---|
| 151 | smplayer has been compiled without support for youtube.
|
|---|
| 152 |
|
|---|
| 153 | (2013-07-10)
|
|---|
| 154 | * Youtube fix.
|
|---|
| 155 |
|
|---|
| 156 | (2013-07-05)
|
|---|
| 157 | * Be sure the main window is visible when another instance requests to
|
|---|
| 158 | open a file.
|
|---|
| 159 |
|
|---|
| 160 | (2013-06-28)
|
|---|
| 161 | * Youtube fix.
|
|---|
| 162 |
|
|---|
| 163 | (2013-06-26)
|
|---|
| 164 | * Add an "updates" section in preferences, where the user can configure
|
|---|
| 165 | the update checker.
|
|---|
| 166 |
|
|---|
| 167 | (2013-06-24)
|
|---|
| 168 | * Ignore -fontconfig and -nofontconfig in the additional options if using
|
|---|
| 169 | mplayer2.
|
|---|
| 170 |
|
|---|
| 171 | (2013-06-21)
|
|---|
| 172 | * Youtube fix.
|
|---|
| 173 | * Youtube improvements.
|
|---|
| 174 |
|
|---|
| 175 | (2013-06-18)
|
|---|
| 176 | * Check for infinite recursion in favorites.
|
|---|
| 177 |
|
|---|
| 178 | (2013-06-13)
|
|---|
| 179 | * Bugfix. The list of subtitles found at opensubtitles was not deleted, so
|
|---|
| 180 | the list of subtitles wrongly displayed subtitles for previous searches.
|
|---|
| 181 |
|
|---|
| 182 | (2013-06-07)
|
|---|
| 183 | * A new icon has been added for the mplayer error dialog.
|
|---|
| 184 |
|
|---|
| 185 | (2013-06-05)
|
|---|
| 186 | * Bugfix in the skingui. In fullscreen mode, the menubar would appear if the
|
|---|
| 187 | mouse was near of the top of the video area. Now it shows only if the mouse
|
|---|
| 188 | is near of the top of the main window.
|
|---|
| 189 | * Display a wait cursor during the creation of the preferences and properties
|
|---|
| 190 | dialogs.
|
|---|
| 191 |
|
|---|
| 192 | (2013-06-03)
|
|---|
| 193 | * Save/restore the window state.
|
|---|
| 194 |
|
|---|
| 195 | (2013-05-22)
|
|---|
| 196 | * Add an option for command line: -delete-config.
|
|---|
| 197 | This option deletes the smplayer configuration files.
|
|---|
| 198 | The files which are deleted are: smplayer.ini, smplayer_files.ini,
|
|---|
| 199 | styles.ass and all files in the subdirectory file_settings.
|
|---|
| 200 |
|
|---|
| 201 | (2013-05-16)
|
|---|
| 202 | * (Experimental) Download the subtitles from opensubtitles.org in gzip
|
|---|
| 203 | format instead of zip. The quazip library is not needed anymore.
|
|---|
| 204 |
|
|---|
| 205 | (2013-05-15)
|
|---|
| 206 | * Bugfix: check for the skin in the user dir before falling back to the
|
|---|
| 207 | default gui.
|
|---|
| 208 |
|
|---|
| 209 | (2013-05-13)
|
|---|
| 210 | * (Windows) Read and write text to mplayer as utf8.
|
|---|
| 211 | Hopefully this will fix loading of external subtitles if the
|
|---|
| 212 | filename contains non latin characters.
|
|---|
| 213 |
|
|---|
| 214 | (2013-05-12)
|
|---|
| 215 | * (Skingui) Add a label to display the resolution of the video.
|
|---|
| 216 |
|
|---|
| 217 |
|
|---|
| [142] | 218 | [b]Version 0.8.5[/b]:
|
|---|
| 219 |
|
|---|
| 220 | (2013-05-05)
|
|---|
| 221 | * The volume slider in the skingui now updates the volume while the
|
|---|
| 222 | slider is been moved.
|
|---|
| 223 |
|
|---|
| 224 | (2013-05-03)
|
|---|
| 225 | * Add the Malay translation, by abuyop (transifex).
|
|---|
| 226 |
|
|---|
| 227 | (2013-05-02)
|
|---|
| 228 | * Compile without USE_FONTCONFIG_OPTIONS in linux to prevent the
|
|---|
| 229 | -fontconfig problem when using mplayer2.
|
|---|
| 230 |
|
|---|
| 231 | (2013-05-01)
|
|---|
| 232 | * Add an option to enter url(s) in the playlist.
|
|---|
| 233 |
|
|---|
| 234 | (2013-04-30)
|
|---|
| 235 | * The SkinGUI is now the default gui.
|
|---|
| 236 | * If the SkinGUI is selected, a check is done on startup to see if the
|
|---|
| 237 | skin theme is installed. If not found, the default gui will be used.
|
|---|
| 238 | * New command line option: -skingui
|
|---|
| 239 |
|
|---|
| 240 | (2013-04-28)
|
|---|
| 241 | * The option "Move the window when the video area is dragged" is
|
|---|
| 242 | now disabled by default because it has some issues that need to
|
|---|
| 243 | be fixed.
|
|---|
| 244 |
|
|---|
| 245 | (2013-04-24)
|
|---|
| 246 | * Connect to opensubtitles.org using xmlrpc instead of using the
|
|---|
| 247 | simplexml method, which it seems it's not working well and that causes
|
|---|
| 248 | that smplayer couldn't find subtitles. This fixes the problem.
|
|---|
| 249 |
|
|---|
| 250 | (2013-04-20)
|
|---|
| 251 | * Add two new options for Audio -> Stereo mode: Mono and Reverse.
|
|---|
| 252 |
|
|---|
| 253 | (2013-04-07)
|
|---|
| 254 | * The size actions work even the autoresize is set to never.
|
|---|
| 255 | * Set the resize method to never as default.
|
|---|
| 256 |
|
|---|
| 257 |
|
|---|
| 258 | [b]Version 0.8.4[/b]:
|
|---|
| 259 |
|
|---|
| 260 | (2013-03-15)
|
|---|
| 261 | * Change the default value for file and stream cache to 2048.
|
|---|
| 262 |
|
|---|
| 263 | (2013-03-11)
|
|---|
| 264 | * Add the option "Pressing the stop button once resets the time position"
|
|---|
| 265 | in preferences -> interface -> seeking.
|
|---|
| 266 |
|
|---|
| 267 | (2013-03-07)
|
|---|
| 268 | * (Testing) Now smplayer checks for updates automatically.
|
|---|
| 269 | On startup it connects to the smplayer web to know if there's a new
|
|---|
| 270 | version available and in that case the user gets a notification.
|
|---|
| 271 | The check is only done once per week, and it can be totally disabled
|
|---|
| 272 | by setting "enabled=false" in the [update_checker] section in smplayer.ini.
|
|---|
| 273 |
|
|---|
| 274 | (2013-03-04)
|
|---|
| 275 | * Add the checkbox "Move the window when the video area is dragged"
|
|---|
| 276 | in preferences -> interface.
|
|---|
| 277 |
|
|---|
| 278 | (2013-03-03)
|
|---|
| 279 | * Add an option in the help menu to show a first steps guide.
|
|---|
| 280 |
|
|---|
| 281 | (2013-03-01)
|
|---|
| 282 | * (Windows) Fix: now all key shortcuts should work when using the
|
|---|
| 283 | floating control.
|
|---|
| 284 |
|
|---|
| 285 | (2013-02-28)
|
|---|
| 286 | * Hopefully fix bug 3605753 (stay-on-top-while-playing not
|
|---|
| 287 | working after fullscreen).
|
|---|
| 288 |
|
|---|
| 289 | (2013-02-27)
|
|---|
| 290 | * Add a submenu to the help menu, to share smplayer with your friends.
|
|---|
| 291 | * Add support for encoding ISO-8859-16 for subtitles.
|
|---|
| 292 |
|
|---|
| 293 | (2013-02-22)
|
|---|
| 294 | * Copy the content of the clipboard, if it looks like a url, to
|
|---|
| 295 | the open url input field.
|
|---|
| 296 |
|
|---|
| 297 | (2013-02-16)
|
|---|
| 298 | * Now it's possible to set the fps for external subtitles.
|
|---|
| 299 |
|
|---|
| 300 | (2013-02-11)
|
|---|
| 301 | * Change the default value of the OSD to "subtitles only".
|
|---|
| 302 | * Change the default value of "allow frame drop" to false.
|
|---|
| 303 |
|
|---|
| 304 | (2013-02-05)
|
|---|
| 305 | * Add the Thai translation, by àž¡àž²à¹àžàžàžà¹ àžªàž¡àžšàž±àžàžàžŽà¹ <xyteton at hotmail dot com>
|
|---|
| 306 |
|
|---|
| 307 | (2013-01-31)
|
|---|
| 308 | * Add the Hebrew translaton, by Genghis Khan <genghiskhan at gmx dot ca>
|
|---|
| 309 |
|
|---|
| 310 | (2013-01-26)
|
|---|
| 311 | * Add an option to enable the video equalizer by software in the
|
|---|
| 312 | video equalizer window.
|
|---|
| 313 |
|
|---|
| 314 | (2013-01-25)
|
|---|
| 315 | * The video equalizer dialog has been rewritten.
|
|---|
| 316 |
|
|---|
| 317 | (2013-01-21)
|
|---|
| 318 | * Add a confirmation dialog to delete the list of recent files.
|
|---|
| 319 |
|
|---|
| 320 | (2013-01-13)
|
|---|
| 321 | * Add bik and smk to the list of video extensions.
|
|---|
| 322 | * Add aac and dts to the list of audio extensions.
|
|---|
| 323 |
|
|---|
| 324 | (2013-01-12)
|
|---|
| 325 | * Add mts to the list of video extensions.
|
|---|
| 326 |
|
|---|
| 327 | (2012-12-23)
|
|---|
| 328 | * Ignore other mouse events if the window is been moved by dragging
|
|---|
| 329 | the video area.
|
|---|
| 330 |
|
|---|
| 331 |
|
|---|
| 332 | [b]Version 0.8.3[/b]:
|
|---|
| 333 |
|
|---|
| 334 | (2012-12-20)
|
|---|
| 335 | * Fix for youtube playback.
|
|---|
| 336 |
|
|---|
| 337 | (2012-11-28)
|
|---|
| 338 | * Show the mouse cursor immediately when the mouse is moved on the video
|
|---|
| 339 | area.
|
|---|
| 340 | * Help -> FAQ opens http://smplayer.sourceforge.net/faq.php
|
|---|
| 341 |
|
|---|
| 342 |
|
|---|
| [139] | 343 | [b]Version 0.8.2[/b]:
|
|---|
| 344 |
|
|---|
| 345 | (2012-11-15)
|
|---|
| 346 | * New option Help -> Open configuration folder.
|
|---|
| 347 |
|
|---|
| 348 | (2012-11-12)
|
|---|
| 349 | * Don't use slices as default, as it seems to cause problems when using
|
|---|
| 350 | multiple threads.
|
|---|
| 351 |
|
|---|
| 352 | (2012-11-08)
|
|---|
| 353 | * (Windows) When a new version is run for the first time it tries to
|
|---|
| 354 | create a font cache before showing the GUI. Avoids that the font cache
|
|---|
| 355 | would be created when the user plays the first video.
|
|---|
| 356 |
|
|---|
| 357 | (2012-11-05)
|
|---|
| 358 | * (Windows) Don't change the priority of the smplayer process. Fixes a
|
|---|
| 359 | freeze that may happen on windows xp when you click on the video window.
|
|---|
| 360 |
|
|---|
| 361 | (2012-11-03)
|
|---|
| 362 | * Don't use -fontconfig with mplayer2.
|
|---|
| 363 |
|
|---|
| 364 | (2012-10-28)
|
|---|
| 365 | * Port the umplayer skins to smplayer.
|
|---|
| 366 |
|
|---|
| 367 | (2012-10-22)
|
|---|
| 368 | * Bug fix: stop playback when the user selects to play the next
|
|---|
| 369 | item in the playlist and there are no more items to play.
|
|---|
| 370 |
|
|---|
| 371 | (2012-10-17)
|
|---|
| 372 | * Move the main window by dragging in the video area.
|
|---|
| 373 | Code copied from umplayer.
|
|---|
| 374 |
|
|---|
| 375 | (2012-10-05)
|
|---|
| 376 | * Add support for 6.1 and 7.1 audio output. Patch by AdrianoML
|
|---|
| 377 | (http://smplayer.sourceforge.net/forum/viewtopic.php?f=4&t=5655)
|
|---|
| 378 |
|
|---|
| 379 | (2012-09-30)
|
|---|
| 380 | * Add new section "Privacy" in Preferences -> Interface.
|
|---|
| 381 | * Move max. items for recent files to the privacy section.
|
|---|
| 382 | * Add an option to remember or not the last directories.
|
|---|
| 383 | * Add an option to select the maximum number of items in the
|
|---|
| 384 | Open->URL dialog.
|
|---|
| 385 |
|
|---|
| 386 | (2012-09-28)
|
|---|
| 387 | * (Linux) Install larger icons. smplayer.svg contributed by akovia
|
|---|
| 388 | (http://smplayer.sourceforge.net/forum/viewtopic.php?f=7&t=5557)
|
|---|
| 389 |
|
|---|
| 390 | (2012-09-21)
|
|---|
| 391 | * Add the option "Report MPlayer crashes" in Preferences -> Advanced.
|
|---|
| 392 | * New option for smplayer.ini: time_to_kill_mplayer. Specifies the
|
|---|
| 393 | time (in milliseconds) that smplayer should wait before killing
|
|---|
| 394 | the mplayer process if the process doesn't teminate on its own
|
|---|
| 395 | when the stop button is pressed. Default value: 5000.
|
|---|
| 396 |
|
|---|
| 397 |
|
|---|
| [135] | 398 | [b]Version 0.8.1[/b]:
|
|---|
| 399 |
|
|---|
| 400 | (2012-09-14)
|
|---|
| 401 | * Fix youtube playback.
|
|---|
| 402 |
|
|---|
| 403 | (2012-08-26)
|
|---|
| 404 | * Fix: mplayer2 was not recognized if the name was in lowercase in the
|
|---|
| 405 | identification string.
|
|---|
| 406 |
|
|---|
| 407 | (2012-08-24)
|
|---|
| 408 | * Show the background picture on stop.
|
|---|
| 409 |
|
|---|
| 410 | (2012-08-14)
|
|---|
| 411 | * Youtube: don't use a user agent by default. It's possible to set
|
|---|
| 412 | the user agent in smplayer.ini though.
|
|---|
| 413 |
|
|---|
| 414 | (2012-07-30)
|
|---|
| 415 | * Add mka and m4a to the list of extensions (for audio).
|
|---|
| 416 |
|
|---|
| 417 | (2012-07-04)
|
|---|
| 418 | * New option "save_dirs" in the [directories] section. If set to false
|
|---|
| 419 | the latest used directory won't be saved.
|
|---|
| 420 |
|
|---|
| 421 | (2012-07-23)
|
|---|
| 422 | * Add wtv to the list of extensions
|
|---|
| 423 |
|
|---|
| 424 | (2012-06-25)
|
|---|
| 425 | * Add oga and ogx to the list of extensions
|
|---|
| 426 |
|
|---|
| 427 | (2012-05-29)
|
|---|
| 428 | * Enable Audio CD on Windows (requires a libcdio enabled MPlayer)
|
|---|
| 429 |
|
|---|
| [128] | 430 | [b]Version 0.8.0[/b]:
|
|---|
| 431 |
|
|---|
| [132] | 432 | (2012-04-01)
|
|---|
| 433 | * Find subtitles window: display first the most used languages in the
|
|---|
| 434 | filter combobox. And add "pb" for Portuguese from Brasil.
|
|---|
| 435 |
|
|---|
| 436 | (2012-03-31)
|
|---|
| 437 | * Fix the line breaks on downloaded *.sub files from opensubtitles.
|
|---|
| 438 |
|
|---|
| 439 | (2012-03-29)
|
|---|
| 440 | * (Youtube) Recognize short urls.
|
|---|
| 441 |
|
|---|
| [128] | 442 | (2012-03-28)
|
|---|
| 443 | * Display chapter names in the chapter menu.
|
|---|
| 444 |
|
|---|
| 445 | (2012-03-19)
|
|---|
| 446 | * It's possible to change GUI without restarting.
|
|---|
| 447 | * Bug fix: remote m3u didn't open from the favorites menu or command line.
|
|---|
| 448 |
|
|---|
| 449 | (2012-03-17)
|
|---|
| 450 | * Move the blur and sharpen filters to a group, so only one can be activated.
|
|---|
| 451 | It doesn't make much sense to be able to enable the blur and sharpen
|
|---|
| 452 | at the same time.
|
|---|
| 453 | * Move the denoise and blur/sharpen options to submenus.
|
|---|
| 454 | * Youtube quality by default is now mp4/720p.
|
|---|
| 455 | * The default width of the floating control is now 70%.
|
|---|
| 456 | * Toolbar editor: give a name to the widget actions (time slider and so on).
|
|---|
| 457 |
|
|---|
| 458 | (2012-03-15)
|
|---|
| 459 | * Add gradfun to video -> filters.
|
|---|
| 460 | * Add blur and sharpen filters.
|
|---|
| 461 |
|
|---|
| 462 | (2012-03-14)
|
|---|
| 463 | * Support for drag and drop in the toolbar editor.
|
|---|
| 464 |
|
|---|
| 465 | (2012-03-13)
|
|---|
| 466 | * Toolbar editor. If you right click on any toolbar you'll get a menu
|
|---|
| 467 | with options to edit the toolbars (including the control bars).
|
|---|
| 468 | That will show a new dialog, with two list. On the left you'll see
|
|---|
| 469 | all available actions (mainly buttons, but also volume or seek sliders)
|
|---|
| 470 | and on the right the current actions.
|
|---|
| 471 | The left and right buttons allow to move actions from one list to the
|
|---|
| 472 | other. The up and down buttons move the selected action in the current
|
|---|
| 473 | actions' list.
|
|---|
| 474 | The "add separator" button allows to add more separators.
|
|---|
| 475 | The "defaults" button removes all your changes in the current actions'
|
|---|
| 476 | list and sets the default actions for the toolbar.
|
|---|
| 477 |
|
|---|
| 478 | (2012-03-08)
|
|---|
| 479 | * Use QtSingleApplication instead of the old client/server code to use a
|
|---|
| 480 | single instance and communication with other instances.
|
|---|
| 481 | * Possibility (smplayer.pro) to disable the build of some parts of the
|
|---|
| 482 | code (QtSingleApplication, Youtube support, Find subtitles and
|
|---|
| 483 | video preview).
|
|---|
| 484 | * Fix: the buttons to select the color of the subtiles in preferences ->
|
|---|
| 485 | subtitles may not change the background color with some styles. Now the
|
|---|
| 486 | color is changed using a stylesheet, so it should work with all styles.
|
|---|
| 487 |
|
|---|
| 488 | (2012-03-03)
|
|---|
| 489 | * Improve detection of youtube urls.
|
|---|
| 490 |
|
|---|
| 491 |
|
|---|
| [124] | 492 | [b]Version 0.7.1[/b]:
|
|---|
| 493 |
|
|---|
| 494 | (2012-03-01)
|
|---|
| 495 | * Apply handle_local_urls.diff
|
|---|
| 496 | (https://sourceforge.net/tracker/?func=detail&aid=3294481&group_id=185512&atid=913575)
|
|---|
| 497 |
|
|---|
| 498 | (2012-02-27)
|
|---|
| 499 | * Youtube: flv videos now have the lowest priority.
|
|---|
| 500 |
|
|---|
| 501 | (2012-02-25)
|
|---|
| 502 | * New option in the menu Options to run the smplayer youtube browser
|
|---|
| 503 | (if installed).
|
|---|
| 504 | * The single instance is enabled by default on windows.
|
|---|
| 505 |
|
|---|
| 506 | (2012-02-22)
|
|---|
| 507 | * Now it's possible to change the opensubtitles server.
|
|---|
| 508 | * Opensubtitles: fix download link.
|
|---|
| 509 | * Fix a crash in the favorite editor if the KDE open dialog is used
|
|---|
| 510 | (now it uses the Qt dialog).
|
|---|
| 511 |
|
|---|
| 512 | (2012-02-19)
|
|---|
| 513 | * Store by default the screenshots in a folder inside the user's pictures
|
|---|
| 514 | folder. (Requires Qt 4.4)
|
|---|
| 515 | * Bugfix: don't try to create the lock file if the config dir doesn't exist.
|
|---|
| 516 | This caused a 10sec delay when smplayer is run for the first time.
|
|---|
| 517 |
|
|---|
| [128] | 518 |
|
|---|
| [124] | 519 | [b]Version 0.7.0[/b]:
|
|---|
| 520 |
|
|---|
| 521 | (2012-01-28)
|
|---|
| 522 | * Add Help -> Check for updates (replaces Help -> Tips)
|
|---|
| 523 |
|
|---|
| 524 | (2012-01-27)
|
|---|
| 525 | * Simplify the about dialog.
|
|---|
| 526 |
|
|---|
| 527 | (2012-01-25)
|
|---|
| 528 | * Detect mplayer2.
|
|---|
| 529 | * Use precise seeking is using mplayer2.
|
|---|
| 530 | * Add an option in preferences -> interface to enable or not precise seeking.
|
|---|
| 531 |
|
|---|
| 532 | (2012-01-24)
|
|---|
| 533 | * Move the open dvd, vcd and audio cd to a submenu.
|
|---|
| 534 |
|
|---|
| 535 | (2012-01-23)
|
|---|
| 536 | * New option for command-line: -disable-server. This option disables the
|
|---|
| 537 | server used to communicate with other instances. This, of course, disables
|
|---|
| 538 | too the possibility to use a single instance.
|
|---|
| 539 |
|
|---|
| 540 | (2012-01-23)
|
|---|
| 541 | * Move the favorite menu to the open menu, and add an icon to the toolbar.
|
|---|
| 542 |
|
|---|
| 543 | (2012-01-13 - 2012-01-21)
|
|---|
| 544 | * New favorite menu, where you can add your favorite videos, music, streams,
|
|---|
| 545 | youtube videos... It's also possible to add submenus.
|
|---|
| 546 |
|
|---|
| 547 | (2012-01-20)
|
|---|
| 548 | * Use QtLockedFile instead of QxtFileLock, so we can get rid of the libqxt
|
|---|
| 549 | dependency on windows.
|
|---|
| 550 | The QtLockedFile is under the BSD license.
|
|---|
| 551 |
|
|---|
| 552 | (2012-01-19)
|
|---|
| 553 | * The title of youtube videos is displayed correctly. And the stream url is
|
|---|
| 554 | replaced by the url of the youtube page.
|
|---|
| 555 |
|
|---|
| 556 | (2012-01-14)
|
|---|
| 557 | * Added the Croatian translation, by jk <[email protected]>
|
|---|
| 558 |
|
|---|
| 559 | (2012-01-12)
|
|---|
| 560 | * Detect asx, m3u, pls, and ram streams and pass -playlist to mplayer, so
|
|---|
| 561 | the user doesn't have to indicate if a url is a playlist.
|
|---|
| 562 |
|
|---|
| 563 | (2012-01-11)
|
|---|
| 564 | * Added an option in preferences -> performance to select the desired
|
|---|
| 565 | quality for youtube videos.
|
|---|
| 566 |
|
|---|
| 567 | (2012-01-11)
|
|---|
| 568 | * Added a very basic support for youtube. Now you can open urls like
|
|---|
| 569 | http://www.youtube.com/watch?v=dq4Oj5quskI in smplayer (Open -> URL).
|
|---|
| 570 | You can also drag and drop a link from a browser to the smplayer window.
|
|---|
| 571 |
|
|---|
| 572 | (2012-01-04)
|
|---|
| 573 | * New option "Hide video window when playing audio files" in
|
|---|
| 574 | preferences -> interface.
|
|---|
| 575 |
|
|---|
| 576 |
|
|---|
| [119] | 577 | [b]Version 0.6.10[/b]:
|
|---|
| 578 |
|
|---|
| 579 | (2011-12-06)
|
|---|
| 580 | * Added a vdpau configuration dialog, now it's possible to select which
|
|---|
| 581 | vdpau codecs to use.
|
|---|
| 582 |
|
|---|
| 583 | (2011-12-05)
|
|---|
| 584 | * Patch by Silvan Scherrer <[email protected]> to add support for
|
|---|
| 585 | eCS, OS/2.
|
|---|
| 586 |
|
|---|
| 587 | (2011-12-03)
|
|---|
| 588 | * Removed the option "Visualize motion vectors". It caused problems to many
|
|---|
| 589 | people when activated by mistake.
|
|---|
| 590 |
|
|---|
| 591 | (2010-12-07)
|
|---|
| 592 | * Added a submenu to select the closed caption channel.
|
|---|
| 593 | Requires mplayer >= r32607.
|
|---|
| 594 |
|
|---|
| 595 | (2010-09-03)
|
|---|
| 596 | * Added webm and vp8 to the list of extensions (for video).
|
|---|
| 597 |
|
|---|
| 598 | (2010-07-30)
|
|---|
| 599 | * Added thd to the list of extensions (for audio).
|
|---|
| 600 |
|
|---|
| 601 | (2010-04-28)
|
|---|
| 602 | * Added hdmov to the list of extensions (for video).
|
|---|
| 603 |
|
|---|
| 604 | (2010-04-22)
|
|---|
| 605 | * Added f4v to the list of extensions (for video).
|
|---|
| 606 |
|
|---|
| 607 | (2010-04-14)
|
|---|
| 608 | * (Experimental) If using mplayer svn r31030, the audio filters (karaoke,
|
|---|
| 609 | extrastereo and volnorm) are changed without restarting mplayer, using the
|
|---|
| 610 | new slave commands af_add and af_del.
|
|---|
| 611 |
|
|---|
| 612 | (2010-03-22)
|
|---|
| 613 | * For consistency, the playlist preferences have been moved to the
|
|---|
| 614 | playlist section in the main preferences dialog (and the playlist own
|
|---|
| 615 | preferences dialog has been deleted).
|
|---|
| 616 | * Added the Danish translation, by Martin Schlander <[email protected]>
|
|---|
| 617 |
|
|---|
| 618 | (2010-03-01)
|
|---|
| 619 | * Added the possibility to select the seeking method (absolute or relative) in
|
|---|
| 620 | Preferences -> Interface.
|
|---|
| 621 |
|
|---|
| 622 | (2010-02-25)
|
|---|
| 623 | * Possibility to sort the items of the playlist. Implemented by
|
|---|
| 624 | Neo254 <[email protected]>
|
|---|
| 625 | http://smplayer.berlios.de/forum/viewtopic.php?p=423#p423
|
|---|
| 626 |
|
|---|
| 627 |
|
|---|
| [111] | 628 | [b]Version 0.6.9[/b]:
|
|---|
| 629 |
|
|---|
| 630 | (2010-02-18)
|
|---|
| 631 | * New option for smplayer.ini: relative_seeking (section [gui]). If true
|
|---|
| 632 | seeking (with the time slider) will be done by using a percentage. If false
|
|---|
| 633 | seeking will be done using an absolute time. The default value for this
|
|---|
| 634 | option is true.
|
|---|
| 635 |
|
|---|
| 636 | (2010-02-09)
|
|---|
| 637 | * Fix: using now -af channels to select the left or right audio channel, as
|
|---|
| 638 | it seems the -stereo option in mplayer doesn't work as expected.
|
|---|
| 639 | Should fix bug #1962349.
|
|---|
| 640 |
|
|---|
| 641 | (2010-02-02)
|
|---|
| 642 | * Added a new action to toggle deinterlacing (assigned to key D). It just
|
|---|
| 643 | runs the mplayer slave command "step_property deinterlace". It toggles
|
|---|
| 644 | deinterlacing on/off. Requires the yadif or kerndeint filters.
|
|---|
| 645 | Note: when using this action, the deinterlace menu is not updated.
|
|---|
| 646 |
|
|---|
| 647 | (2010-02-01)
|
|---|
| 648 | * Added an option (Options -> Statusbar) to display the video resolution and
|
|---|
| 649 | fps in the statusbar.
|
|---|
| 650 | * For consistency, moved the option to show the frame counter to the submenu
|
|---|
| 651 | Options -> Statusbar. (Which by the way required to remove the old and ugly
|
|---|
| 652 | implementation and create a new one)
|
|---|
| 653 |
|
|---|
| 654 | (2010-01-28)
|
|---|
| 655 | * (Experimental) Now the slider seeks again by percentage instead of time, but
|
|---|
| 656 | this time the percentage uses fractions so it should be as accurate as
|
|---|
| 657 | before, and makes seeking work better when the length reported by mplayer is
|
|---|
| 658 | wrong.
|
|---|
| 659 |
|
|---|
| 660 | (2010-01-20)
|
|---|
| 661 | * Now the command line options -close-at-end and -no-close-at-end don't
|
|---|
| 662 | modify the preference's option "close when finished playback".
|
|---|
| 663 | * Now the command line options -fullscreen and -no-fullscreen don't
|
|---|
| 664 | modify the preference's option "start videos in fullscreen".
|
|---|
| 665 |
|
|---|
| 666 | (2010-01-15)
|
|---|
| 667 | * (Linux) Use pulse as default audio output instead of alsa, as alsa is
|
|---|
| 668 | causing problems (at least) in Ubuntu 9.10 when seeking on a video (image
|
|---|
| 669 | freezes).
|
|---|
| 670 |
|
|---|
| 671 | (2010-01-10)
|
|---|
| 672 | * Fix: the "unicode" encoding for subtitles works now on Windows.
|
|---|
| 673 |
|
|---|
| 674 | (2009-12-13)
|
|---|
| 675 | * Added the possibility to mark an A-B section. When the A-B section has been
|
|---|
| 676 | selected only that section will be played. If the option Play->Repeat is
|
|---|
| 677 | enabled, the A-B section will be repeated.
|
|---|
| 678 | A new submenu "A-B section" has been added to the "Play" menu, with the
|
|---|
| 679 | following options:
|
|---|
| 680 | - set A marker
|
|---|
| 681 | - set B marker
|
|---|
| 682 | - clear A-B markers
|
|---|
| 683 | - repeat
|
|---|
| 684 | This is exactly how it works:
|
|---|
| 685 | - the "set A marker" option allows to mark the beginning of the section.
|
|---|
| 686 | If the B marker has previously been set, the file will be restarted so
|
|---|
| 687 | the change can take effect.
|
|---|
| 688 | - the "set B marker" option allows to mark the end of the section.
|
|---|
| 689 | If the A marker has previously been set, the file will be restarted so
|
|---|
| 690 | the change can take effect.
|
|---|
| 691 | - the "clear A-B markers" option deletes the A and B markers and restarts
|
|---|
| 692 | the playback so the change can take effect. If the A and B markers
|
|---|
| 693 | weren't set, this option does nothing.
|
|---|
| 694 | - if the "repeat" option is enabled, the A-B section will played back once
|
|---|
| 695 | and again (If no A-B section is set, the whole file will be repeated).
|
|---|
| 696 | If the "repeat" option is not enabled, when the playback gets to the B
|
|---|
| 697 | marker, the file will be stopped.
|
|---|
| 698 |
|
|---|
| 699 | Notice: as a side effect, when an A-B section has been set, any action which
|
|---|
| 700 | requires to restart mplayer, will start the playback at the A marker and not
|
|---|
| 701 | at the point it was previously!
|
|---|
| 702 |
|
|---|
| 703 | (2009-11-26)
|
|---|
| 704 | * Added icons for the buttons in the find subtitles window.
|
|---|
| 705 |
|
|---|
| 706 | (2009-11-19)
|
|---|
| 707 | * Added the new option "Save SMPlayer log to file" in Preferences -> Advanced
|
|---|
| 708 | -> Logs. If the option is checked, the smplayer logs will be saved to
|
|---|
| 709 | to a file named smplayer_log.txt in the smplayer config file (in linux
|
|---|
| 710 | $HOME/.config/smplayer/).
|
|---|
| 711 |
|
|---|
| 712 | (2009-11-06)
|
|---|
| 713 | * Pass the text for the slave command osd_show_text in utf8. Should fix
|
|---|
| 714 | bug #2854097 (incorrect charset in OSD texts).
|
|---|
| 715 | Fix based on a patch by c0rnholio
|
|---|
| 716 | (https://sourceforge.net/tracker/?func=detail&atid=913575&aid=2893306&group_id=185512)
|
|---|
| 717 |
|
|---|
| 718 | (2009-10-26)
|
|---|
| 719 | * Added a new option for smplayer.ini: fast_load_sub
|
|---|
| 720 | If true (the default) loading an external subtitle will be fast
|
|---|
| 721 | because it will be done by using a slave command (which is nice but it
|
|---|
| 722 | has the problem that smplayer may restore the wrong subtitle after a
|
|---|
| 723 | restart of the video). If false, the subtitle will be loaded by
|
|---|
| 724 | restarting mplayer (which is a little bit slower but doesn't have the
|
|---|
| 725 | mentioned problem).
|
|---|
| 726 |
|
|---|
| 727 | (2009-10-20)
|
|---|
| 728 | * Bugfix: pad the hash for opensubtitles with zeroes. This bug caused that
|
|---|
| 729 | sometimes smplayer couldn't find any subtitles for a given file.
|
|---|
| 730 |
|
|---|
| 731 | (2009-10-03)
|
|---|
| 732 | * Applied patch smplayer-3270-mandriva-mplayer-version.patch by Anssi Hannula
|
|---|
| 733 | (http://sourceforge.net/users/anssih/). Makes SMPlayer detect the mplayer
|
|---|
| 734 | version strings in Mandriva.
|
|---|
| 735 |
|
|---|
| 736 | (2009-09-14)
|
|---|
| 737 | * New action "show_filename" (assigned to Shift+I). It displays the filename
|
|---|
| 738 | in the OSD.
|
|---|
| 739 |
|
|---|
| 740 | (2009-09-13)
|
|---|
| 741 | * Don't pass to mplayer any audio filter (-af ...) when using -afm hwac3.
|
|---|
| 742 |
|
|---|
| 743 | (2009-09-09)
|
|---|
| 744 | * (Streams) Added support to 'StreamTitle' without 'StreamUrl'
|
|---|
| 745 |
|
|---|
| 746 | (2009-09-04)
|
|---|
| 747 | * Applied patch mousewheel_seekalt_checkbox_r3257.patch by Steven Eastland
|
|---|
| 748 | (grassmonk at users.sourceforge.net). It adds the possibility to reverse
|
|---|
| 749 | the direction of seeking with the mouse wheel.
|
|---|
| 750 |
|
|---|
| 751 | (2009-08-31)
|
|---|
| 752 | * Added the checkbox "Disable video filters when using vdpau" in Preferences ->
|
|---|
| 753 | General -> Video.
|
|---|
| 754 |
|
|---|
| 755 | (2009-08-30)
|
|---|
| 756 | * (Linux) New option for smplayer.ini: disable_video_filters_with_vdpau. If
|
|---|
| 757 | set to true /the default) all video filters will be disabled when using
|
|---|
| 758 | the vdpau vo.
|
|---|
| 759 |
|
|---|
| 760 | (2009-08-16)
|
|---|
| 761 | * All video filters in the Video menu will be shown disabled if using vdpau.
|
|---|
| 762 |
|
|---|
| 763 | (2009-08-12)
|
|---|
| 764 | * Bugfix: some of the items in the the recents menu may be lost.
|
|---|
| 765 |
|
|---|
| 766 | (2009-07-31)
|
|---|
| 767 | * The default cache for local files is 0.
|
|---|
| 768 | * New option for smplayer.ini: osd_delay. It specifies the delay in
|
|---|
| 769 | milliseconds to show the OSD (default 2200).
|
|---|
| 770 |
|
|---|
| 771 | (2009-07-30)
|
|---|
| 772 | * If using vdpau, don't pass any video filter to mplayer (instead of passing
|
|---|
| 773 | them and then clear them with -vf-clr)
|
|---|
| 774 |
|
|---|
| 775 |
|
|---|
| 776 | [b]Version 0.6.8[/b]:
|
|---|
| 777 |
|
|---|
| 778 | (2009-07-14)
|
|---|
| 779 | * Check for new channels first in ~/.mplayer/channels.conf.ter. Use
|
|---|
| 780 | channels.conf if channels.conf.ter is not found.
|
|---|
| 781 | * Removed the "Jump..." item from the tv and radio menus. The actions
|
|---|
| 782 | are still available.
|
|---|
| 783 | * (Playlist) Fix: don't try to a load pls file if the file doesn't exist.
|
|---|
| 784 | Prevents QSettings to create subdirectories pointing to that file.
|
|---|
| 785 | * Updated the texts of the OSD options.
|
|---|
| 786 |
|
|---|
| 787 | (2009-07-13)
|
|---|
| 788 | * Moved the option "Visualize motion vectors" from menu Options to menu
|
|---|
| 789 | Video.
|
|---|
| 790 |
|
|---|
| 791 | (2009-07-12)
|
|---|
| 792 | * Fixed error "302 - Moved temporarily" when connecting to opensubtitles.org.
|
|---|
| 793 |
|
|---|
| 794 | (2009-07-09)
|
|---|
| 795 | * Added the new option "Jump" to the TV and radio menus. It displays a dialog
|
|---|
| 796 | which allows the user to enter the number of the channel to open.
|
|---|
| 797 |
|
|---|
| 798 | (2009-07-07)
|
|---|
| 799 | * Applied patch numbered_recent_files.diff by greenest
|
|---|
| 800 | (greenest at users.sourceforge.net). It adds numbers in front of the recent
|
|---|
| 801 | files, and a key accelerator.
|
|---|
| 802 |
|
|---|
| 803 | (2009-07-06)
|
|---|
| 804 | * Save the last TV channel, which will be used when "dvb://" or "tv://" is
|
|---|
| 805 | opened.
|
|---|
| 806 |
|
|---|
| 807 | (2009-07-05)
|
|---|
| 808 | * (Linux) vdpau doesn't allow to use any video filter (mplayer would crash)
|
|---|
| 809 | so now smplayer will clear the filter list if vdpau is used.
|
|---|
| 810 | * New option for smplayer.ini (section [playlist]): automatically_play_next.
|
|---|
| 811 | If set to false the playlist won't play the next item when the current one
|
|---|
| 812 | finishes.
|
|---|
| 813 |
|
|---|
| 814 | (2009-07-04)
|
|---|
| 815 | * The settings of TV channels are saved on ~/.config/smplayer/smplayer_tv.ini.
|
|---|
| 816 |
|
|---|
| 817 | (2009-07-02)
|
|---|
| 818 | * Added a new section in the preferences dialog: TV and radio.
|
|---|
| 819 |
|
|---|
| 820 | (2009-06-30)
|
|---|
| 821 | * Apply patch play_action_disabled_while_playing.diff by Francesco Cosoleto.
|
|---|
| 822 | (cosoleto at users.sourceforge.net). It disables the play action while
|
|---|
| 823 | playing.
|
|---|
| 824 | * (Fix) Now the command line option -sub passes the subtitle file to another
|
|---|
| 825 | running instance.
|
|---|
| 826 |
|
|---|
| 827 | (2009-06-29)
|
|---|
| 828 | * Added actions to select the previous and next tv channels, and also for
|
|---|
| 829 | previous and next radio. Assigned by default to the keys L and H (for TV)
|
|---|
| 830 | and Shift+L and Shift+H for radio.
|
|---|
| 831 |
|
|---|
| 832 | (2009-06-28)
|
|---|
| 833 | * Changing chapters works again with mplayer > svn r29407 (0-based).
|
|---|
| 834 | For DVDs, it only works if cache = 0.
|
|---|
| 835 | * Added two options for smplayer.ini (section [tv]):
|
|---|
| 836 | check_channels_conf_on_startup and initial_tv_deinterlace.
|
|---|
| 837 |
|
|---|
| 838 | (2009-06-27)
|
|---|
| 839 | * The tv and radio submenus can be added to the toolbars (tv_menu and
|
|---|
| 840 | radio_menu).
|
|---|
| 841 |
|
|---|
| 842 | (2009-06-25)
|
|---|
| 843 | * New menus Open->TV and Open->Radio. The items for those menus are taken from
|
|---|
| 844 | ~/.mplayer/channels.conf. The services with video and audio pid are added
|
|---|
| 845 | to the TV menu, those with audio pid are added to the radio menu. The
|
|---|
| 846 | rest are discarded. The file channels.conf is rescanned on every startup
|
|---|
| 847 | and will add new channels to the menus.
|
|---|
| 848 | Note: the file channels.conf is not read at all on Windows (mplayer lacks
|
|---|
| 849 | dvb support on Windows).
|
|---|
| 850 | * The list of channels can be edited.
|
|---|
| 851 |
|
|---|
| 852 | (2009-06-23)
|
|---|
| 853 | * Initial support for TV (dvb:// and tv://):
|
|---|
| 854 | - You can open dvb channels through commandline (smplayer
|
|---|
| 855 | dvb://CHANNEL_NAME). It may also work with tv:// but it's untested.
|
|---|
| 856 | - There's an option under Preferences->Performance to set the cache for TV.
|
|---|
| 857 | - The view info and properties dialog recognizes dvb:// and tv:// and
|
|---|
| 858 | display a TV icon for them.
|
|---|
| 859 |
|
|---|
| 860 | (2009-06-21)
|
|---|
| 861 | * Added the new menu Program under the Browse menu. It allows to change
|
|---|
| 862 | the program track for ts files. Known issue: when a program changes, the
|
|---|
| 863 | video and audio track will probably change too but the video and audio menus
|
|---|
| 864 | doesn't show that change.
|
|---|
| 865 | * The OSD is not shown until 3 seconds after the video started to play. This
|
|---|
| 866 | avoid a lot of messages being printed on the OSD at startup.
|
|---|
| 867 |
|
|---|
| 868 | (2009-06-12)
|
|---|
| 869 | * Applied (with a few changes) the patch wheelfunctionpatch4.txt by
|
|---|
| 870 | Stivo (helifan at users.sourceforge.net).
|
|---|
| 871 | It adds the possibility to change the function of the mouse wheel with
|
|---|
| 872 | a mouse click.
|
|---|
| 873 |
|
|---|
| 874 | (2009-06-02)
|
|---|
| 875 | * (Windows) smplayer should recognize now Windows 7, if using Qt 4.5.1
|
|---|
| 876 | (untested).
|
|---|
| 877 | * (Windows, portable version) The default screenshot directory is
|
|---|
| 878 | ./screenshots, and the default additional option for mplayer is
|
|---|
| 879 | -nofontconfig. This way it's not necessary to supply a customized
|
|---|
| 880 | smplayer.ini in the portable package.
|
|---|
| 881 | * Recognize the multithreaded mplayer build from kovensky (checks for
|
|---|
| 882 | 'MPlayer GIT*'). It assumes it's version 1.0rc3.
|
|---|
| 883 |
|
|---|
| 884 | (2009-05-24)
|
|---|
| 885 | * Bugfix: now the color tags from the mplayer output are really removed
|
|---|
| 886 | (linux only).
|
|---|
| 887 |
|
|---|
| 888 | (2009-05-21)
|
|---|
| 889 | * Two new options for the command line have been added: -pos and -size. Both
|
|---|
| 890 | options expect two arguments. -pos specifies the coordinates (x, y) where
|
|---|
| 891 | the main window will be displayed, -size specifies the size (width, height).
|
|---|
| 892 | If any of the values is invalid, the option will be silently ignored.
|
|---|
| 893 |
|
|---|
| 894 | (2009-05-18)
|
|---|
| 895 | * New option in the subtitle menu: "subtitle visibility". If the option
|
|---|
| 896 | is checked (default) subtitles are visible, otherwise the subtitles won't
|
|---|
| 897 | appear in the screen. This is a global option.
|
|---|
| 898 | * In the subtitle initialization function, try to find the external subtitle
|
|---|
| 899 | using its filename, and not assuming that it's always the last one.
|
|---|
| 900 | It should make the -sub command line option to work as expected.
|
|---|
| 901 |
|
|---|
| 902 | (2009-05-11)
|
|---|
| 903 | * Added the Estonian translation, by olav mägi <[email protected]>
|
|---|
| 904 | * The option "Audio/video auto synchronization" has been moved from
|
|---|
| 905 | Preferences -> Performance to Preferences -> General -> Audio.
|
|---|
| 906 | * Added the new option "A-V sync correction" in Preferences -> General ->
|
|---|
| 907 | Audio (for the mplayer option -mc).
|
|---|
| 908 |
|
|---|
| 909 | (2009-05-05)
|
|---|
| 910 | * New option for smplayer.ini: row_spacing (in the [playlist] section). It
|
|---|
| 911 | specifies the spacing between rows in the playlist. If the value is -1
|
|---|
| 912 | the row height is not changed.
|
|---|
| 913 |
|
|---|
| 914 | (2009-05-04)
|
|---|
| 915 | * Added an option in Preferences -> Advanced -> Logs to make the mplayer logs
|
|---|
| 916 | more verbose (passes -v to mplayer).
|
|---|
| 917 |
|
|---|
| 918 | (2009-05-01)
|
|---|
| 919 | * Applied patch coreavc.patch by Shurygin Egor <[email protected]>
|
|---|
| 920 | It adds a checkbox in performance settings to switch coreavc usage.
|
|---|
| 921 | When checked passes to mplayer "-vc coreavc," unless vdpau video driver is
|
|---|
| 922 | used and any other video codec has been set explicitly.
|
|---|
| 923 |
|
|---|
| 924 | (2009-04-30)
|
|---|
| 925 | * Bugfix: hide the mouse cursor when it's over the black borders.
|
|---|
| 926 |
|
|---|
| 927 | (2009-04-29)
|
|---|
| 928 | * (Windows) New options for smplayer.ini: turn_screensaver_off (false by
|
|---|
| 929 | default) and avoid_screensaver (true by default). The option
|
|---|
| 930 | disable_screensaver won't be used on windows anymore.
|
|---|
| 931 | turn_screensaver_off disables the screensaver from the control panel,
|
|---|
| 932 | while avoid_screensaver prevents the screensaver to appear when windows
|
|---|
| 933 | requests for it in an event.
|
|---|
| 934 | * Added checkboxes in preferences->general->video to allow to configure
|
|---|
| 935 | the avoid_screensaver and turn_screensaver_off options.
|
|---|
| 936 |
|
|---|
| 937 | (2009-04-24)
|
|---|
| 938 | * Deleted the option "Change volume just before playing" (Preferences ->
|
|---|
| 939 | General -> Audio). That option had sense when a patch was required for the
|
|---|
| 940 | -volume option, but not now.
|
|---|
| 941 | Now it will just use -volume if using mplayer >= SVN r27872.
|
|---|
| 942 | * Deleted the option "Change volume on every file" (Preferences ->
|
|---|
| 943 | General -> Audio). It did more or less the same now it does the "Global
|
|---|
| 944 | volume" option.
|
|---|
| 945 | * Deleted the "Default volume" slider in (Preferences -> General -> Audio).
|
|---|
| 946 | With time it lost its original meaning. It's still possible to configure
|
|---|
| 947 | the default volume in smplayer.ini.
|
|---|
| 948 |
|
|---|
| 949 | (2009-04-23)
|
|---|
| 950 | * Started to implement the possibility to customize the options for the
|
|---|
| 951 | audio/video filters passed to mplayer (in the section [filter_options]
|
|---|
| 952 | in smplayer.ini).
|
|---|
| 953 | Currently 3 filters can be customized: noise, volnorm and deblock.
|
|---|
| 954 | BTW, the volnorm filter has changed its default value from 2 to 1.
|
|---|
| 955 |
|
|---|
| 956 | (2009-04-20)
|
|---|
| 957 | * (Experimental) Added the new option "Global volume" (Preferences -> General
|
|---|
| 958 | -> Audio). If the option is checked, the volume and mute are global
|
|---|
| 959 | options. If not checked, the volume and mute options are independent for
|
|---|
| 960 | each file.
|
|---|
| 961 | Known issues: the default value is 50, it doesn't honor the "default volume"
|
|---|
| 962 | setting. On the other hand, the option "change volume before playing" is
|
|---|
| 963 | honored even if that option is shown disabled when the "global volume" is
|
|---|
| 964 | checked.
|
|---|
| 965 |
|
|---|
| 966 | (2009-04-18)
|
|---|
| 967 | * Added the Vietnamese translation, by Lê Xuân Thảo <[email protected]>.
|
|---|
| 968 | * Display the current playback speed in the status bar when it changes.
|
|---|
| 969 | * Added support for the mplayer tags DVDNAV_TITLE_IS_MENU and
|
|---|
| 970 | DVDNAV_TITLE_IS_MOVIE added in mplayer svn r29156.
|
|---|
| 971 | It just simply stops sending the set_mouse_pos slave command if not in a
|
|---|
| 972 | dvd menu.
|
|---|
| 973 |
|
|---|
| 974 | (2009-04-16)
|
|---|
| 975 | * (Bugfix) Don't stop the file if already stopped when closing smplayer
|
|---|
| 976 | to prevent that the current position would reset to 0.
|
|---|
| 977 |
|
|---|
| 978 | (2009-04-15)
|
|---|
| 979 | * Added two aspect ratios: 3:2 and 14:10.
|
|---|
| 980 | * The next_aspect action changes the aspect ratio in the right order.
|
|---|
| 981 |
|
|---|
| 982 | (2009-04-07)
|
|---|
| 983 | * Added an option in preferences to turn on/off the screenshot feature.
|
|---|
| 984 | So no need now to clear the screenshot path to disable it.
|
|---|
| 985 |
|
|---|
| 986 | (2009-04-06)
|
|---|
| 987 | * Pass to mplayer "-vc ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau," if
|
|---|
| 988 | using vdpau as video driver and not other video codec has been set.
|
|---|
| 989 | (Untested)
|
|---|
| 990 |
|
|---|
| 991 | (2009-04-02)
|
|---|
| 992 | * Now the mouse cursor is hidden only when playing.
|
|---|
| 993 |
|
|---|
| 994 | (2009-04-01)
|
|---|
| 995 | * (Fix) The preferences dialog sets the default video driver to "direct3d,"
|
|---|
| 996 | if using Windows Vista.
|
|---|
| 997 |
|
|---|
| 998 | (2009-03-26)
|
|---|
| 999 | * Added ogv to the list of extensions (for video).
|
|---|
| 1000 |
|
|---|
| 1001 | (2009-03-25)
|
|---|
| 1002 | * (Linux) Using -input nodefault-bindings:conf=/dev/null to disable the
|
|---|
| 1003 | mplayer keys if using mplayer >= SVN r29058.
|
|---|
| 1004 |
|
|---|
| 1005 | (2009-03-23)
|
|---|
| 1006 | * (Experimental) Now some of the submenus can be added to the toolbars
|
|---|
| 1007 | (actions names: speed_menu, videotrack_menu, screen_menu, videosize_menu,
|
|---|
| 1008 | panscan_menu, aspect_menu, deinterlace_menu, videofilter_menu, rotate_menu,
|
|---|
| 1009 | ontop_menu, audiotrack_menu, audiofilter_menu, audiochannels_menu,
|
|---|
| 1010 | stereomode_menu, subtitlestrack_menu, titles_menu, chapters_menu,
|
|---|
| 1011 | angles_menu, osd_menu).
|
|---|
| 1012 |
|
|---|
| 1013 | (2009-03-22)
|
|---|
| 1014 | * Added an icon for the next_aspect action. Contributed by TT
|
|---|
| 1015 | (http://smplayer.berlios.de/forums/viewtopic.php?id=1104).
|
|---|
| 1016 |
|
|---|
| 1017 | (2009-03-20)
|
|---|
| 1018 | * The subtitle and audio delay actions keep now the file paused. They also
|
|---|
| 1019 | display the current value in the status bar.
|
|---|
| 1020 |
|
|---|
| 1021 | (2009-03-19)
|
|---|
| 1022 | * Added some icons for: Help -> Tips, Video -> Preview, Video -> Start/stop
|
|---|
| 1023 | taking screenshots, Subtitles -> Find subtitles on opensubtitles.org and
|
|---|
| 1024 | updated the Qt logo (taken from the Qt sources).
|
|---|
| 1025 |
|
|---|
| 1026 | (2009-03-18)
|
|---|
| 1027 | * (Videopreview) Ctrl+H toggles displaying the info about the video.
|
|---|
| 1028 | * Don't use "set_property switch_video" when using the nsv demuxer. It makes
|
|---|
| 1029 | mplayer stop displaying the video after a few seconds.
|
|---|
| 1030 | * Added a new option: Video -> Start/stop taking screenshots (of each frame)
|
|---|
| 1031 | assigned by default to "Shift+D" (the icon for this action: screenshots.png)
|
|---|
| 1032 | When this option is selected, a screenshot will be taken (and saved in
|
|---|
| 1033 | png format to the screenshot folder) for each frame. Select the option
|
|---|
| 1034 | again to stop taking screenshots.
|
|---|
| 1035 |
|
|---|
| 1036 | (2009-03-16)
|
|---|
| 1037 | * (Windows) Now by default the combos in Preferences -> Drives will show all
|
|---|
| 1038 | drives, not only CD/DVD devices, as it has been reported that checking
|
|---|
| 1039 | for those devices can be slow if there are network drives. Now there's
|
|---|
| 1040 | a button "Scan for CD/DVD devices" to force the detection of CD/DVD devices.
|
|---|
| 1041 |
|
|---|
| 1042 | (2009-03-12)
|
|---|
| 1043 | * Deleted the obsolete translations from smplayer_gl.ts (caused lrelease
|
|---|
| 1044 | to fail with Qt 4.5.0).
|
|---|
| 1045 |
|
|---|
| 1046 | (2009-03-11)
|
|---|
| 1047 | * Fixed some build problems that could make the installation fail, trying to
|
|---|
| 1048 | recompile everything again with qt3 because QMAKE can be undefined during
|
|---|
| 1049 | make install.
|
|---|
| 1050 |
|
|---|
| 1051 |
|
|---|
| 1052 | [b]Version 0.6.7[/b]:
|
|---|
| 1053 |
|
|---|
| 1054 | (2009-03-06)
|
|---|
| 1055 | * The media type icons (type_audio.png, type_dvd.png, type_url.png,
|
|---|
| 1056 | type_video.png, type_cdda.png, type_unknown.png and type_vcd.png) which
|
|---|
| 1057 | appear in the info window can now be overridden by the icon themes.
|
|---|
| 1058 |
|
|---|
| 1059 | (2009-03-05)
|
|---|
| 1060 | * (Playlist) Try to figure out if a file is local (when the file is added
|
|---|
| 1061 | to the playlist) not using QFile::exists, as it seems it can be slow
|
|---|
| 1062 | with remote files. It might fix bug #2586395, although I can't test.
|
|---|
| 1063 |
|
|---|
| 1064 | (2009-02-19)
|
|---|
| 1065 | * Using software volume by default.
|
|---|
| 1066 |
|
|---|
| 1067 | (2009-02-17)
|
|---|
| 1068 | * Using multiple ini files to store the file settings by default now.
|
|---|
| 1069 |
|
|---|
| 1070 | (2009-02-15)
|
|---|
| 1071 | * Added preliminary support for the upcoming mplayer 1.0rc3.
|
|---|
| 1072 |
|
|---|
| 1073 | (2009-02-09)
|
|---|
| 1074 | * (ASS subtitles) The outline and shadow options now accept values with
|
|---|
| 1075 | decimals.
|
|---|
| 1076 |
|
|---|
| 1077 | (2009-02-04)
|
|---|
| 1078 | * Now the default value for the "correct pts" option is auto.
|
|---|
| 1079 |
|
|---|
| 1080 | (2009-01-31)
|
|---|
| 1081 | * (Videopreview) Added a new option to remember the last folder used for
|
|---|
| 1082 | saving the preview image. If not checked, it will suggest the same
|
|---|
| 1083 | folder of the video to save the image.
|
|---|
| 1084 | * New action toggle_stay_on_top, which toggles between "stay on top always"
|
|---|
| 1085 | and "stay on top never". If "stay on top while playing" is enabled, this
|
|---|
| 1086 | action does nothing.
|
|---|
| 1087 |
|
|---|
| 1088 | (2009-01-29)
|
|---|
| 1089 | * Added two options (in the audio and subtitle menus) to allow the user to
|
|---|
| 1090 | enter the audio and subtitle delay (in milliseconds).
|
|---|
| 1091 |
|
|---|
| 1092 | (2009-01-28)
|
|---|
| 1093 | * Added names for the rest of dvdnav actions.
|
|---|
| 1094 | * The dvdnav_mouse action is assigned to the left mouse button by default.
|
|---|
| 1095 | * Added all dvdnav actions to the list of actions that can be selected with
|
|---|
| 1096 | the mouse buttons.
|
|---|
| 1097 |
|
|---|
| 1098 | (2009-01-27)
|
|---|
| 1099 | * Fix: now spaces in arguments for mplayer (in Preferences->Advanced and
|
|---|
| 1100 | Options->View info and properties) are respected if they are between
|
|---|
| 1101 | quotes. Now for instance this will work as expected:
|
|---|
| 1102 | -heartbeat-cmd "gnome-screensaver-command -p &"
|
|---|
| 1103 | * Fix: the playlist is not allowed to be docked in fullscreen mode.
|
|---|
| 1104 |
|
|---|
| 1105 | (2009-01-26)
|
|---|
| 1106 | * (Playlist) When a file is added to the playlist, if it was already in
|
|---|
| 1107 | the list, it's moved to the end of the list.
|
|---|
| 1108 |
|
|---|
| 1109 | (2009-01-24)
|
|---|
| 1110 | * (Videopreview) Add jpg to the "extract frame as" combobox only if the
|
|---|
| 1111 | jpg format is available for reading.
|
|---|
| 1112 | * The direct3d video output is now the default for Windows Vista (untested).
|
|---|
| 1113 |
|
|---|
| 1114 | (2009-01-18)
|
|---|
| 1115 | * The dvdnav actions are now only enabled when playing a dvd (using dvdnav).
|
|---|
| 1116 |
|
|---|
| 1117 | (2009-01-17)
|
|---|
| 1118 | * Now the mplayer process is not restarted when loading an external subtitle
|
|---|
| 1119 | file (using the sub_load slave command), except for idx/sub subtitles.
|
|---|
| 1120 |
|
|---|
| 1121 | (2009-01-15)
|
|---|
| 1122 | * (Windows) Now the screensaver is allowed to turn on if the file is
|
|---|
| 1123 | paused or it's an audio file.
|
|---|
| 1124 | * The "it's a playlist" option in the Open URL dialog is automatically
|
|---|
| 1125 | checked if the url ends with ".ram", ".asx" or ".m3u" (and unchecked if
|
|---|
| 1126 | it ends with another extension).
|
|---|
| 1127 |
|
|---|
| 1128 | (2009-01-14)
|
|---|
| 1129 | * New option for the config file: user_forced_ass_style under the
|
|---|
| 1130 | [subtitles] section. If the value is not an empty string, it will be
|
|---|
| 1131 | passed to mplayer for the -ass-force-style option, overriding the string
|
|---|
| 1132 | generated automatically by smplayer.
|
|---|
| 1133 | * Added a "Customize" button in the SSA/ASS section in preferences to
|
|---|
| 1134 | allow the user to customize the SSA/ASS style which will be passed to
|
|---|
| 1135 | mplayer with the -ass-force-style option.
|
|---|
| 1136 |
|
|---|
| 1137 | (2009-01-12)
|
|---|
| 1138 | * (Fix) When opening an iso file, start to play from the dvd menu instead
|
|---|
| 1139 | of title 1.
|
|---|
| 1140 | * Added a new option to select the shadow color for ass subtitles.
|
|---|
| 1141 |
|
|---|
| 1142 | (2009-01-11)
|
|---|
| 1143 | * Now it's possible to play a dvd with menus from command line
|
|---|
| 1144 | (smplayer dvdnav://) or by selecting "dvdnav://" from the recents menu.
|
|---|
| 1145 | It'll even work if the option "Enable DVD menus" is not checked.
|
|---|
| 1146 | * Now the highlighted option in the DVD menu changes when the mouse is
|
|---|
| 1147 | moved.
|
|---|
| 1148 |
|
|---|
| 1149 | (2009-01-10)
|
|---|
| 1150 | * Fixed the initialization of the Angles menu when using dvdnav.
|
|---|
| 1151 | * Added to the Browse menu the options 'DVD menu' and 'DVD previous menu'.
|
|---|
| 1152 |
|
|---|
| 1153 | (2009-01-09)
|
|---|
| 1154 | * Now the length of the title is updated when playing a dvd using dvdnav.
|
|---|
| 1155 |
|
|---|
| 1156 | (2009-01-08)
|
|---|
| 1157 | * (Linux) Added the option "Enable DVD menus" in Preferences->Drives. If
|
|---|
| 1158 | this option is checked, when you select "DVD from drive" or "DVD from
|
|---|
| 1159 | folder" under the Open menu, the DVD will be played using dvdnav (including
|
|---|
| 1160 | menus).
|
|---|
| 1161 | Note: this is experimental, there are still a lot of things to be fixed.
|
|---|
| 1162 | Use at own your own risk.
|
|---|
| 1163 |
|
|---|
| 1164 | (2009-01-05)
|
|---|
| 1165 | * Added an option in Preferences->Subtitles to apply the ass style defined by
|
|---|
| 1166 | the user to ass subtitles (overriding the style defined in the ass file).
|
|---|
| 1167 |
|
|---|
| 1168 | (2009-01-04)
|
|---|
| 1169 | * Now the dvd names follow the same scheme as mplayer:
|
|---|
| 1170 | dvd://title/device (where device can also be a folder or iso file).
|
|---|
| 1171 | Internally it tries to avoid the use of the string "dvd:" so it could
|
|---|
| 1172 | be easy to add support for dvdnav:
|
|---|
| 1173 |
|
|---|
| 1174 | (2008-12-31)
|
|---|
| 1175 | * Now the correct pts option can have a value of "auto". In this case
|
|---|
| 1176 | neither -correct-pts nor -nocorrect-pts are passed to mplayer, the demuxer
|
|---|
| 1177 | will decide. Should fix bug #2479566.
|
|---|
| 1178 | * The proxy settings have been moved to a config dialog inside the find
|
|---|
| 1179 | subtitles window.
|
|---|
| 1180 |
|
|---|
| 1181 |
|
|---|
| 1182 | [b]Version 0.6.6[/b]:
|
|---|
| 1183 |
|
|---|
| 1184 | (2008-12-28)
|
|---|
| 1185 | * (Linux) Now the options in the dvd menus can be selected with the mouse.
|
|---|
| 1186 | To do so, select "Activate option in DVD menus" for the left mouse button
|
|---|
| 1187 | in Preferences -> Keyboard and mouse.
|
|---|
| 1188 | * Implemented a different way to select the initial audio track (or restore
|
|---|
| 1189 | the old one after a restart).
|
|---|
| 1190 | * (Experimental) New code to show/hide the mouse cursor in the video window.
|
|---|
| 1191 |
|
|---|
| 1192 | (2008-12-27)
|
|---|
| 1193 | * (Linux) Added some actions to control the dvdnav buttons.
|
|---|
| 1194 |
|
|---|
| 1195 | (2008-12-26)
|
|---|
| 1196 | * The language filter in the find subtitles dialog is now saved to the ini
|
|---|
| 1197 | file.
|
|---|
| 1198 | * New option for smplayer.ini: include_lang_on_filename (section
|
|---|
| 1199 | [findsubtitles]). If set to true (the default) the language code is
|
|---|
| 1200 | appended to the subtitle filename (e.g. video.avi => video_es.srt).
|
|---|
| 1201 | Otherwise the language code is not appended (video.avi => video.srt).
|
|---|
| 1202 |
|
|---|
| 1203 | (2008-12-24)
|
|---|
| 1204 | * Implemented a different way to select the initial subtitle track (or restore
|
|---|
| 1205 | the old one after a restart). Still needs some testing.
|
|---|
| 1206 |
|
|---|
| 1207 | (2008-12-23)
|
|---|
| 1208 | * Now smplayer tries to update the subtitle tracks if they change during
|
|---|
| 1209 | playback. This makes subtitles work if using dvdnav, and seems to fix
|
|---|
| 1210 | a problem when selecting the initial track
|
|---|
| 1211 | (see http://sourceforge.net/tracker/index.php?func=detail&aid=2422574&group_id=185512&atid=913573)
|
|---|
| 1212 | This is the kind of changes that can break something or produce an
|
|---|
| 1213 | unexpected behaviour...
|
|---|
| 1214 |
|
|---|
| 1215 | (2008-12-20)
|
|---|
| 1216 | * Applied with a few changes the patch customStyleAction.patch by
|
|---|
| 1217 | matt <[email protected]>. It adds a few more functions for the widgetactions,
|
|---|
| 1218 | like to set a custom style.
|
|---|
| 1219 | * Added a new gui (mpcgui, a media player classic clone) developed by
|
|---|
| 1220 | Matthias Petri <[email protected]>
|
|---|
| 1221 |
|
|---|
| 1222 | (2008-12-19)
|
|---|
| 1223 | * Applied (with a few changes) a patch by matt <[email protected]>.
|
|---|
| 1224 | This patch adds 3 modes for the stay on top option: always, never and
|
|---|
| 1225 | while playing.
|
|---|
| 1226 |
|
|---|
| 1227 | (2008-12-12)
|
|---|
| 1228 | * Added a new option Video->Preview. This option creates a preview
|
|---|
| 1229 | (thumbnails) of the selected video. There are options to choose the
|
|---|
| 1230 | number of columns, rows, maximum width of the generated image...
|
|---|
| 1231 | Finally the preview can be saved (as jpg or png).
|
|---|
| 1232 | Note: the video preview is not finished yet.
|
|---|
| 1233 |
|
|---|
| 1234 | (2008-12-07)
|
|---|
| 1235 | * (Experimental) Increased the resolution of the seekbar. Previously
|
|---|
| 1236 | a step of the seekbar (in a 90 minute movie) was equal to 54 seconds.
|
|---|
| 1237 | Now it's equal to 5.4 seconds. As there's usually an I-frame about 10
|
|---|
| 1238 | seconds (and mplayer always jumps to an I-frame) I think that's enough.
|
|---|
| 1239 |
|
|---|
| 1240 | (2008-12-06)
|
|---|
| 1241 | * Bug #2399200: the downloaded subtitle filename was wrong if the video
|
|---|
| 1242 | filename contained a dot in the name (example: video.hdtv.avi created a
|
|---|
| 1243 | video_es.srt file instead of video.hdtv_es.avi). This is now fixed.
|
|---|
| 1244 |
|
|---|
| 1245 | (2008-12-03)
|
|---|
| 1246 | * Now the logs in the mplayer/smplayer log windows update in realtime.
|
|---|
| 1247 | * The "MPlayer language" tab in the Advanced section in preferences has
|
|---|
| 1248 | been removed. It's not necessary anymore, although if you've got a
|
|---|
| 1249 | mplayer which prints the output texts in a non-english language you'll need
|
|---|
| 1250 | at least MPlayer SVN r28066.
|
|---|
| 1251 | * Added two new options: "Auto zoom for 16:9" and "Auto zoom for 2.35:1".
|
|---|
| 1252 | Those options zoom the image assuming the aspect ratio of the video image
|
|---|
| 1253 | is the one specified in the option, even if that's not the actual aspect
|
|---|
| 1254 | ratio. Useful for videos which include black borders (letterbox) in the
|
|---|
| 1255 | image, where the normal "Auto zoom" option will fail.
|
|---|
| 1256 |
|
|---|
| 1257 | (2008-11-30)
|
|---|
| 1258 | * New option for smplayer.ini: actions_to_run ([advanced] section).
|
|---|
| 1259 | Specifies a list of actions (separated by spaces) which will be run every
|
|---|
| 1260 | time a file is loaded. For instance "actions_to_run=auto_zoom compact true"
|
|---|
| 1261 | will run the auto_zoom action and set the gui to compact mode. If the
|
|---|
| 1262 | commandline option -actions is used too, the actions from commandline
|
|---|
| 1263 | will be added to the end of the list.
|
|---|
| 1264 | There's a limitation: the actions will be run only when a file is opened
|
|---|
| 1265 | and not when the mplayer process is restarted (e.g. you select an option in
|
|---|
| 1266 | the menus which requires to restart mplayer, like a video or audio filter).
|
|---|
| 1267 | Note that allowing to run the actions after a restart of mplayer could
|
|---|
| 1268 | lead to infinite recursion if any of the actions in the list needs to
|
|---|
| 1269 | restart mplayer.
|
|---|
| 1270 | * Added a field in Preferences->Advanced to enter the list of actions to
|
|---|
| 1271 | be run every time a file is opened.
|
|---|
| 1272 |
|
|---|
| 1273 | (2008-11-27)
|
|---|
| 1274 | * Added an option in Preferences->General to change the method to store
|
|---|
| 1275 | the file settings.
|
|---|
| 1276 | * (Experimental) Added the new option Video->Pan&scan->Auto zoom. It
|
|---|
| 1277 | calculates the zoom factor so you can't see any black borders.
|
|---|
| 1278 |
|
|---|
| 1279 | (2008-11-26)
|
|---|
| 1280 | * Implemented a new (and optional) method to save the file settings.
|
|---|
| 1281 | This method uses an ini file per each played file (instead of using only
|
|---|
| 1282 | one big ini file for all of them).
|
|---|
| 1283 |
|
|---|
| 1284 | The files are saved under the subdirectory "file_settings" in the config
|
|---|
| 1285 | directory (usually $HOME/.config/smplayer/). As filename it uses a hash,
|
|---|
| 1286 | and it's stored on a subdirectory starting with the first letter of the
|
|---|
| 1287 | filename.
|
|---|
| 1288 |
|
|---|
| 1289 | For example:
|
|---|
| 1290 | $HOME/.config/smplayer/file_settings/d/dd017f9d6706a75f.ini
|
|---|
| 1291 | $HOME/.config/smplayer/file_settings/9/95e963e59826699d.ini
|
|---|
| 1292 |
|
|---|
| 1293 | * Added a new option for smplayer.ini: file_settings_method.
|
|---|
| 1294 | This option allows to select the method to be used for the file settings.
|
|---|
| 1295 | Possible values: normal and hash.
|
|---|
| 1296 |
|
|---|
| 1297 | normal = uses one file (smplayer_files.ini) to store the file settings of
|
|---|
| 1298 | all played files. This is cleaner as you only have one file for all files'
|
|---|
| 1299 | settings but it could be slow if there are info for many many files in it.
|
|---|
| 1300 |
|
|---|
| 1301 | hash = uses one ini file per each played file. This could be much faster if
|
|---|
| 1302 | you have info for many files, but you'll end up with many ini files and
|
|---|
| 1303 | subdirectories.
|
|---|
| 1304 |
|
|---|
| 1305 | (2008-11-24)
|
|---|
| 1306 | * Added a new option in Preferences->Video: add black borders on fullscreen.
|
|---|
| 1307 | If this option is enabled, black borders will be added to the image in
|
|---|
| 1308 | fullscreen mode. This allows subtitles to be displayed on the black borders.
|
|---|
| 1309 |
|
|---|
| 1310 | (2008-11-23)
|
|---|
| 1311 | * Added a history to the open URL dialog. Based on a patch by Francesco
|
|---|
| 1312 | Cosoleto.
|
|---|
| 1313 | Not finished yet. Missing options to clear the history or set the maximum
|
|---|
| 1314 | number of items.
|
|---|
| 1315 | * Added a new option for smplayer.ini: urls\max_items (section [history]).
|
|---|
| 1316 | It specifies the maximum number of items for the open URL history.
|
|---|
| 1317 | By default, 10. Set it to 0 to disable the history.
|
|---|
| 1318 |
|
|---|
| 1319 | (2008-11-20)
|
|---|
| 1320 | * The "Recents" code has been reorganized. Also the list of recent files
|
|---|
| 1321 | is now saved in a different place in smplayer.ini, in section [history].
|
|---|
| 1322 |
|
|---|
| 1323 | (2008-11-19)
|
|---|
| 1324 | * When using SSA/ASS, use the same font for OSD. Otherwise the OSD
|
|---|
| 1325 | might not be visible.
|
|---|
| 1326 |
|
|---|
| 1327 | (2008-11-18)
|
|---|
| 1328 | * Added the possibility to select the type of proxy to be used: Http or
|
|---|
| 1329 | Socks5. (More info: http://doc.trolltech.com/4.3/qnetworkproxy.html)
|
|---|
| 1330 |
|
|---|
| 1331 | (2008-11-17)
|
|---|
| 1332 | * Added a new option in Preferences->Subtitle: Freetype support. Disabling
|
|---|
| 1333 | that option could make smplayer work with a mplayer compiled without
|
|---|
| 1334 | freetype support. But subtitles may not work at all!
|
|---|
| 1335 |
|
|---|
| 1336 | (2008-11-16)
|
|---|
| 1337 | * The mini gui can now also remember the position and size of the window.
|
|---|
| 1338 | * (Linux) Now all devices which match with dvd*, cdrom*, cdrw*, sr*
|
|---|
| 1339 | and cdrecorder* are added to the comboboxes in Preferences->Drives.
|
|---|
| 1340 |
|
|---|
| 1341 | (2008-11-15)
|
|---|
| 1342 | * Added a new action to select the next aspect ratio. Assigned by default to
|
|---|
| 1343 | key "A". Unfortunately this change breaks compatibility and the aspect
|
|---|
| 1344 | ratio setting for all your played videos will be lost.
|
|---|
| 1345 | * Display the text for the statusbar in the OSD if in fullscreen mode (and
|
|---|
| 1346 | not paused).
|
|---|
| 1347 | * Added a new option for smplayer.ini: initial_stereo_mode. It sets the
|
|---|
| 1348 | stereo mode which will be used as default.
|
|---|
| 1349 | Possible values: 0 (stereo), 1 (left) and 2 (right).
|
|---|
| 1350 |
|
|---|
| 1351 | (2008-11-14)
|
|---|
| 1352 | * Added the new section Advanced->Proxy in preferences to configure the
|
|---|
| 1353 | proxy.
|
|---|
| 1354 |
|
|---|
| 1355 | (2008-11-13)
|
|---|
| 1356 | * Added some options in smplayer.ini (section [proxy]) to configure a proxy
|
|---|
| 1357 | for internet connections. Untested.
|
|---|
| 1358 |
|
|---|
| 1359 |
|
|---|
| 1360 | [b]Version 0.6.5.1[/b]:
|
|---|
| 1361 |
|
|---|
| 1362 | (2008-11-12)
|
|---|
| 1363 | * Don't pass to mplayer the option -no-correct-pts or -nocorrect-pts if
|
|---|
| 1364 | the mplayer version is still unknown. Prevents mplayer to fail on the first
|
|---|
| 1365 | run, complaining about an unknown -no-correct-pts if using a recent version
|
|---|
| 1366 | of mplayer (r26842 or above).
|
|---|
| 1367 |
|
|---|
| 1368 |
|
|---|
| 1369 | [b]Version 0.6.5[/b]:
|
|---|
| 1370 |
|
|---|
| 1371 | (2008-11-11)
|
|---|
| 1372 | * (Linux) Now smplayer tries to follow the XDG Base Directory Specification
|
|---|
| 1373 | (http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html)
|
|---|
| 1374 | for the config files. So now smplayer will save its config files under
|
|---|
| 1375 | the directory $XDG_CONFIG_HOME/smplayer or $HOME/.config/smplayer if
|
|---|
| 1376 | $XDG_CONFIG_HOME is not defined.
|
|---|
| 1377 | If you want to keep your preferences, copy the files in $HOME/.smplayer to
|
|---|
| 1378 | $HOME/.config/smplayer
|
|---|
| 1379 |
|
|---|
| 1380 | (2008-11-07)
|
|---|
| 1381 | * Added a new option "Floating control" in Preferences->Interface. It allows
|
|---|
| 1382 | to configure the floating control (width, margin...).
|
|---|
| 1383 |
|
|---|
| 1384 | (2008-11-06)
|
|---|
| 1385 | * (Experimental) Added the possibility to select the adaptor for xv. Requires
|
|---|
| 1386 | at least MPlayer SVN r26762 (from 2008-05-13).
|
|---|
| 1387 |
|
|---|
| 1388 | (2008-11-05)
|
|---|
| 1389 | * Added support for another patch:
|
|---|
| 1390 | http://smplayer.svn.sourceforge.net/viewvc/smplayer/mplayer-builds/patches/id_exit.diff
|
|---|
| 1391 | This patch allows the playlist to work properly even if the output messages
|
|---|
| 1392 | of mplayer are not in English.
|
|---|
| 1393 | * New option for smplayer.ini: bypass_window_manager (section
|
|---|
| 1394 | [floating_control]). If set to true (the default), the floating control
|
|---|
| 1395 | widget will bypass the window manager (seems necessary for some window
|
|---|
| 1396 | managers). You can try to set it to false if you have problems with the
|
|---|
| 1397 | floating control.
|
|---|
| 1398 |
|
|---|
| 1399 | (2008-11-04)
|
|---|
| 1400 | * On startup the previous position of the main (default) window is checked
|
|---|
| 1401 | if it's valid for the current screen. If it's not, then the window is
|
|---|
| 1402 | moved to 0x0.
|
|---|
| 1403 | * The same for the playlist (if it's not docked).
|
|---|
| 1404 |
|
|---|
| 1405 | (2008-11-01)
|
|---|
| 1406 | * Cleanup and reorganization of the config path code.
|
|---|
| 1407 | The commandline option -ini-path has been removed and replaced with
|
|---|
| 1408 | -config-path, which specifies the directory where smplayer will store
|
|---|
| 1409 | its data (not only smplayer.ini).
|
|---|
| 1410 | * Now to know if a file has no video, instead of looking for the line
|
|---|
| 1411 | "Video: no video" (it's not reliable as it's a string that can be translated),
|
|---|
| 1412 | it will check the video codec, if it's empty, there's no video.
|
|---|
| 1413 |
|
|---|
| 1414 | (2008-10-30)
|
|---|
| 1415 | * The reorganization of the subtitles section in preferences is finished.
|
|---|
| 1416 | * The mplayer devs have added the -volume option in svn r27872, so now the
|
|---|
| 1417 | hack to try to detect a patched mplayer have been removed. Now smplayer
|
|---|
| 1418 | will simply use the -volume option if mplayer is r27872 or newer.
|
|---|
| 1419 |
|
|---|
| 1420 | (2008-10-28)
|
|---|
| 1421 | * The subtitles for srt, sub... formats when using the SSA/ASS library,
|
|---|
| 1422 | can now be more customized. It's possible to select the font, size,
|
|---|
| 1423 | colors, bold, italic, outline, shadow...
|
|---|
| 1424 | Not finished yet.
|
|---|
| 1425 |
|
|---|
| 1426 | (2008-10-27)
|
|---|
| 1427 | * Added the new option "Correct pts" in Preferences->Advanced. Disabled by
|
|---|
| 1428 | default because it causes some problems with mkv files.
|
|---|
| 1429 | * The dialog to jump to a specified time allows now to enter the seconds
|
|---|
| 1430 | too.
|
|---|
| 1431 |
|
|---|
| 1432 |
|
|---|
| 1433 | [b]Version 0.6.4[/b]:
|
|---|
| 1434 |
|
|---|
| 1435 | (2008-10-22)
|
|---|
| 1436 | * (Linux) Now smplayer will pop up a warning if the mplayer version is old.
|
|---|
| 1437 | This popup will appear only once, although there'll be a reminder in the
|
|---|
| 1438 | status line.
|
|---|
| 1439 | A mplayer is considered old if it's older than svn r25158 (that includes
|
|---|
| 1440 | 1.0rc2)
|
|---|
| 1441 |
|
|---|
| 1442 | (2008-10-21)
|
|---|
| 1443 | * Now if the SSA/ASS lib is enabled and a file named styles.ass exists in the
|
|---|
| 1444 | smplayer config directory ($HOME/.smplayer/ or the application directory if
|
|---|
| 1445 | compiled with PORTABLE_APP) smplayer will load it (mplayer option
|
|---|
| 1446 | -ass-styles). In this case the color for subtitles and styles configured
|
|---|
| 1447 | in Preferences->Subtitles WON'T be used.
|
|---|
| 1448 | In the future smplayer will create that file automatically and the
|
|---|
| 1449 | preferences dialog will allow to configure all (or at least the most
|
|---|
| 1450 | important) styles.
|
|---|
| 1451 |
|
|---|
| 1452 | (2008-10-20)
|
|---|
| 1453 | * Bugfix: the show equalizer option didn't work when assigned to any of
|
|---|
| 1454 | the mouse buttons. (Reason: the action name was changed some time ago
|
|---|
| 1455 | from "equalizer" to "video_equalizer)
|
|---|
| 1456 | * Added "Show audio equalizer" to the mouse buttons' combos too.
|
|---|
| 1457 |
|
|---|
| 1458 | (2008-10-19)
|
|---|
| 1459 | * (Experimental) Added the possibility to change the video track.
|
|---|
| 1460 | Only tested with this sample video: http://www.megaupload.com/?d=3GAGZCTP
|
|---|
| 1461 |
|
|---|
| 1462 | (2008-10-16)
|
|---|
| 1463 | * Moved the comboboxes for the video & audio drivers to the Video and Audio
|
|---|
| 1464 | tabs.
|
|---|
| 1465 | * Added a new section in the preferences dialog: Playlist.
|
|---|
| 1466 |
|
|---|
| 1467 | (2008-10-15)
|
|---|
| 1468 | * Added the possibility to add consecutive files (video_01.avi,
|
|---|
| 1469 | video_02.avi..) to the playlist. This feature is controlled by the option
|
|---|
| 1470 | add_to_playlist_consecutive_files (under the [gui] section).
|
|---|
| 1471 | * Now the available tracks in DVDs, CDs and VCDs won't be automatically added
|
|---|
| 1472 | to the playlist if the option gui/auto_add_to_playlist is false. Should fix
|
|---|
| 1473 | bug #2049998.
|
|---|
| 1474 |
|
|---|
| 1475 | (2008-10-14)
|
|---|
| 1476 | * Logout is not cancelled by smplayer. Fixes bug #2155555.
|
|---|
| 1477 | * Now the options in preferences display a tooltip with a help message.
|
|---|
| 1478 | * Revised and corrected some of the help messages in preferences.
|
|---|
| 1479 | * Added 1:1 to the aspect ratio menu.
|
|---|
| 1480 |
|
|---|
| 1481 | (2008-10-10)
|
|---|
| 1482 | * Added a work-around for Traditional Chinese. The names of the arrow keys
|
|---|
| 1483 | were deleted from the shortcuts if using Qt 4.3.
|
|---|
| 1484 |
|
|---|
| 1485 | (2008-10-09)
|
|---|
| 1486 | * Now the video keeps paused when changing brightness, contrast, hue,
|
|---|
| 1487 | saturation and gamma.
|
|---|
| 1488 | * Now the dialog to find subtitles can also download the subtitles (the
|
|---|
| 1489 | zip file) and extract the subtitle file. This is exactly how it works:
|
|---|
| 1490 | when you click on the download button, the zip file is downloaded to a
|
|---|
| 1491 | temporary file. If the zip file contains only one subtitle, it's extracted,
|
|---|
| 1492 | trying to use the same name of the video. So if the video is named movie.avi
|
|---|
| 1493 | and you downloaded a French subtitle, the subtitle is saved as movie_fr.srt.
|
|---|
| 1494 | If there are more than one subtitle in the zip file, a dialog will appear
|
|---|
| 1495 | so the user can choose the subtitle(s) to extract. In that case, and in
|
|---|
| 1496 | order not to make things more complicated, the subtitles are just saved
|
|---|
| 1497 | with their original names.
|
|---|
| 1498 |
|
|---|
| 1499 | (2008-10-06)
|
|---|
| 1500 | * (Windows) Added a tool (dxlist) which can list the dsound audio devices
|
|---|
| 1501 | and the ddraw display devices. Read the README.txt inside the dxlist
|
|---|
| 1502 | subdirectory for more info and how to compile it.
|
|---|
| 1503 | * (Windows) Now it's possible to choose the audio device to be used with
|
|---|
| 1504 | dsound. It requires dxlist.exe to be installed in the same folder as
|
|---|
| 1505 | smplayer.exe. This is experimental.
|
|---|
| 1506 |
|
|---|
| 1507 | (2008-10-05)
|
|---|
| 1508 | * Added a new option for smplayer.ini: display_in_compact_mode (under section
|
|---|
| 1509 | [floating_control]). If true the floating control will appear too in
|
|---|
| 1510 | compact mode. Note: it may not look very well in this mode...
|
|---|
| 1511 |
|
|---|
| 1512 | (2008-10-04)
|
|---|
| 1513 | * (Linux) Now it's possible to choose the audio device to be used with alsa.
|
|---|
| 1514 | It requires the application "aplay" to be installed.
|
|---|
| 1515 |
|
|---|
| 1516 | (2008-10-03)
|
|---|
| 1517 | * Added an option in Preferences->General->Video to set the default zoom.
|
|---|
| 1518 |
|
|---|
| 1519 | (2008-10-02)
|
|---|
| 1520 | * Applied (with some changes) the patch to add support for enca, by
|
|---|
| 1521 | Stanislav Maslovski <[email protected]>.
|
|---|
| 1522 | This adds a new option in Preferences->Subtitles, which can make mplayer
|
|---|
| 1523 | to try to autodetect the encoding for subtitles. This requires a mplayer
|
|---|
| 1524 | compiled with enca support.
|
|---|
| 1525 |
|
|---|
| 1526 | (2008-09-29)
|
|---|
| 1527 | * Now the chapters on DVD should work again.
|
|---|
| 1528 | * Reorganization in some data structures.
|
|---|
| 1529 | * Added another experimental new code to resize the main window.
|
|---|
| 1530 |
|
|---|
| 1531 | (2008-09-28)
|
|---|
| 1532 | * Added an (experimental) generic code to manage chapters, instead of two
|
|---|
| 1533 | separate codes for mkv and DVDs. Seems to work well with mkv but it's
|
|---|
| 1534 | still untested on DVDs.
|
|---|
| 1535 |
|
|---|
| 1536 | (2008-09-27)
|
|---|
| 1537 | * Added basic support for the tag ID_CHAPTERS, added in mplayer svn r27667.
|
|---|
| 1538 | This makes things easier to know the number of chapters in a video.
|
|---|
| 1539 | Don't know if it could cause a conflict with DVD chapters. Some code
|
|---|
| 1540 | has still to be revised and modified.
|
|---|
| 1541 | * Bugfix: if using "directx," the -colorkey option wasn't passed to mplayer
|
|---|
| 1542 | (thus the video was black). Now this should be fixed.
|
|---|
| 1543 |
|
|---|
| 1544 | (2008-09-26)
|
|---|
| 1545 | * Added support for the new "pausing_keep_force" slave mode command prefix
|
|---|
| 1546 | (added in mplayer r27665).
|
|---|
| 1547 | This prefix really keeps the file paused after processing a slave command.
|
|---|
| 1548 | So now if you, for example, mute the audio when the video is paused it
|
|---|
| 1549 | won't advance one frame after it. It also keeps the video paused when you
|
|---|
| 1550 | take a screenshot (although you won't see the confirmation message until
|
|---|
| 1551 | playback resumes).
|
|---|
| 1552 | There's also an option for smplayer.ini, use_pausing_keep_force. You can
|
|---|
| 1553 | set to false if you find any trouble or prefer the old behaviour.
|
|---|
| 1554 |
|
|---|
| 1555 | (2008-09-25)
|
|---|
| 1556 | * Added the Galician translation, by Miguel Branco <[email protected]>.
|
|---|
| 1557 |
|
|---|
| 1558 |
|
|---|
| 1559 | [b]Version 0.6.3[/b]:
|
|---|
| 1560 |
|
|---|
| 1561 | (2008-09-24)
|
|---|
| 1562 | * Added a new shortcut set (sda.keys) taken from
|
|---|
| 1563 | http://speeddemosarchive.com/forum/index.php/topic,7774.0.html, which you
|
|---|
| 1564 | can load in the shortcut editor in preferences.
|
|---|
| 1565 |
|
|---|
| 1566 | (2008-09-23)
|
|---|
| 1567 | * Added two icons for the mirror and flip actions (mirror.png and flip.png)
|
|---|
| 1568 | taken from the Gimp.
|
|---|
| 1569 | * Added a new option for smplayer.ini: default_size (section [gui]). It
|
|---|
| 1570 | specifies the default size of the main window. Previously it was hardcoded
|
|---|
| 1571 | (580x440).
|
|---|
| 1572 |
|
|---|
| 1573 | (2008-09-22)
|
|---|
| 1574 | * Now the subtitles can be mirrored, flipped or rotated along with the image.
|
|---|
| 1575 | The way to enable it is not obvious though. You need to enable the option
|
|---|
| 1576 | "Include subtitles on screenshots" (Preferences->Subtitles).
|
|---|
| 1577 | * (Linux) Tries to set "/dev/dvd" and "/dev/cdrom" (if they exist) as default
|
|---|
| 1578 | values for the dvd and cdrom devices.
|
|---|
| 1579 |
|
|---|
| 1580 | (2008-09-21)
|
|---|
| 1581 | * Added the new option Video->Mirror image. This option mirrors the image
|
|---|
| 1582 | on the Y axis.
|
|---|
| 1583 |
|
|---|
| 1584 | (2008-09-20)
|
|---|
| 1585 | * The comboboxes to select the video and audio driver in Preferences->
|
|---|
| 1586 | General have changed. Now they are not editable, and only show some
|
|---|
| 1587 | of the available drivers (png, jpeg... and so on are not shown). There's
|
|---|
| 1588 | also an "User defined" option. If selected, a line edit will appear where
|
|---|
| 1589 | the user can type the driver to use (possibly with additional options).
|
|---|
| 1590 | * The code in preferences.h/preferences.cpp has been reorganized, and
|
|---|
| 1591 | now the preferences are saved in several sections in smplayer.ini.
|
|---|
| 1592 | That means most of your settings will be lost and you'll have to reconfigure
|
|---|
| 1593 | smplayer again (I even recommend to delete smplayer.ini, otherwise there'll
|
|---|
| 1594 | be a mix of the old settings with the new ones).
|
|---|
| 1595 |
|
|---|
| 1596 | (2008-09-19)
|
|---|
| 1597 | * It seems crashes still happen in the code to select subtitle tracks.
|
|---|
| 1598 | The bug hasn't been located yet (the crash is difficult to reproduce)
|
|---|
| 1599 | but I have added a new check in a lower level, in the function
|
|---|
| 1600 | SubTracks::itemAt(). Now it checks if the requested item is in range. If
|
|---|
| 1601 | it's not valid it will print a warning and return an empty subtitle.
|
|---|
| 1602 |
|
|---|
| 1603 | (2008-09-17)
|
|---|
| 1604 | * Added an icon for the Play/Pause action. (This breaks all icon themes...)
|
|---|
| 1605 | * Added a new option for smplayer.ini: gui_minimum_width. The width of the
|
|---|
| 1606 | main window won't be smaller than the value of that option.
|
|---|
| 1607 | If gui_minimum_width is set to 0 (the default) then the minimum width
|
|---|
| 1608 | will be the size hint of the window.
|
|---|
| 1609 |
|
|---|
| 1610 | (2008-09-16)
|
|---|
| 1611 | * (Windows) Added a new option in Preferences->General that allows the user
|
|---|
| 1612 | to select which screen will display the video when using directx as video
|
|---|
| 1613 | driver. This option is visible only when directx is selected.
|
|---|
| 1614 | * (Windows) Added also a submenu Screen under the Video menu for an easier
|
|---|
| 1615 | selection of the screen.
|
|---|
| 1616 |
|
|---|
| 1617 | (2008-09-14)
|
|---|
| 1618 | * Check in Core::changeSubtitle() that the selected subtitle is in a valid
|
|---|
| 1619 | range. This should avoid crashes.
|
|---|
| 1620 |
|
|---|
| 1621 | (2008-09-13)
|
|---|
| 1622 | * Added the Kurdish translation, by Si_murg56 <[email protected]>
|
|---|
| 1623 |
|
|---|
| 1624 | (2008-09-12)
|
|---|
| 1625 | * Added a new option in Preferences->General->Video: "Draw video using slices"
|
|---|
| 1626 | (-slices / -noslices in mplayer). Enabled by default.
|
|---|
| 1627 | * Bugfix: the items in the combobox for the mouse right click action weren't
|
|---|
| 1628 | retranslated properly.
|
|---|
| 1629 |
|
|---|
| 1630 | (2008-09-09)
|
|---|
| 1631 | * For some unknown reason sometimes the playlist is not shown. I think this
|
|---|
| 1632 | is because it's outside of the screen. Now smplayer checks if the playlist
|
|---|
| 1633 | is actually outside of the screen, and in that case it's moved to pos 0x0.
|
|---|
| 1634 |
|
|---|
| 1635 | (2008-09-08)
|
|---|
| 1636 | * Moved the option "Create index if needed" from the section Performance to
|
|---|
| 1637 | Advanced.
|
|---|
| 1638 | * Added an icon for the audio equalizer action.
|
|---|
| 1639 |
|
|---|
| 1640 | (2008-09-06)
|
|---|
| 1641 | * Added a new option in Preferences->Performance: Threads for decoding.
|
|---|
| 1642 | Sets the number of threads to use for decoding (for MPEG-1/2 and H.264 only).
|
|---|
| 1643 | It could be useful for multicore processors.
|
|---|
| 1644 | * Bugfix: the volume may be changed on startup even if the option "Change
|
|---|
| 1645 | volume on every file" was off.
|
|---|
| 1646 |
|
|---|
| 1647 | (2008-09-04)
|
|---|
| 1648 | * Don't change the window size if the panel is already the requested size.
|
|---|
| 1649 | Seems to fix a problem when using Compiz.
|
|---|
| 1650 |
|
|---|
| 1651 | (2008-09-01)
|
|---|
| 1652 | * The option "Repaint background of the video window" (in Preferences->
|
|---|
| 1653 | Advanced) is now enabled by default in linux. It seems with newer versions
|
|---|
| 1654 | of Qt it works well with it. If you have problems with the video window
|
|---|
| 1655 | going blank, just disable the option.
|
|---|
| 1656 | * The single instance option is now disabled by default on Windows, as some
|
|---|
| 1657 | people reported smplayer didn't start with it.
|
|---|
| 1658 | * 2nd try to make "gl:yuv=2:force-pbo:ati-hack" the default vo on Windows
|
|---|
| 1659 | Vista.
|
|---|
| 1660 |
|
|---|
| 1661 | (2008-08-28)
|
|---|
| 1662 | * Set the frame counter to 0 when starting to play a file. Fixes bug
|
|---|
| 1663 | #2080802.
|
|---|
| 1664 | * Added in Preferences->Advanced an option to select the preferred network
|
|---|
| 1665 | connection, IPv4 or IPv6. (IPv4 is the default)
|
|---|
| 1666 |
|
|---|
| 1667 | (2008-08-26)
|
|---|
| 1668 | * Added a new option for smplayer.ini: report_mplayer_crashes. If set to
|
|---|
| 1669 | false, smplayer won't display the error dialog when mplayer crashes or
|
|---|
| 1670 | fails to start.
|
|---|
| 1671 |
|
|---|
| 1672 | (2008-08-25)
|
|---|
| 1673 | * Added the Arabic translation, by Muhammad Nour Hajj Omar
|
|---|
| 1674 | <[email protected]>
|
|---|
| 1675 | * Added some options in menu Play->Speed to increase/decrease the
|
|---|
| 1676 | speed by 1% and 4%.
|
|---|
| 1677 | * Bugfix: the gamma was not remembered. Fixes bug #2073257.
|
|---|
| 1678 | * Moved the log's section in Preferences->Advanced to a new tab.
|
|---|
| 1679 |
|
|---|
| 1680 | (2008-08-24)
|
|---|
| 1681 | * Fix: some of the actions passed to -actions may not work as expected
|
|---|
| 1682 | because they might be executed when the video is not playing yet.
|
|---|
| 1683 | This should now be fixed, as if a file is passed on command line, the
|
|---|
| 1684 | actions are not run until the video has started to play. (If there's no
|
|---|
| 1685 | file on command line the actions are run immediately)
|
|---|
| 1686 |
|
|---|
| 1687 | (2008-08-21)
|
|---|
| 1688 | * Added a new option in Preferences->General->Audio: "Enable the audio
|
|---|
| 1689 | equalizer". If this option is checked, the mplayer equalizer filter will
|
|---|
| 1690 | be used and the menu option Audio->Equalizer will be enabled.
|
|---|
| 1691 |
|
|---|
| 1692 | (2008-08-20)
|
|---|
| 1693 | * Moved the eq2 filter before the screenshot filter, otherwise the
|
|---|
| 1694 | screenshots are not affected by the settings in the video equalizer.
|
|---|
| 1695 | Obviously this requires the software equalizer (eq2) to be enabled.
|
|---|
| 1696 | This should fix bug #2062425.
|
|---|
| 1697 | * Added a new section in the config file: [floating_control] with 3
|
|---|
| 1698 | options: animated, width and margin. The options "animated" and "width"
|
|---|
| 1699 | were previously available as floating_control_animated and
|
|---|
| 1700 | floating_control_width in the [default_gui] and [mini_gui] sections.
|
|---|
| 1701 | The option "margin" is new, and sets the number of pixels that the
|
|---|
| 1702 | floating control will be away from the border of the screen (by default, 0).
|
|---|
| 1703 |
|
|---|
| 1704 | (2008-08-19)
|
|---|
| 1705 | * Added two new functions for the mouse buttons: increase volume and
|
|---|
| 1706 | decrease volume. Closes feature request #2055061.
|
|---|
| 1707 |
|
|---|
| 1708 | (2008-08-18)
|
|---|
| 1709 | * Renamed Video->Aspect ratio->None to Video->Aspect ratio->Disabled and
|
|---|
| 1710 | Video->Aspect ratio->Autodetect to Video->Aspect ratio->Auto.
|
|---|
| 1711 |
|
|---|
| 1712 | (2008-08-17)
|
|---|
| 1713 | * Added a new (experimental) option: Video->Aspect ratio->None. When this
|
|---|
| 1714 | option is selected the video will be stretched to fill all the available
|
|---|
| 1715 | space, not keeping the aspect ratio.
|
|---|
| 1716 | Note: this option does NOT work properly if using x11 as video driver.
|
|---|
| 1717 |
|
|---|
| 1718 | (2008-08-16)
|
|---|
| 1719 | * Added m2ts to the list of extensions for video.
|
|---|
| 1720 |
|
|---|
| 1721 |
|
|---|
| 1722 | [b]Version 0.6.2[/b]:
|
|---|
| 1723 |
|
|---|
| 1724 | (2008-08-13)
|
|---|
| 1725 | * (Linux) The SSA/ASS library is enabled by default.
|
|---|
| 1726 |
|
|---|
| 1727 | (2008-08-12)
|
|---|
| 1728 | * Added the document Configuring_the_toolbars.txt.
|
|---|
| 1729 | * Added the new option Tips in the Help menu. It just opens a web browser
|
|---|
| 1730 | to http://smplayer.wiki.sourceforge.net/Tips.
|
|---|
| 1731 |
|
|---|
| 1732 | (2008-08-11)
|
|---|
| 1733 | * Bugfix: the volume slider appeared in the mini gui even if it had been
|
|---|
| 1734 | removed from the config file.
|
|---|
| 1735 |
|
|---|
| 1736 | (2008-08-09)
|
|---|
| 1737 | * As it seems many people don't understand (and even send bug reports without
|
|---|
| 1738 | reading the online help) the new meaning of the font scale options in
|
|---|
| 1739 | Preferences->Subtitles, those two options have been hidden.
|
|---|
| 1740 | (They can be made visible again changing the value of the new config
|
|---|
| 1741 | option show_font_scale_options_in_preferences).
|
|---|
| 1742 |
|
|---|
| 1743 | (2008-08-07)
|
|---|
| 1744 | * Added a time display to the floating control in the minigui.
|
|---|
| 1745 | * The playlist and the volume slider don't send mouse events to their
|
|---|
| 1746 | parents. Should fix bugs #1993291 and #2020003.
|
|---|
| 1747 | * Avoid to resize the main window to the default size (400x300) when
|
|---|
| 1748 | playing an audio file.
|
|---|
| 1749 |
|
|---|
| 1750 | (2008-08-06)
|
|---|
| 1751 | * The find subtitles dialog is now a top level window, instead of a dialog.
|
|---|
| 1752 | * Play the last item in the playlist if the "play previous" button is
|
|---|
| 1753 | pressed and the current item is the first one. Fixes bug #2040473.
|
|---|
| 1754 | * Added "play next" and "play previous" to the Play menu.
|
|---|
| 1755 |
|
|---|
| 1756 | (2008-08-03)
|
|---|
| 1757 | * A little reorganization in the General section in preferences and other
|
|---|
| 1758 | minor changes in other sections.
|
|---|
| 1759 |
|
|---|
| 1760 | (2008-07-28)
|
|---|
| 1761 | * Now the default cache for local files is 2000 KB, and for audio CDs and VCDs
|
|---|
| 1762 | is 1000 KB.
|
|---|
| 1763 |
|
|---|
| 1764 | (2008-07-26)
|
|---|
| 1765 | * Added an option in Preferences->Performance to set the cache for VCDs.
|
|---|
| 1766 |
|
|---|
| 1767 | (2008-07-25)
|
|---|
| 1768 | * Added an option in Preferences->Performance to set the cache for
|
|---|
| 1769 | audio CDs.
|
|---|
| 1770 |
|
|---|
| 1771 | (2008-07-22)
|
|---|
| 1772 | * (Windows) Added to the file associations section the playlist
|
|---|
| 1773 | extensions.
|
|---|
| 1774 |
|
|---|
| 1775 | (2008-07-17)
|
|---|
| 1776 | * Try to use alsa as default audio driver in linux.
|
|---|
| 1777 |
|
|---|
| 1778 | (2008-07-16)
|
|---|
| 1779 | * Fix: remember the last directory used when adding files to the
|
|---|
| 1780 | playlist. Fixes bug #2019139.
|
|---|
| 1781 |
|
|---|
| 1782 | (2008-07-13)
|
|---|
| 1783 | * Another fix for Qt 4.4. Dragging files to the playlist didn't work.
|
|---|
| 1784 | * Added the Slovenian translation, by Janez Troha <[email protected]>.
|
|---|
| 1785 | * Fix: mplayer crashed when trying to play audio files if the option to
|
|---|
| 1786 | run mplayer in its own window was enabled. Now I hope this is fixed.
|
|---|
| 1787 |
|
|---|
| 1788 | (2008-07-12)
|
|---|
| 1789 | * Added a new option for command line: -sub. It specifies a subtitle file
|
|---|
| 1790 | to be loaded for the first video. It requires at least a file to play
|
|---|
| 1791 | in the command line, otherwise the option will be ignored.
|
|---|
| 1792 | * Added a new option "Play files from start" in the playlist preferences.
|
|---|
| 1793 | If enabled (the default) files in the playlist will begin to play from
|
|---|
| 1794 | the beginning, otherwise they'll play from the position they were last
|
|---|
| 1795 | time you played them.
|
|---|
| 1796 |
|
|---|
| 1797 | (2008-07-09)
|
|---|
| 1798 | * Now the initialization of the audio track should work ok again, even if
|
|---|
| 1799 | the option "Fast audio track switching" is set to "No".
|
|---|
| 1800 |
|
|---|
| 1801 | (2008-07-08)
|
|---|
| 1802 | * Added a context menu in the find subtitles dialog, with two options:
|
|---|
| 1803 | "download" and "copy link to clipboard".
|
|---|
| 1804 |
|
|---|
| 1805 | (2008-07-05)
|
|---|
| 1806 | * Some changes in the single instance options. Now the single instance is
|
|---|
| 1807 | enabled by default. There's also the possibility to let the application
|
|---|
| 1808 | to choose automatically the port to be used, which is also the default
|
|---|
| 1809 | option.
|
|---|
| 1810 |
|
|---|
| 1811 | (2008-07-03)
|
|---|
| 1812 | * Temporary fix for the problem created yesterday: now when a file starts to
|
|---|
| 1813 | play, the audio track will be changed using the mplayer slave command even
|
|---|
| 1814 | if the option "Fast audio track switching" is set to "No". This makes that
|
|---|
| 1815 | the selection of the initial audio track works ok with avi and mkv files
|
|---|
| 1816 | for example, but it won't work yet with ogm for instance.
|
|---|
| 1817 | * The floating control in the default gui saves/restores its actions to
|
|---|
| 1818 | the config file, so now it can be customized by the user.
|
|---|
| 1819 | * The seeking mini buttons come back. Now by default, the default gui
|
|---|
| 1820 | will show only two seeking buttons. Keeping them pressed for a moment
|
|---|
| 1821 | will pop up the rest of the buttons. You may need to delete the
|
|---|
| 1822 | [default_gui] section in the config file (or at least the options which
|
|---|
| 1823 | start with "actions\...") to see them. If you don't like these buttons
|
|---|
| 1824 | you can delete them from the config file and add the old ones.
|
|---|
| 1825 |
|
|---|
| 1826 | (2008-07-02)
|
|---|
| 1827 | * The SSA/ASS library is NOT enabled by default. It seems there are memory
|
|---|
| 1828 | leaks in libass...
|
|---|
| 1829 | * Fixed a crash which may happen if the option "Fast audio track switching"
|
|---|
| 1830 | was set to "No". As a side effect, now if that option is set to "No" the
|
|---|
| 1831 | preferred audio language (set in the preferences), won't be selected on
|
|---|
| 1832 | startup, the file will just start to play with the default audio track.
|
|---|
| 1833 |
|
|---|
| 1834 | (2008-07-01)
|
|---|
| 1835 | * The minimum size of the video window is now 1x1 instead of 0x0. Fixes a
|
|---|
| 1836 | crash that may happen under certain circumstances.
|
|---|
| 1837 |
|
|---|
| 1838 | (2008-06-26)
|
|---|
| 1839 | * Now everything in the audio equalizer should work. The "apply" button
|
|---|
| 1840 | restarts the file and passes the equalizer settings using the "equalizer"
|
|---|
| 1841 | filter in mplayer, so it allows to use the dialog with non-patched mplayer.
|
|---|
| 1842 | The "set as default values" just saves the current settings in the config
|
|---|
| 1843 | file and they will be used when playing new files.
|
|---|
| 1844 |
|
|---|
| 1845 | (2008-06-25)
|
|---|
| 1846 | * Added an audio equalizer. Not finished yet!
|
|---|
| 1847 | In order to work you need to patch mplayer with this patch:
|
|---|
| 1848 | http://smplayer.svn.sourceforge.net/viewvc/*checkout*/smplayer/mplayer-builds/patches/patcheq.diff
|
|---|
| 1849 | Otherwise it won't do anything (lie, if you restart the file the values in
|
|---|
| 1850 | the equalizer will take effect)
|
|---|
| 1851 | Missing or not working things: the "set as default values" button doesn't
|
|---|
| 1852 | work, an "apply" button is missing (this button will set the values
|
|---|
| 1853 | restarting mplayer, so it will work with a normal non-patched mplayer).
|
|---|
| 1854 |
|
|---|
| 1855 | (2008-06-24)
|
|---|
| 1856 | * Removed the action dock_playlist. It was causing a lot of troubles, even
|
|---|
| 1857 | crashes.
|
|---|
| 1858 | * New option for the config file: hide_video_window_on_audio_files. If
|
|---|
| 1859 | true (the default) the video window will be hidden when playing audio
|
|---|
| 1860 | files. Otherwise the video window won't be hidden and it will show the
|
|---|
| 1861 | smplayer logo instead.
|
|---|
| 1862 | It's not recommended to set this option to false in linux.
|
|---|
| 1863 |
|
|---|
| 1864 | (2008-06-21)
|
|---|
| 1865 | * Created a huge list of languages (with the ISO 639-1 codes) and make
|
|---|
| 1866 | the "find subtitles" dialog to use it.
|
|---|
| 1867 | * The Qt version is saved along with the toolbars state. This should avoid
|
|---|
| 1868 | problems when upgrading Qt, as the toolbars info won't be used if the
|
|---|
| 1869 | Qt version doesn't match.
|
|---|
| 1870 | * Added new action: dock_playlist.
|
|---|
| 1871 |
|
|---|
| 1872 | (2008-06-19)
|
|---|
| 1873 | * Some fixes in the find subtitles dialog:
|
|---|
| 1874 | - the dialog is retranslated
|
|---|
| 1875 | - the table is sorted (sometimes, still doesn't work well, at least with
|
|---|
| 1876 | Qt 4.2)
|
|---|
| 1877 | - it won't download the subtitle info again if the filenane didn't changed
|
|---|
| 1878 | * The floating control will be hidden if the mouse is not over the widget
|
|---|
| 1879 | within 5 seconds.
|
|---|
| 1880 |
|
|---|
| 1881 | (2008-06-18)
|
|---|
| 1882 | * The option "Subtitles->Find subtitles on the web" now displays a dialog
|
|---|
| 1883 | which retrieves the info about the available subtitles from
|
|---|
| 1884 | opensubtitles.org. To download a subtitle just double click on it or
|
|---|
| 1885 | click the "Download" button.
|
|---|
| 1886 | Known issues: the table is not sorted after adding new data.
|
|---|
| 1887 | To filter a language you have to type the ISO 639-1 code in the language
|
|---|
| 1888 | box. So to display only the Spanish subtitles you have to type "es", for
|
|---|
| 1889 | German "de" and so on. In the future there'll be a combobox to select
|
|---|
| 1890 | the language.
|
|---|
| 1891 |
|
|---|
| 1892 | (2008-06-13)
|
|---|
| 1893 | * Now the SSA/ASS library is enabled by default.
|
|---|
| 1894 | * gl:yuv=2:force-pbo:ati-hack will be the default under Windows Vista
|
|---|
| 1895 | (untested).
|
|---|
| 1896 |
|
|---|
| 1897 | (2008-06-12)
|
|---|
| 1898 | * Updated the Hungarian translation, by CyberDragon <[email protected]>
|
|---|
| 1899 |
|
|---|
| 1900 | (2008-06-11)
|
|---|
| 1901 | * Now the default value for option change_equalizer_on_startup is true
|
|---|
| 1902 | (users which run the previous svn revision will have to make the change
|
|---|
| 1903 | manually) but the brightness, contrast... won't be changed on startup
|
|---|
| 1904 | if the value is 0.
|
|---|
| 1905 | * Also be sure that the equalizer dialog is updated just after a file begins
|
|---|
| 1906 | to play.
|
|---|
| 1907 | * Check that the values for brightness, contrast, saturation. hue and gamma
|
|---|
| 1908 | have actually changed before updating them.
|
|---|
| 1909 | * Renamed change_equalizer_on_startup to change_video_equalizer_on_startup.
|
|---|
| 1910 |
|
|---|
| 1911 | (2008-06-10)
|
|---|
| 1912 | * Renamed the config option "dont_use_eq_options" to
|
|---|
| 1913 | "change_equalizer_on_startup" and set it to false as default because
|
|---|
| 1914 | it seems some people are having problems with high brightness and contrast.
|
|---|
| 1915 |
|
|---|
| 1916 | (2008-06-09)
|
|---|
| 1917 | * Added the opensubtitles patch by Kamil Dziobek <[email protected]> (with
|
|---|
| 1918 | some modifications). This adds an option in the subtitles menu which
|
|---|
| 1919 | allows you to download subtitles for the file you're playing, and another
|
|---|
| 1920 | one to upload subtitles.
|
|---|
| 1921 |
|
|---|
| 1922 | (2008-06-07)
|
|---|
| 1923 | * Manually removed "<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>"
|
|---|
| 1924 | from several *.ui files because otherwise the files generated by uic
|
|---|
| 1925 | would depend on Q3Support.
|
|---|
| 1926 |
|
|---|
| 1927 | (2008-06-05)
|
|---|
| 1928 | * Now if we've got info about the size and aspect ratio (the file has been
|
|---|
| 1929 | played before) the main window will be resized before starting to play
|
|---|
| 1930 | the file.
|
|---|
| 1931 |
|
|---|
| 1932 | (2008-06-04)
|
|---|
| 1933 | * When entering in fullscreen, the playlist is hidden only if it's in the
|
|---|
| 1934 | same screen as the main window. (Untested!)
|
|---|
| 1935 |
|
|---|
| 1936 | (2008-06-03)
|
|---|
| 1937 | * Added the possibility to compile smplayer in Windows without the
|
|---|
| 1938 | file associations code, so it doesn't write anything in the
|
|---|
| 1939 | registry (important for a portable app). Just comment the line
|
|---|
| 1940 | DEFINES += USE_ASSOCIATIONS in smplayer.pro.
|
|---|
| 1941 | * Another fix for Qt 4.4. The language toolbar wasn't restored
|
|---|
| 1942 | properly.
|
|---|
| 1943 | * More work to make smplayer a better portable application (although most of
|
|---|
| 1944 | the following work on linux, it's intended for windows). If PORTABLE_APP
|
|---|
| 1945 | is defined (it can be done with 'qmake DEFINES+=PORTABLE_APP') then:
|
|---|
| 1946 | - it will use by default the application directory for the ini files
|
|---|
| 1947 | - it won't try to create the smplayer home directory or the screenshot
|
|---|
| 1948 | directory ($HOME/.smplayer and $HOME/.smplayer/screenshots)
|
|---|
| 1949 | - by default the path for the screenshots is empty
|
|---|
| 1950 | - under windows the associations code won't be compiled, so smplayer won't
|
|---|
| 1951 | write anything in the windows registry.
|
|---|
| 1952 |
|
|---|
| 1953 | (2008-06-02)
|
|---|
| 1954 | * Now the controlbar and floating control in the minigui can be
|
|---|
| 1955 | configured too.
|
|---|
| 1956 | * Some minor (and internal) changes:
|
|---|
| 1957 | - the playlist doesn't save its size as that is already done by
|
|---|
| 1958 | QMainWindow::saveState()
|
|---|
| 1959 | - sizes and positions are saved to the config file as QSize's and
|
|---|
| 1960 | QPoint's
|
|---|
| 1961 |
|
|---|
| 1962 | (2008-06-01)
|
|---|
| 1963 | * (Bugfix) The "modify shortcut" dialog was under the other windows if
|
|---|
| 1964 | the option Video -> Stay on top was enabled.
|
|---|
| 1965 | * Started to write the code to make the toolbars configurable:
|
|---|
| 1966 | - the list of actions in a widget can be saved to the config file
|
|---|
| 1967 | - a widget can be populated with the actions read from the config file
|
|---|
| 1968 | - as a test the toolbar1, controlwidget and controlwidget_mini in
|
|---|
| 1969 | defaultgui are saved to the config and loaded on startup
|
|---|
| 1970 |
|
|---|
| 1971 | (2008-05-30)
|
|---|
| 1972 | * The maximum port for the single instance is 65535, instead of 99999.
|
|---|
| 1973 | * Added a new option in guiconfig.h, USE_MINIMUMSIZE. If set to 1
|
|---|
| 1974 | the main window will not be smaller than the control widget size hint.
|
|---|
| 1975 |
|
|---|
| 1976 |
|
|---|
| 1977 | [b]Version 0.6.1[/b]:
|
|---|
| 1978 |
|
|---|
| 1979 | (2008-05-26)
|
|---|
| 1980 | * The command line option -mini has been renamed to -minigui (-mini still
|
|---|
| 1981 | works)
|
|---|
| 1982 | * Added a new command line option -defaultgui, which selects the default
|
|---|
| 1983 | gui.
|
|---|
| 1984 | * Added an option in Preferences->Interface to select the preferred GUI.
|
|---|
| 1985 | This option is not applied immediately, you need to close smplayer and
|
|---|
| 1986 | open it again.
|
|---|
| 1987 | Note: the command line options -minigui and -defaultgui have preference
|
|---|
| 1988 | over this option.
|
|---|
| 1989 |
|
|---|
| 1990 | (2008-05-25)
|
|---|
| 1991 | * Some internal changes: baseguiplus saves some variables to the config
|
|---|
| 1992 | file so it can exit from compact mode properly even if made between
|
|---|
| 1993 | different sessions. Also the code to resize the main window when
|
|---|
| 1994 | entering/exiting compact mode has been moved from defaultgui to
|
|---|
| 1995 | baseguiplus. BTW, compact mode is broken if the playlist is embedded
|
|---|
| 1996 | in the main window.
|
|---|
| 1997 | * Maybe the compact mode with the playlist embedded in the main window
|
|---|
| 1998 | is fixed now.
|
|---|
| 1999 |
|
|---|
| 2000 | (2008-05-24)
|
|---|
| 2001 | * Added "gl:yuv=2:force-pbo:ati-hack" to the list of video drivers. This
|
|---|
| 2002 | seems to be very fast. Requires mplayer svn r26853 (from 2008-05-22).
|
|---|
| 2003 | * Now the video driver by default on Windows Vista is gl, instead of
|
|---|
| 2004 | directx. (Untested)
|
|---|
| 2005 |
|
|---|
| 2006 | (2008-05-22)
|
|---|
| 2007 | * Fix: changing the demuxer should not lose the audio or subtitles (but
|
|---|
| 2008 | the selected tracks after restart may be different).
|
|---|
| 2009 |
|
|---|
| 2010 | (2008-05-19)
|
|---|
| 2011 | * Fix: zoom didn't work well with directx.
|
|---|
| 2012 | * Added the Catalan translation, by Roger Calvó <[email protected]>.
|
|---|
| 2013 |
|
|---|
| 2014 | (2008-05-17)
|
|---|
| 2015 | * Now the maximum port for the single instance is 99999 instead of 10000.
|
|---|
| 2016 |
|
|---|
| 2017 | (2008-05-15)
|
|---|
| 2018 | * Now the "latest_dir" is updated too when opening a file from command line.
|
|---|
| 2019 | Also the "latest_dir" now defaults to the home directory instead of the
|
|---|
| 2020 | smplayer working directory.
|
|---|
| 2021 | * Now when switching to compact mode, the main window is resized instead of
|
|---|
| 2022 | leaving black borders where the widgets were placed. This resize will only
|
|---|
| 2023 | be done if the autoresize option is set to "whenever it's needed".
|
|---|
| 2024 |
|
|---|
| 2025 |
|
|---|
| 2026 | [b]Version 0.6.0[/b]:
|
|---|
| 2027 |
|
|---|
| 2028 | (2008-05-12)
|
|---|
| 2029 | * Improved the file smplayer.spec and added the script create_rpm.sh, both
|
|---|
| 2030 | contributed by iSage.
|
|---|
| 2031 |
|
|---|
| 2032 | (2008-05-08)
|
|---|
| 2033 | * Added m2t to the list of extensions for video.
|
|---|
| 2034 |
|
|---|
| 2035 | (2008-05-05)
|
|---|
| 2036 | * The option Play->Repeat is now always enabled, so it can be activated
|
|---|
| 2037 | before playing anything.
|
|---|
| 2038 |
|
|---|
| 2039 | (2008-05-03)
|
|---|
| 2040 | * Now, when browsing the recents menu, the statusbar shows the full path of
|
|---|
| 2041 | the selected item.
|
|---|
| 2042 |
|
|---|
| 2043 | (2008-04-30)
|
|---|
| 2044 | * Now the video equalizer displays the values of each control.
|
|---|
| 2045 |
|
|---|
| 2046 | (2008-04-28)
|
|---|
| 2047 | * Hopefully fixed the problem of the ghost playlist, visible for a moment
|
|---|
| 2048 | on startup.
|
|---|
| 2049 | * Updated the Portuguese (pt_PT) translation, made by Sérgio Marques
|
|---|
| 2050 | <[email protected]>
|
|---|
| 2051 | * (Linux) Added the file smplayer_enqueue.desktop which allows to add
|
|---|
| 2052 | the selected files in the file browser to the playlist.
|
|---|
| 2053 |
|
|---|
| 2054 | (2008-04-27)
|
|---|
| 2055 | * Now the time (and volume) sliders should work better.
|
|---|
| 2056 |
|
|---|
| 2057 | (2008-04-26)
|
|---|
| 2058 | * Now the default filter for Open->File is "multimedia", it shows video,
|
|---|
| 2059 | audio and playlist files.
|
|---|
| 2060 | * Added an option in the playlist's preferences to save a copy of the
|
|---|
| 2061 | contents of the playlist to the config file.
|
|---|
| 2062 | * (Bugfix) Don't allow to enter in compact mode when in fullscreen.
|
|---|
| 2063 | Fixes bug #1951297.
|
|---|
| 2064 |
|
|---|
| 2065 | (2008-04-25)
|
|---|
| 2066 | * Added a new widget (a line edit + a button) which allows the user to
|
|---|
| 2067 | select a file or directory. The preferences dialog now uses this widget.
|
|---|
| 2068 |
|
|---|
| 2069 | (2008-04-23)
|
|---|
| 2070 | * Fix loading idx/sub subtitles. The filename was incorrectly passed to
|
|---|
| 2071 | mplayer if it contained several dots.
|
|---|
| 2072 |
|
|---|
| 2073 | (2008-04-22)
|
|---|
| 2074 | * Now smplayer can detect if mplayer has been patched with the
|
|---|
| 2075 | startupvol patch. Autodetection will only succeed if mplayer has been
|
|---|
| 2076 | patched with this 2nd version of the patch:
|
|---|
| 2077 | http://smplayer.svn.sourceforge.net/viewvc/*checkout*/smplayer/mplayer-builds/patches/startupvol-2.diff
|
|---|
| 2078 | * Now the option "Change volume just before playing" in
|
|---|
| 2079 | Preferences->General->Audio can be set to "Auto".
|
|---|
| 2080 |
|
|---|
| 2081 | (2008-04-20)
|
|---|
| 2082 | * Added a preferences dialog for the playlist.
|
|---|
| 2083 |
|
|---|
| 2084 | (2008-04-19)
|
|---|
| 2085 | * Don't get info about the files added automatically by the GUI to the
|
|---|
| 2086 | playlist (usually it's the file to play, so it's a waste of time).
|
|---|
| 2087 | * Added possibility to add directories recursively to the playlist. Right
|
|---|
| 2088 | now it's necessary to edit smplayer.ini and set recursive_add_directory to
|
|---|
| 2089 | true (inside [playlist] section). Soon there'll be an option for this
|
|---|
| 2090 | in the GUI.
|
|---|
| 2091 |
|
|---|
| 2092 | (2008-04-18)
|
|---|
| 2093 | * (Windows) Applied a patch by "hackykid" to fix a link error when compiling with
|
|---|
| 2094 | Visual Studio.
|
|---|
| 2095 | http://sourceforge.net/tracker/index.php?func=detail&aid=1924296&group_id=185512&atid=913575
|
|---|
| 2096 |
|
|---|
| 2097 | (2008-04-17)
|
|---|
| 2098 | * Updated the Italian and Polish translations.
|
|---|
| 2099 | * (Bugfix) If the option to start videos in fullscreen is activated, now
|
|---|
| 2100 | fullscreen mode will be entered only when the video is opened, and not for
|
|---|
| 2101 | instance when you unpause the video.
|
|---|
| 2102 | * (Windows) Added the exit fullscreen and close actions to the floating
|
|---|
| 2103 | control widget, so their key shortcuts can work in the floating control.
|
|---|
| 2104 |
|
|---|
| 2105 | (2008-04-16)
|
|---|
| 2106 | * Now the mouse right button can be configured. By default it will
|
|---|
| 2107 | show the context menu. The context menu can also be assigned to another
|
|---|
| 2108 | button (or key).
|
|---|
| 2109 | * Added the open directory action to the systray menu. Fixes bug #1943895.
|
|---|
| 2110 |
|
|---|
| 2111 |
|
|---|
| 2112 | [b]Version 0.6.0rc4[/b]:
|
|---|
| 2113 |
|
|---|
| 2114 | (2008-04-13)
|
|---|
| 2115 | * Added the action next_osd to the list of actions available for mouse
|
|---|
| 2116 | buttons.
|
|---|
| 2117 |
|
|---|
| 2118 | (2008-04-12)
|
|---|
| 2119 | * Now the possibility to get info (length, name) about the files added to
|
|---|
| 2120 | the playlist can be disabled. It's not in the preferences dialog as usual
|
|---|
| 2121 | but in the playlist itself, as an option in the "add" menu.
|
|---|
| 2122 | * Added the rewind and forward actions to the list of actions available for
|
|---|
| 2123 | mouse buttons.
|
|---|
| 2124 |
|
|---|
| 2125 | (2008-04-11)
|
|---|
| 2126 | * Added support for the mouse XButton1 and XButton2. This is untested as
|
|---|
| 2127 | my mouse doesn't have those buttons.
|
|---|
| 2128 |
|
|---|
| 2129 | (2008-04-10)
|
|---|
| 2130 | * Added in Preferences->General->Video an option to select the default
|
|---|
| 2131 | deinterlacer. It will be used for new videos opened.
|
|---|
| 2132 |
|
|---|
| 2133 | (2008-04-07)
|
|---|
| 2134 | * Now when a file is added to the playlist, it will get some info about it.
|
|---|
| 2135 | This allows to display the length and name (if available) in the list.
|
|---|
| 2136 | Very useful for mp3 and similar.
|
|---|
| 2137 |
|
|---|
| 2138 | (2008-04-06)
|
|---|
| 2139 | * If a file with the same name of the file to play but with extension
|
|---|
| 2140 | .edl (or .EDL) exists then smplayer will load it automatically (this can
|
|---|
| 2141 | be disabled by setting use_edl_files in smplayer.ini to false).
|
|---|
| 2142 | An edl file allows to skip or mute parts of the video.
|
|---|
| 2143 | Info about edl files: http://www.mplayerhq.hu/DOCS/HTML/en/edl.html
|
|---|
| 2144 |
|
|---|
| 2145 | (2008-04-02)
|
|---|
| 2146 | * (Bugfix) When using the command line options -send-action or -actions, some
|
|---|
| 2147 | actions like aspect_4:3 didn't work.
|
|---|
| 2148 |
|
|---|
| 2149 | (2008-04-01)
|
|---|
| 2150 | * Don't check if the items in the recent's menu are local files, as it can
|
|---|
| 2151 | take a long time if they are not.
|
|---|
| 2152 | * Compiled with MINI_ARROW_BUTTONS = 0 by default (so reverting changes in
|
|---|
| 2153 | r1038-r1039).
|
|---|
| 2154 |
|
|---|
| 2155 | (2008-03-29)
|
|---|
| 2156 | * Fix: DVDs started to play at chapter #2 if using mplayer 1.0rc2 or older.
|
|---|
| 2157 | * Now the default gui will only show two arrow buttons for seeking
|
|---|
| 2158 | (rewind 10 secs and forward 10 secs) but if you keep those buttons
|
|---|
| 2159 | pressed for a moment a popup menu will show with the rest of the buttons.
|
|---|
| 2160 |
|
|---|
| 2161 |
|
|---|
| 2162 | [b]Version 0.6.0rc3[/b]:
|
|---|
| 2163 |
|
|---|
| 2164 | (2008-03-21)
|
|---|
| 2165 | * Try to use xv (or directx in windows) if the video driver is not set.
|
|---|
| 2166 | * Added Play->Jump to, which will show a dialog where you can enter the
|
|---|
| 2167 | position (time) to jump.
|
|---|
| 2168 |
|
|---|
| 2169 | (2008-03-20)
|
|---|
| 2170 | * Fix: selection of chapters should work again with newer versions of mplayer.
|
|---|
| 2171 | * Removed the option "Fast seek to chapters in dvds" in
|
|---|
| 2172 | Preferences->Performance. Now it will use the fast method if not using
|
|---|
| 2173 | a cache, and the slow one otherwise (the latter won't even work in newer
|
|---|
| 2174 | versions of mplayer, so it's recommended not to use a cache for dvds).
|
|---|
| 2175 | * Added rm and swf to the list of extensions.
|
|---|
| 2176 |
|
|---|
| 2177 | (2008-03-17)
|
|---|
| 2178 | * Added new menu Video->Rotate, with options to rotate the image.
|
|---|
| 2179 | * Show the language -if available- along with the name in the audio menu
|
|---|
| 2180 | (it may work too in the title menu).
|
|---|
| 2181 |
|
|---|
| 2182 | (2008-03-14)
|
|---|
| 2183 | * Now a dialog appears too if mplayer fails to start or crashes.
|
|---|
| 2184 | * Add the scale filter if using the soft equalizer and gl/gl2, to avoid
|
|---|
| 2185 | mplayer to complain.
|
|---|
| 2186 | * The subtitle actions are enabled now if the close caption option is checked.
|
|---|
| 2187 |
|
|---|
| 2188 | (2008-03-13)
|
|---|
| 2189 | * Added a new dialog to report the mplayer errors.
|
|---|
| 2190 |
|
|---|
| 2191 | (2008-03-11)
|
|---|
| 2192 | * Displays a warning dialog if mplayer exits with an exit code
|
|---|
| 2193 | different to 0.
|
|---|
| 2194 |
|
|---|
| 2195 | (2008-03-10)
|
|---|
| 2196 | * (Internal change) Use -monitorpixelaspect instead of -monitoraspect.
|
|---|
| 2197 |
|
|---|
| 2198 | (2008-03-08)
|
|---|
| 2199 | * Use -colorkey for directx only.
|
|---|
| 2200 |
|
|---|
| 2201 | (2008-03-06)
|
|---|
| 2202 | * Added more help for the subtitle, interface and advanced sections in
|
|---|
| 2203 | preferences.
|
|---|
| 2204 |
|
|---|
| 2205 | (2008-03-05)
|
|---|
| 2206 | * Ignore action restore/hide if system tray icon is not visible. Fixes
|
|---|
| 2207 | bug #1908229.
|
|---|
| 2208 | * Added option in config.h to disable the use of the colorkey.
|
|---|
| 2209 |
|
|---|
| 2210 | (2008-03-03)
|
|---|
| 2211 | * Now the shortcut editor should recognize some of the multimedia keys.
|
|---|
| 2212 | * (By user request) Added an action to reset the video equalizer.
|
|---|
| 2213 | * Remove starting and ending whitespaces in mp3 tags. Patch by
|
|---|
| 2214 | Tanguy Krotoff <[email protected]>
|
|---|
| 2215 |
|
|---|
| 2216 | (2008-03-02)
|
|---|
| 2217 | * Bugfix: the keys PgDown and PgUp were incorrectly identified as PageDown
|
|---|
| 2218 | and PageUp by shortcutgetter.
|
|---|
| 2219 |
|
|---|
| 2220 | (2008-03-01)
|
|---|
| 2221 | * Try to keep fullscreen mode if running mplayer in its own window when
|
|---|
| 2222 | opening a new file.
|
|---|
| 2223 | * Added flac to the list of audio extensions. Patch by
|
|---|
| 2224 | Tanguy Krotoff <[email protected]>
|
|---|
| 2225 | * Now changing the application stylesheet can be disabled setting
|
|---|
| 2226 | ALLOW_CHANGE_STYLESHEET to 0 in config.h
|
|---|
| 2227 |
|
|---|
| 2228 | (2008-02-29)
|
|---|
| 2229 | * Added the Macedonian translation by Marko Doda <[email protected]>
|
|---|
| 2230 | * Added the Basque translation by Piarres Beobide <[email protected]>
|
|---|
| 2231 |
|
|---|
| 2232 | (2008-02-26)
|
|---|
| 2233 | * Add the hue filter if the software equalizer is enabled. This allows to
|
|---|
| 2234 | change the hue in the video equalizer.
|
|---|
| 2235 | * Allow the software equalizer to be used with gl/gl2. Note: it won't work
|
|---|
| 2236 | with gl or gl2 but it will work with gl:yuv=3 and gl2:yuv=3.
|
|---|
| 2237 |
|
|---|
| 2238 | (2008-02-25)
|
|---|
| 2239 | * Bugfix: mark the right current item in the playlist if deleted an item
|
|---|
| 2240 | above it. Patch by corentin1234.
|
|---|
| 2241 |
|
|---|
| 2242 | (2008-02-23)
|
|---|
| 2243 | * Added two new options in the Subtitles menu: "Enable closed caption" and
|
|---|
| 2244 | "Forced subtitles only". These two options are global because they are
|
|---|
| 2245 | intended for DVDs. None of these two options have been tested!
|
|---|
| 2246 |
|
|---|
| 2247 | (2008-02-17)
|
|---|
| 2248 | * On startup smplayer will create a lock file (smplayer_init.lock in the
|
|---|
| 2249 | config directory) which will be removed once smplayer has been initialized.
|
|---|
| 2250 | If another instance finds that file it will wait until the file is deleted
|
|---|
| 2251 | (or 10 seconds have passed).
|
|---|
| 2252 | The reason for this is to give the first instance some time to proper
|
|---|
| 2253 | initialize in case several instances were launched at the same time (Windows
|
|---|
| 2254 | does it if you select to "Enqueue in smplayer" multiple files).
|
|---|
| 2255 |
|
|---|
| 2256 | (2008-02-16)
|
|---|
| 2257 | * New experimental code. New class "SMPlayer" which initializes the global
|
|---|
| 2258 | objects and can parse the arguments. There's also a new main (main2.cpp).
|
|---|
| 2259 | It's possible this could have broken something!
|
|---|
| 2260 |
|
|---|
| 2261 |
|
|---|
| 2262 | [b]Version 0.6.0rc2[/b]:
|
|---|
| 2263 |
|
|---|
| 2264 | (2008-02-11)
|
|---|
| 2265 | * Added gl:yuv=3 and gl2:yuv=3 to the list of video drivers.
|
|---|
| 2266 |
|
|---|
| 2267 | (2008-02-09)
|
|---|
| 2268 | * (Windows) Screensaver: set the timeout for lowpower, poweroff and
|
|---|
| 2269 | screensaver before playing, and restore on stop.
|
|---|
| 2270 |
|
|---|
| 2271 | (2008-02-08)
|
|---|
| 2272 | * (Windows) Bugfix: don't try to convert to 8.3 short names files that
|
|---|
| 2273 | don't exist.
|
|---|
| 2274 |
|
|---|
| 2275 | (2008-02-07)
|
|---|
| 2276 | * The script create_deb should compile and create the package much faster.
|
|---|
| 2277 | * Bugfix: if the mplayer binary configured in preferences is just "mplayer"
|
|---|
| 2278 | and there's a directory or file named mplayer in the smplayer working
|
|---|
| 2279 | directory, smplayer would try to call that file. Now it won't call it
|
|---|
| 2280 | if it's a regular file or directory, but WARNING if it's a binary it
|
|---|
| 2281 | still will call it (this is because it tries to convert the path in an
|
|---|
| 2282 | absolute path).
|
|---|
| 2283 | * Some fixes so smplayer can work ok with a relative mplayer path.
|
|---|
| 2284 |
|
|---|
| 2285 | (2008-02-06)
|
|---|
| 2286 | * Now selection of chapters in mkv files should work properly again if
|
|---|
| 2287 | using mplayer >= r25391.
|
|---|
| 2288 |
|
|---|
| 2289 | (2008-02-05)
|
|---|
| 2290 | * (Windows) Bugfix: the buttons to select the font color in
|
|---|
| 2291 | Preferences->Subtitles->SSA/ASS didn't show the color.
|
|---|
| 2292 | * Removed Yurkovsky Andrey from the list of translators, as requested
|
|---|
| 2293 | by himself.
|
|---|
| 2294 |
|
|---|
| 2295 | (2008-02-04)
|
|---|
| 2296 | * The option Play->Repeat should work better now. Also if using mplayer
|
|---|
| 2297 | >= r23747 toggling the option won't require to restart mplayer (uses
|
|---|
| 2298 | the loop slave command instead).
|
|---|
| 2299 |
|
|---|
| 2300 | (2008-02-03)
|
|---|
| 2301 | * Try to remember if the window was maximized after exiting from fullscreen.
|
|---|
| 2302 | * Added workaround for the problem of subtitles which don't disappear when
|
|---|
| 2303 | using the "Add black borders" filter.
|
|---|
| 2304 |
|
|---|
| 2305 |
|
|---|
| 2306 | [b]Version 0.6.0rc1[/b]:
|
|---|
| 2307 |
|
|---|
| 2308 | (2008-01-30)
|
|---|
| 2309 | * Added the Korean translation, by Heesu Yoon <[email protected]>
|
|---|
| 2310 |
|
|---|
| 2311 | (2008-01-29)
|
|---|
| 2312 | * If a version is not recognized, assume it's an old version instead of new.
|
|---|
| 2313 | This way at least the file will play.
|
|---|
| 2314 | * Now smplayer should recognize the mplayer version from ubuntu packages
|
|---|
| 2315 | (MPlayer 2:1.0~rc1-0ubuntu13.1 (C) 2000-2006 MPlayer Team).
|
|---|
| 2316 | * Changed some defaults in preferences: framedrop will be enabled, and
|
|---|
| 2317 | subtitles on screenshots disabled.
|
|---|
| 2318 |
|
|---|
| 2319 | (2008-01-28)
|
|---|
| 2320 | * Now the user can tell smplayer what version of mplayer is using, with the
|
|---|
| 2321 | config option mplayer_forced_version. Anyway in the future there'll be
|
|---|
| 2322 | a dialog to configure this.
|
|---|
| 2323 | * Renamed mplayer_forced_version to mplayer_user_supplied_version. That
|
|---|
| 2324 | version will be used only if smplayer can't parse the mplayer version from
|
|---|
| 2325 | the mplayer output.
|
|---|
| 2326 | * Now if the mplayer version can't be parsed a dialog will pop up asking the
|
|---|
| 2327 | user for the mplayer version.
|
|---|
| 2328 |
|
|---|
| 2329 | (2008-01-26)
|
|---|
| 2330 | * Now it's possible to zoom out on the video image.
|
|---|
| 2331 | * Cosmetic change: now the mouse icon in Preferences->Interface->Seeking
|
|---|
| 2332 | has the same size as the icons above.
|
|---|
| 2333 | * Moved to old-txt some outdated txt files.
|
|---|
| 2334 | * Updated Release_notes.txt, with the changes since version 0.5.62.
|
|---|
| 2335 | * Now under Windows, the main window will never start hidden even if the
|
|---|
| 2336 | system tray icon is shown. This should fix bug #1851817.
|
|---|
| 2337 | On linux the behavior didn't change, as this is the way other applications
|
|---|
| 2338 | work.
|
|---|
| 2339 |
|
|---|
| 2340 | (2008-01-25)
|
|---|
| 2341 | * Updated the FAQ.
|
|---|
| 2342 | * If changing the size of the normal (no -ass) subtitles requires to
|
|---|
| 2343 | restart mplayer (because using an old version or configured this way)
|
|---|
| 2344 | the size will increase or decrease in steps of 1, instead of 0.2, to
|
|---|
| 2345 | make the resize faster.
|
|---|
| 2346 | * Added an option in Preferences->Subtitles to set the default font scale
|
|---|
| 2347 | for SSA/ASS subtitles. This has required to redesigned the section.
|
|---|
| 2348 |
|
|---|
| 2349 | (2008-01-24)
|
|---|
| 2350 | * Using now the sub_scale slave command for -ass subtitles. This allows to
|
|---|
| 2351 | change the font size on runtime. Requires MPlayer r25843.
|
|---|
| 2352 | * Now the font scale is stored in two independent variables, one if not
|
|---|
| 2353 | using libass and another if using it. This is because the same value
|
|---|
| 2354 | produces very different font sizes. A value of 7 can display subtitles
|
|---|
| 2355 | with a normal size if not using libass, but if libass is enabled the
|
|---|
| 2356 | font will be huge.
|
|---|
| 2357 | Important: the Scale option in Preferences->Subtitles, which sets the
|
|---|
| 2358 | initial font scale for new videos, will now be only used if libass is
|
|---|
| 2359 | disabled.
|
|---|
| 2360 | It has been added a similar option for libass, but currently it can only
|
|---|
| 2361 | be changed by editing smplayer.ini (initial_sub_scale_ass, default value 1).
|
|---|
| 2362 |
|
|---|
| 2363 | (2008-01-22)
|
|---|
| 2364 | * Now the delay to update the video while dragging the time slider can
|
|---|
| 2365 | be configured in smplayer.ini, option time_slider_drag_delay. The
|
|---|
| 2366 | value by default is 100 (milliseconds).
|
|---|
| 2367 | * The scale field in Preferences->Subtitles now accepts doubles.
|
|---|
| 2368 | Fixes bug #1876114.
|
|---|
| 2369 |
|
|---|
| 2370 | (2008-01-21)
|
|---|
| 2371 | * Added some new icons to the default theme taken from nuvoX
|
|---|
| 2372 | (http://www.kde-look.org/content/show.php/nuvoX?content=38467)
|
|---|
| 2373 |
|
|---|
| 2374 | (2008-01-18)
|
|---|
| 2375 | * "Help->Command line options" now shows an html text, so it looks better.
|
|---|
| 2376 |
|
|---|
| 2377 | (2008-01-17)
|
|---|
| 2378 | * Added "Help->Command line options", which shows a text with help about
|
|---|
| 2379 | the available command line options. It displays the same as smplayer -h
|
|---|
| 2380 | but it will useful for Windows users, as smplayer -h doesn't work for
|
|---|
| 2381 | them.
|
|---|
| 2382 |
|
|---|
| 2383 | (2008-01-16)
|
|---|
| 2384 | * Now "Stay on top" is made properly, not cleaning the other flags.
|
|---|
| 2385 | * The Makefile installs the files in docs/ru
|
|---|
| 2386 | * Fixed a bug: Help->FAQ displayed the FAQ in the locale language and not
|
|---|
| 2387 | in the language set in smplayer.
|
|---|
| 2388 | * Now all the gpl.html in docs/ should be in UTF-8.
|
|---|
| 2389 | * Converted docs/es/gpl.html and docs/de/gpl.html to UTF-8.
|
|---|
| 2390 | * Added docs/ru/gpl.html.
|
|---|
| 2391 |
|
|---|
| 2392 | (2008-01-15)
|
|---|
| 2393 | * Now the colorkey is passed properly to mplayer.
|
|---|
| 2394 | * Added a new option: Options->Visualize motion vectors (-lavdopts vismv=7).
|
|---|
| 2395 |
|
|---|
| 2396 | (2008-01-14)
|
|---|
| 2397 | * Added gl:yuv=3:lscale=1 in the video output combo in preferences.
|
|---|
| 2398 |
|
|---|
| 2399 | (2008-01-10)
|
|---|
| 2400 | * Added an icon in the Instances tab so it doesn't look so empty
|
|---|
| 2401 | (instance1.png and instance2.png).
|
|---|
| 2402 | * Moved the seeking options in the Interface section to another tab.
|
|---|
| 2403 |
|
|---|
| 2404 | (2008-01-09)
|
|---|
| 2405 | * Added the possibility to update the position of video while
|
|---|
| 2406 | dragging the time slider (instead of updating it only when the
|
|---|
| 2407 | slider has been released). Currently it's only possible to
|
|---|
| 2408 | enable this option by changing the option update_while_seeking in
|
|---|
| 2409 | smplayer.ini. There'll be an option in preferences soon.
|
|---|
| 2410 | * Added an option in Preferences->Interface to configure that option.
|
|---|
| 2411 |
|
|---|
| 2412 | (2008-01-08)
|
|---|
| 2413 | * Added an icon for Help->FAQ (faq.png).
|
|---|
| 2414 | * Added an icon for Help->About Qt. The icon has been taken from the Qt
|
|---|
| 2415 | sources (qmessagebox.cpp). This icon can't be changed by any icon theme
|
|---|
| 2416 | (I don't think Trolltech would like it).
|
|---|
| 2417 |
|
|---|
| 2418 | (2008-01-06)
|
|---|
| 2419 | * The subtitles size will increase or decrease in steps of 1 instead of
|
|---|
| 2420 | 0.2 if using SSA/ASS lib (it requires restart mplayer, which is slower).
|
|---|
| 2421 |
|
|---|
| 2422 | (2008-01-04)
|
|---|
| 2423 | * Fixed a crash which may happen if trying to select a subtitle but
|
|---|
| 2424 | the subtitle list was empty.
|
|---|
| 2425 |
|
|---|
| 2426 | (2008-01-03)
|
|---|
| 2427 | * Now the GPL in English is in html too. From now on, all documents
|
|---|
| 2428 | that smplayer have to load should be in html. This is because the
|
|---|
| 2429 | debian packager compress all txt files, and so smplayer won't able
|
|---|
| 2430 | to find them.
|
|---|
| 2431 | * The file FAQ.txt has been moved to docs/en and converted to html.
|
|---|
| 2432 | * New option Help->FAQ, which will display the FAQ in your web browser.
|
|---|
| 2433 |
|
|---|
| 2434 | (2008-01-02)
|
|---|
| 2435 | * Added a function to get the path of a translatable document. The
|
|---|
| 2436 | translatable documents should be (in the sources) in the docs subdir.
|
|---|
| 2437 | * Now the GPL file is loaded from that path.
|
|---|
| 2438 | * Added the Spanish and German translation of the GPL v2.
|
|---|
| 2439 |
|
|---|
| 2440 | (2007-12-31)
|
|---|
| 2441 | * Now the QTextBrowsers really should have the same background color as the
|
|---|
| 2442 | near widgets.
|
|---|
| 2443 | * Now the about dialog can show the version number of mplayer.
|
|---|
| 2444 | * The about dialog displays the GPL in the license tab. Temporary the file
|
|---|
| 2445 | with the GPL text is embedded in the smplayer executable. In the future it
|
|---|
| 2446 | will be read from documentation directory.
|
|---|
| 2447 |
|
|---|
| 2448 | (2007-12-30)
|
|---|
| 2449 | * Replaced the QLabels and QTextEdits in the about dialog with QTextBrowsers,
|
|---|
| 2450 | and changed the background colors.
|
|---|
| 2451 |
|
|---|
| 2452 | (2007-12-29)
|
|---|
| 2453 | * Split the section "Video and audio" in Preferences->General into 2 sections.
|
|---|
| 2454 | * Added 3 icons in the about dialog (contributors.png, translators.png and
|
|---|
| 2455 | license.png), taken from Crystal Clear.
|
|---|
| 2456 | * (By user request) Added "normal speed" to the list of actions available for
|
|---|
| 2457 | mouse buttons.
|
|---|
| 2458 |
|
|---|
| 2459 | (2007-12-27)
|
|---|
| 2460 | * Added a new option in Preferences->General->Video and audio: change volume
|
|---|
| 2461 | just before playing. This should fix the problem of the loud volume on
|
|---|
| 2462 | startup. It sets the volume using the commandline option -volume, but
|
|---|
| 2463 | WARNING: mplayer doesn't have such option, you need a patched mplayer!
|
|---|
| 2464 |
|
|---|
| 2465 | (2007-12-26)
|
|---|
| 2466 | * New about dialog, with some tabs.
|
|---|
| 2467 |
|
|---|
| 2468 | (2007-12-24)
|
|---|
| 2469 | * (Windows) Preferences->Drives shows only cdrom devices.
|
|---|
| 2470 |
|
|---|
| 2471 | (2007-12-22)
|
|---|
| 2472 | * (Windows) Now idx/sub subtitles should work also when using short names.
|
|---|
| 2473 | So I think this stuff is finished.
|
|---|
| 2474 | * Added the Finnish translation, sent by peeaivo <[email protected]>
|
|---|
| 2475 | * For the option to skip the loop filter on HD videos: now a video is
|
|---|
| 2476 | considered HD if its height (not width!) is equal or greater than
|
|---|
| 2477 | the value specified in the HD_height option in smplayer.ini (720 by default).
|
|---|
| 2478 | * Updated the help for the loop filter option in Preferences->Performance.
|
|---|
| 2479 |
|
|---|
| 2480 | (2007-12-21)
|
|---|
| 2481 | * (Windows) Now the short names are used too for subtitle files (except
|
|---|
| 2482 | idx/sub) and external audio files.
|
|---|
| 2483 | * Added a manpage for smplayer, created by Matvey Kozhev <[email protected]>
|
|---|
| 2484 | * (By user request) The skip loop filter in Preferences->Performance has
|
|---|
| 2485 | changed. Now it's called "loop filter" and the possible values are:
|
|---|
| 2486 | "Enabled", "Skip (always)" and "Skip only on HD videos". If the last option
|
|---|
| 2487 | is selected, the loop filter will be skipped if the codec for the video is
|
|---|
| 2488 | "ffh264" and the width of the video is 1024 or greater (this value is
|
|---|
| 2489 | subject to change, possibly in the future it could be configured by the
|
|---|
| 2490 | user).
|
|---|
| 2491 | * Support for colored console output is disabled under Windows. I don't
|
|---|
| 2492 | know any build compiled with that option.
|
|---|
| 2493 |
|
|---|
| 2494 | (2007-12-20)
|
|---|
| 2495 | * (Windows) Added a new option for the config file: use_short_pathnames.
|
|---|
| 2496 | If set to true, smplayer will pass to mplayer the short filename(8+3)
|
|---|
| 2497 | to mplayer. This allows to play files which contains characters outside
|
|---|
| 2498 | the local codepage (mplayer bug). Currently this only works with the file
|
|---|
| 2499 | to play, not with subtitles filenames or other filenames that smplayer
|
|---|
| 2500 | might pass to mplayer.
|
|---|
| 2501 | To test: I don't know if this would break compatibility with Win98.
|
|---|
| 2502 | * (Windows) Added an option in Preferences->Advanced to enable easily the
|
|---|
| 2503 | option mentioned above.
|
|---|
| 2504 | * Added patch by profoX to add support for the mplayer output when compiled
|
|---|
| 2505 | with -enable-color-console.
|
|---|
| 2506 |
|
|---|
| 2507 | (2007-12-18)
|
|---|
| 2508 | * Moved the letterbox option to the filters submenu and renamed to
|
|---|
| 2509 | "Add black borders".
|
|---|
| 2510 | * Added the new option Video->Filters->Software scaling. Makes mplayer to
|
|---|
| 2511 | scale the video up to the width of your screen. This is slow, you'll need
|
|---|
| 2512 | a really fast computer.
|
|---|
| 2513 |
|
|---|
| 2514 | (2007-12-17)
|
|---|
| 2515 | * Updated the Russian translation, and added regular expressions
|
|---|
| 2516 | (Advanced->MPlayer language) for Russian, sent by [email protected]
|
|---|
| 2517 | * Added patch by Florin Braghis <[email protected]> to support Win 98.
|
|---|
| 2518 | Modified a little bit by me to allow it to compile under linux (for testing).
|
|---|
| 2519 | * Added a new option: Video->Letterbox. It adds a black border around the
|
|---|
| 2520 | video, according to the aspect ratio of the monitor.
|
|---|
| 2521 | * Simplified the aspect ratio menu. The options "4:3 Letterbox",
|
|---|
| 2522 | "16:9 Letterbox", "4:3 Panscan", "4:3 to 16:9" have been deleted. The first
|
|---|
| 2523 | two are not necessary anymore because of the new Video->Letterbox option,
|
|---|
| 2524 | and the last two I think they are not necessary because smplayer can
|
|---|
| 2525 | simulate pan&scan since some time ago. Anyway they could be added again
|
|---|
| 2526 | if someone really needs them.
|
|---|
| 2527 |
|
|---|
| 2528 | (2007-12-14)
|
|---|
| 2529 | * Now smplayer stores the version number of mplayer in the config file and
|
|---|
| 2530 | can use it to know if that version provides some feature (like the
|
|---|
| 2531 | scaletempo filter) before running it. This makes possible to add
|
|---|
| 2532 | "autodetection" too for options that should be passed on command line.
|
|---|
| 2533 | * Now the option "High speed playback without altering pitch" (scaletempo) on
|
|---|
| 2534 | Preferences->General has 3 possible values: auto, yes and no. Auto
|
|---|
| 2535 | (the default) will use the scaletempo filter only if the mplayer you're
|
|---|
| 2536 | using has that filter. "Yes" or "no" will force to use it or not, no matter
|
|---|
| 2537 | of the mplayer version number.
|
|---|
| 2538 |
|
|---|
| 2539 | (2007-12-13)
|
|---|
| 2540 | * (Windows) Added patch by Florin Braghis <[email protected]> to improve the
|
|---|
| 2541 | file associations code.
|
|---|
| 2542 | See http://smplayer.sourceforge.net/forums/viewtopic.php?pid=470#p470
|
|---|
| 2543 | * (By user request) Added the possibility to configure any of the mouse
|
|---|
| 2544 | buttons to show the equalizer.
|
|---|
| 2545 | * (Windows) Some clean up in the file associations code. Also made some
|
|---|
| 2546 | changes to allow to compile in linux (for testing, file associations
|
|---|
| 2547 | of course won't work, but I can see the dialog, translations and so on).
|
|---|
| 2548 |
|
|---|
| 2549 | (2007-12-10)
|
|---|
| 2550 | * (Internal change) Added mplayerversion.h and mplayerversion.cpp which
|
|---|
| 2551 | parses the mplayer version from the output of mplayer. Inforeader can also
|
|---|
| 2552 | get the mplayer version.
|
|---|
| 2553 | * Now the size of OSD/subtitle text increases/decreases in steps of 0.20.
|
|---|
| 2554 |
|
|---|
| 2555 | (2007-12-08)
|
|---|
| 2556 | * Added a new option for the config file: use_volume_option. If set to
|
|---|
| 2557 | true, smplayer will set the initial volume using the command line option
|
|---|
| 2558 | -volume in mplayer, so that should avoid that the volume is too loud on
|
|---|
| 2559 | startup. But... mplayer doesn't have a -volume option yet, you have to
|
|---|
| 2560 | patch it:
|
|---|
| 2561 | http://lists.mplayerhq.hu/pipermail/mplayer-users/2007-December/070500.html
|
|---|
| 2562 |
|
|---|
| 2563 | (2007-12-05)
|
|---|
| 2564 | * (By user request) Added a new option for the config file:
|
|---|
| 2565 | auto_add_to_playlist. If true, new opened files are added automatically to
|
|---|
| 2566 | the playlist (this is the default). Otherwise the playlist won't be
|
|---|
| 2567 | modified unless it's strictly necessary (play a dvd, vcd, audiocd, or
|
|---|
| 2568 | several files are opened at the same time).
|
|---|
| 2569 |
|
|---|
| 2570 | (2007-12-04)
|
|---|
| 2571 | * When a file has stopped, the screensaver won't be allowed to run until
|
|---|
| 2572 | an additional minute has passed, so it there are more files in the
|
|---|
| 2573 | playlist they have time to start. A minute should be enough even for
|
|---|
| 2574 | internet streams.
|
|---|
| 2575 |
|
|---|
| 2576 | (2007-11-29)
|
|---|
| 2577 | * Now the cache setting is independent for each type of media. That means
|
|---|
| 2578 | that you can disable cache for local files (faster startup) while keeping
|
|---|
| 2579 | a cache for internet streams.
|
|---|
| 2580 | The following options for the config file have been added: cache_for_files,
|
|---|
| 2581 | cache_for_streams, cache_for_dvds, cache_for_audiocds and cache_for_vcds
|
|---|
| 2582 | (the last two untested).
|
|---|
| 2583 | The section Performance in the preferences dialog has been changed too,
|
|---|
| 2584 | adding options for cache for files, cache for streams and cache for dvds.
|
|---|
| 2585 | Note: it's not recommended to set a cache for DVDs, seeking might not work
|
|---|
| 2586 | properly.
|
|---|
| 2587 |
|
|---|
| 2588 | (2007-11-28)
|
|---|
| 2589 | * Added a new experimental code to disable the screensaver (and monitor
|
|---|
| 2590 | turning off) on Windows.
|
|---|
| 2591 | * Deleted the old (ancient) code for subtitle management.
|
|---|
| 2592 |
|
|---|
| 2593 | (2007-11-27)
|
|---|
| 2594 | * If mplayer is compiled with gui support, it seems pause may not work
|
|---|
| 2595 | properly. I think this is fixed now, by changing the PAUSE command in
|
|---|
| 2596 | input.conf. Should fix bug #1839110.
|
|---|
| 2597 | * Now the option Open->VCD is enabled under Windows.
|
|---|
| 2598 |
|
|---|
| 2599 | (2007-11-25)
|
|---|
| 2600 | * A very important changed has been added in this revision. SMPlayer is
|
|---|
| 2601 | the first mplayer frontend in the world (I guess) which uses the new
|
|---|
| 2602 | slave commands sub_vob, sub_demux and sub_file (added a few hours ago in the
|
|---|
| 2603 | mplayer svn). These commands, at last, allow to accurately select the
|
|---|
| 2604 | subtitle track. Now you can mix without problems subtitles from different
|
|---|
| 2605 | sources: embedded subtitles (like in mkv or mp4 or dvds) and external
|
|---|
| 2606 | subtitles (srt, sub, idx/sub...), and now subtitle selection in mp4 files
|
|---|
| 2607 | should work again (fixes bug #1806153).
|
|---|
| 2608 | This possibility requires mplayer svn r25158 or above.
|
|---|
| 2609 | The following option for the config file has been added:
|
|---|
| 2610 | use_new_sub_commands. The possible values are: 0 (false), 1 (true),
|
|---|
| 2611 | -1 (autodetect). The default value is -1. Autodetection will use the new
|
|---|
| 2612 | commands or the old command according to the mplayer version.
|
|---|
| 2613 |
|
|---|
| 2614 | (2007-11-24)
|
|---|
| 2615 | * Added Polish texts for the comboboxes in Preferences->Advanced->MPlayer
|
|---|
| 2616 | language, sent by jarek.
|
|---|
| 2617 |
|
|---|
| 2618 | (2007-11-21)
|
|---|
| 2619 | * Added support for playlists in format pls. Now smplayer can open and
|
|---|
| 2620 | save pls files (only local files).
|
|---|
| 2621 | Not much sure if QSettings produce a file readable by other applications
|
|---|
| 2622 | (tested with xmms and it seems it works ok).
|
|---|
| 2623 |
|
|---|
| 2624 | (2007-11-20)
|
|---|
| 2625 | * (Internal change) Added a new list in extensions: multimedia, which
|
|---|
| 2626 | includes both video and audio extensions.
|
|---|
| 2627 | * Now "Add directory" in playlist only adds video and audio files (not
|
|---|
| 2628 | subtitles files, images or any other stuff you may have there).
|
|---|
| 2629 |
|
|---|
| 2630 | (2007-11-19)
|
|---|
| 2631 | * Added patch by redxii, which provide a new icon for file associations
|
|---|
| 2632 | under Windows.
|
|---|
| 2633 |
|
|---|
| 2634 |
|
|---|
| 2635 | [b]Version 0.5.62[/b]:
|
|---|
| 2636 |
|
|---|
| 2637 | (2007-11-16)
|
|---|
| 2638 | * Added a new option in Preferences->General->Audio that allows to change
|
|---|
| 2639 | the playback speed without altering the pitch (requires at least
|
|---|
| 2640 | MPlayer dev-SVN-r24924).
|
|---|
| 2641 | * Released version 0.5.62. Why not?
|
|---|
| 2642 |
|
|---|
| 2643 | (2007-11-15)
|
|---|
| 2644 | * Fixed a bug in the new code in defaultgui: if you close the program in
|
|---|
| 2645 | compact mode, then later when quiting compact mode the toolbars don't
|
|---|
| 2646 | appear.
|
|---|
| 2647 | * (Internal change) Now lists for video, audio, subtitles and playlists
|
|---|
| 2648 | extensions are defined in extensions.h/extensions.cpp.
|
|---|
| 2649 | * Added the audio types to the associations section in preferences.
|
|---|
| 2650 |
|
|---|
| 2651 | (2007-11-13)
|
|---|
| 2652 | * Simplified the code of defaultgui, using the actions provided by
|
|---|
| 2653 | the toolbars instead of creating new ones, and removing some old
|
|---|
| 2654 | code.
|
|---|
| 2655 |
|
|---|
| 2656 | (2007-11-12)
|
|---|
| 2657 | * (Fix) Now changing the volume when the file is paused really keeps
|
|---|
| 2658 | pause. This is done by not changing the volume immediately but
|
|---|
| 2659 | scheduling the volume change just after the file plays again.
|
|---|
| 2660 | * The position and size calculations of the floating widget is now made
|
|---|
| 2661 | in the floatingwidget code instead of the gui code.
|
|---|
| 2662 | * Now the floating control shows with an animation! (It can be disabled in
|
|---|
| 2663 | the config file).
|
|---|
| 2664 | * (By user request) Added a new function for the mouse wheel: change playback
|
|---|
| 2665 | speed.
|
|---|
| 2666 |
|
|---|
| 2667 | (2007-11-10)
|
|---|
| 2668 | * (Experimental) New floating control (it looks like the old one) by using the
|
|---|
| 2669 | new floatingwidget. This time it has an embedded toolbar, so actions are
|
|---|
| 2670 | added to it (can't actions be added directly to widgets?). Previously every
|
|---|
| 2671 | button and widget had to be created individually (making connections and
|
|---|
| 2672 | so on), duplicating code. Now it's a lot easier.
|
|---|
| 2673 | * Started to write the "mini gui". This is an optional gui, with very few
|
|---|
| 2674 | buttons: it doesn't have a toolbar, and the control bar only have a
|
|---|
| 2675 | play/pause, stop and mute buttons, and the time slider. It also provides
|
|---|
| 2676 | a floating control with less buttons.
|
|---|
| 2677 | To enable it: smplayer -mini
|
|---|
| 2678 | This gui is in fact intended to be an example on how to create alternative
|
|---|
| 2679 | gui's for smplayer.
|
|---|
| 2680 |
|
|---|
| 2681 | (2007-11-09)
|
|---|
| 2682 | * Added options in Preferences->Advanced to save automatically the mplayer
|
|---|
| 2683 | log every time a new file is played. Intended for external applications.
|
|---|
| 2684 | Most of the code developed by iSage.
|
|---|
| 2685 |
|
|---|
| 2686 | (2007-11-07)
|
|---|
| 2687 | * More work on the new code for time and volume sliders.
|
|---|
| 2688 |
|
|---|
| 2689 | (2007-11-06)
|
|---|
| 2690 | * (Experimental internal change) Created a wrapper for the time and volume
|
|---|
| 2691 | slider using QWidgetAction. Until now whenever a time or volume slider were
|
|---|
| 2692 | needed (there are 3 time sliders and 3 volume sliders) each widget had to
|
|---|
| 2693 | be created, set its properties, make connections... individually = a lot
|
|---|
| 2694 | of duplicated code. Now only one object has to be created (one for the time
|
|---|
| 2695 | slider, another one for the volume slider) and then it can be inserted in
|
|---|
| 2696 | any widget that accepts QAction's, as many times as necessary.
|
|---|
| 2697 | Less code and easier.
|
|---|
| 2698 |
|
|---|
| 2699 | (2007-11-05)
|
|---|
| 2700 | * Removed option H.264->Skip frames, as it affects non H.264 videos too.
|
|---|
| 2701 | The option in the config file is still available.
|
|---|
| 2702 | * Added again the "Fast audio track switching" in Preferences->Performance,
|
|---|
| 2703 | with a combo to select the 3 possible values: Auto, Yes and No.
|
|---|
| 2704 | There's included help for this option, so I won't explain here.
|
|---|
| 2705 | * (By user request) Added a new option for the mouse wheel combo in
|
|---|
| 2706 | Preferences->Keyboard & mouse: "No function". If selected the mouse
|
|---|
| 2707 | wheel will do nothing.
|
|---|
| 2708 |
|
|---|
| 2709 | (2007-11-03)
|
|---|
| 2710 | * Adapted the code for patch select_sub_by_source_property2.diff.
|
|---|
| 2711 |
|
|---|
| 2712 | (2007-11-02)
|
|---|
| 2713 | * Added the Greek translation sent by my80s <[email protected]>.
|
|---|
| 2714 |
|
|---|
| 2715 | (2007-11-01)
|
|---|
| 2716 | * Fixed a bug which prevented to select the first (or preferred) subtitle
|
|---|
| 2717 | when playing a new video.
|
|---|
| 2718 | * Now mplayerprocess can identify the mplayer version (or svn revision).
|
|---|
| 2719 | * Added autodetection possibility for changing the font size of subtitles.
|
|---|
| 2720 | Now the values for the config option "change_sub_scale_requires_restart"
|
|---|
| 2721 | are different: -1 means autodetect, 0 = false, 1 = true (by default -1).
|
|---|
| 2722 | Autodetect will check the mplayer version to know if it's recent enough
|
|---|
| 2723 | to have the slave command "sub_scale". But autodetect can fail with very
|
|---|
| 2724 | old versions of mplayer (< 1.0rc1).
|
|---|
| 2725 | * Renamed "change_sub_scale_requires_restart" to
|
|---|
| 2726 | "change_sub_scale_should_restart" to force everyone to use the new default
|
|---|
| 2727 | value.
|
|---|
| 2728 | * Added autodetection possibility for changing audio track.
|
|---|
| 2729 | * The config option "audio_change_requires_restart" has been renamed to
|
|---|
| 2730 | "audio_change_should_restart". It also accepts three values (-1, 0 and 1)
|
|---|
| 2731 | being -1 autodetection. The default option is -1, which means that
|
|---|
| 2732 | the mplayer version will be checked to know if changing audio track
|
|---|
| 2733 | needs to restart the mplayer process or not.
|
|---|
| 2734 | * The option "Fast audio track switching" in Preferences->Advanced has been
|
|---|
| 2735 | disabled until a new one (a combobox) which supports the 3 values is added.
|
|---|
| 2736 |
|
|---|
| 2737 | (2007-10-31)
|
|---|
| 2738 | * Added code to test the slave command "select_sub" (see
|
|---|
| 2739 | http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2007-October/054651.html)
|
|---|
| 2740 | The code is disabled by default. To activate it set USE_SELECT_SUB to 1 in
|
|---|
| 2741 | config.h.
|
|---|
| 2742 |
|
|---|
| 2743 | (2007-10-30)
|
|---|
| 2744 | * Changed the layout of some sections in preferences to make them smaller.
|
|---|
| 2745 |
|
|---|
| 2746 | (2007-10-29)
|
|---|
| 2747 | * (Experimental) Enable or disable some actions according to the current state.
|
|---|
| 2748 | For example, the audio actions should be disabled if the file has no audio
|
|---|
| 2749 | track.
|
|---|
| 2750 | * (Fix) The time slider goes to 0 if the user press stop twice.
|
|---|
| 2751 |
|
|---|
| 2752 | (2007-10-26)
|
|---|
| 2753 | * (Internal change) Renamed font_textscale in preferences to initial_sub_scale.
|
|---|
| 2754 | * Assigned the new actions to change font size to the keys Shift+R (Size-) and
|
|---|
| 2755 | Shift+T (Size+).
|
|---|
| 2756 | * (Experimental) Now it's possible to dock the playlist on the left and right
|
|---|
| 2757 | sides of the main window.
|
|---|
| 2758 |
|
|---|
| 2759 | (2007-10-25)
|
|---|
| 2760 | * Now the -nostop-xscreensaver option is passed to mplayer if the screensaver
|
|---|
| 2761 | is not to be disabled.
|
|---|
| 2762 | * Added two new options for the subtitle menu: Size+ and Size-. They change
|
|---|
| 2763 | the subtitle size. This also changes the meaning of the Scale setting in
|
|---|
| 2764 | Preferences->Subtitles, it specifies now the default subtitle size for
|
|---|
| 2765 | new videos.
|
|---|
| 2766 | These new options use the new mplayer slave command sub_scale, so changing
|
|---|
| 2767 | the size won't require to restart mplayer. Unfortunately this doesn't work
|
|---|
| 2768 | with the SSA/ASS lib, in this case mplayer will be restarted.
|
|---|
| 2769 | If you use an old version of mplayer which doesn't have the sub_scale
|
|---|
| 2770 | slave command, you need to set to "true" the following option in the
|
|---|
| 2771 | config file: change_sub_scale_requires_restart
|
|---|
| 2772 |
|
|---|
| 2773 | (2007-10-22)
|
|---|
| 2774 | * Reorganized the layout of Preferences->Subtitles.
|
|---|
| 2775 | * Preferences->Keyboard and mouse: the list of available actions for mouse
|
|---|
| 2776 | buttons has been reduced. Only the most useful for mouse buttons are there.
|
|---|
| 2777 | * Now the middle click button is also configurable. The default action is
|
|---|
| 2778 | mute.
|
|---|
| 2779 | * Now the default icon theme is Nuvola.
|
|---|
| 2780 | * Added two new options in Preferences->Performance for H.264 videos:
|
|---|
| 2781 | Skip loop filter (the famous "-lavdopts skiploopfilter=all") and
|
|---|
| 2782 | Skip frames.
|
|---|
| 2783 | This may allow "slow" computers (like mine) to play H.264 HD videos,
|
|---|
| 2784 | although these options may produce a high quality loss. I prefer to scale
|
|---|
| 2785 | down a little bit the image (1024x576 or 768x432).
|
|---|
| 2786 |
|
|---|
| 2787 | (2007-10-21)
|
|---|
| 2788 | * Now the aspect ratio settings should work when using the mplayer own window.
|
|---|
| 2789 | Note: the option "Autodetect" may not work correctly in this case.
|
|---|
| 2790 |
|
|---|
| 2791 | (2007-10-19)
|
|---|
| 2792 | * Updated the Polish translation.
|
|---|
| 2793 | * Improved layout of section "Preferred audio & subtitles" in
|
|---|
| 2794 | Preferences->General.
|
|---|
| 2795 |
|
|---|
| 2796 | (2007-10-18)
|
|---|
| 2797 | * (Internal change) Don't use the pref object in mplayerwindow.
|
|---|
| |
|---|