summaryrefslogtreecommitdiff
path: root/graphics/mpeg_encode/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2004-02-24Moved to the multimedia category.jmmv1-9/+0
2003-10-20Don't call exit(3) without arg. No idea why the compiler ate that before,hubertf1-1/+2
but in -current with gcc 3.x that's definitely a (valid) error. Noted in PR 23197 by Harry Waddell, caravan.com BANG waddell.
2002-02-12buildlinkifydillo1-2/+2
2001-09-22 * Note in the manpage that there's a problem in the jpeg handling codehubertf1-1/+2
* Install the manpage * Bump version to mpeg_encode-1.5bnb1 Fixes PR 14043
2001-05-14Add mpeg_encode-1.5b: The Parallel Berkeley MPEG Encoderhubertf1-0/+7
The primary focus of MPEG encoding algorithms is 1) To create fast and efficient motion vector search techniques and 2) To find "good" encoding parameters that provide a balance of encoding speed, compression and quality. The Berkeley encoder accelerates the process by parallelizing in the temporal direction. The overall organization of the encoder is shown in Figure 2. The Master server is the overall coordinator. It allocates groups of frames to the Slave servers for encoding. The sharing of the files is achieved best, if the directories containing the video files are NFS mounted and accessible uniformly to all processors (alternatively they can be sent out though sockets by the Master). The various activities are managed by inter process communication through sockets.