scummvm/graphics/video
Torbjörn Andersson 4818467908 Silenced some more cppcheck warnings. Some of these may seem silly, but the way
I figure it the changes are harmless at worst, and making them will make it
easier to find real errors in the (still quite long) list of warnings.

svn-id: r47443
2010-01-22 19:05:02 +00:00
..
codecs Converting AVIPlayer into a class that inherits from VideoDecoder and adapt SCI to use this. Also, moving the codec and Codec class into their own folder. (Based on a patch by md5) 2009-10-16 18:05:56 +00:00
coktelvideo Move raw audio flags from sound/mixer.h to sound/raw.h 2010-01-19 22:30:33 +00:00
avi_decoder.cpp Move raw audio flags from sound/mixer.h to sound/raw.h 2010-01-19 22:30:33 +00:00
avi_decoder.h Rename QueuedAudioStream to QueuingAudioStream 2010-01-08 22:06:04 +00:00
dxa_decoder.cpp Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
dxa_decoder.h Fix incorrectly placed doxygen comments; replace Common::ID2string by Common::tag2string 2009-11-24 22:08:34 +00:00
flic_decoder.cpp Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're decoders, not players 2009-05-21 13:02:56 +00:00
flic_decoder.h Typo 2009-11-25 08:07:20 +00:00
mpeg_player.cpp Got rid of ioFailed(). I haven't actually tested it, but we don't use the MPEG 2009-07-14 16:45:18 +00:00
mpeg_player.h Add missing ")" in #if check. 2009-11-11 14:28:07 +00:00
smk_decoder.cpp Move raw audio flags from sound/mixer.h to sound/raw.h 2010-01-19 22:30:33 +00:00
smk_decoder.h Rename QueuedAudioStream to QueuingAudioStream 2010-01-08 22:06:04 +00:00
video_player.cpp Silenced some more cppcheck warnings. Some of these may seem silly, but the way 2010-01-22 19:05:02 +00:00
video_player.h Added a new convenience method to the video player, which adds the event of skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used 2009-10-16 07:42:23 +00:00