aboutsummaryrefslogtreecommitdiff
path: root/video
AgeCommit message (Collapse)Author
2011-03-21VIDEO: Add a getDuration() function to SeekableVideoDecoderMatthew Hoops
This function returns the total duration of the video
2011-03-19VIDEO: Changed several places that use PI to use M_PI insteadmd5
2011-02-15Merge branch 'master' into osystem-paletteJohannes Schickel
Conflicts: backends/platform/wii/osystem_gfx.cpp
2011-02-15VIDEO: Adapt VideoDecoder::setSystemPalette to setPalette RGBA->RGB change.Johannes Schickel
2011-02-15VIDEO: Add some stubs for QuickTime edit list workMatthew Hoops
The edit lists are actually read in now. Minor cleanup of streams as well.
2011-02-11VIDEO: Add another AVI stream type used by Indeo3Matthew Hoops
svn-id: r55886
2011-02-11VIDEO: Fix QDM2 audioMatthew Hoops
A regression from r55474 svn-id: r55882
2011-02-11VIDEO: Fix QuickTime audio seekingMatthew Hoops
svn-id: r55877
2011-02-10VIDEO: Added some skipping when bad data is found in Indeo3Sylvain Dupont
Some Urban Runner videos are badly encoded and contain corrupted data. When the decoder realizes that there is some bad data, it skips the rest of the frame. The original Indeo3 DLL decoder does the same. svn-id: r55876
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850
2011-02-09VIDEO: Remove unused SeekableVideoDecoder::seekToFrame methodMax Horn
svn-id: r55844
2011-02-09VIDEO: In overloaded methods, invoke correct parent implementationMax Horn
This should not cause any code behavior changes at this time, but if any of the intermediate VideoDecoder classes ever starts to overload stuff, this would become important. svn-id: r55841
2011-02-08VIDEO: Fix the documentation of VideoDecoder::setSystemPalette.Johannes Schickel
svn-id: r55836
2011-02-08VIDEO: Fix the documentation of VideoDecoder::getPalette.Johannes Schickel
svn-id: r55835
2011-02-07VIDEO: Replace Video::VideoTimestamp with Audio::TimestampMax Horn
svn-id: r55814
2011-02-07typoMax Horn
svn-id: r55812
2011-02-07VIDEO: Try to clarify VideoDecoder docs a bitMax Horn
Also re-arranged the methods a bit, into what I hope is a slightly more logical ordering. svn-id: r55811
2011-02-07VIDEO: Rename VideoDecoder::load() to loadStream()Max Horn
svn-id: r55810
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
svn-id: r55806
2011-02-07VIDEO: Inline SMK paletteMax Horn
svn-id: r55805
2011-02-07VIDEO: Fix a leak in the Smacker decoder.Alyssa Milburn
If audio was not yet started when a video was closed, the audio stream would be leaked. svn-id: r55802
2011-01-24VIDEO: Fix a gfx glitchSven Hesse
Visible in some Inca 2 videos svn-id: r55505
2011-01-24VIDEO: Don't fill empty sound slices at the endSven Hesse
svn-id: r55502
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
svn-id: r55479
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 2/2Eugene Sandulenko
svn-id: r55474
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
svn-id: r55473