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
/
svq1.cpp
Age
Commit message (
Expand
)
Author
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-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-04-14
GRAPHICS: Make YUV410 conversion code use bilinear interpolation
Matthew Hoops
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