aboutsummaryrefslogtreecommitdiff
path: root/video/video_decoder.cpp
AgeCommit message (Expand)Author
2017-11-02VIDEO: Express VideoDecoder::endOfVideo using easier to understand logicBastien Bouclet
2017-07-27VIDEO: Allow setting the mixer sound type used to play audio tracksBastien Bouclet
2017-06-30VIDEO: Add method to VideoDecoder to erase a trackPaul Gilbert
2016-10-18VIDEO: Fix an off-by-one check in VideoDecoder::getTrackBastien Bouclet
2015-04-11IMAGE: Add functions to allow for videos to be ditheredMatthew Hoops
2014-12-24VIDEO: Fix check to see if the frame rate is a whole numberMatthew Hoops
2014-08-17VIDEO: Add wrapper around setEndTime() to specify an end frameMatthew Hoops
2014-02-18VIDEO: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-11VIDEO: Allow for audio track selection in video types that support itMatthew Hoops
2013-08-28VIDEO: Improve accuracy of getFrameTime() and getFrameAtTime()Matthew Hoops
2013-08-28VIDEO: Use the main isSeekable() in seekToFrame()Matthew Hoops
2013-08-28VIDEO: Separate external and internal tracksMatthew Hoops
2013-08-06VIDEO: Don't allow VideoDecoder::seek() to be overriddenMatthew Hoops
2013-04-15VIDEO: Fix potential memory leak when adding a stream file trackMatthew Hoops
2012-12-15VIDEO: Add API changes to allow videos to be played backwardsMatthew Hoops
2012-12-13VIDEO: Fix seeking when playing with a custom rateMatthew Hoops
2012-12-09VIDEO: Fix setRate when _lastTimeChange is less than a frameMatthew Hoops
2012-12-02VIDEO: Rework the way the next video track is selectedMatthew Hoops
2012-11-26VIDEO: Add preliminary API functions for seeking to a frameMatthew Hoops
2012-11-24VIDEO: Add support for playing videos at a modified speedMatthew Hoops
2012-09-23VIDEO: Make sure track pause status is reset upon stop tooMatthew Hoops
2012-09-22VIDEO: Fix pausing audio in videosMatthew Hoops
2012-09-19VIDEO: Fix getTime() after a stop() callMatthew Hoops
2012-09-11VIDEO: Do not close/rewind videos after a stop()Matthew Hoops
2012-09-05VIDEO: Restrict setEndTime()'s affects to videos that are playingMatthew Hoops
2012-08-31VIDEO: Improve setEndTime()Matthew Hoops
2012-08-23VIDEO: Adjust start time after calling rewind() in start()Matthew Hoops
2012-08-16VIDEO: Cleanup VideoDecoder a bitMatthew Hoops
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-08-16VIDEO: Rename setStopTime() to setEndTime()Matthew Hoops
2012-08-16VIDEO: Remove setSystemPalette()Matthew Hoops
2012-08-16VIDEO: Begin removing some of the deprecated functions from VideoDecoderMatthew Hoops
2012-08-12VIDEO: Don't allow adding external stream files to unopened videosMatthew Hoops
2012-08-12VIDEO: Add set/getStopTime functions to AdvancedVideoDecoderMatthew Hoops
2012-08-07VIDEO: Fix getTime() when a video is not playingMatthew Hoops
2012-07-29VIDEO: Move Track's start()/stop() functions to AudioTrackMatthew Hoops
2012-07-27VIDEO: Cleanup AdvancedVideoDecoderMatthew Hoops
2012-07-27VIDEO: Remove Track::getStartTime()Matthew Hoops
2012-07-26VIDEO: Reset pause time when seeking/rewindingMatthew Hoops
2012-07-26VIDEO: Force an update after a seekMatthew Hoops
2012-07-26VIDEO: Ignore finished video tracks in findNextVideoTrack()Matthew Hoops
2012-07-25VIDEO: Add functions for default high color PixelFormatMatthew Hoops
2012-07-25VIDEO: Add internal helper function for checking on video track end statusMatthew Hoops
2012-07-25VIDEO: Stop and restart tracks when seeking/rewindingMatthew Hoops
2012-07-24VIDEO: Add helper functions to easily add an external audio trackMatthew Hoops
2012-07-23VIDEO: Set _startTime when rewinding and seekingMatthew Hoops
2012-07-22VIDEO: Merge the three Fixed* VideoTrack classesMatthew Hoops
2012-07-22VIDEO: Hold tracks in an Array instead of a ListMatthew Hoops
2012-07-22VIDEO: Take audio start time into account when syncing to audioMatthew Hoops
2012-07-21VIDEO: Add StreamFileAudioTrack wrapperMatthew Hoops