index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
video
/
flic_decoder.cpp
Age
Commit message (
Expand
)
Author
2019-11-30
VIDEO: Fix Missing Default Switch Cases
D G Turner
2018-06-15
VIDEO: fix rewinding of FLIC files
whiterandrek
2018-05-17
VIDEO: FLIC: Fix decoding of BYTE_RUN/FLI_BRUN chunks
whiterandrek
2016-10-03
VIDEO: Allow parts of the FLIC decoder to be overriden by child classes
Filippos Karapetis
2014-04-11
VIDEO: Use || instead of the currently incorrect &&
Joel Teichroeb
2014-02-18
VIDEO: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
VIDEO: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
VIDEO: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2012-12-26
VIDEO: Add support for missing copyFrame type in FLIC decoder.
D G Turner
2012-08-25
VIDEO: Remove obsolete FIXME in the FLIC code
Matthew Hoops
2012-08-12
VIDEO: Convert FlicDecoder to the new AdvancedVideoDecoder API
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
VIDEO: Prefer Surface::create taking a PixelFormat over the one taking a byte...
Johannes Schickel
2011-02-09
VIDEO: In overloaded methods, invoke correct parent implementation
Max Horn
2011-02-07
VIDEO: Rename VideoDecoder::load() to loadStream()
Max Horn
2011-01-23
VIDEO: Move video classes to Video:: namespace
Eugene Sandulenko
2011-01-23
GRAPHICS: Move graphics/video/ to video/. Step 2/2
Eugene Sandulenko
2011-01-23
GRAPHICS: Move graphics/video/ to video/. Step 1/2
Eugene Sandulenko