aboutsummaryrefslogtreecommitdiff
path: root/video
AgeCommit message (Expand)Author
2014-02-07VIDEO: Add additional FourCC appearing in some Zvision engine game versionsEugene Sandulenko
2014-01-17VIDEO: Fix a typo in the include guardMatthew Hoops
2014-01-17VIDEO: Add MJPEG supportMatthew Hoops
2014-01-17VIDEO: Rename the Motion JPEG decoder to JPEG to better reflect its purposeMatthew Hoops
2014-01-11VIDEO: Add support for multiple Smacker audio tracksMatthew Hoops
2014-01-11VIDEO: Improve support for multiple Bink audio tracksMatthew Hoops
2014-01-11VIDEO: Improve support for multiple AVI audio tracksMatthew Hoops
2014-01-11VIDEO: Allow for audio track selection in video types that support itMatthew Hoops
2014-01-05VIDEO: Handle the AVI 'JUNQ' and 'dmlh' chunk headersFilippos Karapetis
2014-01-01VIDEO: Rename variables and remove pointless assertionTorbjörn Andersson
2014-01-01VIDEO: Fix Smacker palette upscaling to match Multimedia WikiTorbjörn Andersson
2013-11-26SYMBIAN OS:Use defaults for data types also for Symbian OS!anotherguest
2013-11-25VIDEO: Ensure debug output of the first AVI indexMatthew Hoops
2013-11-25VIDEO: Handle prematurely ending AVI videosMatthew Hoops
2013-11-25VIDEO: Ignore AVI strn metadataMatthew Hoops
2013-11-23VIDEO: Fix awful thinko from 55791d5fc1Matthew Hoops
2013-11-23VIDEO: Fix AVI indexes with absolute offsetsMatthew Hoops
2013-10-26ALL: Mark off common code used by ZVisionMatthew Hoops
2013-10-04ZVISION: Re-enable Truemotion plugin guard, but add a case for ZVISIONRichieSams
2013-09-04Merge branch 'master' into zvisionRichieSams
2013-09-03VIDEO: Fix memory leak in TrueMotion1 header bufferrichiesams
2013-09-24Merge branch 'master' into zvisionWillem Jan Palenstijn
2013-08-28VIDEO: Add support for seeking in AVI videos with an indexMatthew 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-28VIDEO: Make getFrameAtTime() publicMatthew Hoops
2013-08-18VIDEO: Add AVI LIST handling for ZVision custom typesrichiesams
2013-08-16VIDEO: Ignore some AVI lists with metadataMatthew Hoops
2013-08-15VIDEO: Add an over-ridable wrapper for the AVI audio track handlerFilippos Karapetis
2013-08-15Merge branch 'master' into zvisionrichiesams
2013-08-12VIDEO: Set stereo as bool instead of writing channel amount directlyEinar Johan Trøan Sømåen
2013-08-11VIDEO: Disable SCI_32 plugin guard for DUCK Truemotionrichiesams
2013-08-07Merge pull request #365 from lordhoto/protected-pixelsJohannes Schickel
2013-08-06VIDEO: Don't allow VideoDecoder::seek() to be overriddenMatthew Hoops
2013-08-05VIDEO: Clean up the AVI decoderMatthew Hoops
2013-08-04VIDEO: Fix regression in Urban Runner videos.Johannes Schickel
2013-08-03VIDEO: Do not set Surface::pixels directly anymore.Johannes Schickel
2013-08-03VIDEO: Take advantage of Surface::getPixels.Johannes Schickel
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