aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/quicktime.h
AgeCommit message (Collapse)Author
2012-08-31ALL: Mark off some things as used by PegasusMatthew Hoops
2011-08-06JANITORIAL: Remove SVN keywordsEugene Sandulenko
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-06-07AUDIO: Remove tabs from comment spacingMatthew Hoops
2011-04-14AUDIO: Split the QuickTimeAudioDecoder into a new header fileMatthew Hoops
(Mirroring the new adpcm_intern.h file)
2011-04-12AUDIO: Fix QuickTime/MPEG-4 seekingMatthew Hoops
MPEG-4 seeking was broken while QuickTime seeking was extremely slow. All is fixed now
2011-04-10ALL: Add/update some commentsMatthew Hoops
2011-04-08COMMON: Parse the MPEG-4 esds atomMatthew Hoops
2011-04-08COMMON: Add a DisposeAfterUse flag to QuickTimeParserMatthew Hoops
2011-04-08AUDIO: Allow for seeking in a QuickTimeAudioStreamMatthew Hoops
2011-04-07AUDIO: Split QuickTime audio into a new classMatthew Hoops
Standalone QuickTime files can now be played as an AudioStream