Age | Commit message (Expand) | Author |
---|---|---|
2009-12-06 | Adding support for mono signed 16bit little-endian uncompressed PCM audio (th... | Sven Hesse |
2009-11-30 | Only print sound information if there actually is sound (preventing a divisio... | Sven Hesse |
2009-11-30 | Properly clear the chunk headers again on closing | Sven Hesse |
2009-11-28 | Adding a parameter to the AviDecoder constructor to allow changing the SoundT... | Sven Hesse |
2009-11-28 | Fixing a valgrind warning by memsetting _palette | Sven Hesse |
2009-11-27 | Fixing an invalid read in the destructor | Sven Hesse |
2009-11-27 | 00AM is another compressed frame type, fixing this (thanks to digitall for fi... | Sven Hesse |
2009-11-27 | Extended the AviDecoder a bit | Sven Hesse |
2009-10-16 | Override getAudioLag() in the AviDecoder (blatantly borrowed from the Smacker... | Matthew Hoops |
2009-10-16 | Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S... | Matthew Hoops |