aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gmerlin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.4.1Dmitry Marakasov2009-08-121-4/+21
| | | | | | | | PR: 137666 Submitted by: Martin Matuska <mm@FreeBSD.org> Notes: svn path=/head/; revision=239363
* - Update gavl to 1.1.1Martin Matuska2009-08-111-1/+1
| | | | | | | - Bump library version on depending ports Notes: svn path=/head/; revision=239308
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Add USE_LDCONFIGDmitry Marakasov2008-11-091-0/+2
| | | | Notes: svn path=/head/; revision=222638
* Gmerlin is a multimedia framework, which allows you to quicklyDmitry Marakasov2008-11-091-0/+196
develop multimedia applications. It is built upon gavl (for low level Audio/Video things) and libxml2 (for loading and saving configuration data and other things). The gmerlin API can be used at multiple levels: Either you take the basic things like plugins, fifos, message-queues and gavl audio/video converters and build your own media engine. The other possibility is to use the player or transcoder engines directly. The latter approach is probably easier, but you'll have less freedom in controlling the process. Gmerlin includes GUI player with mediatree and a GUI transcoder among other things. WWW: http://gmerlin.sourceforge.net/ Notes: svn path=/head/; revision=222602