aboutsummaryrefslogtreecommitdiff
path: root/video
AgeCommit message (Expand)Author
2016-12-29VIDEO: Add support for AVI 2-track videos with missing track 2 indexesPaul Gilbert
2016-12-05VIDEO: Add reverse playback support to AviDecoderPaul Gilbert
2016-10-18VIDEO: Fix an off-by-one check in VideoDecoder::getTrackBastien Bouclet
2016-10-15Merge pull request #838 from bluegr/chewyEugene Sandulenko
2016-10-12VIDEO: Support rewind on AVI files with multiple video tracksPaul Gilbert
2016-10-11VIDEO: Fix video playback for zvision AVI videosPaul Gilbert
2016-10-06VIDEO: Expose the bitCount of AVIVideoTrack bitmap headersPaul Gilbert
2016-10-03VIDEO: Simplify AVIDecoder index handling for second video trackPaul Gilbert
2016-10-02VIDEO: Implement seeking for AVI videos with a transparency video trackPaul Gilbert
2016-10-03VIDEO: Allow parts of the FLIC decoder to be overriden by child classesFilippos Karapetis
2016-10-02TITANIC: Fix AVIDecoder to properly handle transparency video tracksPaul Gilbert
2016-10-02TITANIC: Remove track select logic from AVIDecoderPaul Gilbert
2016-09-29SCI32: Implement kSetHotRectanglesColin Snover
2016-09-10COMMON: Converted Common::BitStream to use DisposeAfterUsePaul Gilbert
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-08-01Merge pull request #786 from dreammaster/titanicEugene Sandulenko
2016-07-25VIDEO: Hid verbose debug output deeperEugene Sandulenko
2016-07-17VIDEO: Add titanic to list of engines using AVIDecoderPaul Gilbert
2016-07-17VIDEO: Handle STRN chunks in AVI file streams to set stream namePaul Gilbert
2016-07-17VIDEO: Add support for a track filtering callback functionPaul Gilbert
2016-07-15VIDEO: Respect RIFF filesize field when decoding AVI filesPaul Gilbert
2016-07-10VIDEO: Expose API for providing a memory location to draw VMDsColin Snover
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-02-13VIDEO: Stay on the first edit when playing QT videos backwardsBastien Bouclet
2015-08-30VIDEO: Switch to all packetized streams for AVIMatthew Hoops
2015-08-30VIDEO: Add support for MP3 in AVIMatthew Hoops
2015-08-30VIDEO: Switch MPEG-PS audio code to use the packetized MP3 codeMatthew Hoops
2015-04-12VIDEO: Implement fallback dithering for QuickTime videosMatthew Hoops
2015-04-11VIDEO: Add support for dithering in QuickTime videosMatthew Hoops
2015-04-11IMAGE: Allow for choosing dither typeMatthew Hoops
2015-04-11VIDEO: Allow AVI tracks to be dithered via the CodecMatthew Hoops
2015-04-11IMAGE: Add functions to allow for videos to be ditheredMatthew Hoops
2015-01-20VIDEO: Make the QuickTime code error out again if the frame data can't be foundMatthew Hoops
2015-01-20VIDEO: Remove the "-1" edit hackMatthew Hoops
2015-01-20VIDEO: Fix potential off-by-one frame time after seekMatthew Hoops
2015-01-20VIDEO: Fix edit frame calculationMatthew Hoops
2015-01-20VIDEO: Round the edit time offset instead of truncating itMatthew Hoops
2015-01-20VIDEO: Fix timing with frames going past the edit boundaryMatthew Hoops
2015-01-11Merge pull request #559 from fedor4ever/masterEugene Sandulenko
2015-01-08VIDEO: Add MPEG-PS demuxerMatthew Hoops
2015-01-05Add Theora support to systems which use libtremorFedor Strizhnev
2014-12-24VIDEO: Fix check to see if the frame rate is a whole numberMatthew Hoops
2014-12-22VIDEO: Mark TheoraDecoder as used by pegasusFedor
2014-11-02VIDEO: Make AVIAudioTrack::resetStream() virtualMatthew Hoops
2014-11-02VIDEO: Separate AVI video and audio track readingMatthew Hoops
2014-10-28VIDEO: Remove trailing whitespaceFilippos Karapetis
2014-09-28VIDEO: Fix seeking in AVI videos with no initial audio framesMatthew Hoops
2014-08-17VIDEO: Add wrapper around setEndTime() to specify an end frameMatthew Hoops
2014-07-08VIDEO: Reduce BinkDecoder stack usageWillem Jan Palenstijn
2014-06-08AUDIO: Added stup for MP3 audiostreams in AVIEugene Sandulenko