Age | Commit message (Expand) | Author |
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-06-01 | ALL: Removed last traces of the MPEG2 code | Max Horn |
2011-05-31 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops |
2011-05-25 | BUILD: Always enable indeo3 codec | Max Horn |
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-03 | VIDEO: Cleanup mixed array / type declaration | Max Horn |
2011-05-01 | VIDEO: Fix flic decoder not including rect.h which is used inline | Ori Avtalion |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | VIDEO: Fix compilation on SCUMM_BIG_ENDIAN backends | Ori Avtalion |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | VIDEO: Fix incorrect, renamed, guard for TrueMotion1 support | Ori Avtalion |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-04-17 | VIDEO: Set up the pixel format for the TrueMotion1 codec properly. | Johannes Schickel |
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel |
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-14 | AUDIO: Split the QuickTimeAudioDecoder into a new header file | Matthew Hoops |
2011-04-14 | ALL: colour -> color | Max Horn |
2011-04-13 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops |
2011-04-13 | VIDEO: Use shared ADPCM data tables in VMDDecoder | Max Horn |
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-03-29 | JANITORIAL: Remove/comment unused vars | dhewg |
2011-03-29 | VIDEO: Add a workaround for the Inca 2 wisdom gate video | Sven Hesse |
2011-03-29 | VIDEO: Fix deLZ77() bound check | Sven Hesse |
2011-03-21 | VIDEO: Add a getDuration() function to SeekableVideoDecoder | Matthew Hoops |
2011-03-19 | VIDEO: Changed several places that use PI to use M_PI instead | md5 |
2011-02-15 | Merge branch 'master' into osystem-palette | Johannes Schickel |
2011-02-15 | VIDEO: Adapt VideoDecoder::setSystemPalette to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-15 | VIDEO: Add some stubs for QuickTime edit list work | Matthew Hoops |
2011-02-11 | VIDEO: Add another AVI stream type used by Indeo3 | Matthew Hoops |
2011-02-11 | VIDEO: Fix QDM2 audio | Matthew Hoops |
2011-02-11 | VIDEO: Fix QuickTime audio seeking | Matthew Hoops |
2011-02-10 | VIDEO: Added some skipping when bad data is found in Indeo3 | Sylvain Dupont |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-09 | VIDEO: Remove unused SeekableVideoDecoder::seekToFrame method | Max Horn |
2011-02-09 | VIDEO: In overloaded methods, invoke correct parent implementation | Max Horn |
2011-02-08 | VIDEO: Fix the documentation of VideoDecoder::setSystemPalette. | Johannes Schickel |
2011-02-08 | VIDEO: Fix the documentation of VideoDecoder::getPalette. | Johannes Schickel |