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/Release_notes.txt

    r170 r176  
     1Version 16.4
     2
     3 * The Windows installer now includes mpv as well.
     4 * Now it's easier to switch between mplayer and mpv (Preferences -> General,
     5   select either mplayer or mpv as multimedia engine).
     6 * The extrastereo filter works again when using mpv.
     7 * Possibility to use the VLC shortcuts. (Preferences -> Keyboard and
     8   mouse, click the load button, select vlc.keys)
     9 * Possibility to enable mouse gestures (when the mouse is dragged up or down
     10   in the video window the volume changes. If dragged left or right it
     11   changes the time position).
     12   You can enable this option in Preferences -> Keyboard and
     13   mouse -> Mouse -> Drag function: seek and volume.
     14 * A fix for saving bookmarks.
     15 * The option for streaming sites in Preferences -> Network is
     16   different now, and allows these values:
     17     Disabled: support for video sites is turned off
     18     Auto: enables the internal support for YouTube and uses mpv + youtube-dl
     19     for the rest of sites
     20     YouTube: only the internal support for YouTube will be used
     21     mpv + youtube-dl: uses mpv + youtube-dl for all sites
     22 * An animated icon has been added in the status bar to indicate when the player
     23   is buffering.
     24 * A new layout is used to display the media information (Options -> View info and
     25   properties).
     26
     27
     28Version 16.1
     29
     30 * Fix for YouTube.
     31 * The screenshots work again with older versions of mplayer/mpv.
     32 * Possibility to add bookmarks (menu Browse), which allows to mark your
     33   favorite parts of the video for a quick access.
     34 * New option 'Prevent window to get outside of screen' in
     35   Preferences -> Interface.
     36
     37
     38Version 15.11
     39
     40 * Fix for YouTube.
     41 * (Experimental) Support for YouTube live streams.
     42 * The thumbnail generator is much faster now.
     43 * New options to seek to the previous or next subtitle (mpv only).
     44 * New option (Preferences -> General) to select the image format for
     45   screenshots (mpv only).
     46 * Fix a crash when changing the GUI.
     47 * New option (Preferences -> Interface) to center the window
     48   automatically.
     49 * Display a tooltip in the time slider with the corresponding time of
     50   the mouse position.
     51 * Now there's an option in the configuration of the find subtitles window
     52   which allows to specify if the language code should be appended to the
     53   subtitle filename.
     54 * (Fix for Windows) The main window will be centered if it's partially
     55   outside of the desktop after an auto resize.
     56 * When adding files to the playlist the first item is moved to its
     57   correct place in the list.
     58 * (Experimental) New action to start/stop capturing the playback stream.
     59   The captured stream will be saved to the folder specified in
     60   the smplayer.ini option "capture_directory" with the name
     61   capture_NNNN.dump.
     62   It only works correctly with mpeg. With other formats the
     63   dumped stream won't play back.
     64 * Disable the extrastereo and karaoke filters when using mpv.
     65
     66
     67Version 15.9
     68
     69 * Support for the 3D stereo filter.
     70 * We added support for mpv, which is a player based on MPlayer with
     71   new features and bug fixes.
     72 * Now it's possible to select a secondary subtitle track which is
     73   displayed on top of the screen (mpv only).
     74 * New option to set a template for screenshots (mpv only).
     75 * Now it's possible to play videos from streaming sites (besides Youtube)
     76   like DailyMotion, Vimeo, Vevo and many more (mpv only).
     77 * Option to step back one frame (mpv only).
     78 * The Windows installer now allows to choose the playback engine to install:
     79   mplayer or mpv.
     80 * Better support for YouTube (VEVO videos).
     81 * Possibility to set a proxy.
     82 * Allow duplicate items in the playlist.
     83 * New action (assigned by default to key "I") shows the current playback
     84   time, total time and percentage, for 2 seconds on the OSD.
     85 * Add the possibility to use the mouse buttons for "next chapter" and
     86   "previous chapter".
     87 * New option to delete a file in the playlist from the filesystem.
     88 * Add support for MPRIS2.
     89 * Possibility to compile SMPlayer without mplayer or mpv support.
     90 * The new H2O theme is now the default theme.
     91
     92
    193Version 14.9.
    294
Note: See TracChangeset for help on using the changeset viewer.