Re: UPDATE: MPlayer 20230409

2023-04-09 Thread Rafael Sadowski
On Sun Apr 09, 2023 at 02:47:16PM -0400, Brad Smith wrote: > Here is an update to MPlayer 20230409 snapshot. Thanks, committed.

UPDATE: MPlayer 20230409

2023-04-09 Thread Brad Smith
Here is an update to MPlayer 20230409 snapshot. Index: Makefile === RCS file: /home/cvs/ports/x11/mplayer/Makefile,v retrieving revision 1.325 diff -u -p -u -p -r1.325 Makefile --- Makefile14 Mar 2023 10:08:13 - 1.325

mplayer and ffplay don't play on arm64

2023-02-03 Thread Jan Stary
This is curent/arm64 on a macbook air (dmesg below). Trying to play a movie which plays just fine with mplayer and ffplay on amd64 results in the following: $ ffplay poppies.mp4 ffplay version 4.4.3 Copyright (c) 2003-2022 the FFmpeg developers built with OpenBSD clang version 13.0.0

x11/mplayer and clang 15 (was: Re: amd64-clang bulk build report (llvm 15))

2023-01-12 Thread Jeremie Courreges-Anglas
t; ^ Looks like an API usage error, the diff below fixes it. It doesn't do more, like adding error checking (if desirable, please address that in a subsequent diff). ok? llvm 15 test material: git branch: https://github.com/jcourreges/openbsd-src/tree/ll

Re: UPDATE: MPlayer 20221213

2023-01-06 Thread Brad Smith
ping. On 12/21/2022 11:50 PM, Brad Smith wrote: ping. On 12/13/2022 10:05 PM, Brad Smith wrote: Here is an update to MPlayer 20221213. It rolls in a few bug fixes. Index: Makefile === RCS file: /home/cvs/ports/x11/mplayer

Re: UPDATE: MPlayer 20221213

2022-12-21 Thread Brad Smith
ping. On 12/13/2022 10:05 PM, Brad Smith wrote: Here is an update to MPlayer 20221213. It rolls in a few bug fixes. Index: Makefile === RCS file: /home/cvs/ports/x11/mplayer/Makefile,v retrieving revision 1.322 diff -u -p -u -p

UPDATE: MPlayer 20221213

2022-12-13 Thread Brad Smith
Here is an update to MPlayer 20221213. It rolls in a few bug fixes. Index: Makefile === RCS file: /home/cvs/ports/x11/mplayer/Makefile,v retrieving revision 1.322 diff -u -p -u -p -r1.322 Makefile --- Makefile4 Dec 2022 20:12

Re: UPDATE: MPlayer 20211106

2021-12-06 Thread Stefan Hagen
Brad Smith wrote: > Here is an update to MPlayer snapshot from 20211106. > > [ big list of changes ] Looks good. I lightly tested mplayer video playback on various formats. Still works. I did not test anything that depends on mplayer or mencoder. The two dropped patches have been u

UPDATE: MPlayer 20210124

2021-01-24 Thread Brad Smith
Update to a newer MPlayer snapshot. Some bug fixes and that's about it. r38238 | reimar | 2021-01-23 17:26:28 -0500 (Sat, 23 Jan 2021) | 2 lines vf_spp.c: Add missing include for LOCAL_ALIGNED_16

Re: ld.so: mplayer: unknown relocation 2 on i386

2019-11-28 Thread Dieter Rauschenberger
nfo? > > On 2019/11/28 15:33, Dieter Rauschenberger wrote: > > Hi, > > > > $ mplayer > > ld.so: mplayer: unknown relocation 2 > > Killed > > > > This happens with -current basesystem BUILDINFO Build date: 1574841319 > > - Wed Nov 27 07:55:19 UTC 2019 i38

Re: ld.so: mplayer: unknown relocation 2 on i386

2019-11-28 Thread Stuart Henderson
Dieter: it's due to recent changes in the dynamic linker (ld.so). guenther@: Test case: $ cat conftest.c #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; } $ make conftest CFLAGS="-Wl,-znotext -fno-pie" cc -Wl,-znotext -fno-pie -o conftest

Re: ld.so: mplayer: unknown relocation 2 on i386

2019-11-28 Thread Stuart Henderson
+cc guenther, can I get you any more info? On 2019/11/28 15:33, Dieter Rauschenberger wrote: > Hi, > > $ mplayer > ld.so: mplayer: unknown relocation 2 > Killed > > This happens with -current basesystem BUILDINFO Build date: 1574841319 > - Wed Nov 27 07:55:19 UTC 20

ld.so: mplayer: unknown relocation 2 on i386

2019-11-28 Thread Dieter Rauschenberger
Hi, $ mplayer ld.so: mplayer: unknown relocation 2 Killed This happens with -current basesystem BUILDINFO Build date: 1574841319 - Wed Nov 27 07:55:19 UTC 2019 i386 and package from mplayer-20190817p0.tgz 28-Nov-2019 03:23 downloaded from ftp.openbsd.org My dmesg: OpenBSD 6.6-current (GENERIC

Re: x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Antoine Jacoutot
On Sat, Aug 17, 2019 at 08:01:01PM +0200, Christian Weisgerber wrote: > Brad Smith: > > > > The update to FFmpeg 4.2 has introduced a regression in MPlayer. For (at > > > least) the ubiquitous H.264 videos in MKV containers, seeking in MPlayer > > > is broken,

Re: x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Christian Weisgerber
Brad Smith: > > The update to FFmpeg 4.2 has introduced a regression in MPlayer. For (at > > least) the ubiquitous H.264 videos in MKV containers, seeking in MPlayer > > is broken, e.g. when jumping back and forth with the arrow keys. > > Does this resolve the iss

Re: x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Christian Weisgerber
Klemens Nanni: > Skimming mplayer(1) I could not find out quickly how to seek so far. Page up/down: +/- 10 min Cursor up/down:+/- 1 min Cursor right/left: +/- 10 s > Can you tell me how to seek in mplayer and also try reproducing it with > mpv? On FreeBSD mplayer has the sam

Re: x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Brad Smith
On Sat, Aug 17, 2019 at 04:28:31PM +0200, Christian Weisgerber wrote: > The update to FFmpeg 4.2 has introduced a regression in MPlayer. For (at > least) the ubiquitous H.264 videos in MKV containers, seeking in MPlayer > is broken, e.g. when jumping back and forth with the arrow keys

Re: x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Klemens Nanni
On Sat, Aug 17, 2019 at 04:28:31PM +0200, Christian Weisgerber wrote: > The update to FFmpeg 4.2 has introduced a regression in MPlayer. For (at > least) the ubiquitous H.264 videos in MKV containers, seeking in MPlayer > is broken, e.g. when jumping back and forth with the arrow keys

x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Christian Weisgerber
The update to FFmpeg 4.2 has introduced a regression in MPlayer. For (at least) the ubiquitous H.264 videos in MKV containers, seeking in MPlayer is broken, e.g. when jumping back and forth with the arrow keys. Effects are desynchronized faulty video and failure to seek. This appears to affect

Re: mplayer is gone?

2018-04-17 Thread Jan Stary
On Apr 10 21:54:21, du...@l10n.ro wrote: > >> Is mplayer still a thing? Have used it for many years a long time ago, > >> but now I see the latest stable is 2 years old and nicknamed > >> "worksforme"… :-] > >> > >> I think of mp

Re: MPlayer is gone?

2018-04-11 Thread Christian Weisgerber
On 2018-04-10, mazocomp <mazoc...@disroot.org> wrote: > Is this happening because of Clang 6 fallout? Yes, now fixed. The next amd64 package snapshot will have mplayer again. Should be on the mirrors in a few hours. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: mplayer is gone?

2018-04-10 Thread Dumitru Mișu Moldovan
On 04/10/18 22:21, mazocomp wrote: > > Oh, thank you. ffplay has basically everything I need, except > controlling sound volume with keys, but that's fine. > > About 2D acceleration, radeondrm(4) doesn't support radeons with GCN > architecture: it can't provide 2D and 3D acceleration, so even

Re: mplayer is gone?

2018-04-10 Thread mazocomp
On Tue, Apr 10, 2018 at 09:54:21PM +0300, Dumitru Mișu Moldovan wrote: > On 04/10/18 19:59, mazocomp wrote: > > On Tue, Apr 10, 2018 at 06:58:37PM +0300, Dumitru Mișu Moldovan wrote: > > […] > > >> Is mplayer still a thing? Have used it for many years a long t

Re: mplayer is gone?

2018-04-10 Thread Dumitru Mișu Moldovan
On 04/10/18 19:59, mazocomp wrote: > On Tue, Apr 10, 2018 at 06:58:37PM +0300, Dumitru Mișu Moldovan wrote: […] >> Is mplayer still a thing? Have used it for many years a long time ago, >> but now I see the latest stable is 2 years old and nicknamed >> "worksforme&q

Re: mplayer is gone?

2018-04-10 Thread mazocomp
On Tue, Apr 10, 2018 at 06:58:37PM +0300, Dumitru Mișu Moldovan wrote: > On 04/10/18 17:51, mazoc...@disroot.org wrote: > > Hi! > > > > Is this happening because of Clang 6 fallout? > > > > mazocomp$ pkg_add -n mplayer > > quirks-2.418 signed on 2018

Re: mplayer is gone?

2018-04-10 Thread Dumitru Mișu Moldovan
On 04/10/18 17:51, mazoc...@disroot.org wrote: > Hi! > > Is this happening because of Clang 6 fallout? > > mazocomp$ pkg_add -n mplayer > quirks-2.418 signed on 2018-04-09T22:17:28Z > Can't find mplayer > mazocomp$ > Is mplayer still a thing? Have used it for

Re: MPlayer is gone?

2018-04-10 Thread Stuart Henderson
On 2018/04/10 18:20, mazocomp wrote: > Hi! > > Is this happening because of Clang 6 fallout? Yes. > mazocomp$ pkg_add -n mplayer > quirks-2.418 signed on 2018-04-09T22:17:28Z > Can't find mplayer > mazocomp$ uname -a > OpenBSD mazocomp.pc 6.3 GENERIC.MP#159 amd64 > mazocomp$ >

mplayer is gone?

2018-04-10 Thread mazocomp
Hi! Is this happening because of Clang 6 fallout? mazocomp$ pkg_add -n mplayer quirks-2.418 signed on 2018-04-09T22:17:28Z Can't find mplayer mazocomp$

MPlayer is gone?

2018-04-10 Thread mazocomp
Hi! Is this happening because of Clang 6 fallout? mazocomp$ pkg_add -n mplayer quirks-2.418 signed on 2018-04-09T22:17:28Z Can't find mplayer mazocomp$ uname -a OpenBSD mazocomp.pc 6.3 GENERIC.MP#159 amd64 mazocomp$

Re: rm www/gecko-mediaplayer, x11/gnome-mplayer, and x11/gmtk?

2016-09-07 Thread Landry Breuil
On Wed, Sep 07, 2016 at 08:05:56PM +0200, Antoine Jacoutot wrote: > On Wed, Sep 07, 2016 at 07:41:59PM +0200, David Coppa wrote: > > I'd like to remove gecko-mediaplayer (NPAPI plugin using > > x11/gnome-mplayer as its backend), x11/gnome-mplayer, and x11/gmtk > > (the utility

Re: rm www/gecko-mediaplayer, x11/gnome-mplayer, and x11/gmtk?

2016-09-07 Thread Antoine Jacoutot
On Wed, Sep 07, 2016 at 07:41:59PM +0200, David Coppa wrote: > I'd like to remove gecko-mediaplayer (NPAPI plugin using > x11/gnome-mplayer as its backend), x11/gnome-mplayer, and x11/gmtk > (the utility library used by both of them). > > They're dead upstream: last commit is 2015/

rm www/gecko-mediaplayer, x11/gnome-mplayer, and x11/gmtk?

2016-09-07 Thread David Coppa
I'd like to remove gecko-mediaplayer (NPAPI plugin using x11/gnome-mplayer as its backend), x11/gnome-mplayer, and x11/gmtk (the utility library used by both of them). They're dead upstream: last commit is 2015/02/03 for gnome-mplayer, 2014/06/23 for gecko-mediaplayer. Back in the days I

Re: UPDATE: MPlayer 20141103

2014-11-12 Thread Landry Breuil
, Landry Breuil wrote: On Tue, Nov 04, 2014 at 12:43:03AM +, Stuart Henderson wrote: On 2014/11/03 19:09, Brad Smith wrote: Here is an update to MPlayer 20141103. OK? This works for me on amd64 with a few files I threw at it, though as ever more

Re: UPDATE: MPlayer 20141103

2014-11-12 Thread Brad Smith
, Nov 04, 2014 at 08:36:10PM +0100, Landry Breuil wrote: On Tue, Nov 04, 2014 at 12:43:03AM +, Stuart Henderson wrote: On 2014/11/03 19:09, Brad Smith wrote: Here is an update to MPlayer 20141103. OK? This works for me on amd64 with a few files I threw at it, though as ever more tests

Re: UPDATE: MPlayer 20141103

2014-11-12 Thread Landry Breuil
, Nov 05, 2014 at 10:35:31PM -0500, Brad Smith wrote: On Tue, Nov 04, 2014 at 08:36:10PM +0100, Landry Breuil wrote: On Tue, Nov 04, 2014 at 12:43:03AM +, Stuart Henderson wrote: On 2014/11/03 19:09, Brad Smith wrote: Here is an update to MPlayer 20141103. OK? This works for me on amd64

Re: UPDATE: MPlayer 20141103

2014-11-09 Thread Landry Breuil
, Stuart Henderson wrote: On 2014/11/03 19:09, Brad Smith wrote: Here is an update to MPlayer 20141103. OK? This works for me on amd64 with a few files I threw at it, though as ever more tests especially from people with collections of uncommon file formats

Re: UPDATE: MPlayer 20141103

2014-11-06 Thread Landry Breuil
On Wed, Nov 05, 2014 at 10:35:31PM -0500, Brad Smith wrote: On Tue, Nov 04, 2014 at 08:36:10PM +0100, Landry Breuil wrote: On Tue, Nov 04, 2014 at 12:43:03AM +, Stuart Henderson wrote: On 2014/11/03 19:09, Brad Smith wrote: Here is an update to MPlayer 20141103. OK

Re: UPDATE: MPlayer 20141103

2014-11-06 Thread Brad Smith
wrote: Here is an update to MPlayer 20141103. OK? This works for me on amd64 with a few files I threw at it, though as ever more tests especially from people with collections of uncommon file formats would be useful. i'm seeing regressions on powerpc, but i dont

Re: UPDATE: MPlayer 20141103

2014-11-05 Thread Brad Smith
On Tue, Nov 04, 2014 at 08:36:10PM +0100, Landry Breuil wrote: On Tue, Nov 04, 2014 at 12:43:03AM +, Stuart Henderson wrote: On 2014/11/03 19:09, Brad Smith wrote: Here is an update to MPlayer 20141103. OK? This works for me on amd64 with a few files I threw at it, though

Re: UPDATE: MPlayer 20141103

2014-11-04 Thread Landry Breuil
On Tue, Nov 04, 2014 at 12:43:03AM +, Stuart Henderson wrote: On 2014/11/03 19:09, Brad Smith wrote: Here is an update to MPlayer 20141103. OK? This works for me on amd64 with a few files I threw at it, though as ever more tests especially from people with collections of uncommon

UPDATE: MPlayer 20141103

2014-11-03 Thread Brad Smith
Here is an update to MPlayer 20141103. OK? Index: Makefile === RCS file: /home/cvs/ports/x11/mplayer/Makefile,v retrieving revision 1.242 diff -u -p -u -p -r1.242 Makefile --- Makefile19 Oct 2014 23:14:24 - 1.242

Re: UPDATE: MPlayer 20141103

2014-11-03 Thread Stuart Henderson
On 2014/11/03 19:09, Brad Smith wrote: Here is an update to MPlayer 20141103. OK? This works for me on amd64 with a few files I threw at it, though as ever more tests especially from people with collections of uncommon file formats would be useful.

Re: UPDATE: MPlayer 20140814

2014-09-03 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: Brad Smith b...@comstyle.com writes: [...] Any other MPlayer users? Works fine for me. ok Thanks, -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: UPDATE: MPlayer 20140814

2014-09-02 Thread Brad Smith
On 24/08/14 9:01 PM, Brad Smith wrote: On Sat, Aug 23, 2014 at 07:47:48PM +0200, Thomas Zander wrote: On 21 August 2014 09:52, Brad Smith b...@comstyle.com wrote: On 14/08/14 4:42 AM, Brad Smith wrote: Here is an update to a snapshot of MPlayer from 20140814. OK? Any MPlayer users? You

Re: UPDATE: MPlayer 20140814

2014-09-02 Thread Jérémie Courrèges-Anglas
Brad Smith b...@comstyle.com writes: On 24/08/14 9:01 PM, Brad Smith wrote: On Sat, Aug 23, 2014 at 07:47:48PM +0200, Thomas Zander wrote: On 21 August 2014 09:52, Brad Smith b...@comstyle.com wrote: On 14/08/14 4:42 AM, Brad Smith wrote: Here is an update to a snapshot of MPlayer from

Re: UPDATE: MPlayer 20140814

2014-08-24 Thread Brad Smith
On Sat, Aug 23, 2014 at 07:47:48PM +0200, Thomas Zander wrote: On 21 August 2014 09:52, Brad Smith b...@comstyle.com wrote: On 14/08/14 4:42 AM, Brad Smith wrote: Here is an update to a snapshot of MPlayer from 20140814. OK? Any MPlayer users? You might want to use an mplayer

Re: UPDATE: MPlayer 20140814

2014-08-23 Thread Thomas Zander
On 21 August 2014 09:52, Brad Smith b...@comstyle.com wrote: On 14/08/14 4:42 AM, Brad Smith wrote: Here is an update to a snapshot of MPlayer from 20140814. OK? Any MPlayer users? You might want to use an mplayer snapshot after r37257, this should fix an issue where PGS subtitles

Re: UPDATE: MPlayer 20140814

2014-08-21 Thread Brad Smith
On 14/08/14 4:42 AM, Brad Smith wrote: Here is an update to a snapshot of MPlayer from 20140814. OK? Any MPlayer users? Index: Makefile === RCS file: /home/cvs/ports/x11/mplayer/Makefile,v retrieving revision 1.239 diff -u -p

Re: UPDATE: MPlayer 20140814

2014-08-21 Thread Daniel Jakots
On Thu, 21 Aug 2014 03:52:23 -0400, Brad Smith b...@comstyle.com wrote: Any MPlayer users? Compiles and works (for what I use) fine. Fwiw, $ uname -a OpenBSD ardoine.chown.me 5.6 GENERIC.MP#0 amd64 Cheers, -- Vigdis

UPDATE: MPlayer 20140814

2014-08-14 Thread Brad Smith
Here is an update to a snapshot of MPlayer from 20140814. OK? Index: Makefile === RCS file: /home/cvs/ports/x11/mplayer/Makefile,v retrieving revision 1.239 diff -u -p -u -p -r1.239 Makefile --- Makefile14 Aug 2014 08:20:27

Re: UPDATE: MPlayer

2014-06-12 Thread Brad Smith
On Sun, Jun 08, 2014 at 11:39:36PM -0400, Brad Smith wrote: Reduce the external dependencies for MPlayer by disabling the Opus and Speex decoders in favour of using FFmpeg for decoding; also fix the Vorbis handling. I'm not sure exactly what was happening with the resulting binary on ARM

Re: UPDATE: MPlayer

2014-06-09 Thread Josh Grosse
On Sun, Jun 08, 2014 at 11:39:36PM -0400, Brad Smith wrote: Looking for any additional testing. Seems to be funtioning fine on i386 with typical h.264/aac in .mp4 containers.

Re: UPDATE: MPlayer

2014-06-09 Thread Josh Grosse
On i386, Speex and Opus have now both been tested, using .ogg containers. Both playback fine.

UPDATE: MPlayer

2014-06-08 Thread Brad Smith
Reduce the external dependencies for MPlayer by disabling the Opus and Speex decoders in favour of using FFmpeg for decoding; also fix the Vorbis handling. I'm not sure exactly what was happening with the resulting binary on ARM but the internal copy of Tremor was removed awhile ago. Also

Re: x11/mplayer: Did we lose AC3 passthru over S/PDIF?

2014-05-17 Thread Christian Weisgerber
On 2014-05-16, Christian Weisgerber na...@mips.inka.de wrote: My ability to test this will likely go away over the next few days, so if nobody else cares... *shrug* ... aaand I'm all out of boxes that have azalia(4) and S/PDIF outputs. (AC3 passthrough has never worked with cmpci(4) and

x11/mplayer: Did we lose AC3 passthru over S/PDIF?

2014-05-16 Thread Christian Weisgerber
Did we somewhere along the way lose the ability to pass through AC3/DTS audio over S/PDIF? It makes no difference whether sndiod(1) is running, and it's the same for mplayer-20140106p3 and mplayer-20140412. $ mplayer -afm hwac3 dvd.vob

Re: UPDATE: FFmpeg 2.2 branch / newer MPlayer

2014-05-13 Thread Brad Smith
On Mon, May 05, 2014 at 07:56:36AM -0400, Brad Smith wrote: Here is an update of FFmpeg to the 2.2 branch and an update to newer MPlayer. Already run through a bulk and everything in the tree has been fixed to use the newer API. OK? An updated diff adding a fix for a regression

Re: UPDATE: FFmpeg 2.2 branch / newer MPlayer

2014-05-12 Thread Stuart Henderson
On 2014/05/05 07:56, Brad Smith wrote: Here is an update of FFmpeg to the 2.2 branch and an update to newer MPlayer. Already run through a bulk and everything in the tree has been fixed to use the newer API. OK? As far as the ports tree goes I think we're in shape for this, Brad has fixed

UPDATE: FFmpeg 2.2 branch / newer MPlayer

2014-05-05 Thread Brad Smith
Here is an update of FFmpeg to the 2.2 branch and an update to newer MPlayer. Already run through a bulk and everything in the tree has been fixed to use the newer API. OK? Index: graphics/ffmpeg/Makefile === RCS file: /home/cvs

Re: WIP: FFmpeg / MPlayer

2014-04-28 Thread Brad Smith
On 24/04/14 7:45 PM, Brad Smith wrote: On Sat, Apr 12, 2014 at 07:47:28PM -0400, Brad Smith wrote: Here is a work in progress update to the latest 2.2 branch FFmpeg and latest MPlayer. This combined with the Xine-lib 1.2.5 update allows for Xine based players and MPlayer to support HEVC / H

Re: WIP: FFmpeg / MPlayer

2014-04-24 Thread Brad Smith
On Sat, Apr 12, 2014 at 07:47:28PM -0400, Brad Smith wrote: Here is a work in progress update to the latest 2.2 branch FFmpeg and latest MPlayer. This combined with the Xine-lib 1.2.5 update allows for Xine based players and MPlayer to support HEVC / H.265 and VP9. Although at the moment

WIP: FFmpeg / MPlayer

2014-04-12 Thread Brad Smith
Here is a work in progress update to the latest 2.2 branch FFmpeg and latest MPlayer. This combined with the Xine-lib 1.2.5 update allows for Xine based players and MPlayer to support HEVC / H.265 and VP9. Although at the moment Xine crashes when playing VP9 content in the SIMD code specific

Re: PATCH: fix x11/mplayer to play DVD which has s24be audio

2014-02-07 Thread Alexandre Ratchov
On Thu, Feb 06, 2014 at 11:44:58PM +0900, YASUOKA Masahiko wrote: Hi, Following diff is needed to play a DVD(*) that has s24be audio. Without this, mplayer doesn't play the sound and outputs noise. Since mplayer uses 32bit to play 24bit, the alignment to msb or lsb must be specified

PATCH: fix x11/mplayer to play DVD which has s24be audio

2014-02-06 Thread YASUOKA Masahiko
Hi, Following diff is needed to play a DVD(*) that has s24be audio. Without this, mplayer doesn't play the sound and outputs noise. Since mplayer uses 32bit to play 24bit, the alignment to msb or lsb must be specified properly. ok or comment? * DVD disc of http://en.wikipedia.org/wiki/Beyonc

Re: MPlayer - Build on x86 with Clang for ASM

2014-01-13 Thread Brett Mahar
On Sat, 11 Jan 2014 13:49:17 + Stuart Henderson st...@openbsd.org wrote: | On 2014/01/10 19:13, Brad Smith wrote: | Here is a diff to have MPlayer build using Clang to take advantage | of the integrated assembler to be able to build the SSSE3 / SSE4 | support. | | Note: has not been

Re: MPlayer - Build on x86 with Clang for ASM

2014-01-13 Thread Jan Stary
On Jan 11 13:49:17, st...@openbsd.org wrote: On 2014/01/10 19:13, Brad Smith wrote: Here is a diff to have MPlayer build using Clang to take advantage of the integrated assembler to be able to build the SSSE3 / SSE4 support. Note: has not been checked on i386, please someone try

Re: MPlayer - Build on x86 with Clang for ASM

2014-01-13 Thread Stuart Henderson
On 2014/01/13 17:53, Jan Stary wrote: This builds and install fine, but breaks the configure script a bit (if it wasn't there before): Ah yes, I replaced it with 'if false' but forgot to update the diff before mailing it out.

Re: MPlayer - Build on x86 with Clang for ASM

2014-01-11 Thread Jan Stary
On Jan 10 19:13:39, b...@comstyle.com wrote: Here is a diff to have MPlayer build using Clang to take advantage of the integrated assembler to be able to build the SSSE3 / SSE4 support. Note: has not been checked on i386, please someone try building this and see if it does. *crosses fingers

Re: MPlayer - Build on x86 with Clang for ASM

2014-01-11 Thread Jan Stary
On Jan 11 09:55:30, h...@stare.cz wrote: On Jan 10 19:13:39, b...@comstyle.com wrote: Here is a diff to have MPlayer build using Clang to take advantage of the integrated assembler to be able to build the SSSE3 / SSE4 support. Note: has not been checked on i386, please someone try

Re: MPlayer - Build on x86 with Clang for ASM

2014-01-11 Thread Stuart Henderson
On 2014/01/10 19:13, Brad Smith wrote: Here is a diff to have MPlayer build using Clang to take advantage of the integrated assembler to be able to build the SSSE3 / SSE4 support. Note: has not been checked on i386, please someone try building this and see if it does. *crosses fingers

Re: MPlayer - Build on x86 with Clang for ASM

2014-01-11 Thread Stuart Henderson
On 2014/01/11 13:49, Stuart Henderson wrote: i386 package at http://junkpile.org/mplayer-20130819p2.tgz if anyone would like to test it without having to build. bleh, wrong package, it will be at http://junkpile.org/mplayer-20140106p0.tgz shortly.

Re: MPlayer - Build on x86 with Clang for ASM

2014-01-11 Thread Brad Smith
On 11/01/14 8:49 AM, Stuart Henderson wrote: On 2014/01/10 19:13, Brad Smith wrote: Here is a diff to have MPlayer build using Clang to take advantage of the integrated assembler to be able to build the SSSE3 / SSE4 support. Note: has not been checked on i386, please someone try building

MPlayer - Build on x86 with Clang for ASM

2014-01-10 Thread Brad Smith
Here is a diff to have MPlayer build using Clang to take advantage of the integrated assembler to be able to build the SSSE3 / SSE4 support. Note: has not been checked on i386, please someone try building this and see if it does. *crosses fingers* Index: Makefile

Re: UPDATE: MPlayer 20140106

2014-01-09 Thread Brad Smith
On 08/01/14 6:48 AM, Edd Barrett wrote: Hi Brad, I have installed your update and will be testing it over the next few days. In the meantime some comments. On Mon, Jan 06, 2014 at 07:52:23PM -0500, Brad Smith wrote: Here is an update to MPlayer 20140106. Any and all testing welcome

Re: UPDATE: MPlayer 20140106

2014-01-08 Thread Edd Barrett
Hi Brad, I have installed your update and will be testing it over the next few days. In the meantime some comments. On Mon, Jan 06, 2014 at 07:52:23PM -0500, Brad Smith wrote: Here is an update to MPlayer 20140106. Any and all testing welcome. @@ -76,14 +75,17 @@ CONFDIR = ${SYSCONFDIR

Re: UPDATE: MPlayer 20140106

2014-01-08 Thread Jan Stary
On Jan 07 17:53:40, b...@comstyle.com wrote: On 07/01/14 9:14 AM, Jan Stary wrote: On Jan 06 19:52:23, b...@comstyle.com wrote: Here is an update to MPlayer 20140106. This is current/i386: Configuring for mplayer-20140106 Checking for cc version ... 4.2.1 Checking for working

Re: UPDATE: MPlayer 20140106

2014-01-07 Thread Jan Stary
On Jan 06 19:52:23, b...@comstyle.com wrote: Here is an update to MPlayer 20140106. This is current/i386: Configuring for mplayer-20140106 Checking for cc version ... 4.2.1 Checking for working compiler ... yes Detected operating system: OpenBSD Detected host architecture: i386 Checking

Re: UPDATE: MPlayer 20140106

2014-01-07 Thread Brad Smith
On 07/01/14 9:14 AM, Jan Stary wrote: On Jan 06 19:52:23, b...@comstyle.com wrote: Here is an update to MPlayer 20140106. This is current/i386: Configuring for mplayer-20140106 Checking for cc version ... 4.2.1 Checking for working compiler ... yes Detected operating system: OpenBSD

UPDATE: MPlayer 20140106

2014-01-06 Thread Brad Smith
Here is an update to MPlayer 20140106. Any and all testing welcome. Index: Makefile === RCS file: /home/cvs/ports/x11/mplayer/Makefile,v retrieving revision 1.230 diff -u -p -u -p -r1.230 Makefile --- Makefile2 Jan 2014 12:21

[new] mpv (mplayer based media player)

2013-12-26 Thread frantisek holop
ho ho ho this is a work in progress port for mpv, a no nonsense project based on MPlayer and mplayer2. i am a long time mplayer user but mpv seems like a much better mplayer than mplayer. openbsd support is not an afterthought, sndio is included out of the box and there is no need

Re: [new] mpv (mplayer based media player)

2013-12-26 Thread Anthony J. Bentley
On Thu, Dec 26, 2013 at 11:15 AM, frantisek holop min...@obiit.org wrote: ho ho ho this is a work in progress port for mpv, a no nonsense project based on MPlayer and mplayer2. License marker should be updated. mpv is GPLv2+; they removed/rewrote the GPLv2-only bits from mplayer. -lua

Re: [new] mpv (mplayer based media player)

2013-12-26 Thread Brad Smith
that was attempted to be pushed upstream for MPlayer. When the newer backend code is finally accepted upstream you should prod the mpv developers to resync with the newer code from MPlayer. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Re: [new] mpv (mplayer based media player)

2013-12-26 Thread frantisek holop
hmm, on Thu, Dec 26, 2013 at 11:34:42AM -0700, Anthony J. Bentley said that On Thu, Dec 26, 2013 at 11:15 AM, frantisek holop min...@obiit.org wrote: ho ho ho this is a work in progress port for mpv, a no nonsense project based on MPlayer and mplayer2. License marker should

mplayer disappears with fullscreen

2013-12-15 Thread Jan Stary
This is mplayer-20130819p0 on a reasonably current i386 on a Lenovo R61 (see full dmesg below). This is the newest package available. When playing any video with 'fs', the mplayer window appears, almost instantly disappears, and only the sound gets played. Perhaps the video too, but without me

Re: mplayer disappears with fullscreen

2013-12-15 Thread Okan Demirmen
If cwm is your window manager, the mplayer fullscreen window gets re-mapped to IconicState - you want a cwm past Dec 02. On Sun, Dec 15, 2013 at 6:36 AM, Jan Stary h...@stare.cz wrote: This is mplayer-20130819p0 on a reasonably current i386 on a Lenovo R61 (see full dmesg below

Re: mplayer disappears with fullscreen

2013-12-15 Thread Jan Stary
On Dec 15 11:08:44, o...@demirmen.com wrote: If cwm is your window manager, the mplayer fullscreen window gets re-mapped to IconicState - you want a cwm past Dec 02. Indeed, upgrading to the latest snapshot fixed it. Thanks!

UPDATE: MPlayer-20130819

2013-08-20 Thread Brad Smith
Here is an update to MPlayer snapshot from 20130819. Tested a bit on amd64. Looking for any additional testing or feedback. Index: Makefile === RCS file: /cvs/ports/x11/mplayer/Makefile,v retrieving revision 1.223 diff -u -p

Re: mplayer: Audio device got stuck

2013-05-01 Thread Jan Stary
On Mar 27 19:45:42, a...@caoua.org wrote: On Sun, Mar 24, 2013 at 12:27:47PM +0100, Jan Stary wrote: While playing audio, mplayer accasionaly gets stuck with A:1036.4 (17:16.3) of 1913.0 (31:53.0) 1.2% Audio device got stuck! A:1036.4 (17:16.3) of 1913.0 (31:53.0) 1.2

x11/mplayer: polish sndio backend

2013-04-15 Thread Alexandre Ratchov
this diff is to allocate pollfd structures the right way, it fixes no real bugs ok? -- Alexandre Index: Makefile === RCS file: /cvs/ports/x11/mplayer/Makefile,v retrieving revision 1.218 diff -u -p -r1.218 Makefile --- Makefile

Re: mplayer: Audio device got stuck

2013-03-27 Thread Alexandre Ratchov
On Sun, Mar 24, 2013 at 12:27:47PM +0100, Jan Stary wrote: While playing audio, mplayer accasionaly gets stuck with A:1036.4 (17:16.3) of 1913.0 (31:53.0) 1.2% Audio device got stuck! A:1036.4 (17:16.3) of 1913.0 (31:53.0) 1.2% Audio device got stuck

mplayer: Audio device got stuck

2013-03-24 Thread Jan Stary
While playing audio, mplayer accasionaly gets stuck with A:1036.4 (17:16.3) of 1913.0 (31:53.0) 1.2% Audio device got stuck! A:1036.4 (17:16.3) of 1913.0 (31:53.0) 1.2% Audio device got stuck! A:1036.4 (17:16.3) of 1913.0 (31:53.0) 1.2% Audio

Re: mplayer: Audio device got stuck

2013-03-24 Thread Chris Cappuccio
Jan Stary [h...@stare.cz] wrote: While playing audio, mplayer accasionaly gets stuck with A:1036.4 (17:16.3) of 1913.0 (31:53.0) 1.2% Audio device got stuck! A:1036.4 (17:16.3) of 1913.0 (31:53.0) 1.2% Audio device got stuck! A:1036.4 (17:16.3) of 1913.0

Re: UPDATE: FFmpeg / MPlayer 20130214

2013-03-08 Thread frantisek holop
hi there this update works very nicely, as discussed here before, also with pp filters. please commit. -f -- it is better to be hated than to be ignored.

Re: UPDATE: FFmpeg / MPlayer 20130214

2013-03-02 Thread Donovan Watteau
Brad Smith wrote: On Fri, Mar 01, 2013 at 07:27:05PM -0500, Brad Smith wrote: Here is an update to an FFmpeg 1.1 snapshot and the latest MPlayer. A proper diff for MPlayer. --disable-mp3lib wasn't supposed to be in the Makefile and mp3lib has been removed. All good for me on loongson.

UPDATE: FFmpeg / MPlayer 20130214

2013-03-01 Thread Brad Smith
Here is an update to an FFmpeg 1.1 snapshot and the latest MPlayer. Index: Makefile === RCS file: /home/cvs/ports/graphics/ffmpeg/Makefile,v retrieving revision 1.95 diff -u -p -r1.95 Makefile --- Makefile25 Jan 2013 09:46:22

Re: UPDATE: FFmpeg / MPlayer 20130214

2013-03-01 Thread Brad Smith
On Fri, Mar 01, 2013 at 07:27:05PM -0500, Brad Smith wrote: Here is an update to an FFmpeg 1.1 snapshot and the latest MPlayer. A proper diff for MPlayer. --disable-mp3lib wasn't supposed to be in the Makefile and mp3lib has been removed. Index: Makefile

mplayer still core dumps due to libpostproc, ffmpeg debug build

2013-02-16 Thread frantisek holop
hi there so almost exactly 2 years later, i have tried to enable filters in mplayer once again :] unfortunately the crash is still there, as reliable as 2 years ago. http://marc.info/?l=openbsd-portsm=129712603021462w=2 what has changed is, that ffmpeg is not included with mplayer anymore

Re: mplayer still core dumps due to libpostproc, ffmpeg debug build

2013-02-16 Thread Brad Smith
On Sun, Feb 17, 2013 at 01:34:28AM +0100, frantisek holop wrote: hi there so almost exactly 2 years later, i have tried to enable filters in mplayer once again :] unfortunately the crash is still there, as reliable as 2 years ago. http://marc.info/?l=openbsd-portsm=129712603021462w=2

Re: mplayer still core dumps due to libpostproc, ffmpeg debug build

2013-02-16 Thread frantisek holop
hmm, on Sat, Feb 16, 2013 at 07:40:55PM -0500, Brad Smith said that how can i trigger this? if i do make -D DEBUG, i get: env DEBUG=-O0 -g make package thanks, however this build stops rather early in the process: cc -I. -I./ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE

Re: mplayer still core dumps due to libpostproc, ffmpeg debug build

2013-02-16 Thread Stuart Henderson
On 2013/02/17 01:50, frantisek holop wrote: hmm, on Sat, Feb 16, 2013 at 07:40:55PM -0500, Brad Smith said that how can i trigger this? if i do make -D DEBUG, i get: env DEBUG=-O0 -g make package thanks, however this build stops rather early in the process: cc -I. -I./

  1   2   3   4   5   6   7   >