Bug 71133 - [NEW PORT] multimedia/gavl: A library for handling uncompressed video and audio data
Summary: [NEW PORT] multimedia/gavl: A library for handling uncompressed video and aud...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 03:00 UTC by Michael Johnson
Modified: 2004-10-14 00:24 UTC (History)
0 users

See Also:


Attachments
gavl-0.2.0.shar (6.42 KB, text/plain)
2004-08-30 03:00 UTC, Michael Johnson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!