Ignore:
Timestamp:
May 3, 2016, 5:25:45 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.4

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/Changelog

    r170 r176  
     1Version 16.4:
     2
     3(2016-03-25)
     4 * Add translations for Amharic and Persian (unfinished).
     5
     6(2016-03-25)
     7 * A new layout is used to display the media information (Options -> View
     8  info and properties).
     9
     10(2016-03-16)
     11 * Update the system tray icon when changing themes.
     12
     13(2016-03-15)
     14 * Possibility to compile without mplayer2 support.
     15   (Support for mplayer2 will be removed soon).
     16
     17(2016-03-14)
     18 * Add an animated icon for buffering.
     19
     20(2016-03-07)
     21 * The option to support streaming sites in Preferences -> Network is
     22   different now, and allows these values:
     23     Disabled: support for video sites is turned off
     24     Auto: enables internal support for YouTube and uses mpv + youtube-dl
     25           for the rest of the sites
     26     YouTube: only the internal support for YouTube will be used
     27     mpv + youtube-dl: uses mpv + youtube-dl for all sites
     28
     29(2016-03-04)
     30 * A fix for saving bookmarks.
     31 * (Linux) Look for the smtube executable in the system path.
     32
     33(2016-02-26)
     34 * New smplayer.spec (works for Fedora and openSUSE).
     35
     36(2016-02-20)
     37 * The option "Move the window when the video area is dragged" in
     38   Preferences -> Interface has been removed.
     39 * New option in Preferences -> Keyboard and mouse to specify the
     40   function to use when the mouse is dragged.
     41
     42(2016-02-19)
     43 * Possibility to compile SMPlayer without the mini GUI and the default GUI.
     44
     45(2016-02-12)
     46 * (Experimental) Mouse gestures. When the mouse is dragged up or down in the
     47   video window it changes the volume. If dragged left or right it changes
     48   the time position.
     49
     50(2016-02-09)
     51 * Add vlc.keys.
     52
     53(2016-02-02)
     54 * Allow to read the shortcut's file using spaces as separators.
     55
     56(2016-01-19)
     57 * Add a combobox in preferences -> general to choose mplayer or mpv.
     58
     59(2016-01-17)
     60 * Include mpv in the Windows installer.
     61
     62(2016-01-16)
     63 * Add a function to save XSPF files.
     64 * (mpv) Add the extrastereo filter.
     65
     66(2016-01-15)
     67 * Remove the fast_audio_change option since it's obsolete.
     68
     69
     70Version 16.1:
     71
     72(2016-01-07)
     73 * (mpv) Allow screenshots to work with hardware acceleration enabled.
     74
     75(2016-01-06)
     76 * Add a shortcut for the add_bookmark action.
     77 * Add icons for the bookmarks actions.
     78
     79(2015-12-29)
     80 * (Qt5) Try to fix a problem when exiting from fullscreen and the option
     81   to stay on top is set to "while playing".
     82
     83(2015-12-23)
     84 * (Experimental) Simplify changing style and stylesheet.
     85
     86(2015-12-22)
     87 * (Screenshots) Keep compatibility with older versions of mplayer.
     88
     89(2015-12-18)
     90 * Fix for Youtube.
     91
     92(2015-12-16)
     93 * (mpv) If the option --screenshot-directory is not available change
     94   the working directory so that screenshots work.
     95
     96(2015-12-14)
     97 * Add option 'Prevent window to get outside of screen' in
     98   Preferences -> Interface.
     99
     100(2015-12-12)
     101 * Update stayontop after entering and exiting the fullscreen mode.
     102
     103(2015-12-04)
     104 * Don't auto center the window if there's no video.
     105 * (mpv) Fix playback with -v
     106
     107(2015-12-03)
     108 * Add the option 'Pass the -playlist option to MPlayer' to
     109   Preferences -> Advanced.
     110
     111(2015-11-29)
     112 * Simplify the code for previous and next chapter.
     113 * Enable bookmarks.
     114
     115
     116Version 15.11:
     117
     118(2015-11-22)
     119 * The thumbnail generator is faster now.
     120
     121(2015-11-15)
     122 * (Experimental) Add support for Youtube live streams.
     123
     124(2015-11-12)
     125 * When adding files to the playlist move the first item to its
     126   correct place in the list.
     127
     128(2015-11-10)
     129 * Fix for Youtube.
     130
     131(2015-11-07)
     132 * Identify MPlayer 1.2.
     133
     134(2015-11-04)
     135 * Add the possibility to set bookmarks in the videos.
     136
     137(2015-10-28)
     138 * Don't use -playlist with mplayer by default.
     139
     140(2015-10-26)
     141 * (mplayer) Don't add ffmpeg:// to the URL when playing https
     142   streams. It seems it's not necessary anymore.
     143
     144(2015-10-23)
     145 * New action to start/stop capturing the playback stream.
     146   The captured stream will be saved to the folder specified in
     147   the smplayer.ini option capture_directory with the name
     148   capture_NNNN.dump.
     149   It only works correctly with mpeg. With other formats the
     150   dumped stream won't play back.
     151
     152(2015-10-18)
     153 * Add a new option in Preferences -> General to select the
     154   image format for screenshots. It only works with mpv.
     155
     156(2015-10-17)
     157 * Fix a crash when changing the GUI.
     158 * Set the screenshot directory in mpv with the option
     159   --screenshot-directory= and in mplayer with the prefix option
     160   for the screenshot filter, instead of changing the player's
     161   working directory.
     162   This requires recent versions of mplayer and mpv. With
     163   older versions the screenshots will be saved in the
     164   player's working directory.
     165
     166(2015-10-15)
     167 * (Windows) Center the main window if it's partially outside of
     168   the desktop after an auto resize.
     169
     170(2015-10-12)
     171 * Add an option in the find subtitles configuration window to
     172   append or not the language code to the subtitle filename.
     173
     174(2015-10-07)
     175 * New options to seek to the previous or next subtitle (mpv only).
     176
     177(2015-10-06)
     178 * (mpv) Disable the extrastereo and karaoke filters.
     179
     180(2015-10-04)
     181 * Display in the time sliders a tooltip with the corresponding
     182   time of the mouse position.
     183
     184(2015-10-02)
     185 * Add an option in Preferences -> Interface to automatically
     186   center the window.
     187
     188(2015-09-30)
     189 * (mpv) Notify pause once
     190
     191
     192[b]Version 15.9[/b]:
     193
     194(2015-09-08)
     195 * (Qt 5) Fix YouTube (URL not found).
     196
     197(2015-09-05)
     198 * Fix the openfolder icon in the favorites list.
     199
     200(2015-09-01)
     201 * Use the DefaultGUI with the H2O theme as default.
     202
     203(2015-08-18)
     204 * Apply patch to show the language in the subtitle display name.
     205
     206(2015-08-03)
     207 * Possibility to compile without mplayer or mpv support.
     208
     209(2015-07-24)
     210 * Apply patch by Wilbert Hengs (wstudios at xs4all dot nl).
     211   It prevents the action for the left mouse button to run when
     212   dragging the video window.
     213
     214(2015-07-22)
     215 * Fix for video track in mpv.
     216
     217(2015-07-19)
     218 * Update the links to the SMPlayer website.
     219
     220(2015-07-09)
     221 * New YouTube code.
     222
     223(2015-06-24)
     224 * Possibility to disable MPRIS2 in smplayer.ini (option use_mpris2).
     225
     226(2015-06-22)
     227 * Fix volume when using softvol with newer versions of mpv.
     228
     229(2015-06-12)
     230 * (Windows) Disable MPRIS2 with Qt 5.
     231
     232(2015-06-10)
     233 * Reduce the time to activate the floating control from 500ms to 100ms.
     234
     235(2015-06-05)
     236 * Add option for command-line: -media-title
     237
     238(2015-06-02)
     239 * Fix thumbnail creation with newer versions of mpv.
     240
     241(2015-05-28)
     242 * (mpv) Use --input-file=/dev/stdin instead of --slave-broken.
     243
     244(2015-05-21)
     245 * Fix the audio and video bitrate info with newer versions of mpv.
     246
     247(2015-04-23)
     248 * Apply patch to handle PTS rollover at MPEG-TS.
     249
     250(2015-04-13)
     251 * Add a 3D stereo filter.
     252
     253(2015-04-10)
     254 * Add support for MPRIS D-Bus Interface (http://specifications.freedesktop.org/mpris-spec/latest/)
     255   Based on a patch for smplayer2 (https://github.com/lachs0r/SMPlayer2/commit/cea863e6b75f00c93da95d1a73d696cf717adf78.patch)
     256   and a patch by WiseLord (http://forum.smplayer.info/viewtopic.php?p=11548#p11548)
     257
     258(2015-03-22)
     259 * (mpv) Use the --sub-text-* options to set the style of the subtitles since
     260   the option --ass-styles doesn't work anymore for this.
     261
     262(2015-03-13)
     263 * Add the possibility to delete a file in the playlist from the filesystem.
     264   Based on a patch by capt.d.:
     265   http://forum.smplayer.info/viewtopic.php?p=11220#p11220
     266
     267(2015-03-04)
     268 * Add the possibility to use the mouse buttons for the actions
     269   "next chapter" and "previous chapter".
     270
     271(2015-03-02)
     272 * The kerndeint filter works with mpv.
     273 * Changing the deinterlace filter doesn't restart mpv.
     274
     275(2015-02-28)
     276 * Now the rotate filter doesn't restart mpv.
     277
     278(2015-02-26)
     279 * The flip and mirror options don't restart mpv.
     280 * The deblock, dering, denoise and phase filters don't restart mpv.
     281
     282(2015-02-25)
     283 * The blur and sharpen filters don't restart mpv.
     284
     285(2015-02-23)
     286 * Change the play/pause icon according to the player state in the default
     287   and mini GUIs.
     288
     289(2015-02-19)
     290 * Now the following filters don't restart mpv when they are turned on/off:
     291   add black borders, gradfun, add noise and software scaling.
     292
     293(2015-02-18)
     294 * New action show_time (assigned by default to key I). It shows the current
     295   playback time, total time and percentage, for 2 seconds on the OSD.
     296 * (Experimental) Now, if using mpv, the option to add black borders doesn't
     297   restart mpv.
     298
     299(2015-02-14)
     300 * Allow duplicate items in the playlist.
     301
     302(2015-02-06)
     303 * Add new option in the playlist section in preferences:
     304   "Play next file even if the previous file failed"
     305   If the option is enabled, when a file fails to play (mplayer crashes or
     306   exits with an error code), the playlist will play the next file in the
     307   list.
     308
     309(2015-02-01)
     310 * Add an option in the toolbar editor to set the size of the icons.
     311   (Currently it doesn't look good if you increase the size of the icons
     312   in the skin gui).
     313
     314(2015-01-31)
     315 * Add the options -ontop and -no-ontop for the command line.
     316   They just change the "Stay on top" options in the preferences.
     317
     318(2015-01-21)
     319 * Add a combobox in Preferences -> Performance to select the hardware
     320   decoding option (mpv only).
     321
     322(2015-01-18)
     323 * (mpv) Don't use the pp filter if it's not available
     324
     325(2015-01-16)
     326 * Fix for Youtube.
     327
     328(2014-12-31)
     329 * (Videopreview) Use -nofontconfig to prevent to create the font cache.
     330
     331(2014-12-16)
     332 * New version of the installer, which offers the user the possibility
     333   to install mpv (will be downloaded). By redxii.
     334
     335(2014-12-12)
     336 * Add an option to change the size of the OSD.
     337
     338(2014-11-29)
     339 * Add an option to enable or disable the internal Youtube support.
     340 * Add an option to enable streaming sites (requires mpv and youtube-dl).
     341
     342(2014-11-27)
     343 * (Windows) Replace / with \ in the screenshot folder name.
     344 * Move the Youtube options from the performance section to the network
     345   section.
     346
     347(2014-11-26)
     348 * Add the possibility to select a secondary subtitle track, which is
     349   displayed on top of the screen. (mpv only)
     350
     351(2014-11-25)
     352 * Add an option to disable the scroll of the title in the skingui.
     353
     354(2014-11-20)
     355 * Replace the option 'Use SSA/ASS library' in the subtitles menu with
     356   'Use custom style'.
     357
     358(2014-11-18)
     359 * Add an option to go back one frame (frame_back_step). Only works with mpv.
     360 * Add an option in Preferences -> General to set the template for screenshots
     361  (works only with mpv).
     362
     363(2014-11-16)
     364 * Add support for mpv.
     365   It took 25 days. 6983 lines were changed.
     366   It's not complete yet, some things may not work yet, but
     367   I think the most important things work.
     368   Notice: it requires mpv 0.6.2 or greater.
     369 * During the process of adding support for mpv, the options to customize
     370   the non ASS font were removed.
     371 * Add the Albanian translation.
     372 * Add Notes_about_mpv.txt.
     373
     374(2014-10-08)
     375 * (Bugfix) Prevent to pass the filename twice to mplayer when using
     376   use_short_pathnames.
     377
     378(2014-09-25)
     379 * Add options in Preferences -> Network to set a proxy.
     380
     381(2014-09-14)
     382 * (Qt 5) Fix the option pause when minimized.
     383
     384(2014-09-10)
     385 * Open https URLs with ffmpeg://
     386 * (Themes and skins) Now if the resource file (*.rcc) is not found
     387   the images will be loaded from PNGs files, as in previous versions.
     388   This will make easier for users to customize themes, since they
     389   won't need to create the rcc files.
     390
     391
    1392[b]Version 14.9.0[/b]:
    2393
Note: See TracChangeset for help on using the changeset viewer.