Post by Alfred GanzYury
Subject: Re: [users] the new mplayer for el5
Date: Tue, 07 Dec 2010 20:04:14 +0100
Guess why? Because I patched it!
Well, thanks for the patching. Luckily there havent been any significant
upgrades since then, so your patches should be fine for the moment.
There have been a new 0.6.9 release, which I didn't have time to patch
and commit to RPMForge for the reasons above. How significant this
update would be for you I don't know:
[b]Version 0.6.9[/b]:
(2010-02-18)
* New option for smplayer.ini: relative_seeking (section [gui]). If true
seeking (with the time slider) will be done by using a percentage. If false
seeking will be done using an absolute time. The default value for this
option is true.
(2010-02-09)
* Fix: using now -af channels to select the left or right audio channel, as
it seems the -stereo option in mplayer doesn't work as expected.
Should fix bug #1962349.
(2010-02-02)
* Added a new action to toggle deinterlacing (assigned to key D). It just
runs the mplayer slave command "step_property deinterlace". It toggles
deinterlacing on/off. Requires the yadif or kerndeint filters.
Note: when using this action, the deinterlace menu is not updated.
(2010-02-01)
* Added an option (Options -> Statusbar) to display the video resolution and
fps in the statusbar.
* For consistency, moved the option to show the frame counter to the submenu
Options -> Statusbar. (Which by the way required to remove the old and ugly
implementation and create a new one)
(2010-01-28)
* (Experimental) Now the slider seeks again by percentage instead of time, but
this time the percentage uses fractions so it should be as accurate as
before, and makes seeking work better when the length reported by mplayer is
wrong.
(2010-01-20)
* Now the command line options -close-at-end and -no-close-at-end don't
modify the preference's option "close when finished playback".
* Now the command line options -fullscreen and -no-fullscreen don't
modify the preference's option "start videos in fullscreen".
(2010-01-15)
* (Linux) Use pulse as default audio output instead of alsa, as alsa is
causing problems (at least) in Ubuntu 9.10 when seeking on a video (image
freezes).
(2010-01-10)
* Fix: the "unicode" encoding for subtitles works now on Windows.
(2009-12-13)
* Added the possibility to mark an A-B section. When the A-B section has been
selected only that section will be played. If the option Play->Repeat is
enabled, the A-B section will be repeated.
A new submenu "A-B section" has been added to the "Play" menu, with the
following options:
- set A marker
- set B marker
- clear A-B markers
- repeat
This is exactly how it works:
- the "set A marker" option allows to mark the beginning of the section.
If the B marker has previously been set, the file will be restarted so
the change can take effect.
- the "set B marker" option allows to mark the end of the section.
If the A marker has previously been set, the file will be restarted so
the change can take effect.
- the "clear A-B markers" option deletes the A and B markers and restarts
the playback so the change can take effect. If the A and B markers
weren't set, this option does nothing.
- if the "repeat" option is enabled, the A-B section will played back once
and again (If no A-B section is set, the whole file will be repeated).
If the "repeat" option is not enabled, when the playback gets to the B
marker, the file will be stopped.
Notice: as a side effect, when an A-B section has been set, any action which
requires to restart mplayer, will start the playback at the A marker and not
at the point it was previously!
(2009-11-26)
* Added icons for the buttons in the find subtitles window.
(2009-11-19)
* Added the new option "Save SMPlayer log to file" in Preferences -> Advanced
-> Logs. If the option is checked, the smplayer logs will be saved to
to a file named smplayer_log.txt in the smplayer config file (in linux
$HOME/.config/smplayer/).
(2009-11-06)
* Pass the text for the slave command osd_show_text in utf8. Should fix
bug #2854097 (incorrect charset in OSD texts).
Fix based on a patch by c0rnholio
(https://sourceforge.net/tracker/?func=detail&atid=913575&aid=2893306&group_id=185512)
(2009-10-26)
* Added a new option for smplayer.ini: fast_load_sub
If true (the default) loading an external subtitle will be fast
because it will be done by using a slave command (which is nice but it
has the problem that smplayer may restore the wrong subtitle after a
restart of the video). If false, the subtitle will be loaded by
restarting mplayer (which is a little bit slower but doesn't have the
mentioned problem).
(2009-10-20)
* Bugfix: pad the hash for opensubtitles with zeroes. This bug caused that
sometimes smplayer couldn't find any subtitles for a given file.
(2009-10-03)
* Applied patch smplayer-3270-mandriva-mplayer-version.patch by Anssi Hannula
(http://sourceforge.net/users/anssih/). Makes SMPlayer detect the mplayer
version strings in Mandriva.
(2009-09-14)
* New action "show_filename" (assigned to Shift+I). It displays the filename
in the OSD.
(2009-09-13)
* Don't pass to mplayer any audio filter (-af ...) when using -afm hwac3.
(2009-09-09)
* (Streams) Added support to 'StreamTitle' without 'StreamUrl'
(2009-09-04)
* Applied patch mousewheel_seekalt_checkbox_r3257.patch by Steven Eastland
(grassmonk at users.sourceforge.net). It adds the possibility to reverse
the direction of seeking with the mouse wheel.
(2009-08-31)
* Added the checkbox "Disable video filters when using vdpau" in Preferences ->
General -> Video.
(2009-08-30)
* (Linux) New option for smplayer.ini: disable_video_filters_with_vdpau. If
set to true /the default) all video filters will be disabled when using
the vdpau vo.
(2009-08-16)
* All video filters in the Video menu will be shown disabled if using vdpau.
(2009-08-12)
* Bugfix: some of the items in the the recents menu may be lost.
(2009-07-31)
* The default cache for local files is 0.
* New option for smplayer.ini: osd_delay. It specifies the delay in
milliseconds to show the OSD (default 2200).
(2009-07-30)
* If using vdpau, don't pass any video filter to mplayer (instead of passing
them and then clear them with -vf-clr)
--
Sincerely yours,
Yury V. Zaytsev