Bug 71133

Summary: [NEW PORT] multimedia/gavl: A library for handling uncompressed video and audio data
Product: Ports & Packages Reporter: Michael Johnson <ahze>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gavl-0.2.0.shar none

Description Michael Johnson 2004-08-30 03:00:46 UTC
Gavl (Gmerlin Audio Video Library) is a library for handling
uncompressed video and audio data.
                            
Support:
 Colorspaces: RGB and BGR formats with 15, 16, 24 and 32 bpp, RGBA (32 bpp),
  YUY2,  Planar YUV formats: 4:2:0, 4:2:2, 4:4:4 with both MPEG and JPEG 
  quantization.

 Alpha blending with user defined background color

 Audio PCM formats: 8 and 16 bit signed and unsigned, 32 bit signed, floating
  point. Byte order is always machine native.

 Support for currently 6 audio channels (can easily be extended).  Support for
  speaker configurations. Downmixing, upmixing and  reordering of channels is
  done by the audio converter.

 Audio channels can be interleaved or not.

 Generic time type (64 bit, us precision) and routines for converting 
  frame/sample counts to time values and vice versa.

WWW:	http://gmerlin.sourceforge.net

Generated with FreeBSD Port Tools 0.63
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-10-14 00:24:47 UTC
State Changed
From-To: open->closed

Committed, thanks!