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
/
codecs
Age
Commit message (
Expand
)
Author
2013-09-03
VIDEO: Fix memory leak in TrueMotion1 header buffer
richiesams
2013-08-03
VIDEO: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
VIDEO: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2013-07-14
JANITORIAL: Remove trailing whitespace
Sven Hesse
2013-07-05
Merge pull request #343 from clone2727/mpeg2-avi
clone2727
2013-06-30
VIDEO: Fix Indeo3 luma scale
Matthew Hoops
2013-06-30
VIDEO: Switch Indeo3 decoding to using the common YUV410 conversion code
Matthew Hoops
2013-06-30
VIDEO: Add hypothetical 32bpp support
Sven Hesse
2013-06-19
VIDEO: Add an MPEG 1/2 decoder
Matthew Hoops
2013-04-18
VIDEO: Remove unused CDToonsDecoder::_currentFrame member var
Max Horn
2013-01-24
JANITORIAL: Fix ){ -> ) {
Einar Johan Trøan Sømåen
2012-12-04
VIDEO: Add some documentation to Codec and its derivatives
Matthew Hoops
2012-12-04
VIDEO: Improve performance of the Cinepak decoder
Matthew Hoops
2012-11-18
VIDEO: Fix SVQ1 videos to error out on B Frames.
D G Turner
2012-11-18
VIDEO: Fix compiler warning in SVQ1 codec.
D G Turner
2012-11-14
VIDEO: Improve a Cinepak heuristic
Matthew Hoops
2012-09-19
VIDEO: Fix SVQ1 color on right/bottom borders
Matthew Hoops
2012-09-18
GRAPHICS: Implement different luminance ranges
Matthew Hoops
2012-09-17
GRAPHICS: Rework YUV->RGB code a bit
Matthew Hoops
2012-08-27
Revert "VIDEO: Rework SVQ1 codebooks so they're endian-safe"
Matthew Hoops
2012-06-12
VIDEO: Make rpza decode to its own pixel format
Matthew Hoops
2012-06-11
VIDEO: Cleanup QTRLE
Matthew Hoops
2012-04-14
GRAPHICS: Make YUV410 conversion code use bilinear interpolation
Matthew Hoops
2012-04-14
VIDEO: Change 'class' to 'struct' to match declaration
Ori Avtalion
2012-04-08
VIDEO: Clean up the SVQ1 code
Matthew Hoops
2012-04-08
VIDEO: Minor update to SVQ1 decoder, reversing sense of return flags.
D G Turner
2012-04-08
VIDEO: Fix SVQ1 plane pitch
Matthew Hoops
2012-04-08
VIDEO: Minor updates to SVQ1 decoder, mainly return flags to bool.
D G Turner
2012-04-08
VIDEO: Change SVQ1 decoder to skip rather than decode embedded string.
D G Turner
2012-04-08
VIDEO: Fix segfaults on different sized SVQ1 frames
Matthew Hoops
2012-04-08
VIDEO: Fix endian issue with SVQ1
Matthew Hoops
2012-04-08
VIDEO: Add Missing Half-Pel Motion Compensation Code to SVQ1 Codec.
D G Turner
2012-04-08
VIDEO: Rework SVQ1 codebooks so they're endian-safe
Matthew Hoops
2012-04-08
VIDEO: Workaround for out of buffer accesses in SVQ1 codec.
D G Turner
2012-04-08
VIDEO: Correct delete type in SVQ1 decoder.
D G Turner
2012-04-08
VIDEO: Correct SVQ1 Header Decoding and Last Frame Buffering.
D G Turner
2012-04-08
VIDEO: Rewrite the SVQ1 VLC code to use Common::Huffman
Matthew Hoops
2012-04-08
VIDEO: SVQ1 - Add table_size default setting for VLC Table setup.
D G Turner
2012-04-08
VIDEO: Fix remaining missing code (getVlc2()) in SVQ1 Codec.
D G Turner
2012-04-08
VIDEO: Add remaining SVQ1 code derived from FFMPEG.
D G Turner
2012-04-08
VIDEO: Corrected minor mistake in SVQ1 decoder.
D G Turner
2012-04-08
VIDEO: Update SVQ1 WIP with minor corrections.
D G Turner
2012-04-08
VIDEO: Migrate SVQ1 codec WIP to Common::BitStream.
D G Turner
2012-04-08
VIDEO: Add initial framework and data tables for Sorenson SVQ1 decoder.
D G Turner
2012-03-20
GRAPHICS: Convert JPEG to the ImageDecoder API
Matthew Hoops
2011-11-21
ALL: Remove unnecessary forward declarations.
Christoph Mallon
2011-10-07
VIDEO: Fix Cinepak variant detection
Matthew Hoops
2011-07-03
COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined.
Johannes Schickel
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-31
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
[next]