Age | Commit message (Expand) | Author |
2011-10-20 | Merge pull request #80 from DrMcCoy/newbitstream | Eugene Sandulenko |
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: Fix Cinepak variant detection | Matthew Hoops |
2011-10-07 | VIDEO: Ensure audio paused status remains after a QuickTime seek | Matthew Hoops |
2011-10-02 | VIDEO: Add missing include to bink_decoder.h | Einar Johan T. Sømåen |
2011-09-18 | VIDEO: Fix Bink bundle count lenghts to be computed like ffmpeg does. | Bastien Bouclet |
2011-08-28 | VIDEO: Use the BitStream implementation in Common | Sven Hesse |
2011-08-27 | COMMON: Rewrite BitStream as a template | Sven Hesse |
2011-08-06 | VIDEO: Remove incorrect TO_LE_16 calls from Bink audio code. | Alyssa Milburn |
2011-07-24 | VIDEO: Don't depend on IEEE floats for Bink audio | Sven Hesse |
2011-07-19 | JANITORIAL: Fix MSVC warnings | Littleboy |
2011-07-19 | VIDEO: Fix typo with last commit | Matthew Hoops |
2011-07-19 | VIDEO: Better handle failing loading Smacker videos | Matthew Hoops |
2011-07-19 | VIDEO: Use C++ versions of exp/ldexp | Matthew Hoops |
2011-07-19 | BINK decoder: Fixed compilation with MSVC | Filippos Karapetis |
2011-07-19 | COMMON: Renamed Integer Log2 function from log2 to intLog2. | D G Turner |
2011-07-18 | Merge pull request #50 from clone2727/bink | clone2727 |
2011-07-13 | BUILD: Allow for disabling Bink support | Matthew Hoops |
2011-07-02 | VIDEO: Add more to the BinkDecoder class comment | Matthew Hoops |
2011-07-02 | VIDEO: Remember to call reset() from BinkDecoder::close() | Matthew Hoops |
2011-07-02 | VIDEO: Fix mismatched new[]/free | Matthew Hoops |
2011-07-02 | VIDEO: Cleanup Bink a bit | Matthew Hoops |
2011-07-03 | COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined. | Johannes Schickel |
2011-07-02 | VIDEO: Fix Bink RDFT stereo | Matthew Hoops |
2011-07-02 | VIDEO: Remove Bink header check from Smacker | Matthew Hoops |
2011-07-02 | VIDEO: Add Bink video decoder | 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-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 |