aboutsummaryrefslogtreecommitdiff
path: root/video
AgeCommit message (Expand)Author
2013-08-03VIDEO: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-07-05Merge pull request #343 from clone2727/mpeg2-aviclone2727
2013-06-30VIDEO: Fix Indeo3 luma scaleMatthew Hoops
2013-06-30VIDEO: Switch Indeo3 decoding to using the common YUV410 conversion codeMatthew Hoops
2013-06-30VIDEO: Add hypothetical 32bpp supportSven Hesse
2013-06-30VIDEO: Add hypothetical 32bpp supportSven Hesse
2013-06-20VIDEO: Mark AVIDecoder as being used by sword1/sword2Matthew Hoops
2013-06-20VIDEO: Allow AVI frame rate to be overriden with a constantMatthew Hoops
2013-06-20VIDEO: Hook up MPEG decoder to AVIMatthew Hoops
2013-06-20VIDEO: Update AVI code for parsing sword1/sword2 MPEG-2 filesMatthew Hoops
2013-06-19VIDEO: Add an MPEG 1/2 decoderMatthew Hoops
2013-05-28VIDEO: Wrap 8-bit smacker audio properlyThomas Fach-Pedersen
2013-05-15Merge pull request #330 from johndoe123/neverhoodEugene Sandulenko
2013-05-08Merge branch 'master'Willem Jan Palenstijn
2013-05-08NEVERHOOD: Improve frame-exact seeking for Scene2802johndoe123
2013-04-18VIDEO: Remove unused CDToonsDecoder::_currentFrame member varMax Horn
2013-04-16VIDEO: Fix uninitialized track pointersMatthew Hoops
2013-04-15VIDEO: Fix potential memory leak when adding a stream file trackMatthew Hoops
2013-04-15VIDEO: Fix potential memory leak when buffering a QuickTime frameMatthew Hoops
2013-04-13VIDEO: Fix a typo (minus vs. plus) in the VMD decoderSven Hesse
2013-02-18VIDEO: Fix Smacker crash, as per madmoose's suggestionTorbjörn Andersson
2013-01-26Merge pull request #301 from lordhoto/c++11-playgroundJohannes Schickel
2013-01-26VIDEO: Hook some more of our ADPCM decoder variants to our AVI video decoderFilippos Karapetis
2013-01-24JANITORIAL: Fix ){ -> ) {Einar Johan Trøan Sømåen
2013-01-09VIDEO: Silence C++11 narrowing warnings.Johannes Schickel
2012-12-26VIDEO: Add support for missing copyFrame type in FLIC decoder.D G Turner
2012-12-15VIDEO: Allow for QuickTime movies to be played backwardsMatthew Hoops
2012-12-15VIDEO: Add API changes to allow videos to be played backwardsMatthew Hoops
2012-12-13Merge pull request #293 from clone2727/qtmidiclone2727
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-04VIDEO: Add some documentation to Codec and its derivativesMatthew Hoops
2012-12-04VIDEO: Improve performance of the Cinepak decoderMatthew Hoops
2012-12-02VIDEO: Rework the way the next video track is selectedMatthew Hoops
2012-11-27VIDEO: Include surface.h in bink_decoder.hEinar Johan Trøan Sømåen
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-18VIDEO: Fix SVQ1 videos to error out on B Frames.D G Turner
2012-11-18VIDEO: Fix compiler warning in SVQ1 codec.D G Turner
2012-11-14VIDEO: Improve a Cinepak heuristicMatthew Hoops
2012-11-14VIDEO: Clarify some VideoDecoder documentationMatthew Hoops
2012-10-23VIDEO: Mark Theora-decoder as used by Wintermute.Einar Johan Trøan Sømåen
2012-10-12VIDEO: Fix edits with scales not divisible by the media scaleMatthew Hoops
2012-10-12VIDEO: Fix choosing of the correct edit when seekingMatthew Hoops
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
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-21VIDEO: Make getCurFrame declaration consistentWillem Jan Palenstijn
2012-09-20Merge pull request #275 from clone2727/pegasusclone2727