Re: UPDATE: x264 20210415

2021-04-24 Thread Brad Smith
On Fri, Apr 23, 2021 at 06:05:14PM -0400, Brad Smith wrote: > Here is an update to x264 20210415. This should resolve installing the bash completion files without needing to add a build depends. Index: Makefile === RCS file:

UPDATE: x264 20210415

2021-04-23 Thread Brad Smith
Here is an update to x264 20210415. Index: Makefile === RCS file: /home/cvs/ports/multimedia/x264/Makefile,v retrieving revision 1.59 diff -u -p -u -p -r1.59 Makefile --- Makefile3 Apr 2021 11:15:46 - 1.59 +++ Makefile

UPDATE: x264 20140525

2014-05-27 Thread Brad Smith
Here is an update to x264 20140525. Tested on amd64 with FFmpeg. Comments/OK? Index: Makefile === RCS file: /home/cvs/ports/multimedia/x264/Makefile,v retrieving revision 1.27 diff -u -p -u -p -r1.27 Makefile --- Makefile10

Re: UPDATE: x264 - Build ASM support on x86

2014-01-10 Thread Stuart Henderson
On 2014/01/09 14:36, Brad Smith wrote: Make use of Clang's integrated assembler to build the x86 ASM support within x264 so as to use MMX / MMXEXT / SSE / SSE2 / SSSE3 Does it do runtime detection of what's available?

Re: UPDATE: x264 - Build ASM support on x86

2014-01-10 Thread Brett Mahar
On Fri, 10 Jan 2014 08:47:45 + Stuart Henderson st...@openbsd.org wrote: | On 2014/01/09 14:36, Brad Smith wrote: | Make use of Clang's integrated assembler to build the x86 ASM support | within x264 so as to use MMX / MMXEXT / SSE / SSE2 / SSSE3 | | Does it do runtime detection of what's

Re: UPDATE: x264 - Build ASM support on x86

2014-01-10 Thread Stuart Henderson
On 2014/01/10 20:00, Brett Mahar wrote: On Fri, 10 Jan 2014 08:47:45 + Stuart Henderson st...@openbsd.org wrote: | On 2014/01/09 14:36, Brad Smith wrote: | Make use of Clang's integrated assembler to build the x86 ASM support | within x264 so as to use MMX / MMXEXT / SSE / SSE2 /

Re: UPDATE: x264 - Build ASM support on x86

2014-01-10 Thread Marc Espie
On Fri, Jan 10, 2014 at 09:18:37AM +, Stuart Henderson wrote: On 2014/01/10 20:00, Brett Mahar wrote: On Fri, 10 Jan 2014 08:47:45 + Stuart Henderson st...@openbsd.org wrote: | On 2014/01/09 14:36, Brad Smith wrote: | Make use of Clang's integrated assembler to build the x86

Re: UPDATE: x264 - Build ASM support on x86

2014-01-10 Thread Brad Smith
On 10/01/14 4:18 AM, Stuart Henderson wrote: OK to move amd64 across. Doesn't work on i386, not enough registers, and omitting the frame pointer doesn't help. *sigh* this register pressure is a real pain in the ass. I'll see if there is anything I can do about this. -- This message has been

UPDATE: x264 - Build ASM support on x86

2014-01-09 Thread Brad Smith
Make use of Clang's integrated assembler to build the x86 ASM support within x264 so as to use MMX / MMXEXT / SSE / SSE2 / SSSE3 and if there is kernel support added also AVX / AVX2. This can have quite an impact on performance improving encoding speed by 2 - 3 times. Index: Makefile

Re: UPDATE: x264 - Build ASM support on x86

2014-01-09 Thread Brett Mahar
On Thu, 9 Jan 2014 14:36:47 -0500 Brad Smith b...@comstyle.com wrote: | Make use of Clang's integrated assembler to build the x86 ASM support | within x264 so as to use MMX / MMXEXT / SSE / SSE2 / SSSE3 and if there | is kernel support added also AVX / AVX2. This can have quite an impact | on

Re: UPDATE: x264 - Build ASM support on x86

2014-01-09 Thread Brad Smith
On 10/01/14 12:20 AM, Brett Mahar wrote: On Thu, 9 Jan 2014 14:36:47 -0500 Brad Smith b...@comstyle.com wrote: | Make use of Clang's integrated assembler to build the x86 ASM support | within x264 so as to use MMX / MMXEXT / SSE / SSE2 / SSSE3 and if there | is kernel support added also AVX /

UPDATE: x264-20120520

2012-05-22 Thread Brad Smith
Here is an update to x264-20120520. Builds with everything in the tree Ok. Tested on amd64 and sparc64. Index: Makefile === RCS file: /home/cvs/ports/multimedia/x264/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile

UPDATE: x264-20111027

2011-10-28 Thread Brad
Here is an update to x264-20111027. Index: Makefile === RCS file: /home/cvs/ports/multimedia/x264/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile14 Sep 2011 09:23:49 - 1.16 +++ Makefile28

Re: UPDATE: x264 20110830

2011-09-01 Thread Brad
On Wed, Aug 31, 2011 at 07:54:32PM -0400, Brad wrote: Here is an update to x264 20110830. A second rev. I noticed I missed re-applying one of the Makefile patch chunks although it doesn't change the port build at all. Index: Makefile

UPDATE: x264 20110830

2011-08-31 Thread Brad
Here is an update to x264 20110830. Index: Makefile === RCS file: /home/cvs/ports/multimedia/x264/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile11 Jul 2011 12:13:03 - 1.15 +++ Makefile31

Re: UPDATE x264-20110225

2011-03-06 Thread Jacob Meuser
On Sun, Mar 06, 2011 at 02:21:47PM +, Edd Barrett wrote: Hi, On Sat, Mar 05, 2011 at 04:37:08PM -0500, Brad wrote: Here is an update to x264-20110225. I built this on i386 and amd64. I was able to encode a mkv contained x264 from a yuv4mpeg input (generated by mplayer). I notice

UPDATE x264-20110225

2011-03-05 Thread Brad
Here is an update to x264-20110225. Index: Makefile === RCS file: /home/cvs/ports/multimedia/x264/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile6 Nov 2010 23:05:48 - 1.12 +++ Makefile26

Re: UPDATE: x264

2010-10-28 Thread Brad
On Wednesday 27 October 2010 20:59:48 Edd Barrett wrote: Hi, This is an x264 encoder update required for the mplayer update. Myself and jakemsr@ have successfully encoded x264 in mencoder (see other mail in this list for this port) and the in-tree vlc. Tested build on i386, amd64, sparc64

Re: UPDATE: x264

2010-10-28 Thread Daniel Anderson
On Thursday, October 28, 2010 02:33:58 pm Brad wrote: On Wednesday 27 October 2010 20:59:48 Edd Barrett wrote: Hi, This is an x264 encoder update required for the mplayer update. Myself and jakemsr@ have successfully encoded x264 in mencoder (see other mail in this list for this

Re: UPDATE: x264

2010-10-28 Thread Matthias Kilian
On Thu, Oct 28, 2010 at 05:33:58PM -0400, Brad wrote: On Wednesday 27 October 2010 20:59:48 Edd Barrett wrote: This is an x264 encoder update required for the mplayer update. Myself and jakemsr@ have successfully encoded x264 in mencoder (see other mail in this list for this port) and the

UPDATE: x264

2010-10-27 Thread Edd Barrett
Hi, This is an x264 encoder update required for the mplayer update. Myself and jakemsr@ have successfully encoded x264 in mencoder (see other mail in this list for this port) and the in-tree vlc. Tested build on i386, amd64, sparc64 and PPC. All other ports using this library were build tested

Re: UPDATE: x264

2009-04-13 Thread Matthias Kilian
On Sun, Apr 05, 2009 at 08:48:56PM +0200, Matthias Kilian wrote: Something is broken on macppc. Running something like Brad sent a diff that disables altivec for now, fixing the problem on macppc. Recent diffs are available on http://openbsd.dead-parrot.de/x264/ That's the stuff from Brad, the

Re: UPDATE: x264

2009-04-05 Thread Matthias Kilian
On Thu, Apr 02, 2009 at 10:56:05PM +0200, Matthias Kilian wrote: Could someone with a macppc system please check that this builds Ok? At least ffmpeg, x264 and mplayer build fine on macppc (after fixing some conflicts and some missing pkgname bumps). Trying the other stuff now. Something

Re: UPDATE: x264

2009-04-03 Thread Brad
On Thu, Apr 02, 2009 at 10:56:05PM +0200, Matthias Kilian wrote: On Thu, Apr 02, 2009 at 04:25:15AM -0400, Brad wrote: http://comstyle.com/x264/ Re-posting with a slightly newer snapshot being used for the x264 update. Could someone with a macppc system please check that this

Re: UPDATE: x264

2009-04-03 Thread Matthias Kilian
Hi, On Fri, Apr 03, 2009 at 04:13:36PM -0400, Brad wrote: At least ffmpeg, x264 and mplayer build fine on macppc (after fixing some conflicts and some missing pkgname bumps). Trying the other stuff now. There should only be one conflict with MPlayer Maybe. I had a beer or two. and

Re: UPDATE: x264

2009-04-03 Thread Brad
On Fri, Apr 03, 2009 at 10:59:27PM +0200, Matthias Kilian wrote: Hi, On Fri, Apr 03, 2009 at 04:13:36PM -0400, Brad wrote: At least ffmpeg, x264 and mplayer build fine on macppc (after fixing some conflicts and some missing pkgname bumps). Trying the other stuff now. There should

Re: UPDATE: x264

2009-04-02 Thread Brad
On Sun, Mar 08, 2009 at 07:17:55AM -0500, Brad wrote: On Thursday 29 January 2009 23:36:10 Brad wrote: Here is an update to a newer snapshot of x264 and fixes for the dependent ports. Please test, especially on macppc. http://comstyle.com/x264/ Re-posting with a slightly newer snapshot

Re: UPDATE: x264

2009-04-02 Thread Matthias Kilian
On Thu, Apr 02, 2009 at 04:25:15AM -0400, Brad wrote: http://comstyle.com/x264/ Re-posting with a slightly newer snapshot being used for the x264 update. Could someone with a macppc system please check that this builds Ok? At least ffmpeg, x264 and mplayer build fine on macppc (after

UPDATE: x264

2009-03-08 Thread Brad
On Thursday 29 January 2009 23:36:10 Brad wrote: Here is an update to a newer snapshot of x264 and fixes for the dependent ports. Please test, especially on macppc. http://comstyle.com/x264/ Re-posting with a slightly newer snapshot being used for the x264 update. -- This message has been

UPDATE: x264

2009-01-29 Thread Brad
Here is an update to a newer snapshot of x264 and fixes for the dependent ports. Please test, especially on macppc. http://comstyle.com/x264/ -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.