index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
video
/
mpegps_decoder.cpp
Age
Commit message (
Expand
)
Author
2018-11-04
VIDEO: Add buffering demuxer to MPEG-PS decoder
Torbjörn Andersson
2018-11-04
VIDEO: Use all video PTS's
Torbjörn Andersson
2018-11-04
VIDEO: Removed _psmESType
Torbjörn Andersson
2018-11-04
VIDEO: Moved MPEGStream creation out of readNextPacket()
Torbjörn Andersson
2018-11-04
VIDEO: Make the video pts sync easier to understand
Torbjörn Andersson
2018-11-04
VIDEO: Synchronize video to pts timestamps
Torbjörn Andersson
2018-11-04
VIDEO: Use the standalone AC-3 decoder in the MPEG-PS code
Torbjörn Andersson
2018-11-04
VIDEO: Some minor cleanups to the AC-3 decoder
Torbjörn Andersson
2018-11-04
VIDEO: Skip DVD code. The sound plays, but audio/video sync is off
Torbjörn Andersson
2018-11-04
VIDEO: After figuring out sample rate, rewind the AC-3 stream
Torbjörn Andersson
2018-11-04
VIDEO: Committed fixes from clone2727
Torbjörn Andersson
2018-11-04
VIDEO: Use liba52 to decode audio. This is still laughably broken
Torbjörn Andersson
2017-07-27
VIDEO: Allow setting the mixer sound type used to play audio tracks
Bastien Bouclet
2016-09-03
JANITORIAL: Make GPL headers uniform
Eugene Sandulenko
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2015-08-30
VIDEO: Switch MPEG-PS audio code to use the packetized MP3 code
Matthew Hoops
2015-01-08
VIDEO: Add MPEG-PS demuxer
Matthew Hoops