aboutsummaryrefslogtreecommitdiff
path: root/video/psx_decoder.cpp
AgeCommit message (Expand)Author
2019-04-13COMMON: Use a prefix table to speed up the Huffman decoderBastien Bouclet
2017-08-24VIDEO: Use new BitStreamMemory class for PSXStreamDecoderWillem Jan Palenstijn
2017-08-24COMMON: Remove BitStream base class to allow inlining callsWillem Jan Palenstijn
2017-07-27VIDEO: Allow setting the mixer sound type used to play audio tracksBastien Bouclet
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2014-02-18VIDEO: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-16VIDEO: Fix uninitialized track pointersMatthew Hoops
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-18GRAPHICS: Implement different luminance rangesMatthew Hoops
2012-09-17GRAPHICS: Rework YUV->RGB code a bitMatthew Hoops
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-07-21VIDEO: Move PSXStreamDecoder to the new VideoDecoder APIMatthew Hoops
2012-05-28VIDEO: Add volume/balance control to VideoDecoderMatthew Hoops
2012-05-12VIDEO: Change getElapsedTime() into getTime()Matthew Hoops
2012-02-23VIDEO: Make PSX streams calculate frame timing solely from CD speedMatthew Hoops
2012-02-23VIDEO: Implement PSX stream v3 frame supportMatthew Hoops
2012-02-23VIDEO: Add a PlayStation stream decoderMatthew Hoops