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
/
video_decoder.cpp
Age
Commit message (
Expand
)
Author
2017-11-02
VIDEO: Express VideoDecoder::endOfVideo using easier to understand logic
Bastien Bouclet
2017-07-27
VIDEO: Allow setting the mixer sound type used to play audio tracks
Bastien Bouclet
2017-06-30
VIDEO: Add method to VideoDecoder to erase a track
Paul Gilbert
2016-10-18
VIDEO: Fix an off-by-one check in VideoDecoder::getTrack
Bastien Bouclet
2015-04-11
IMAGE: Add functions to allow for videos to be dithered
Matthew Hoops
2014-12-24
VIDEO: Fix check to see if the frame rate is a whole number
Matthew Hoops
2014-08-17
VIDEO: Add wrapper around setEndTime() to specify an end frame
Matthew Hoops
2014-02-18
VIDEO: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-11
VIDEO: Allow for audio track selection in video types that support it
Matthew Hoops
2013-08-28
VIDEO: Improve accuracy of getFrameTime() and getFrameAtTime()
Matthew Hoops
2013-08-28
VIDEO: Use the main isSeekable() in seekToFrame()
Matthew Hoops
2013-08-28
VIDEO: Separate external and internal tracks
Matthew Hoops
2013-08-06
VIDEO: Don't allow VideoDecoder::seek() to be overridden
Matthew Hoops
2013-04-15
VIDEO: Fix potential memory leak when adding a stream file track
Matthew Hoops
2012-12-15
VIDEO: Add API changes to allow videos to be played backwards
Matthew Hoops
2012-12-13
VIDEO: Fix seeking when playing with a custom rate
Matthew Hoops
2012-12-09
VIDEO: Fix setRate when _lastTimeChange is less than a frame
Matthew Hoops
2012-12-02
VIDEO: Rework the way the next video track is selected
Matthew Hoops
2012-11-26
VIDEO: Add preliminary API functions for seeking to a frame
Matthew Hoops
2012-11-24
VIDEO: Add support for playing videos at a modified speed
Matthew Hoops
2012-09-23
VIDEO: Make sure track pause status is reset upon stop too
Matthew Hoops
2012-09-22
VIDEO: Fix pausing audio in videos
Matthew Hoops
2012-09-19
VIDEO: Fix getTime() after a stop() call
Matthew Hoops
2012-09-11
VIDEO: Do not close/rewind videos after a stop()
Matthew Hoops
2012-09-05
VIDEO: Restrict setEndTime()'s affects to videos that are playing
Matthew Hoops
2012-08-31
VIDEO: Improve setEndTime()
Matthew Hoops
2012-08-23
VIDEO: Adjust start time after calling rewind() in start()
Matthew Hoops
2012-08-16
VIDEO: Cleanup VideoDecoder a bit
Matthew Hoops
2012-08-16
VIDEO: Merge AdvancedVideoDecoder into VideoDecoder
Matthew Hoops
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-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: 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: Ignore finished video tracks in findNextVideoTrack()
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: Add helper functions to easily add an external audio track
Matthew Hoops
2012-07-23
VIDEO: Set _startTime when rewinding and seeking
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-21
VIDEO: Add StreamFileAudioTrack wrapper
Matthew Hoops
[next]