Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-11 | VIDEO: Improve support for multiple Bink audio tracks | Matthew Hoops | |
2012-11-27 | VIDEO: Include surface.h in bink_decoder.h | Einar Johan Trøan Sømåen | |
2012-09-07 | VIDEO: Add support for odd-sized Bink-videos | Einar Johan Trøan Sømåen | |
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops | |
2012-07-25 | VIDEO: Convert Bink to the new AdvancedVideoDecoder API | Matthew Hoops | |
2012-05-28 | VIDEO: Add volume/balance control to VideoDecoder | Matthew Hoops | |
2012-05-12 | VIDEO: Change getElapsedTime() into getTime() | Matthew Hoops | |
This name change accompanies a slight meaning change; now it means the current time position from the beginning of the video and not from starting the video. | |||
2012-01-09 | VIDEO: Small refactoring of the Bink Decoder | Bastien Bouclet | |
This allows subclassing the Bink decoder to add seeking support | |||
2011-10-02 | VIDEO: Add missing include to bink_decoder.h | Einar Johan T. Sømåen | |
2011-07-13 | BUILD: Allow for disabling Bink support | Matthew Hoops | |
2011-07-02 | VIDEO: Add more to the BinkDecoder class comment | Matthew Hoops | |
2011-07-02 | VIDEO: Add Bink video decoder | Matthew Hoops | |
Based on eos' code which is in turn based on FFmpeg's code |