Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-17 | AUDIO: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2017-09-22 | ALL: Specify the DisposeAfterUse constructor argument for dynamic memory ↵ | Bastien Bouclet | |
write streams | |||
2017-09-21 | VIDEO: Change QT edit list to a Common::Array | Bastien Bouclet | |
And fix an out of bounds acces when seeking to the end of a video. Skipping samples is needed even when seeking through silent edits because a silent stream is queued for those. Fixes #10219. | |||
2014-02-18 | AUDIO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-12-03 | AUDIO: Finish comment | Matthew Hoops | |
2012-11-18 | AUDIO: Cleanup MidiParser_QT a bit | Matthew Hoops | |
2012-11-18 | AUDIO: Ignore QT MIDI control change 0 | Matthew Hoops | |
QuickTime docs don't list it, and we shouldn't treat it as a bank select | |||
2012-09-12 | AUDIO: Implement simple dynamic QuickTime MIDI channel remapping | Matthew Hoops | |
Needed for IHNM Mac sounds | |||
2012-09-10 | AUDIO: Implement QuickTime MIDI channel remapping | Matthew Hoops | |
Needed to support channels with a drum kit | |||
2012-09-09 | AUDIO: Fix QuickTime MIDI with extra info in the header | Matthew Hoops | |
The 11th Hour Mac MIDI's now play | |||
2012-09-09 | COMMON: Make QuickTimeParser::readSampleDesc take the desc size | Matthew Hoops | |
2012-09-08 | AUDIO: Fix QuickTime MIDI pitch bend | Matthew Hoops | |
2012-09-07 | Merge remote branch 'upstream/master' into qtmidi | Matthew Hoops | |
2012-09-07 | AUDIO: Make MidiParser_QT::loadMusic() detect the file type | Matthew Hoops | |
2012-09-07 | AUDIO: Fix QuickTime MIDI tempo | Matthew Hoops | |
2012-09-07 | AUDIO: Fix QuickTime MIDI end of track | Matthew Hoops | |
The end marker is used for editing only | |||
2012-09-07 | AUDIO: Begin basic playback of QuickTime MIDI files | Matthew Hoops | |
Sounds almost correct, but too fast | |||
2012-09-07 | AUDIO: Keep track of the QuickTime MIDI time scale | Matthew Hoops | |
2012-09-06 | AUDIO: Fill in _tracks from MidiParser_QT | Matthew Hoops | |
2012-09-06 | AUDIO: Read in all QuickTime MIDI track data | Matthew Hoops | |
2012-09-06 | AUDIO: Allow for parsing QuickTime 'Tune' files | Matthew Hoops | |
2012-09-05 | AUDIO: Clean up note request list reading | Matthew Hoops | |
2012-09-05 | AUDIO: Add parsing of the QuickTime MIDI sample description | Matthew Hoops | |