aboutsummaryrefslogtreecommitdiff
path: root/video/module.mk
AgeCommit message (Collapse)Author
2015-01-08VIDEO: Add MPEG-PS demuxerMatthew Hoops
For use with ZVision and later MADE
2014-02-28IMAGE: Move video codecs to image/Matthew Hoops
2014-01-17VIDEO: Add MJPEG supportMatthew Hoops
2014-01-17VIDEO: Rename the Motion JPEG decoder to JPEG to better reflect its purposeMatthew Hoops
This JPEG is separate from the modified JPEG format used in MJPEG
2013-06-19VIDEO: Add an MPEG 1/2 decoderMatthew Hoops
2012-08-12VIDEO: Move TheoraDecoder to video/Matthew Hoops
2012-04-08VIDEO: Hookup SVQ1 codec to build system and QT Decoder.D G Turner
2012-02-23VIDEO: Add a PlayStation stream decoderMatthew Hoops
To be used for sword1/sword2 PSX video playback
2011-07-13BUILD: Allow for disabling Bink supportMatthew Hoops
2011-07-02VIDEO: Add Bink video decoderMatthew Hoops
Based on eos' code which is in turn based on FFmpeg's code
2011-06-01ALL: Removed last traces of the MPEG2 codeMax Horn
2011-04-07AUDIO: Split QuickTime audio into a new classMatthew Hoops
Standalone QuickTime files can now be played as an AudioStream
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
svn-id: r55473