From subversion at mplayerhq.hu Tue Jun 5 05:09:59 2012 From: subversion at mplayerhq.hu (compn) Date: Tue, 5 Jun 2012 05:09:59 +0200 (CEST) Subject: [MPlayer-DOCS] r34993 - trunk/DOCS/man/en/mplayer.1 Message-ID: <20120605030959.E167817AD10@avserver.banki.hu> Author: compn Date: Tue Jun 5 05:09:59 2012 New Revision: 34993 Log: add scaletempo trick to -speed Modified: trunk/DOCS/man/en/mplayer.1 Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 Sat Jun 2 20:11:04 2012 (r34992) +++ trunk/DOCS/man/en/mplayer.1 Tue Jun 5 05:09:59 2012 (r34993) @@ -2070,6 +2070,7 @@ Useful for playback from CD-ROM images o .B \-speed <0.01\-100> Slow down or speed up playback by the factor given as parameter. Not guaranteed to work correctly with \-oac copy. +Add \-af scaletempo to get past the 4x limit on playback. . .TP .B \-srate From Reimar.Doeffinger at gmx.de Sun Jun 10 17:31:50 2012 From: Reimar.Doeffinger at gmx.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Sun, 10 Jun 2012 17:31:50 +0200 Subject: [MPlayer-DOCS] r34993 - trunk/DOCS/man/en/mplayer.1 In-Reply-To: <20120605030959.E167817AD10@avserver.banki.hu> References: <20120605030959.E167817AD10@avserver.banki.hu> Message-ID: <20120610153150.GA10960@1und1.de> On Tue, Jun 05, 2012 at 05:09:59AM +0200, compn wrote: > Author: compn > Date: Tue Jun 5 05:09:59 2012 > New Revision: 34993 > > Log: > add scaletempo trick to -speed > > Modified: > trunk/DOCS/man/en/mplayer.1 > > Modified: trunk/DOCS/man/en/mplayer.1 > ============================================================================== > --- trunk/DOCS/man/en/mplayer.1 Sat Jun 2 20:11:04 2012 (r34992) > +++ trunk/DOCS/man/en/mplayer.1 Tue Jun 5 05:09:59 2012 (r34993) > @@ -2070,6 +2070,7 @@ Useful for playback from CD-ROM images o > .B \-speed <0.01\-100> > Slow down or speed up playback by the factor given as parameter. > Not guaranteed to work correctly with \-oac copy. > +Add \-af scaletempo to get past the 4x limit on playback. That's rather unclear to me. There is no limit I believe, though too high sample rates probably won't work. However that would mean that a) the "limit" can be anything depending on original sample rate, and isn't specifically 4x b) -af resample with would probably work just as well From subversion at mplayerhq.hu Sun Jun 10 17:47:42 2012 From: subversion at mplayerhq.hu (reimar) Date: Sun, 10 Jun 2012 17:47:42 +0200 (CEST) Subject: [MPlayer-DOCS] [homepage]: r3617 - in trunk/src: dload.en news.en Message-ID: <20120610154742.70B5C17DE9C@avserver.banki.hu> Author: reimar Date: Sun Jun 10 17:47:40 2012 New Revision: 3617 Log: MPlayer 1.1 release news and download links. Modified: trunk/src/dload.en trunk/src/news.en Modified: trunk/src/dload.en ============================================================================== --- trunk/src/dload.en Thu Apr 12 02:37:51 2012 (r3616) +++ trunk/src/dload.en Sun Jun 10 17:47:40 2012 (r3617) @@ -87,6 +87,29 @@

+We recommend to use latest SVN always, but currently there is also a reasonably recent release available, +which includes an FFmpeg snapshot. +

+ + + + + + + + + +
MPlayer 1.1 release + HTTP (xz compressed, 11i MB) + + FTP (xz compressed, 11 MB) + + HTTP (gzip compressed, 17 MB) + + FTP (gzip compressed, 17 MB) +
+ +

We keep the old releases and ancient releases Modified: trunk/src/news.en ============================================================================== --- trunk/src/news.en Thu Apr 12 02:37:51 2012 (r3616) +++ trunk/src/news.en Sun Jun 10 17:47:40 2012 (r3617) @@ -8,6 +8,85 @@

+ 2011-01-30, Sunday :: MPlayer 1.1 released +
posted by the release team +

+ +

+We gave up on 1.0 +

+ +

+After a long pause, we decided that it might be a good idea to make +a new release. While we had our fun with the naming scheme with lots +of "pre" and "rc" it seemed time to move on and with everyone incrementing +major versions between weekly and monthly we hope to be forgiven for +jumping ahead to 1.1. +

+ +

+This release is intended to be compatible with the recent FFmpeg 0.11 release. +We hope it will be useful to distros and other users relying on FFmpeg 0.11. +Everyone else is encouraged to follow Subversion HEAD to always get the latest +features and bug fixes. You might still want to read the release announcement to +get a short summary of any bigger changes and improvements. +

+ +

+Among the bigger news is that we found a maintainer for the X11 gmplayer GUI, +so those holding out on it against our earlier recommendations will get a lot +of bug fixes. +

+ +

+There is also support for more subtitle types (Bluray, DVB, DVB closed-caption +for example), many improvements to -vo gl including output of 10 bit video, +very basic but usable OpenGL ES support and much better SDL support which +makes it a usable choice on OSX (particularly on older PowerPC variants much +faster than corevideo or quartz). +MPlayer will now also try much harder to handle intermittent network failures, +for example trying to reconnect. +

+ +

+As part of the code cleanup efforts, the internal libfaad2 copy has been removed +since the FFmpeg decoder is working well. Also the internal mp3lib copy is no +longer used by default since the many alternatives (FFmpeg, libmpg123, libmad) +avoid its recurring issues like incorrect decoding with newer compilers. +However it can still be forced at runtime for easier tracking of regressions. +Please do not rely on this since it will be removed in the future. +If you do not actually need it consider disabling it at compile time with --disable-mp3lib. +

+ +

+As a first for this release, the tarballs are available in two variants: +compressed with xz and compressed with gzip. +Please get the xz variant if you can to save bandwidth, the gzip version +is for everyone that cannot use it. +Should you never have encountered xz compressed files, newer versions of +tar can uncompress it via "tar xJf MPlayer-1.1.tar.xz". +

+ +

+MPlayer 1.1 can be downloaded by +HTTP (xz, 11 MB), +FTP (xz, 11 MB), +HTTP (gzip, 17 MB) or +FTP (gzip, 17 MB) +

+ +

+xz MD5SUM: ac7bf1cfedc1c5c24bfc83107eefb1d9
+xz SHA1SUM: 913a4bbeab7cbb515c2f43ad39bc83071b2efd75
+gz MD5SUM: 4bf35ef2a802f23b9ad57ba7ef488587
+gz SHA1SUM: e46e3294bc96daabe604e4e195721e4f2d1e5b48 +

+ +
+ +
+ +

2012-02-17, Friday :: Playing back BluRay discs
posted by Compn

From tempn at twmi.rr.com Mon Jun 11 00:42:00 2012 From: tempn at twmi.rr.com (compn) Date: Sun, 10 Jun 2012 18:42:00 -0400 Subject: [MPlayer-DOCS] r34993 - trunk/DOCS/man/en/mplayer.1 In-Reply-To: <20120610153150.GA10960@1und1.de> References: <20120605030959.E167817AD10@avserver.banki.hu> <20120610153150.GA10960@1und1.de> Message-ID: <20120610184200.a53e5d67.tempn@twmi.rr.com> On Sun, 10 Jun 2012 17:31:50 +0200, Reimar D?ffinger wrote: >On Tue, Jun 05, 2012 at 05:09:59AM +0200, compn wrote: >> Author: compn >> Date: Tue Jun 5 05:09:59 2012 >> New Revision: 34993 >> >> Log: >> add scaletempo trick to -speed >> >> Modified: >> trunk/DOCS/man/en/mplayer.1 >> >> Modified: trunk/DOCS/man/en/mplayer.1 >> ============================================================================== >> --- trunk/DOCS/man/en/mplayer.1 Sat Jun 2 20:11:04 2012 (r34992) >> +++ trunk/DOCS/man/en/mplayer.1 Tue Jun 5 05:09:59 2012 (r34993) >> @@ -2070,6 +2070,7 @@ Useful for playback from CD-ROM images o >> .B \-speed <0.01\-100> >> Slow down or speed up playback by the factor given as parameter. >> Not guaranteed to work correctly with \-oac copy. >> +Add \-af scaletempo to get past the 4x limit on playback. > >That's rather unclear to me. There is no limit I believe, though >too high sample rates probably won't work. >However that would mean that >a) the "limit" can be anything depending on original sample rate, and >isn't specifically 4x >b) -af resample with would probably work just as well feel free to fix this. i'm mostly going from information outlined here: http://lists.mplayerhq.hu/pipermail/mplayer-users/2010-May/080066.html and i cant tell the difference between 4x and faster on my computers. -compn From subversion at mplayerhq.hu Mon Jun 11 14:17:07 2012 From: subversion at mplayerhq.hu (compn) Date: Mon, 11 Jun 2012 14:17:07 +0200 (CEST) Subject: [MPlayer-DOCS] [homepage]: r3618 - trunk/src/news.en Message-ID: <20120611121707.4104017E851@avserver.banki.hu> Author: compn Date: Mon Jun 11 14:17:06 2012 New Revision: 3618 Log: homepage: typo 2011 > 2012 Modified: trunk/src/news.en Modified: trunk/src/news.en ============================================================================== --- trunk/src/news.en Sun Jun 10 17:47:40 2012 (r3617) +++ trunk/src/news.en Mon Jun 11 14:17:06 2012 (r3618) @@ -8,7 +8,7 @@

- 2011-01-30, Sunday :: MPlayer 1.1 released + 2012-01-30, Sunday :: MPlayer 1.1 released
posted by the release team

From subversion at mplayerhq.hu Mon Jun 11 14:49:38 2012 From: subversion at mplayerhq.hu (ib) Date: Mon, 11 Jun 2012 14:49:38 +0200 (CEST) Subject: [MPlayer-DOCS] [homepage]: r3619 - trunk/src/news.en Message-ID: <20120611124938.310B317E843@avserver.banki.hu> Author: ib Date: Mon Jun 11 14:49:37 2012 New Revision: 3619 Log: Fix wrong date. Modified: trunk/src/news.en Modified: trunk/src/news.en ============================================================================== --- trunk/src/news.en Mon Jun 11 14:17:06 2012 (r3618) +++ trunk/src/news.en Mon Jun 11 14:49:37 2012 (r3619) @@ -8,7 +8,7 @@