aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/smk_decoder.cpp
AgeCommit message (Expand)Author
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-10-27TOON: fix some evaluation order bugs in smacker decoderFlorian Kagerer
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-10-09VIDEO: Remove useless references in handleAudioTrack functionSylvain Dupont
2010-10-08VIDEO: Factor out handleAudioTrack() to be used by Toons engineEugene Sandulenko
2010-09-12VIDEO: Fix rounding the Smacker frame rateMatthew Hoops
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn
2010-05-31Fix our interpretation of the audio compression types to what FFmpeg currentl...Matthew Hoops
2010-05-31Ignore v2 compressed audio chunks instead of treating them as Huffman DPCM. S...Matthew Hoops
2010-05-23FFMpeg switched to Git, so update link to original smacker decoder.Eugene Sandulenko
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-09Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...Max Horn
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Switch Tinsel, MADE and some of the video players to QueuedAudioStreamMax Horn
2009-07-29Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundTypeSven Hesse
2009-06-07Changed the bitstream buffer used to initialize the big Huffman trees to be a...Filippos Karapetis
2009-06-07FormattingFilippos Karapetis
2009-06-07Applied madmoose's patch from bug report #2794216 - "Loading large Smacker mo...Filippos Karapetis
2009-05-26Reserve some space in the Huffman tree arrays before starting to decode the H...Filippos Karapetis
2009-05-21Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're...Filippos Karapetis