Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This mainly fixes the Bitstream to Big Endian, MSB to LSB. | |||
2012-04-08 | VIDEO: Migrate SVQ1 codec WIP to Common::BitStream. | D G Turner | |
2012-04-08 | VIDEO: Hookup SVQ1 codec to build system and QT Decoder. | D G Turner | |
2012-04-08 | VIDEO: Add initial framework and data tables for Sorenson SVQ1 decoder. | D G Turner | |
This is based on the SVQ1 decoder from FFMPEG. | |||
2012-03-20 | GRAPHICS: Convert JPEG to the ImageDecoder API | Matthew Hoops | |
2012-03-19 | AUDIO: Add support for multiple QuickTime audio tracks | Matthew Hoops | |
This also cleans up the QuickTime audio code to make it a bit more manageable too | |||
2012-02-23 | Merge pull request #171 from clone2727/psx-stream-2 | Willem Jan Palenstijn | |
This is a manual merge based on clone2727's merge of his branch with the sword1 subtitle changes on master. | |||
2012-02-23 | VIDEO: Clarify which PSX streams we can play | Matthew Hoops | |
2012-02-23 | VIDEO: Make PSX streams calculate frame timing solely from CD speed | Matthew Hoops | |
BS2 videos now play at the proper rate and BS1 videos have improved a/v sync. | |||
2012-02-23 | VIDEO: Implement PSX stream v3 frame support | Matthew Hoops | |
2012-02-23 | VIDEO: Add a PlayStation stream decoder | Matthew Hoops | |
To be used for sword1/sword2 PSX video playback | |||
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2012-02-11 | VIDEO: Remove unused variable | Willem Jan Palenstijn | |
2012-02-09 | VIDEO: Fix the BINK decoder to play file whose width is 24px | Bastien Bouclet | |
See https://ffmpeg.org/trac/ffmpeg/ticket/962 | |||
2012-01-09 | VIDEO: Small refactoring of the Bink Decoder | Bastien Bouclet | |
This allows subclassing the Bink decoder to add seeking support | |||
2011-12-28 | VIDEO: Fix cppcheck warnings about possible NULL pointer use. | Torbjörn Andersson | |
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 | |
Fixes videos where the audio track length is smaller than the video track length. | |||
2011-11-27 | VIDEO: Rewrite VMD audio streaming | Matthew Hoops | |
Audio is now decoded in AudioStream classes instead of being decoded ahead of time and then queued. | |||
2011-11-21 | ALL: Remove unnecessary forward declarations. | Christoph Mallon | |
2011-10-20 | Merge pull request #80 from DrMcCoy/newbitstream | Eugene Sandulenko | |
COMMON: Rewrite Common::BitStream as a template | |||
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 | |
Fixes several movies in Myst 3. | |||
2011-08-28 | VIDEO: Use the BitStream implementation in Common | Sven Hesse | |
Removing/Replacing the custom implementation | |||
2011-08-27 | COMMON: Rewrite BitStream as a template | Sven Hesse | |
This rewrites BitStream as a template, allowing for more different memory layouts of the actual bit data. | |||
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 | |
- Conversion from double to float - Unary minus operator applied to unsigned type - ARRAYSIZE redefinition | |||
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 | |
Should fix compilation on Mac PPC, and MinGW32 on buildbot | |||
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 | |
This avoids naming collisions with system libraries on some platforms i.e. DS, DC where the log2 is realised by macro. | |||
2011-07-18 | Merge pull request #50 from clone2727/bink | clone2727 | |
Add support for Bink video to SCUMM HE | |||
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 | |
- Fix playing videos back-to-back - Silence a cast warning | |||
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 | |
Thanks to DrMcCoy | |||
2011-07-02 | VIDEO: Remove Bink header check from Smacker | Matthew Hoops | |
2011-07-02 | VIDEO: Add Bink video decoder | Matthew Hoops | |
Based on eos' code which is in turn based on FFmpeg's code | |||
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-03 | COMMON: Cleanup QuickTime variable and struct naming | Matthew Hoops | |