Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 0.0.20050125 | Michael Johnson | 2005-01-26 | 1 | -1/+2 |
| | | | | Notes: svn path=/head/; revision=127354 | ||||
* | Add x264 | Michael Johnson | 2005-01-12 | 1 | -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 |