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
/
qt_decoder.cpp
Age
Commit message (
Expand
)
Author
2012-02-11
VIDEO: Remove unused variable
Willem Jan Palenstijn
2011-12-12
VIDEO: Add support for QuickTime video track edit lists
Matthew Hoops
2011-12-12
VIDEO: Fix QuickTime audio track ends
Matthew Hoops
2011-10-07
VIDEO: Ensure the sample to chunk index remains valid
Matthew Hoops
2011-10-07
VIDEO: Fix getNextFramePacket() to actually be efficient
Matthew Hoops
2011-10-07
VIDEO: Ensure audio paused status remains after a QuickTime seek
Matthew Hoops
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-03
COMMON: Cleanup QuickTime variable and struct naming
Matthew Hoops
2011-06-02
COMMON: Begin objectifying QuickTimeParser::SampleDesc further
Matthew Hoops
2011-05-31
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-11
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
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::format over Surface::bytesPerPixel.
Johannes Schickel
2011-04-17
VIDEO: Prefer Surface::create taking a PixelFormat over the one taking a byte...
Johannes Schickel
2011-04-14
VIDEO: Fix QuickTime videos without a video stream
Matthew Hoops
2011-04-13
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-04-08
COMMON: Add a DisposeAfterUse flag to QuickTimeParser
Matthew Hoops
2011-04-08
AUDIO: Allow for seeking in a QuickTimeAudioStream
Matthew Hoops
2011-04-07
AUDIO: Split QuickTime audio into a new class
Matthew Hoops
2011-04-07
VIDEO: Cleanup
Matthew Hoops
2011-04-07
VIDEO: Split the QuickTime parser from the QuickTime VideoDecoder
Matthew Hoops
2011-04-06
VIDEO: Begin splitting video-specific QuickTime sample description code
Matthew Hoops
2011-04-06
VIDEO: Fix broken for statement
Matthew Hoops
2011-04-06
VIDEO: Allow MPEG-4 containers to be parsed
Matthew Hoops
2011-02-15
VIDEO: Add some stubs for QuickTime edit list work
Matthew Hoops
2011-02-11
VIDEO: Fix QDM2 audio
Matthew Hoops
2011-02-11
VIDEO: Fix QuickTime audio seeking
Matthew Hoops
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-09
VIDEO: In overloaded methods, invoke correct parent implementation
Max Horn
2011-02-07
VIDEO: Replace Video::VideoTimestamp with Audio::Timestamp
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