Commit Graph

36 Commits

Author SHA1 Message Date
Michael Johnson
900a3c3e70 - Disable pthreads for now
Requested by:	Thomas E. Zander <riggs@rrr.de>
2006-01-17 20:23:18 +00:00
Michael Johnson
a3e0df2c52 - Update to 0.0.20060112 2006-01-14 02:51:50 +00:00
Michael Johnson
19a9264982 - Remove BROKEN on 4.x, now installs
- Update to 0.0.20051228

PR:	90923
2005-12-29 21:17:40 +00:00
Michael Johnson
1ebc5dab57 - Update to 0.0.20051224 2005-12-25 07:42:06 +00:00
Michael Johnson
60a4eb4e6d - Mark broken on 4.x
Pointed out by:	kris via pointyhat
2005-12-16 01:53:53 +00:00
Michael Johnson
78f200ca9a - Update to 0.0.20051212 2005-12-12 23:17:25 +00:00
Michael Johnson
c695a2d35d - Update to 0.0.20051129 2005-11-30 04:21:56 +00:00
Michael Johnson
0ea3bd7b35 - Update to 0.0.20051114 2005-11-15 02:44:33 +00:00
Michael Johnson
3e4b179fa7 - Add SHA256
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
Michael Johnson
739248ca41 - Update to 0.0.20051029 2005-10-30 17:33:53 +00:00
Michael Johnson
2fa782577a - Update to 0.0.20051015 2005-10-16 15:58:57 +00:00
Michael Johnson
327dcfaea7 - Chase move of gpac-libgpac 2005-10-09 20:37:39 +00:00
Michael Johnson
0c0a763338 - Update to 0.0.20051004
- Use vlc.org's snapshots now
2005-10-05 04:43:20 +00:00
Michael Johnson
35ae35ccc2 - Update to 0.0.20051002 2005-10-03 01:07:19 +00:00
Michael Johnson
d6fa806160 - Update to 0.0.20050914 (svn snapshot)
- Add new option, WITH_X11_OUTPUT, adds x11 output.
2005-09-14 09:20:43 +00:00
Michael Johnson
b6e9ac18b9 - Update to 0.0.20050712 2005-07-12 22:24:33 +00:00
Michael Johnson
18fb2f82d6 - Update to 0.0.20050612 2005-06-13 05:01:59 +00:00
Michael Johnson
f6916c1ba5 - Update to 0.0.20050531 2005-06-03 04:11:38 +00:00
Michael Johnson
544ed3cd99 - Attempt to fix build on alpha and maybe others.
Repoted by:	pointyhat via kris
2005-05-21 16:23:19 +00:00
Michael Johnson
38205c8904 - Fix extract on 4.x from me being stupid.
Reported by:	pav via irc.
2005-05-19 09:48:27 +00:00
Michael Johnson
913373da4a - Update to 0.0.20050518 2005-05-19 03:00:39 +00:00
Michael Johnson
0767681905 - Add missing configure args. 2005-05-04 07:59:46 +00:00
Michael Johnson
f38d0e0caf - Add new OPTION, WITH_GPAC, on by default. This enables you to
export H.264 media in mpeg4 wrapper.
- Bump PORTREVISION
2005-05-04 07:55:56 +00:00
Michael Johnson
1955fd99a5 - Fix debug support, it was backwards. 2005-05-03 18:05:14 +00:00
Michael Johnson
8c070080b0 - Attempt to fix build on amd64 by disabling MMX/SSE code.
gcc complains that  -fPIC is needed to link the shared lib,
  but I have no idea how to do this with yasm? with out disabling the
  shared library and just making a static library.

Pointed out by: krismail
2005-04-23 18:27:20 +00:00
Michael Johnson
4f46ec8738 - Add support for sparc64 [1]
- use LDFLAGS instead of -lm

Submitted by:	kwm via irc [1]
2005-04-22 14:18:03 +00:00
Michael Johnson
66ce40ebd0 - Update to 0.0.20050421 (cvs snapshot) 2005-04-21 13:06:03 +00:00
Michael Johnson
1b97dc0155 Fix build on at least amd64 and maybe others.
Build test by:	pav
2005-02-03 09:46:52 +00:00
Michael Johnson
c6374edd03 - Readd ONLY_FOR_ARCHS=i386
Tested by:	pav (amd64)
Reported by:	pointyhat
2005-01-31 02:08:44 +00:00
Michael Johnson
3e05f715db - Update to 0.0.20050125 2005-01-26 02:34:05 +00:00
Michael Johnson
2744e071c8 Utilize ONLY_FOR_ARCHS for i386 for the time being.
Reported by:	pointyhat via kris
2005-01-25 04:56:49 +00:00
Michael Johnson
b75fd48c68 - Link to ASM files so shared library actually works. 2005-01-20 07:04:42 +00:00
Michael Johnson
4ee7dd3b9d - Build and install Shared library
- Bump PORTREVISION
2005-01-20 06:49:37 +00:00
Michael Johnson
8559e27d95 Attempt to fix build on amd64
Reported by:	pointyhat via kris
2005-01-14 02:38:21 +00:00
Michael Johnson
3fa06e8484 Install forgotten header file 2005-01-12 05:10:44 +00:00
Michael Johnson
d98d8457f1 Add x264
x264 is a free library for encoding H.264/AVC video streams.

Encoder features
 * CAVLC/CABAC
 * Multi-references
 * Intra: all modes (4x4 and 16x16 with all predictions)
 * Inter P: all partitions (from 16x16 down to 4x4)
 * Inter B: partitions from 16x16 down to 8x8 (including SKIP/DIRECT)
 * Ratecontrol: constant quantizer, constant bitrate, or multipass ABR
 * Scene cut detection
2005-01-12 04:57:18 +00:00