Ignore:
Timestamp:
May 16, 2014, 9:51:55 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to latest 0.8.7

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/Changelog

    r156 r165  
     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
    1114[b]Version 0.8.6[/b]:
    2115
Note: See TracChangeset for help on using the changeset viewer.