aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/mpeg_player.cpp
AgeCommit message (Collapse)Author
2010-08-09LEGAL: Add COPYING.BSD fileTorbjörn Andersson
Reword the disclaimer at the top of COPYING.LGPL, as it sounds a bit awkward to me. Move the BSD-like license to the top of mpeg_player.cpp (it still points out that only parts of the file are under that license) because that's where COPYING.BSD tells the reader to look. svn-id: r51939
2010-03-08Remove unnecessary #includesMax Horn
svn-id: r48185
2009-07-14Got rid of ioFailed(). I haven't actually tested it, but we don't use the MPEGTorbjörn Andersson
decoder at the moment, and it was only used in the BACKEND_8BIT case anyway. svn-id: r42484
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
svn-id: r35995
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ↵Max Horn
into methods, and added an operator== svn-id: r35993
2008-12-21Move all video players to separate directoryEugene Sandulenko
svn-id: r35470