aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libaiff
Commit message (Collapse)AuthorAgeFilesLines
* - STAGE-cleangahr2014-01-303-3/+35
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | audio)
* - Get rid FreeBSD 6.X supportmiwi2011-11-071-7/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with A
* - Pass maintainership to gahrmiwi2009-05-111-1/+1
|
* - Fix malformed conditionalmiwi2009-02-041-1/+3
| | | | Reported by: Kenneth Lind
* - Fix buildmiwi2009-02-041-0/+11
|
* - Update to 5.0miwi2009-02-032-6/+13
|
* - Update to 3.0miwi2008-12-232-5/+5
| | | | - Take maintainership
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
| | | | Hat: portmgr
* Add port audio/libaiff:sat2006-09-153-0/+50
LibAiff is a library for C applications, providing transparent read and write operations for Audio Interchange File Format files. With LibAiff your application can easily use the Audio IFF format to interchange digital audio. LibAiff wants to implement all the features of the AIFF 1.3 standard, including markers, comments, etc. This version of LibAiff supports the following features: * Reading any valid Audio IFF file. * Writing a valid Audio IFF file. * Reading a compressed AIFF Compressed (AIFC) file with audio encoded in Linear PCM, both big-endian and little-endian. * Read & write samples in all formats supported by the Audio IFF standard. * Convert any sample format to and from 32 bits. * Getting and setting all the AIFF Attributes. * Reading and writing markers to positions on the sound. * Reading instrument data from AIFF files. WWW: http://aifftools.sourceforge.net/libaiff/