summaryrefslogtreecommitdiffstats
path: root/libaf/af_format.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-111-0/+5
* Add and use AF_FORMAT_IS_AC3 macro.reimar2010-01-111-0/+2
* Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,reimar2010-01-111-1/+1
* Mark AC3 as 16-bit format, this simplifies alignment calculation and fixesreimar2010-01-021-1/+1
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-2/+2
* WORDS_BIGENDIAN is defined/undefined, not 0/1.diego2009-01-261-1/+1
* Replace informal license notices by standard license headerdiego2009-01-051-3/+21
* Get rid of pointless 'extern' keywords.diego2008-12-031-6/+6
* Replace silly check for config.h inclusion, just include it.diego2008-02-241-3/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+4
* Replace multiple inclusion guards with leading underscores by default names.diego2008-01-011-3/+3
* cosmetics: misc typo fixesdiego2007-09-251-1/+1
* Change value used to indicate "unknown audio format" from 0 to -1.uau2006-11-081-0/+2
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-161-3/+3
* af_format.h needs config.h to be included first.reimar2005-01-121-0/+4
* af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i...alex2005-01-031-0/+2
* af_fmt2str_shortalex2004-12-281-0/+1
* removing AFMT_ dependancyalex2004-12-271-9/+61
* reimplementation of the pl_extrastereo and pl_volnorm pluginsalex2004-10-041-1/+1
* export fmt2str()arpi2003-01-181-0/+3
* New features:anders2002-11-121-0/+32