aboutsummaryrefslogtreecommitdiff
path: root/video
AgeCommit message (Expand)Author
2019-11-30VIDEO: Fix Missing Default Switch CasesD G Turner
2019-09-13VIDEO: Fix embedded subtitles in VMD videosDmitry Blau
2019-04-13COMMON: Use a prefix table to speed up the Huffman decoderBastien Bouclet
2019-04-01VIDEO: Fix Bink clearing color commentBastien Bouclet
2019-04-01VIDEO: Fix an integer overflow when dequantizing the DCT coeffsBastien Bouclet
2019-02-10ZVISION: Boost volume for MPEG cutscenesTorbjörn Andersson
2019-02-02VIDEO: Keep track of the duration of ignored editsBastien Bouclet
2018-11-04VIDEO: Add buffering demuxer to MPEG-PS decoderTorbjörn Andersson
2018-11-04VIDEO: Use all video PTS'sTorbjörn Andersson
2018-11-04VIDEO: Removed _psmESTypeTorbjörn Andersson
2018-11-04VIDEO: Moved MPEGStream creation out of readNextPacket()Torbjörn Andersson
2018-11-04VIDEO: Make the video pts sync easier to understandTorbjörn Andersson
2018-11-04VIDEO: Synchronize video to pts timestampsTorbjörn Andersson
2018-11-04VIDEO: Use the standalone AC-3 decoder in the MPEG-PS codeTorbjörn Andersson
2018-11-04VIDEO: Some minor cleanups to the AC-3 decoderTorbjörn Andersson
2018-11-04VIDEO: Skip DVD code. The sound plays, but audio/video sync is offTorbjörn Andersson
2018-11-04VIDEO: After figuring out sample rate, rewind the AC-3 streamTorbjörn Andersson
2018-11-04VIDEO: Committed fixes from clone2727Torbjörn Andersson
2018-11-04VIDEO: Use liba52 to decode audio. This is still laughably brokenTorbjörn Andersson
2018-08-18VIDEO: More fixes when building with Theora and TremorCameron Cawley
2018-08-03VIDEO: Fix Theora playback when building with TremorCameron Cawley
2018-07-21VIDEO: QT: Make sure all the edits are in the media boundsBastien Bouclet
2018-07-20VIDEO: Warn instead of error when unhandled TXTS stream found in AVIEric Fry
2018-06-29VIDEO: fix seeking to first/second frame if it exceeds uint16Andrei Prykhodko
2018-06-29VIDEO: Fix seeking the the last frame of QT videos while playing backwardsBastien Bouclet
2018-06-15VIDEO: fix rewinding of FLIC fileswhiterandrek
2018-05-17VIDEO: Add PRINCE to list of engines using the FLIC decoderAdrian Frühwirth
2018-05-17VIDEO: FLIC: Fix decoding of BYTE_RUN/FLI_BRUN chunkswhiterandrek
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-11-02VIDEO: Express VideoDecoder::endOfVideo using easier to understand logicBastien Bouclet
2017-10-08VIDEO: BINK: Fix plane data clobbering caused by incorrect pitch valueBastien Bouclet
2017-09-21VIDEO: Change QT edit list to a Common::ArrayBastien Bouclet
2017-09-11JANITORIAL: Silence GCC 7 warningsTorbjörn Andersson
2017-09-04VIDEO: Fix reverse playback right to the very start of the videoPaul Gilbert
2017-09-03VIDEO: Simplify AVIDecoder reverse playback special handlingPaul Gilbert
2017-09-03VIDEO: Fix reverse playback in AVIDecoderPaul Gilbert
2017-08-24VIDEO: Use new BitStreamMemory class for PSXStreamDecoderWillem Jan Palenstijn
2017-08-24VIDEO: Use new BitStreamMemory class for SmackerDecoderWillem Jan Palenstijn
2017-08-24COMMON: Remove BitStream base class to allow inlining callsWillem Jan Palenstijn
2017-08-20VIDEO: Support old-style stereo in VMDsColin Snover
2017-07-27VIDEO: Allow setting the mixer sound type used to play audio tracksBastien Bouclet
2017-07-22VIDEO: Fix AVIDecoder skipping alternate frames in reverse playbackPaul Gilbert
2017-06-30VIDEO: Refactor AVIDecoder for better handling of transparency trackPaul Gilbert
2017-06-30VIDEO: Add method to VideoDecoder to erase a trackPaul Gilbert
2017-06-25VIDEO: Fix transparency track seeking in AVIDecoderPaul Gilbert
2017-06-17VIDEO: Wrap out-of-range VMD audio samples instead of clippingColin Snover
2017-04-29VIDEO: Unexpose audio sync API in AdvancedVMDDecoderColin Snover
2017-01-11IMAGE: Return correct pixel format for Indeo3Colin Snover
2017-01-10VIDEO: Fix Two Further Signed vs. Unsigned Compiler Warnings.D G Turner
2016-12-29VIDEO: Further work on 2-track AVI videosPaul Gilbert