| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=134582
|
|
|
|
|
|
|
|
| |
export H.264 media in mpeg4 wrapper.
- Bump PORTREVISION
Notes:
svn path=/head/; revision=134581
|
|
|
|
| |
Notes:
svn path=/head/; revision=134567
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=134017
|
|
|
|
|
|
|
|
|
| |
- use LDFLAGS instead of -lm
Submitted by: kwm via irc [1]
Notes:
svn path=/head/; revision=133939
|
|
|
|
| |
Notes:
svn path=/head/; revision=133844
|
|
|
|
|
|
|
| |
Build test by: pav
Notes:
svn path=/head/; revision=127967
|
|
|
|
|
|
|
|
| |
Tested by: pav (amd64)
Reported by: pointyhat
Notes:
svn path=/head/; revision=127750
|
|
|
|
| |
Notes:
svn path=/head/; revision=127354
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=127267
|
|
|
|
| |
Notes:
svn path=/head/; revision=126903
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=126901
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=126397
|
|
|
|
| |
Notes:
svn path=/head/; revision=126191
|
|
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
Notes:
svn path=/head/; revision=126189
|