Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-05 | Workaround issue in Graphics::Surface code on Haiku | Max Horn | |
svn-id: r35745 | |||
2009-01-05 | Added a copyFrameToBuffer() method to the FLIC player too, like in the other ↵ | Filippos Karapetis | |
players svn-id: r35742 | |||
2009-01-05 | Added Doxygen-like comments to the FLIC player, and changed it a bit to have ↵ | Filippos Karapetis | |
similar method names as the DXA and Smacker players. Also, removed the convenience method hasFrames(), as it's the same as getFrameCount() > 0 svn-id: r35741 | |||
2009-01-05 | Removed unused reference to OSystem | Filippos Karapetis | |
svn-id: r35740 | |||
2009-01-03 | Proper lag calculation even if the SMK has no audio | Sven Hesse | |
svn-id: r35698 | |||
2009-01-01 | Cleanup. | Johannes Schickel | |
svn-id: r35657 | |||
2009-01-01 | Fingolfin says: If an #ifdef __SYMBIAN32__ is needed here, the Symbian folks ↵ | Max Horn | |
should add it. In the meantime, this FIXME comment serves no purpose :) svn-id: r35652 | |||
2008-12-31 | Removed Graphics::ImageMan. Nothing uses it | Max Horn | |
svn-id: r35638 | |||
2008-12-31 | Clarified some ImageMan doxygen comments | Max Horn | |
svn-id: r35629 | |||
2008-12-27 | Adding support for specifying an index that will be ignored when building ↵ | Sven Hesse | |
the PaletteLUT (for transparent values that should never be found) svn-id: r35584 | |||
2008-12-27 | Adding a magic id and a version number to the PaletteLUT cache | Sven Hesse | |
svn-id: r35582 | |||
2008-12-27 | Initializing the lookahead values, too. No more valgrind warnings anymore :) | Sven Hesse | |
svn-id: r35581 | |||
2008-12-27 | Fixing the invalid read (BitStream having a 2 byte lookahead and all :P) | Sven Hesse | |
svn-id: r35579 | |||
2008-12-27 | Turned FSNode into a ArchiveMember subclass; removed the now obsolete ↵ | Max Horn | |
FSDirectoryMember; moved FSDirectory from common/archive.h to common/fs.h svn-id: r35578 | |||
2008-12-27 | The BitStream class has a 2 byte lookahead. Hopefully, this will fix the ↵ | Filippos Karapetis | |
invalid reads in the audio stream svn-id: r35577 | |||
2008-12-26 | Fix for the SliderWidget glitch when showing very small values (and ↵ | Jordi Vilalta Prat | |
potentially for other small widgets) svn-id: r35557 | |||
2008-12-24 | Silenced signed/unsigned warning | Filippos Karapetis | |
svn-id: r35531 | |||
2008-12-24 | Documenting the dither code a bit more and removing SierraLight's not needed ↵ | Sven Hesse | |
height argument svn-id: r35530 | |||
2008-12-24 | Moving the dither code to graphics/ | Sven Hesse | |
svn-id: r35526 | |||
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat | |
svn-id: r35481 | |||
2008-12-22 | Fix the rendering of stroked tabs | Jordi Vilalta Prat | |
svn-id: r35479 | |||
2008-12-21 | Move all video players to separate directory | Eugene Sandulenko | |
svn-id: r35470 | |||
2008-12-21 | Fix warnings. | Travis Howell | |
svn-id: r35462 | |||
2008-12-21 | Fixed compilation | Filippos Karapetis | |
svn-id: r35461 | |||
2008-12-21 | Return exact frame rate in Smacker player, and minor cleanup. | Travis Howell | |
svn-id: r35458 | |||
2008-12-21 | Add initial Smacker support for The Feeble Files. | Travis Howell | |
svn-id: r35457 | |||
2008-12-19 | Hopefully fixed invalid buffer reads | Filippos Karapetis | |
svn-id: r35446 | |||
2008-12-19 | memset()ing the output image with 0 at the start | Sven Hesse | |
svn-id: r35438 | |||
2008-12-19 | Some slight cleanup | Filippos Karapetis | |
svn-id: r35435 | |||
2008-12-19 | Making curPos an uint32, so that it won't overflow anymore | Sven Hesse | |
svn-id: r35433 | |||
2008-12-19 | Fixing 16bit audio | Sven Hesse | |
svn-id: r35432 | |||
2008-12-19 | Adding convenience functions to get the time to wait for the next frame, ↵ | Sven Hesse | |
while keeping A/V sync svn-id: r35431 | |||
2008-12-18 | Fixing 8bit audio | Sven Hesse | |
svn-id: r35430 | |||
2008-12-18 | Oops, base values are read in the correct order now | Filippos Karapetis | |
svn-id: r35426 | |||
2008-12-18 | Audio support for Smacker videos. Audio doesn't sound right yet, though | Filippos Karapetis | |
svn-id: r35425 | |||
2008-12-18 | Fixed warnings. Hopefully without breaking anything. | Torbjörn Andersson | |
svn-id: r35420 | |||
2008-12-17 | Some more Smacker audio code (still non-functional) | Filippos Karapetis | |
svn-id: r35415 | |||
2008-12-17 | - Added some disabled code for Smacker audio support (still incomplete, not ↵ | Filippos Karapetis | |
working yet) - Made the _image buffer protected instead of private (in case it's coped directly to the screen and not an intermediate buffer) svn-id: r35411 | |||
2008-12-16 | - Some more comments | Filippos Karapetis | |
- The audio header is now decoded properly (still no audio support) svn-id: r35392 | |||
2008-12-16 | - Added some comments | Filippos Karapetis | |
- Removed _paletteDidChange, as the virtual setPalette() function is called back on every palette change - Some cleanup - Removed unused/unneeded functions and variables - Changed _frameTypes to hold bytes instead of 32-bit integers (since frame types are held within a byte) svn-id: r35391 | |||
2008-12-16 | Synced Smacker player with ffmpeg revision #16143 | Filippos Karapetis | |
svn-id: r35390 | |||
2008-12-15 | Initialize palette when loading a new Smacker file - all palette colors ↵ | Filippos Karapetis | |
should show correctly now svn-id: r35387 | |||
2008-12-15 | - Removed the blockRuns array | Filippos Karapetis | |
- Added some comments svn-id: r35386 | |||
2008-12-15 | Mirror last Smacker changes. | Travis Howell | |
svn-id: r35383 | |||
2008-12-15 | SMK player: do not include headers that are not needed, do not expose ↵ | Max Horn | |
internal _fileStream for no apparent reason svn-id: r35382 | |||
2008-12-15 | Adjust return values for HE games, when loading video file fails. | Travis Howell | |
svn-id: r35374 | |||
2008-12-15 | Ignore BINK files. | Travis Howell | |
svn-id: r35370 | |||
2008-12-14 | Avoid file leaking. | Travis Howell | |
svn-id: r35369 | |||
2008-12-14 | Enable Smacker support, and switch later HE games to Smacker support (since ↵ | Travis Howell | |
they aren't supported yet). svn-id: r35368 | |||
2008-12-14 | Add preliminary support for SMK player. Code is derived from ffmpeg. | Eugene Sandulenko | |
svn-id: r35366 |