aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/aac.h
AgeCommit message (Collapse)Author
2011-10-28AUDIO: Adapt include guard names to the "new" directory name.Johannes Schickel
2011-08-06JANITORIAL: Remove SVN keywordsEugene Sandulenko
2011-07-10AUDIO: Fix remaining AAC bugs by decoding with the same AAC contextMatthew Hoops
This introduces a new Audio::Codec class, based on DrMcCoy's solution for WMA in eos.
2011-06-07AUDIO: Clarify makeAACStream() usageMatthew Hoops
So we don't have anyone calling the function or attempting to make the AAC code seekable or anything crazy like that.
2011-04-10AUDIO: Add support for AAC audioMatthew Hoops