aboutsummaryrefslogtreecommitdiff
path: root/video/mpegps_decoder.cpp
AgeCommit message (Expand)Author
2019-11-30VIDEO: Fix Missing Default Switch CasesD G Turner
2019-02-10ZVISION: Boost volume for MPEG cutscenesTorbjörn Andersson
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
2017-07-27VIDEO: Allow setting the mixer sound type used to play audio tracksBastien Bouclet
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2015-08-30VIDEO: Switch MPEG-PS audio code to use the packetized MP3 codeMatthew Hoops
2015-01-08VIDEO: Add MPEG-PS demuxerMatthew Hoops