Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-24 | VIDEO: Use new BitStreamMemory class for PSXStreamDecoder | Willem Jan Palenstijn | |
2017-08-24 | COMMON: Remove BitStream base class to allow inlining calls | Willem Jan Palenstijn | |
All users of BitStream were in fact using a specific, hardcoded variant, so we can hardcode that variant, removing the need for virtual calls, and enabling inlining. | |||
2017-07-27 | VIDEO: Allow setting the mixer sound type used to play audio tracks | Bastien Bouclet | |
2014-02-18 | VIDEO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops | |
2012-07-21 | VIDEO: Move PSXStreamDecoder to the new VideoDecoder API | Matthew Hoops | |
2012-05-28 | VIDEO: Add volume/balance control to VideoDecoder | Matthew Hoops | |
2012-05-12 | VIDEO: Change getElapsedTime() into getTime() | Matthew Hoops | |
This name change accompanies a slight meaning change; now it means the current time position from the beginning of the video and not from starting the video. | |||
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 |