aboutsummaryrefslogtreecommitdiff
path: root/multimedia/x264/files
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.0.20050531Michael Johnson2005-06-031-8/+7
| | | | Notes: svn path=/head/; revision=136702
* - Attempt to fix build on alpha and maybe others.Michael Johnson2005-05-211-10/+14
| | | | | | | Repoted by: pointyhat via kris Notes: svn path=/head/; revision=135769
* - Update to 0.0.20050518Michael Johnson2005-05-191-14/+5
| | | | Notes: svn path=/head/; revision=135576
* - 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-213-70/+56
| | | | Notes: svn path=/head/; revision=133844
* Fix build on at least amd64 and maybe others.Michael Johnson2005-02-031-4/+17
| | | | | | | Build test by: pav Notes: svn path=/head/; revision=127967
* - Update to 0.0.20050125Michael Johnson2005-01-262-16/+54
| | | | Notes: svn path=/head/; revision=127354
* - 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-201-4/+27
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=126901
* Add x264Michael Johnson2005-01-121-0/+12
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