aboutsummaryrefslogtreecommitdiff
path: root/multimedia/x264-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Add missing configure args.Michael Johnson2005-05-041-0/+1
| | | | Notes: svn path=/head/; revision=134582
* - Add new OPTION, WITH_GPAC, on by default. This enables you toMichael Johnson2005-05-041-3/+9
| | | | | | | | export H.264 media in mpeg4 wrapper. - Bump PORTREVISION Notes: svn path=/head/; revision=134581
* - Fix debug support, it was backwards.Michael Johnson2005-05-031-1/+1
| | | | Notes: svn path=/head/; revision=134567
* - Attempt to fix build on amd64 by disabling MMX/SSE code.Michael Johnson2005-04-231-5/+9
| | | | | | | | | | | 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
* - Add support for sparc64 [1]Michael Johnson2005-04-222-3/+14
| | | | | | | | | - use LDFLAGS instead of -lm Submitted by: kwm via irc [1] Notes: svn path=/head/; revision=133939
* - Update to 0.0.20050421 (cvs snapshot)Michael Johnson2005-04-215-89/+70
| | | | Notes: svn path=/head/; revision=133844
* Fix build on at least amd64 and maybe others.Michael Johnson2005-02-032-13/+23
| | | | | | | Build test by: pav Notes: svn path=/head/; revision=127967
* - Readd ONLY_FOR_ARCHS=i386Michael Johnson2005-01-311-0/+2
| | | | | | | | Tested by: pav (amd64) Reported by: pointyhat Notes: svn path=/head/; revision=127750
* - Update to 0.0.20050125Michael Johnson2005-01-265-30/+67
| | | | Notes: svn path=/head/; revision=127354
* Utilize ONLY_FOR_ARCHS for i386 for the time being.Michael Johnson2005-01-251-0/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=127267
* - Link to ASM files so shared library actually works.Michael Johnson2005-01-201-1/+1
| | | | Notes: svn path=/head/; revision=126903
* - Build and install Shared libraryMichael Johnson2005-01-202-5/+36
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=126901
* Attempt to fix build on amd64Michael Johnson2005-01-141-2/+4
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=126397
* Install forgotten header fileMichael Johnson2005-01-121-0/+2
| | | | Notes: svn path=/head/; revision=126191
* Add x264Michael Johnson2005-01-124-0/+88
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