| [101] | 1 | [b]Version 0.6.9[/b]:
|
|---|
| 2 |
|
|---|
| 3 | (2010-02-18)
|
|---|
| 4 | * New option for smplayer.ini: relative_seeking (section [gui]). If true
|
|---|
| 5 | seeking (with the time slider) will be done by using a percentage. If false
|
|---|
| 6 | seeking will be done using an absolute time. The default value for this
|
|---|
| 7 | option is true.
|
|---|
| 8 |
|
|---|
| 9 | (2010-02-09)
|
|---|
| 10 | * Fix: using now -af channels to select the left or right audio channel, as
|
|---|
| 11 | it seems the -stereo option in mplayer doesn't work as expected.
|
|---|
| 12 | Should fix bug #1962349.
|
|---|
| 13 |
|
|---|
| 14 | (2010-02-02)
|
|---|
| 15 | * Added a new action to toggle deinterlacing (assigned to key D). It just
|
|---|
| 16 | runs the mplayer slave command "step_property deinterlace". It toggles
|
|---|
| 17 | deinterlacing on/off. Requires the yadif or kerndeint filters.
|
|---|
| 18 | Note: when using this action, the deinterlace menu is not updated.
|
|---|
| 19 |
|
|---|
| 20 | (2010-02-01)
|
|---|
| 21 | * Added an option (Options -> Statusbar) to display the video resolution and
|
|---|
| 22 | fps in the statusbar.
|
|---|
| 23 | * For consistency, moved the option to show the frame counter to the submenu
|
|---|
| 24 | Options -> Statusbar. (Which by the way required to remove the old and ugly
|
|---|
| 25 | implementation and create a new one)
|
|---|
| 26 |
|
|---|
| 27 | (2010-01-28)
|
|---|
| 28 | * (Experimental) Now the slider seeks again by percentage instead of time, but
|
|---|
| 29 | this time the percentage uses fractions so it should be as accurate as
|
|---|
| 30 | before, and makes seeking work better when the length reported by mplayer is
|
|---|
| 31 | wrong.
|
|---|
| 32 |
|
|---|
| 33 | (2010-01-20)
|
|---|
| 34 | * Now the command line options -close-at-end and -no-close-at-end don't
|
|---|
| 35 | modify the preference's option "close when finished playback".
|
|---|
| 36 | * Now the command line options -fullscreen and -no-fullscreen don't
|
|---|
| 37 | modify the preference's option "start videos in fullscreen".
|
|---|
| 38 |
|
|---|
| 39 | (2010-01-15)
|
|---|
| 40 | * (Linux) Use pulse as default audio output instead of alsa, as alsa is
|
|---|
| 41 | causing problems (at least) in Ubuntu 9.10 when seeking on a video (image
|
|---|
| 42 | freezes).
|
|---|
| 43 |
|
|---|
| 44 | (2010-01-10)
|
|---|
| 45 | * Fix: the "unicode" encoding for subtitles works now on Windows.
|
|---|
| 46 |
|
|---|
| 47 | (2009-12-13)
|
|---|
| 48 | * Added the possibility to mark an A-B section. When the A-B section has been
|
|---|
| 49 | selected only that section will be played. If the option Play->Repeat is
|
|---|
| 50 | enabled, the A-B section will be repeated.
|
|---|
| 51 | A new submenu "A-B section" has been added to the "Play" menu, with the
|
|---|
| 52 | following options:
|
|---|
| 53 | - set A marker
|
|---|
| 54 | - set B marker
|
|---|
| 55 | - clear A-B markers
|
|---|
| 56 | - repeat
|
|---|
| 57 | This is exactly how it works:
|
|---|
| 58 | - the "set A marker" option allows to mark the beginning of the section.
|
|---|
| 59 | If the B marker has previously been set, the file will be restarted so
|
|---|
| 60 | the change can take effect.
|
|---|
| 61 | - the "set B marker" option allows to mark the end of the section.
|
|---|
| 62 | If the A marker has previously been set, the file will be restarted so
|
|---|
| 63 | the change can take effect.
|
|---|
| 64 | - the "clear A-B markers" option deletes the A and B markers and restarts
|
|---|
| 65 | the playback so the change can take effect. If the A and B markers
|
|---|
| 66 | weren't set, this option does nothing.
|
|---|
| 67 | - if the "repeat" option is enabled, the A-B section will played back once
|
|---|
| 68 | and again (If no A-B section is set, the whole file will be repeated).
|
|---|
| 69 | If the "repeat" option is not enabled, when the playback gets to the B
|
|---|
| 70 | marker, the file will be stopped.
|
|---|
| 71 |
|
|---|
| 72 | Notice: as a side effect, when an A-B section has been set, any action which
|
|---|
| 73 | requires to restart mplayer, will start the playback at the A marker and not
|
|---|
| 74 | at the point it was previously!
|
|---|
| 75 |
|
|---|
| 76 | (2009-11-26)
|
|---|
| 77 | * Added icons for the buttons in the find subtitles window.
|
|---|
| 78 |
|
|---|
| 79 | (2009-11-19)
|
|---|
| 80 | * Added the new option "Save SMPlayer log to file" in Preferences -> Advanced
|
|---|
| 81 | -> Logs. If the option is checked, the smplayer logs will be saved to
|
|---|
| 82 | to a file named smplayer_log.txt in the smplayer config file (in linux
|
|---|
| 83 | $HOME/.config/smplayer/).
|
|---|
| 84 |
|
|---|
| 85 | (2009-11-06)
|
|---|
| 86 | * Pass the text for the slave command osd_show_text in utf8. Should fix
|
|---|
| 87 | bug #2854097 (incorrect charset in OSD texts).
|
|---|
| 88 | Fix based on a patch by c0rnholio
|
|---|
| 89 | (https://sourceforge.net/tracker/?func=detail&atid=913575&aid=2893306&group_id=185512)
|
|---|
| 90 |
|
|---|
| 91 | (2009-10-26)
|
|---|
| 92 | * Added a new option for smplayer.ini: fast_load_sub
|
|---|
| 93 | If true (the default) loading an external subtitle will be fast
|
|---|
| 94 | because it will be done by using a slave command (which is nice but it
|
|---|
| 95 | has the problem that smplayer may restore the wrong subtitle after a
|
|---|
| 96 | restart of the video). If false, the subtitle will be loaded by
|
|---|
| 97 | restarting mplayer (which is a little bit slower but doesn't have the
|
|---|
| 98 | mentioned problem).
|
|---|
| 99 |
|
|---|
| 100 | (2009-10-20)
|
|---|
| 101 | * Bugfix: pad the hash for opensubtitles with zeroes. This bug caused that
|
|---|
| 102 | sometimes smplayer couldn't find any subtitles for a given file.
|
|---|
| 103 |
|
|---|
| 104 | (2009-10-03)
|
|---|
| 105 | * Applied patch smplayer-3270-mandriva-mplayer-version.patch by Anssi Hannula
|
|---|
| 106 | (http://sourceforge.net/users/anssih/). Makes SMPlayer detect the mplayer
|
|---|
| 107 | version strings in Mandriva.
|
|---|
| 108 |
|
|---|
| 109 | (2009-09-14)
|
|---|
| 110 | * New action "show_filename" (assigned to Shift+I). It displays the filename
|
|---|
| 111 | in the OSD.
|
|---|
| 112 |
|
|---|
| 113 | (2009-09-13)
|
|---|
| 114 | * Don't pass to mplayer any audio filter (-af ...) when using -afm hwac3.
|
|---|
| 115 |
|
|---|
| 116 | (2009-09-09)
|
|---|
| 117 | * (Streams) Added support to 'StreamTitle' without 'StreamUrl'
|
|---|
| 118 |
|
|---|
| 119 | (2009-09-04)
|
|---|
| 120 | * Applied patch mousewheel_seekalt_checkbox_r3257.patch by Steven Eastland
|
|---|
| 121 | (grassmonk at users.sourceforge.net). It adds the possibility to reverse
|
|---|
| 122 | the direction of seeking with the mouse wheel.
|
|---|
| 123 |
|
|---|
| 124 | (2009-08-31)
|
|---|
| 125 | * Added the checkbox "Disable video filters when using vdpau" in Preferences ->
|
|---|
| 126 | General -> Video.
|
|---|
| 127 |
|
|---|
| 128 | (2009-08-30)
|
|---|
| 129 | * (Linux) New option for smplayer.ini: disable_video_filters_with_vdpau. If
|
|---|
| 130 | set to true /the default) all video filters will be disabled when using
|
|---|
| 131 | the vdpau vo.
|
|---|
| 132 |
|
|---|
| 133 | (2009-08-16)
|
|---|
| 134 | * All video filters in the Video menu will be shown disabled if using vdpau.
|
|---|
| 135 |
|
|---|
| 136 | (2009-08-12)
|
|---|
| 137 | * Bugfix: some of the items in the the recents menu may be lost.
|
|---|
| 138 |
|
|---|
| 139 | (2009-07-31)
|
|---|
| 140 | * The default cache for local files is 0.
|
|---|
| 141 | * New option for smplayer.ini: osd_delay. It specifies the delay in
|
|---|
| 142 | milliseconds to show the OSD (default 2200).
|
|---|
| 143 |
|
|---|
| 144 | (2009-07-30)
|
|---|
| 145 | * If using vdpau, don't pass any video filter to mplayer (instead of passing
|
|---|
| 146 | them and then clear them with -vf-clr)
|
|---|
| 147 |
|
|---|
| 148 |
|
|---|
| 149 | [b]Version 0.6.8[/b]:
|
|---|
| 150 |
|
|---|
| 151 | (2009-07-14)
|
|---|
| 152 | * Check for new channels first in ~/.mplayer/channels.conf.ter. Use
|
|---|
| 153 | channels.conf if channels.conf.ter is not found.
|
|---|
| 154 | * Removed the "Jump..." item from the tv and radio menus. The actions
|
|---|
| 155 | are still available.
|
|---|
| 156 | * (Playlist) Fix: don't try to a load pls file if the file doesn't exist.
|
|---|
| 157 | Prevents QSettings to create subdirectories pointing to that file.
|
|---|
| 158 | * Updated the texts of the OSD options.
|
|---|
| 159 |
|
|---|
| 160 | (2009-07-13)
|
|---|
| 161 | * Moved the option "Visualize motion vectors" from menu Options to menu
|
|---|
| 162 | Video.
|
|---|
| 163 |
|
|---|
| 164 | (2009-07-12)
|
|---|
| 165 | * Fixed error "302 - Moved temporarily" when connecting to opensubtitles.org.
|
|---|
| 166 |
|
|---|
| 167 | (2009-07-09)
|
|---|
| 168 | * Added the new option "Jump" to the TV and radio menus. It displays a dialog
|
|---|
| 169 | which allows the user to enter the number of the channel to open.
|
|---|
| 170 |
|
|---|
| 171 | (2009-07-07)
|
|---|
| 172 | * Applied patch numbered_recent_files.diff by greenest
|
|---|
| 173 | (greenest at users.sourceforge.net). It adds numbers in front of the recent
|
|---|
| 174 | files, and a key accelerator.
|
|---|
| 175 |
|
|---|
| 176 | (2009-07-06)
|
|---|
| 177 | * Save the last TV channel, which will be used when "dvb://" or "tv://" is
|
|---|
| 178 | opened.
|
|---|
| 179 |
|
|---|
| 180 | (2009-07-05)
|
|---|
| 181 | * (Linux) vdpau doesn't allow to use any video filter (mplayer would crash)
|
|---|
| 182 | so now smplayer will clear the filter list if vdpau is used.
|
|---|
| 183 | * New option for smplayer.ini (section [playlist]): automatically_play_next.
|
|---|
| 184 | If set to false the playlist won't play the next item when the current one
|
|---|
| 185 | finishes.
|
|---|
| 186 |
|
|---|
| 187 | (2009-07-04)
|
|---|
| 188 | * The settings of TV channels are saved on ~/.config/smplayer/smplayer_tv.ini.
|
|---|
| 189 |
|
|---|
| 190 | (2009-07-02)
|
|---|
| 191 | * Added a new section in the preferences dialog: TV and radio.
|
|---|
| 192 |
|
|---|
| 193 | (2009-06-30)
|
|---|
| 194 | * Apply patch play_action_disabled_while_playing.diff by Francesco Cosoleto.
|
|---|
| 195 | (cosoleto at users.sourceforge.net). It disables the play action while
|
|---|
| 196 | playing.
|
|---|
| 197 | * (Fix) Now the command line option -sub passes the subtitle file to another
|
|---|
| 198 | running instance.
|
|---|
| 199 |
|
|---|
| 200 | (2009-06-29)
|
|---|
| 201 | * Added actions to select the previous and next tv channels, and also for
|
|---|
| 202 | previous and next radio. Assigned by default to the keys L and H (for TV)
|
|---|
| 203 | and Shift+L and Shift+H for radio.
|
|---|
| 204 |
|
|---|
| 205 | (2009-06-28)
|
|---|
| 206 | * Changing chapters works again with mplayer > svn r29407 (0-based).
|
|---|
| 207 | For DVDs, it only works if cache = 0.
|
|---|
| 208 | * Added two options for smplayer.ini (section [tv]):
|
|---|
| 209 | check_channels_conf_on_startup and initial_tv_deinterlace.
|
|---|
| 210 |
|
|---|
| 211 | (2009-06-27)
|
|---|
| 212 | * The tv and radio submenus can be added to the toolbars (tv_menu and
|
|---|
| 213 | radio_menu).
|
|---|
| 214 |
|
|---|
| 215 | (2009-06-25)
|
|---|
| 216 | * New menus Open->TV and Open->Radio. The items for those menus are taken from
|
|---|
| 217 | ~/.mplayer/channels.conf. The services with video and audio pid are added
|
|---|
| 218 | to the TV menu, those with audio pid are added to the radio menu. The
|
|---|
| 219 | rest are discarded. The file channels.conf is rescanned on every startup
|
|---|
| 220 | and will add new channels to the menus.
|
|---|
| 221 | Note: the file channels.conf is not read at all on Windows (mplayer lacks
|
|---|
| 222 | dvb support on Windows).
|
|---|
| 223 | * The list of channels can be edited.
|
|---|
| 224 |
|
|---|
| 225 | (2009-06-23)
|
|---|
| 226 | * Initial support for TV (dvb:// and tv://):
|
|---|
| 227 | - You can open dvb channels through commandline (smplayer
|
|---|
| 228 | dvb://CHANNEL_NAME). It may also work with tv:// but it's untested.
|
|---|
| 229 | - There's an option under Preferences->Performance to set the cache for TV.
|
|---|
| 230 | - The view info and properties dialog recognizes dvb:// and tv:// and
|
|---|
| 231 | display a TV icon for them.
|
|---|
| 232 |
|
|---|
| 233 | (2009-06-21)
|
|---|
| 234 | * Added the new menu Program under the Browse menu. It allows to change
|
|---|
| 235 | the program track for ts files. Known issue: when a program changes, the
|
|---|
| 236 | video and audio track will probably change too but the video and audio menus
|
|---|
| 237 | doesn't show that change.
|
|---|
| 238 | * The OSD is not shown until 3 seconds after the video started to play. This
|
|---|
| 239 | avoid a lot of messages being printed on the OSD at startup.
|
|---|
| 240 |
|
|---|
| 241 | (2009-06-12)
|
|---|
| 242 | * Applied (with a few changes) the patch wheelfunctionpatch4.txt by
|
|---|
| 243 | Stivo (helifan at users.sourceforge.net).
|
|---|
| 244 | It adds the possibility to change the function of the mouse wheel with
|
|---|
| 245 | a mouse click.
|
|---|
| 246 |
|
|---|
| 247 | (2009-06-02)
|
|---|
| 248 | * (Windows) smplayer should recognize now Windows 7, if using Qt 4.5.1
|
|---|
| 249 | (untested).
|
|---|
| 250 | * (Windows, portable version) The default screenshot directory is
|
|---|
| 251 | ./screenshots, and the default additional option for mplayer is
|
|---|
| 252 | -nofontconfig. This way it's not necessary to supply a customized
|
|---|
| 253 | smplayer.ini in the portable package.
|
|---|
| 254 | * Recognize the multithreaded mplayer build from kovensky (checks for
|
|---|
| 255 | 'MPlayer GIT*'). It assumes it's version 1.0rc3.
|
|---|
| 256 |
|
|---|
| 257 | (2009-05-24)
|
|---|
| 258 | * Bugfix: now the color tags from the mplayer output are really removed
|
|---|
| 259 | (linux only).
|
|---|
| 260 |
|
|---|
| 261 | (2009-05-21)
|
|---|
| 262 | * Two new options for the command line have been added: -pos and -size. Both
|
|---|
| 263 | options expect two arguments. -pos specifies the coordinates (x, y) where
|
|---|
| 264 | the main window will be displayed, -size specifies the size (width, height).
|
|---|
| 265 | If any of the values is invalid, the option will be silently ignored.
|
|---|
| 266 |
|
|---|
| 267 | (2009-05-18)
|
|---|
| 268 | * New option in the subtitle menu: "subtitle visibility". If the option
|
|---|
| 269 | is checked (default) subtitles are visible, otherwise the subtitles won't
|
|---|
| 270 | appear in the screen. This is a global option.
|
|---|
| 271 | * In the subtitle initialization function, try to find the external subtitle
|
|---|
| 272 | using its filename, and not assuming that it's always the last one.
|
|---|
| 273 | It should make the -sub command line option to work as expected.
|
|---|
| 274 |
|
|---|
| 275 | (2009-05-11)
|
|---|
| 276 | * Added the Estonian translation, by olav mägi <[email protected]>
|
|---|
| 277 | * The option "Audio/video auto synchronization" has been moved from
|
|---|
| 278 | Preferences -> Performance to Preferences -> General -> Audio.
|
|---|
| 279 | * Added the new option "A-V sync correction" in Preferences -> General ->
|
|---|
| 280 | Audio (for the mplayer option -mc).
|
|---|
| 281 |
|
|---|
| 282 | (2009-05-05)
|
|---|
| 283 | * New option for smplayer.ini: row_spacing (in the [playlist] section). It
|
|---|
| 284 | specifies the spacing between rows in the playlist. If the value is -1
|
|---|
| 285 | the row height is not changed.
|
|---|
| 286 |
|
|---|
| 287 | (2009-05-04)
|
|---|
| 288 | * Added an option in Preferences -> Advanced -> Logs to make the mplayer logs
|
|---|
| 289 | more verbose (passes -v to mplayer).
|
|---|
| 290 |
|
|---|
| 291 | (2009-05-01)
|
|---|
| 292 | * Applied patch coreavc.patch by Shurygin Egor <[email protected]>
|
|---|
| 293 | It adds a checkbox in performance settings to switch coreavc usage.
|
|---|
| 294 | When checked passes to mplayer "-vc coreavc," unless vdpau video driver is
|
|---|
| 295 | used and any other video codec has been set explicitly.
|
|---|
| 296 |
|
|---|
| 297 | (2009-04-30)
|
|---|
| 298 | * Bugfix: hide the mouse cursor when it's over the black borders.
|
|---|
| 299 |
|
|---|
| 300 | (2009-04-29)
|
|---|
| 301 | * (Windows) New options for smplayer.ini: turn_screensaver_off (false by
|
|---|
| 302 | default) and avoid_screensaver (true by default). The option
|
|---|
| 303 | disable_screensaver won't be used on windows anymore.
|
|---|
| 304 | turn_screensaver_off disables the screensaver from the control panel,
|
|---|
| 305 | while avoid_screensaver prevents the screensaver to appear when windows
|
|---|
| 306 | requests for it in an event.
|
|---|
| 307 | * Added checkboxes in preferences->general->video to allow to configure
|
|---|
| 308 | the avoid_screensaver and turn_screensaver_off options.
|
|---|
| 309 |
|
|---|
| 310 | (2009-04-24)
|
|---|
| 311 | * Deleted the option "Change volume just before playing" (Preferences ->
|
|---|
| 312 | General -> Audio). That option had sense when a patch was required for the
|
|---|
| 313 | -volume option, but not now.
|
|---|
| 314 | Now it will just use -volume if using mplayer >= SVN r27872.
|
|---|
| 315 | * Deleted the option "Change volume on every file" (Preferences ->
|
|---|
| 316 | General -> Audio). It did more or less the same now it does the "Global
|
|---|
| 317 | volume" option.
|
|---|
| 318 | * Deleted the "Default volume" slider in (Preferences -> General -> Audio).
|
|---|
| 319 | With time it lost its original meaning. It's still possible to configure
|
|---|
| 320 | the default volume in smplayer.ini.
|
|---|
| 321 |
|
|---|
| 322 | (2009-04-23)
|
|---|
| 323 | * Started to implement the possibility to customize the options for the
|
|---|
| 324 | audio/video filters passed to mplayer (in the section [filter_options]
|
|---|
| 325 | in smplayer.ini).
|
|---|
| 326 | Currently 3 filters can be customized: noise, volnorm and deblock.
|
|---|
| 327 | BTW, the volnorm filter has changed its default value from 2 to 1.
|
|---|
| 328 |
|
|---|
| 329 | (2009-04-20)
|
|---|
| 330 | * (Experimental) Added the new option "Global volume" (Preferences -> General
|
|---|
| 331 | -> Audio). If the option is checked, the volume and mute are global
|
|---|
| 332 | options. If not checked, the volume and mute options are independent for
|
|---|
| 333 | each file.
|
|---|
| 334 | Known issues: the default value is 50, it doesn't honor the "default volume"
|
|---|
| 335 | setting. On the other hand, the option "change volume before playing" is
|
|---|
| 336 | honored even if that option is shown disabled when the "global volume" is
|
|---|
| 337 | checked.
|
|---|
| 338 |
|
|---|
| 339 | (2009-04-18)
|
|---|
| 340 | * Added the Vietnamese translation, by Lê Xuân Thảo <[email protected]>.
|
|---|
| 341 | * Display the current playback speed in the status bar when it changes.
|
|---|
| 342 | * Added support for the mplayer tags DVDNAV_TITLE_IS_MENU and
|
|---|
| 343 | DVDNAV_TITLE_IS_MOVIE added in mplayer svn r29156.
|
|---|
| 344 | It just simply stops sending the set_mouse_pos slave command if not in a
|
|---|
| 345 | dvd menu.
|
|---|
| 346 |
|
|---|
| 347 | (2009-04-16)
|
|---|
| 348 | * (Bugfix) Don't stop the file if already stopped when closing smplayer
|
|---|
| 349 | to prevent that the current position would reset to 0.
|
|---|
| 350 |
|
|---|
| 351 | (2009-04-15)
|
|---|
| 352 | * Added two aspect ratios: 3:2 and 14:10.
|
|---|
| 353 | * The next_aspect action changes the aspect ratio in the right order.
|
|---|
| 354 |
|
|---|
| 355 | (2009-04-07)
|
|---|
| 356 | * Added an option in preferences to turn on/off the screenshot feature.
|
|---|
| 357 | So no need now to clear the screenshot path to disable it.
|
|---|
| 358 |
|
|---|
| 359 | (2009-04-06)
|
|---|
| 360 | * Pass to mplayer "-vc ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau," if
|
|---|
| 361 | using vdpau as video driver and not other video codec has been set.
|
|---|
| 362 | (Untested)
|
|---|
| 363 |
|
|---|
| 364 | (2009-04-02)
|
|---|
| 365 | * Now the mouse cursor is hidden only when playing.
|
|---|
| 366 |
|
|---|
| 367 | (2009-04-01)
|
|---|
| 368 | * (Fix) The preferences dialog sets the default video driver to "direct3d,"
|
|---|
| 369 | if using Windows Vista.
|
|---|
| 370 |
|
|---|
| 371 | (2009-03-26)
|
|---|
| 372 | * Added ogv to the list of extensions (for video).
|
|---|
| 373 |
|
|---|
| 374 | (2009-03-25)
|
|---|
| 375 | * (Linux) Using -input nodefault-bindings:conf=/dev/null to disable the
|
|---|
| 376 | mplayer keys if using mplayer >= SVN r29058.
|
|---|
| 377 |
|
|---|
| 378 | (2009-03-23)
|
|---|
| 379 | * (Experimental) Now some of the submenus can be added to the toolbars
|
|---|
| 380 | (actions names: speed_menu, videotrack_menu, screen_menu, videosize_menu,
|
|---|
| 381 | panscan_menu, aspect_menu, deinterlace_menu, videofilter_menu, rotate_menu,
|
|---|
| 382 | ontop_menu, audiotrack_menu, audiofilter_menu, audiochannels_menu,
|
|---|
| 383 | stereomode_menu, subtitlestrack_menu, titles_menu, chapters_menu,
|
|---|
| 384 | angles_menu, osd_menu).
|
|---|
| 385 |
|
|---|
| 386 | (2009-03-22)
|
|---|
| 387 | * Added an icon for the next_aspect action. Contributed by TT
|
|---|
| 388 | (http://smplayer.berlios.de/forums/viewtopic.php?id=1104).
|
|---|
| 389 |
|
|---|
| 390 | (2009-03-20)
|
|---|
| 391 | * The subtitle and audio delay actions keep now the file paused. They also
|
|---|
| 392 | display the current value in the status bar.
|
|---|
| 393 |
|
|---|
| 394 | (2009-03-19)
|
|---|
| 395 | * Added some icons for: Help -> Tips, Video -> Preview, Video -> Start/stop
|
|---|
| 396 | taking screenshots, Subtitles -> Find subtitles on opensubtitles.org and
|
|---|
| 397 | updated the Qt logo (taken from the Qt sources).
|
|---|
| 398 |
|
|---|
| 399 | (2009-03-18)
|
|---|
| 400 | * (Videopreview) Ctrl+H toggles displaying the info about the video.
|
|---|
| 401 | * Don't use "set_property switch_video" when using the nsv demuxer. It makes
|
|---|
| 402 | mplayer stop displaying the video after a few seconds.
|
|---|
| 403 | * Added a new option: Video -> Start/stop taking screenshots (of each frame)
|
|---|
| 404 | assigned by default to "Shift+D" (the icon for this action: screenshots.png)
|
|---|
| 405 | When this option is selected, a screenshot will be taken (and saved in
|
|---|
| 406 | png format to the screenshot folder) for each frame. Select the option
|
|---|
| 407 | again to stop taking screenshots.
|
|---|
| 408 |
|
|---|
| 409 | (2009-03-16)
|
|---|
| 410 | * (Windows) Now by default the combos in Preferences -> Drives will show all
|
|---|
| 411 | drives, not only CD/DVD devices, as it has been reported that checking
|
|---|
| 412 | for those devices can be slow if there are network drives. Now there's
|
|---|
| 413 | a button "Scan for CD/DVD devices" to force the detection of CD/DVD devices.
|
|---|
| 414 |
|
|---|
| 415 | (2009-03-12)
|
|---|
| 416 | * Deleted the obsolete translations from smplayer_gl.ts (caused lrelease
|
|---|
| 417 | to fail with Qt 4.5.0).
|
|---|
| 418 |
|
|---|
| 419 | (2009-03-11)
|
|---|
| 420 | * Fixed some build problems that could make the installation fail, trying to
|
|---|
| 421 | recompile everything again with qt3 because QMAKE can be undefined during
|
|---|
| 422 | make install.
|
|---|
| 423 |
|
|---|
| 424 |
|
|---|
| 425 | [b]Version 0.6.7[/b]:
|
|---|
| 426 |
|
|---|
| 427 | (2009-03-06)
|
|---|
| 428 | * The media type icons (type_audio.png, type_dvd.png, type_url.png,
|
|---|
| 429 | type_video.png, type_cdda.png, type_unknown.png and type_vcd.png) which
|
|---|
| 430 | appear in the info window can now be overridden by the icon themes.
|
|---|
| 431 |
|
|---|
| 432 | (2009-03-05)
|
|---|
| 433 | * (Playlist) Try to figure out if a file is local (when the file is added
|
|---|
| 434 | to the playlist) not using QFile::exists, as it seems it can be slow
|
|---|
| 435 | with remote files. It might fix bug #2586395, although I can't test.
|
|---|
| 436 |
|
|---|
| 437 | (2009-02-19)
|
|---|
| 438 | * Using software volume by default.
|
|---|
| 439 |
|
|---|
| 440 | (2009-02-17)
|
|---|
| 441 | * Using multiple ini files to store the file settings by default now.
|
|---|
| 442 |
|
|---|
| 443 | (2009-02-15)
|
|---|
| 444 | * Added preliminary support for the upcoming mplayer 1.0rc3.
|
|---|
| 445 |
|
|---|
| 446 | (2009-02-09)
|
|---|
| 447 | * (ASS subtitles) The outline and shadow options now accept values with
|
|---|
| 448 | decimals.
|
|---|
| 449 |
|
|---|
| 450 | (2009-02-04)
|
|---|
| 451 | * Now the default value for the "correct pts" option is auto.
|
|---|
| 452 |
|
|---|
| 453 | (2009-01-31)
|
|---|
| 454 | * (Videopreview) Added a new option to remember the last folder used for
|
|---|
| 455 | saving the preview image. If not checked, it will suggest the same
|
|---|
| 456 | folder of the video to save the image.
|
|---|
| 457 | * New action toggle_stay_on_top, which toggles between "stay on top always"
|
|---|
| 458 | and "stay on top never". If "stay on top while playing" is enabled, this
|
|---|
| 459 | action does nothing.
|
|---|
| 460 |
|
|---|
| 461 | (2009-01-29)
|
|---|
| 462 | * Added two options (in the audio and subtitle menus) to allow the user to
|
|---|
| 463 | enter the audio and subtitle delay (in milliseconds).
|
|---|
| 464 |
|
|---|
| 465 | (2009-01-28)
|
|---|
| 466 | * Added names for the rest of dvdnav actions.
|
|---|
| 467 | * The dvdnav_mouse action is assigned to the left mouse button by default.
|
|---|
| 468 | * Added all dvdnav actions to the list of actions that can be selected with
|
|---|
| 469 | the mouse buttons.
|
|---|
| 470 |
|
|---|
| 471 | (2009-01-27)
|
|---|
| 472 | * Fix: now spaces in arguments for mplayer (in Preferences->Advanced and
|
|---|
| 473 | Options->View info and properties) are respected if they are between
|
|---|
| 474 | quotes. Now for instance this will work as expected:
|
|---|
| 475 | -heartbeat-cmd "gnome-screensaver-command -p &"
|
|---|
| 476 | * Fix: the playlist is not allowed to be docked in fullscreen mode.
|
|---|
| 477 |
|
|---|
| 478 | (2009-01-26)
|
|---|
| 479 | * (Playlist) When a file is added to the playlist, if it was already in
|
|---|
| 480 | the list, it's moved to the end of the list.
|
|---|
| 481 |
|
|---|
| 482 | (2009-01-24)
|
|---|
| 483 | * (Videopreview) Add jpg to the "extract frame as" combobox only if the
|
|---|
| 484 | jpg format is available for reading.
|
|---|
| 485 | * The direct3d video output is now the default for Windows Vista (untested).
|
|---|
| 486 |
|
|---|
| 487 | (2009-01-18)
|
|---|
| 488 | * The dvdnav actions are now only enabled when playing a dvd (using dvdnav).
|
|---|
| 489 |
|
|---|
| 490 | (2009-01-17)
|
|---|
| 491 | * Now the mplayer process is not restarted when loading an external subtitle
|
|---|
| 492 | file (using the sub_load slave command), except for idx/sub subtitles.
|
|---|
| 493 |
|
|---|
| 494 | (2009-01-15)
|
|---|
| 495 | * (Windows) Now the screensaver is allowed to turn on if the file is
|
|---|
| 496 | paused or it's an audio file.
|
|---|
| 497 | * The "it's a playlist" option in the Open URL dialog is automatically
|
|---|
| 498 | checked if the url ends with ".ram", ".asx" or ".m3u" (and unchecked if
|
|---|
| 499 | it ends with another extension).
|
|---|
| 500 |
|
|---|
| 501 | (2009-01-14)
|
|---|
| 502 | * New option for the config file: user_forced_ass_style under the
|
|---|
| 503 | [subtitles] section. If the value is not an empty string, it will be
|
|---|
| 504 | passed to mplayer for the -ass-force-style option, overriding the string
|
|---|
| 505 | generated automatically by smplayer.
|
|---|
| 506 | * Added a "Customize" button in the SSA/ASS section in preferences to
|
|---|
| 507 | allow the user to customize the SSA/ASS style which will be passed to
|
|---|
| 508 | mplayer with the -ass-force-style option.
|
|---|
| 509 |
|
|---|
| 510 | (2009-01-12)
|
|---|
| 511 | * (Fix) When opening an iso file, start to play from the dvd menu instead
|
|---|
| 512 | of title 1.
|
|---|
| 513 | * Added a new option to select the shadow color for ass subtitles.
|
|---|
| 514 |
|
|---|
| 515 | (2009-01-11)
|
|---|
| 516 | * Now it's possible to play a dvd with menus from command line
|
|---|
| 517 | (smplayer dvdnav://) or by selecting "dvdnav://" from the recents menu.
|
|---|
| 518 | It'll even work if the option "Enable DVD menus" is not checked.
|
|---|
| 519 | * Now the highlighted option in the DVD menu changes when the mouse is
|
|---|
| 520 | moved.
|
|---|
| 521 |
|
|---|
| 522 | (2009-01-10)
|
|---|
| 523 | * Fixed the initialization of the Angles menu when using dvdnav.
|
|---|
| 524 | * Added to the Browse menu the options 'DVD menu' and 'DVD previous menu'.
|
|---|
| 525 |
|
|---|
| 526 | (2009-01-09)
|
|---|
| 527 | * Now the length of the title is updated when playing a dvd using dvdnav.
|
|---|
| 528 |
|
|---|
| 529 | (2009-01-08)
|
|---|
| 530 | * (Linux) Added the option "Enable DVD menus" in Preferences->Drives. If
|
|---|
| 531 | this option is checked, when you select "DVD from drive" or "DVD from
|
|---|
| 532 | folder" under the Open menu, the DVD will be played using dvdnav (including
|
|---|
| 533 | menus).
|
|---|
| 534 | Note: this is experimental, there are still a lot of things to be fixed.
|
|---|
| 535 | Use at own your own risk.
|
|---|
| 536 |
|
|---|
| 537 | (2009-01-05)
|
|---|
| 538 | * Added an option in Preferences->Subtitles to apply the ass style defined by
|
|---|
| 539 | the user to ass subtitles (overriding the style defined in the ass file).
|
|---|
| 540 |
|
|---|
| 541 | (2009-01-04)
|
|---|
| 542 | * Now the dvd names follow the same scheme as mplayer:
|
|---|
| 543 | dvd://title/device (where device can also be a folder or iso file).
|
|---|
| 544 | Internally it tries to avoid the use of the string "dvd:" so it could
|
|---|
| 545 | be easy to add support for dvdnav:
|
|---|
| 546 |
|
|---|
| 547 | (2008-12-31)
|
|---|
| 548 | * Now the correct pts option can have a value of "auto". In this case
|
|---|
| 549 | neither -correct-pts nor -nocorrect-pts are passed to mplayer, the demuxer
|
|---|
| 550 | will decide. Should fix bug #2479566.
|
|---|
| 551 | * The proxy settings have been moved to a config dialog inside the find
|
|---|
| 552 | subtitles window.
|
|---|
| 553 |
|
|---|
| 554 |
|
|---|
| 555 | [b]Version 0.6.6[/b]:
|
|---|
| 556 |
|
|---|
| 557 | (2008-12-28)
|
|---|
| 558 | * (Linux) Now the options in the dvd menus can be selected with the mouse.
|
|---|
| 559 | To do so, select "Activate option in DVD menus" for the left mouse button
|
|---|
| 560 | in Preferences -> Keyboard and mouse.
|
|---|
| 561 | * Implemented a different way to select the initial audio track (or restore
|
|---|
| 562 | the old one after a restart).
|
|---|
| 563 | * (Experimental) New code to show/hide the mouse cursor in the video window.
|
|---|
| 564 |
|
|---|
| 565 | (2008-12-27)
|
|---|
| 566 | * (Linux) Added some actions to control the dvdnav buttons.
|
|---|
| 567 |
|
|---|
| 568 | (2008-12-26)
|
|---|
| 569 | * The language filter in the find subtitles dialog is now saved to the ini
|
|---|
| 570 | file.
|
|---|
| 571 | * New option for smplayer.ini: include_lang_on_filename (section
|
|---|
| 572 | [findsubtitles]). If set to true (the default) the language code is
|
|---|
| 573 | appended to the subtitle filename (e.g. video.avi => video_es.srt).
|
|---|
| 574 | Otherwise the language code is not appended (video.avi => video.srt).
|
|---|
| 575 |
|
|---|
| 576 | (2008-12-24)
|
|---|
| 577 | * Implemented a different way to select the initial subtitle track (or restore
|
|---|
| 578 | the old one after a restart). Still needs some testing.
|
|---|
| 579 |
|
|---|
| 580 | (2008-12-23)
|
|---|
| 581 | * Now smplayer tries to update the subtitle tracks if they change during
|
|---|
| 582 | playback. This makes subtitles work if using dvdnav, and seems to fix
|
|---|
| 583 | a problem when selecting the initial track
|
|---|
| 584 | (see http://sourceforge.net/tracker/index.php?func=detail&aid=2422574&group_id=185512&atid=913573)
|
|---|
| 585 | This is the kind of changes that can break something or produce an
|
|---|
| 586 | unexpected behaviour...
|
|---|
| 587 |
|
|---|
| 588 | (2008-12-20)
|
|---|
| 589 | * Applied with a few changes the patch customStyleAction.patch by
|
|---|
| 590 | matt <[email protected]>. It adds a few more functions for the widgetactions,
|
|---|
| 591 | like to set a custom style.
|
|---|
| 592 | * Added a new gui (mpcgui, a media player classic clone) developed by
|
|---|
| 593 | Matthias Petri <[email protected]>
|
|---|
| 594 |
|
|---|
| 595 | (2008-12-19)
|
|---|
| 596 | * Applied (with a few changes) a patch by matt <[email protected]>.
|
|---|
| 597 | This patch adds 3 modes for the stay on top option: always, never and
|
|---|
| 598 | while playing.
|
|---|
| 599 |
|
|---|
| 600 | (2008-12-12)
|
|---|
| 601 | * Added a new option Video->Preview. This option creates a preview
|
|---|
| 602 | (thumbnails) of the selected video. There are options to choose the
|
|---|
| 603 | number of columns, rows, maximum width of the generated image...
|
|---|
| 604 | Finally the preview can be saved (as jpg or png).
|
|---|
| 605 | Note: the video preview is not finished yet.
|
|---|
| 606 |
|
|---|
| 607 | (2008-12-07)
|
|---|
| 608 | * (Experimental) Increased the resolution of the seekbar. Previously
|
|---|
| 609 | a step of the seekbar (in a 90 minute movie) was equal to 54 seconds.
|
|---|
| 610 | Now it's equal to 5.4 seconds. As there's usually an I-frame about 10
|
|---|
| 611 | seconds (and mplayer always jumps to an I-frame) I think that's enough.
|
|---|
| 612 |
|
|---|
| 613 | (2008-12-06)
|
|---|
| 614 | * Bug #2399200: the downloaded subtitle filename was wrong if the video
|
|---|
| 615 | filename contained a dot in the name (example: video.hdtv.avi created a
|
|---|
| 616 | video_es.srt file instead of video.hdtv_es.avi). This is now fixed.
|
|---|
| 617 |
|
|---|
| 618 | (2008-12-03)
|
|---|
| 619 | * Now the logs in the mplayer/smplayer log windows update in realtime.
|
|---|
| 620 | * The "MPlayer language" tab in the Advanced section in preferences has
|
|---|
| 621 | been removed. It's not necessary anymore, although if you've got a
|
|---|
| 622 | mplayer which prints the output texts in a non-english language you'll need
|
|---|
| 623 | at least MPlayer SVN r28066.
|
|---|
| 624 | * Added two new options: "Auto zoom for 16:9" and "Auto zoom for 2.35:1".
|
|---|
| 625 | Those options zoom the image assuming the aspect ratio of the video image
|
|---|
| 626 | is the one specified in the option, even if that's not the actual aspect
|
|---|
| 627 | ratio. Useful for videos which include black borders (letterbox) in the
|
|---|
| 628 | image, where the normal "Auto zoom" option will fail.
|
|---|
| 629 |
|
|---|
| 630 | (2008-11-30)
|
|---|
| 631 | * New option for smplayer.ini: actions_to_run ([advanced] section).
|
|---|
| 632 | Specifies a list of actions (separated by spaces) which will be run every
|
|---|
| 633 | time a file is loaded. For instance "actions_to_run=auto_zoom compact true"
|
|---|
| 634 | will run the auto_zoom action and set the gui to compact mode. If the
|
|---|
| 635 | commandline option -actions is used too, the actions from commandline
|
|---|
| 636 | will be added to the end of the list.
|
|---|
| 637 | There's a limitation: the actions will be run only when a file is opened
|
|---|
| 638 | and not when the mplayer process is restarted (e.g. you select an option in
|
|---|
| 639 | the menus which requires to restart mplayer, like a video or audio filter).
|
|---|
| 640 | Note that allowing to run the actions after a restart of mplayer could
|
|---|
| 641 | lead to infinite recursion if any of the actions in the list needs to
|
|---|
| 642 | restart mplayer.
|
|---|
| 643 | * Added a field in Preferences->Advanced to enter the list of actions to
|
|---|
| 644 | be run every time a file is opened.
|
|---|
| 645 |
|
|---|
| 646 | (2008-11-27)
|
|---|
| 647 | * Added an option in Preferences->General to change the method to store
|
|---|
| 648 | the file settings.
|
|---|
| 649 | * (Experimental) Added the new option Video->Pan&scan->Auto zoom. It
|
|---|
| 650 | calculates the zoom factor so you can't see any black borders.
|
|---|
| 651 |
|
|---|
| 652 | (2008-11-26)
|
|---|
| 653 | * Implemented a new (and optional) method to save the file settings.
|
|---|
| 654 | This method uses an ini file per each played file (instead of using only
|
|---|
| 655 | one big ini file for all of them).
|
|---|
| 656 |
|
|---|
| 657 | The files are saved under the subdirectory "file_settings" in the config
|
|---|
| 658 | directory (usually $HOME/.config/smplayer/). As filename it uses a hash,
|
|---|
| 659 | and it's stored on a subdirectory starting with the first letter of the
|
|---|
| 660 | filename.
|
|---|
| 661 |
|
|---|
| 662 | For example:
|
|---|
| 663 | $HOME/.config/smplayer/file_settings/d/dd017f9d6706a75f.ini
|
|---|
| 664 | $HOME/.config/smplayer/file_settings/9/95e963e59826699d.ini
|
|---|
| 665 |
|
|---|
| 666 | * Added a new option for smplayer.ini: file_settings_method.
|
|---|
| 667 | This option allows to select the method to be used for the file settings.
|
|---|
| 668 | Possible values: normal and hash.
|
|---|
| 669 |
|
|---|
| 670 | normal = uses one file (smplayer_files.ini) to store the file settings of
|
|---|
| 671 | all played files. This is cleaner as you only have one file for all files'
|
|---|
| 672 | settings but it could be slow if there are info for many many files in it.
|
|---|
| 673 |
|
|---|
| 674 | hash = uses one ini file per each played file. This could be much faster if
|
|---|
| 675 | you have info for many files, but you'll end up with many ini files and
|
|---|
| 676 | subdirectories.
|
|---|
| 677 |
|
|---|
| 678 | (2008-11-24)
|
|---|
| 679 | * Added a new option in Preferences->Video: add black borders on fullscreen.
|
|---|
| 680 | If this option is enabled, black borders will be added to the image in
|
|---|
| 681 | fullscreen mode. This allows subtitles to be displayed on the black borders.
|
|---|
| 682 |
|
|---|
| 683 | (2008-11-23)
|
|---|
| 684 | * Added a history to the open URL dialog. Based on a patch by Francesco
|
|---|
| 685 | Cosoleto.
|
|---|
| 686 | Not finished yet. Missing options to clear the history or set the maximum
|
|---|
| 687 | number of items.
|
|---|
| 688 | * Added a new option for smplayer.ini: urls\max_items (section [history]).
|
|---|
| 689 | It specifies the maximum number of items for the open URL history.
|
|---|
| 690 | By default, 10. Set it to 0 to disable the history.
|
|---|
| 691 |
|
|---|
| 692 | (2008-11-20)
|
|---|
| 693 | * The "Recents" code has been reorganized. Also the list of recent files
|
|---|
| 694 | is now saved in a different place in smplayer.ini, in section [history].
|
|---|
| 695 |
|
|---|
| 696 | (2008-11-19)
|
|---|
| 697 | * When using SSA/ASS, use the same font for OSD. Otherwise the OSD
|
|---|
| 698 | might not be visible.
|
|---|
| 699 |
|
|---|
| 700 | (2008-11-18)
|
|---|
| 701 | * Added the possibility to select the type of proxy to be used: Http or
|
|---|
| 702 | Socks5. (More info: http://doc.trolltech.com/4.3/qnetworkproxy.html)
|
|---|
| 703 |
|
|---|
| 704 | (2008-11-17)
|
|---|
| 705 | * Added a new option in Preferences->Subtitle: Freetype support. Disabling
|
|---|
| 706 | that option could make smplayer work with a mplayer compiled without
|
|---|
| 707 | freetype support. But subtitles may not work at all!
|
|---|
| 708 |
|
|---|
| 709 | (2008-11-16)
|
|---|
| 710 | * The mini gui can now also remember the position and size of the window.
|
|---|
| 711 | * (Linux) Now all devices which match with dvd*, cdrom*, cdrw*, sr*
|
|---|
| 712 | and cdrecorder* are added to the comboboxes in Preferences->Drives.
|
|---|
| 713 |
|
|---|
| 714 | (2008-11-15)
|
|---|
| 715 | * Added a new action to select the next aspect ratio. Assigned by default to
|
|---|
| 716 | key "A". Unfortunately this change breaks compatibility and the aspect
|
|---|
| 717 | ratio setting for all your played videos will be lost.
|
|---|
| 718 | * Display the text for the statusbar in the OSD if in fullscreen mode (and
|
|---|
| 719 | not paused).
|
|---|
| 720 | * Added a new option for smplayer.ini: initial_stereo_mode. It sets the
|
|---|
| 721 | stereo mode which will be used as default.
|
|---|
| 722 | Possible values: 0 (stereo), 1 (left) and 2 (right).
|
|---|
| 723 |
|
|---|
| 724 | (2008-11-14)
|
|---|
| 725 | * Added the new section Advanced->Proxy in preferences to configure the
|
|---|
| 726 | proxy.
|
|---|
| 727 |
|
|---|
| 728 | (2008-11-13)
|
|---|
| 729 | * Added some options in smplayer.ini (section [proxy]) to configure a proxy
|
|---|
| 730 | for internet connections. Untested.
|
|---|
| 731 |
|
|---|
| 732 |
|
|---|
| 733 | [b]Version 0.6.5.1[/b]:
|
|---|
| 734 |
|
|---|
| 735 | (2008-11-12)
|
|---|
| 736 | * Don't pass to mplayer the option -no-correct-pts or -nocorrect-pts if
|
|---|
| 737 | the mplayer version is still unknown. Prevents mplayer to fail on the first
|
|---|
| 738 | run, complaining about an unknown -no-correct-pts if using a recent version
|
|---|
| 739 | of mplayer (r26842 or above).
|
|---|
| 740 |
|
|---|
| 741 |
|
|---|
| 742 | [b]Version 0.6.5[/b]:
|
|---|
| 743 |
|
|---|
| 744 | (2008-11-11)
|
|---|
| 745 | * (Linux) Now smplayer tries to follow the XDG Base Directory Specification
|
|---|
| 746 | (http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html)
|
|---|
| 747 | for the config files. So now smplayer will save its config files under
|
|---|
| 748 | the directory $XDG_CONFIG_HOME/smplayer or $HOME/.config/smplayer if
|
|---|
| 749 | $XDG_CONFIG_HOME is not defined.
|
|---|
| 750 | If you want to keep your preferences, copy the files in $HOME/.smplayer to
|
|---|
| 751 | $HOME/.config/smplayer
|
|---|
| 752 |
|
|---|
| 753 | (2008-11-07)
|
|---|
| 754 | * Added a new option "Floating control" in Preferences->Interface. It allows
|
|---|
| 755 | to configure the floating control (width, margin...).
|
|---|
| 756 |
|
|---|
| 757 | (2008-11-06)
|
|---|
| 758 | * (Experimental) Added the possibility to select the adaptor for xv. Requires
|
|---|
| 759 | at least MPlayer SVN r26762 (from 2008-05-13).
|
|---|
| 760 |
|
|---|
| 761 | (2008-11-05)
|
|---|
| 762 | * Added support for another patch:
|
|---|
| 763 | http://smplayer.svn.sourceforge.net/viewvc/smplayer/mplayer-builds/patches/id_exit.diff
|
|---|
| 764 | This patch allows the playlist to work properly even if the output messages
|
|---|
| 765 | of mplayer are not in English.
|
|---|
| 766 | * New option for smplayer.ini: bypass_window_manager (section
|
|---|
| 767 | [floating_control]). If set to true (the default), the floating control
|
|---|
| 768 | widget will bypass the window manager (seems necessary for some window
|
|---|
| 769 | managers). You can try to set it to false if you have problems with the
|
|---|
| 770 | floating control.
|
|---|
| 771 |
|
|---|
| 772 | (2008-11-04)
|
|---|
| 773 | * On startup the previous position of the main (default) window is checked
|
|---|
| 774 | if it's valid for the current screen. If it's not, then the window is
|
|---|
| 775 | moved to 0x0.
|
|---|
| 776 | * The same for the playlist (if it's not docked).
|
|---|
| 777 |
|
|---|
| 778 | (2008-11-01)
|
|---|
| 779 | * Cleanup and reorganization of the config path code.
|
|---|
| 780 | The commandline option -ini-path has been removed and replaced with
|
|---|
| 781 | -config-path, which specifies the directory where smplayer will store
|
|---|
| 782 | its data (not only smplayer.ini).
|
|---|
| 783 | * Now to know if a file has no video, instead of looking for the line
|
|---|
| 784 | "Video: no video" (it's not reliable as it's a string that can be translated),
|
|---|
| 785 | it will check the video codec, if it's empty, there's no video.
|
|---|
| 786 |
|
|---|
| 787 | (2008-10-30)
|
|---|
| 788 | * The reorganization of the subtitles section in preferences is finished.
|
|---|
| 789 | * The mplayer devs have added the -volume option in svn r27872, so now the
|
|---|
| 790 | hack to try to detect a patched mplayer have been removed. Now smplayer
|
|---|
| 791 | will simply use the -volume option if mplayer is r27872 or newer.
|
|---|
| 792 |
|
|---|
| 793 | (2008-10-28)
|
|---|
| 794 | * The subtitles for srt, sub... formats when using the SSA/ASS library,
|
|---|
| 795 | can now be more customized. It's possible to select the font, size,
|
|---|
| 796 | colors, bold, italic, outline, shadow...
|
|---|
| 797 | Not finished yet.
|
|---|
| 798 |
|
|---|
| 799 | (2008-10-27)
|
|---|
| 800 | * Added the new option "Correct pts" in Preferences->Advanced. Disabled by
|
|---|
| 801 | default because it causes some problems with mkv files.
|
|---|
| 802 | * The dialog to jump to a specified time allows now to enter the seconds
|
|---|
| 803 | too.
|
|---|
| |
|---|