Age | Commit message (Expand) | Author |
2012-08-16 | VIDEO: Rename setStopTime() to setEndTime() | Matthew Hoops |
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops |
2012-08-16 | VIDEO: Begin removing some of the deprecated functions from VideoDecoder | Matthew Hoops |
2012-08-16 | VIDEO: Remove the Coktel video code from using the VideoDecoder API | Matthew Hoops |
2012-08-13 | VIDEO: Convert TheoraDecoder to the new AdvancedVideoDecoder API | Matthew Hoops |
2012-08-12 | VIDEO: Move TheoraDecoder to video/ | Matthew Hoops |
2012-08-12 | VIDEO: Convert FlicDecoder to the new AdvancedVideoDecoder API | Matthew Hoops |
2012-08-12 | VIDEO: Don't allow adding external stream files to unopened videos | Matthew Hoops |
2012-08-12 | VIDEO: Add set/getStopTime functions to AdvancedVideoDecoder | Matthew Hoops |
2012-08-07 | VIDEO: Fix getTime() when a video is not playing | Matthew Hoops |
2012-07-29 | VIDEO: Move Track's start()/stop() functions to AudioTrack | Matthew Hoops |
2012-07-27 | VIDEO: Remove now unused Rewindable and Seekable classes | Matthew Hoops |
2012-07-27 | VIDEO: Adapt QuickTimeDecoder to the AdvancedVideoDecoder API | Matthew Hoops |
2012-07-27 | VIDEO: Add functions for getting TrackList iterators internally | Matthew Hoops |
2012-07-27 | VIDEO: Cleanup AdvancedVideoDecoder | Matthew Hoops |
2012-07-27 | VIDEO: Remove Track::getStartTime() | Matthew Hoops |
2012-07-26 | VIDEO: Reset pause time when seeking/rewinding | Matthew Hoops |
2012-07-26 | VIDEO: Force an update after a seek | Matthew Hoops |
2012-07-26 | VIDEO: Document more of AdvancedVideoDecoder | Matthew Hoops |
2012-07-26 | VIDEO: Move findNextVideoTrack() to protected | Matthew Hoops |
2012-07-26 | VIDEO: Ignore finished video tracks in findNextVideoTrack() | Matthew Hoops |
2012-07-25 | VIDEO: Convert Bink to the new AdvancedVideoDecoder API | Matthew Hoops |
2012-07-25 | VIDEO: Add functions for default high color PixelFormat | Matthew Hoops |
2012-07-25 | VIDEO: Add internal helper function for checking on video track end status | Matthew Hoops |
2012-07-25 | VIDEO: Stop and restart tracks when seeking/rewinding | Matthew Hoops |
2012-07-24 | VIDEO: Convert DXADecoder to the AdvancedVideoDecoder API | Matthew Hoops |
2012-07-24 | VIDEO: Add helper functions to easily add an external audio track | Matthew Hoops |
2012-07-23 | VIDEO: Rewrite SmackerDecoder to use the new API | Matthew Hoops |
2012-07-23 | VIDEO: Set _startTime when rewinding and seeking | Matthew Hoops |
2012-07-22 | VIDEO: Rewrite the AVI code to use AdvancedVideoDecoder | Matthew Hoops |
2012-07-22 | VIDEO: Merge the three Fixed* VideoTrack classes | Matthew Hoops |
2012-07-22 | VIDEO: Hold tracks in an Array instead of a List | Matthew Hoops |
2012-07-22 | VIDEO: Take audio start time into account when syncing to audio | Matthew Hoops |
2012-07-22 | VIDEO: Make seek/rewind functions in AdvancedVideoDecoder virtual | Matthew Hoops |
2012-07-21 | VIDEO: Add StreamFileAudioTrack wrapper | Matthew Hoops |
2012-07-21 | VIDEO: Don't try to sync video off of finished audio tracks | Matthew Hoops |
2012-07-21 | VIDEO: Move PSXStreamDecoder to the new VideoDecoder API | Matthew Hoops |
2012-07-21 | VIDEO: Fix AudioTrack::endOfTrack() | Matthew Hoops |
2012-07-21 | VIDEO: Allow for disabling of automatic audio sync in AdvancedVideoDecoder | Matthew Hoops |
2012-07-21 | VIDEO: Fix volume/balance settings in AdvancedVideoDecoder | Matthew Hoops |
2012-07-21 | VIDEO: When adding tracks, keep them in sync with the main video status | Matthew Hoops |
2012-07-21 | VIDEO: Add getDuration() and getStartTime() functions to Track | Matthew Hoops |
2012-07-21 | VIDEO: Add getWidth()/getHeight()/getPixelFormat() functions to VideoTrack | Matthew Hoops |
2012-07-20 | VIDEO: Add first draft of the new VideoDecoder API | Matthew Hoops |
2012-06-12 | VIDEO: Make rpza decode to its own pixel format | Matthew Hoops |
2012-06-11 | VIDEO: Cleanup QTRLE | Matthew Hoops |
2012-06-07 | GOB: Add a way to reopen currently opened IMD/VMD videos | Sven Hesse |
2012-05-28 | VIDEO: Add volume/balance control to VideoDecoder | Matthew Hoops |
2012-05-12 | VIDEO: Make seekToTime() take a const Timestamp reference | Matthew Hoops |
2012-05-12 | VIDEO: Change getElapsedTime() into getTime() | Matthew Hoops |