aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/codec.h
AgeCommit message (Collapse)Author
2015-08-30AUDIO: Mark the old Codec class as deprecatedMatthew Hoops
Once QuickTime audio edits are rewritten to use PacketizedAudioStream, we can remove this class.
2011-07-10JANITORIAL: Remove svn keywords from audio/decoders/codec.hJohannes Schickel
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.