Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Standalone QuickTime files can now be played as an AudioStream | |||
2011-04-07 | VIDEO: Cleanup | Matthew Hoops | |
The VideoDecoder interface to the QuickTimeParser uses almost entirely ScummVM code now, with only trace amounts remaining from FFmpeg. | |||
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 | |
The edit lists are actually read in now. Minor cleanup of streams as well. | |||
2011-02-11 | VIDEO: Fix QDM2 audio | Matthew Hoops | |
A regression from r55474 svn-id: r55882 | |||
2011-02-11 | VIDEO: Fix QuickTime audio seeking | Matthew Hoops | |
svn-id: r55877 | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-09 | VIDEO: In overloaded methods, invoke correct parent implementation | Max Horn | |
This should not cause any code behavior changes at this time, but if any of the intermediate VideoDecoder classes ever starts to overload stuff, this would become important. svn-id: r55841 | |||
2011-02-07 | VIDEO: Replace Video::VideoTimestamp with Audio::Timestamp | Max Horn | |
svn-id: r55814 | |||
2011-02-07 | VIDEO: Rename VideoDecoder::load() to loadStream() | Max Horn | |
svn-id: r55810 | |||
2011-01-23 | VIDEO: Move video classes to Video:: namespace | Eugene Sandulenko | |
svn-id: r55479 | |||
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 2/2 | Eugene Sandulenko | |
svn-id: r55474 | |||
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 1/2 | Eugene Sandulenko | |
svn-id: r55473 |