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