aboutsummaryrefslogtreecommitdiff
path: root/video/video_decoder.h
AgeCommit message (Expand)Author
2013-08-28VIDEO: Separate external and internal tracksMatthew Hoops
2013-08-28VIDEO: Make getFrameAtTime() publicMatthew Hoops
2013-08-06VIDEO: Don't allow VideoDecoder::seek() to be overriddenMatthew Hoops
2012-12-15VIDEO: Add API changes to allow videos to be played backwardsMatthew 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-11-14VIDEO: Clarify some VideoDecoder documentationMatthew Hoops
2012-09-22VIDEO: Fix pausing audio in videosMatthew Hoops
2012-09-21VIDEO: Make getCurFrame declaration consistentWillem Jan Palenstijn
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: Update the isPlaying() commentMatthew 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: 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: Remove now unused Rewindable and Seekable classesMatthew Hoops
2012-07-27VIDEO: Add functions for getting TrackList iterators internallyMatthew 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: Document more of AdvancedVideoDecoderMatthew Hoops
2012-07-26VIDEO: Move findNextVideoTrack() to protectedMatthew 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-22VIDEO: Merge the three Fixed* VideoTrack classesMatthew Hoops
2012-07-22VIDEO: Hold tracks in an Array instead of a ListMatthew Hoops
2012-07-22VIDEO: Make seek/rewind functions in AdvancedVideoDecoder virtualMatthew Hoops
2012-07-21VIDEO: Add StreamFileAudioTrack wrapperMatthew Hoops
2012-07-21VIDEO: Allow for disabling of automatic audio sync in AdvancedVideoDecoderMatthew Hoops
2012-07-21VIDEO: Add getDuration() and getStartTime() functions to TrackMatthew Hoops
2012-07-21VIDEO: Add getWidth()/getHeight()/getPixelFormat() functions to VideoTrackMatthew Hoops
2012-07-20VIDEO: Add first draft of the new VideoDecoder APIMatthew Hoops
2012-05-28VIDEO: Add volume/balance control to VideoDecoderMatthew Hoops
2012-05-12VIDEO: Make seekToTime() take a const Timestamp referenceMatthew Hoops
2012-05-12VIDEO: Change getElapsedTime() into getTime()Matthew Hoops
2012-05-12VIDEO: Update seekToTime() comments to require subframe accuracy nowMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-03-21VIDEO: Add a getDuration() function to SeekableVideoDecoderMatthew Hoops
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn